47 Commits

Author SHA1 Message Date
Eric J. Bowersox fdd3e18505 added redirect for /top as that seems to be a well-known hangover from old
Venice
2003-08-26 04:28:33 +00:00
Eric J. Bowersox 9894e5f2bc implemented the innards of ConferenceImpl and LinkedConferenceImpl, database
methods, etc...
2003-06-29 07:03:59 +00:00
Eric J. Bowersox 5f2ae502b0 roughing out more of the conference implementation, including more dynamic
object work down in the base Dynamo framework
2003-06-26 08:56:42 +00:00
Eric J. Bowersox f6f6403f6b bugfixes and enhancements to the ACL operations, etc. 2003-06-25 09:14:13 +00:00
Eric J. Bowersox db492cf185 some work on the ACLs to improve their editability, creation of the ACL helper,
creation of the first conferencing permissions, and the use of those
permissions in the first conference display
2003-06-25 07:46:20 +00:00
Eric J. Bowersox cb7b327da8 worked out bugs in the module install and community service add 2003-06-24 00:38:19 +00:00
Eric J. Bowersox 278ad880bb added database installer service to module install services (built-in) 2003-06-22 06:53:17 +00:00
Eric J. Bowersox f8bba8b124 added the module configuration data and made use of it in the canInstall
method in the conferencing module
2003-06-21 08:02:58 +00:00
Eric J. Bowersox 6c5e8b9f86 added the module service admin menu for communities, the ability to fill in
menu variables for communities, and other stuff to flesh out menu support
2003-06-21 03:51:21 +00:00
Eric J. Bowersox 386f2a1fb6 added high-level "macro" classes for modules to use to install menu entries 2003-06-21 03:24:42 +00:00
Eric J. Bowersox 5ef3ea1681 added menu editor classes and rigged them to be usable by module installation 2003-06-21 01:38:39 +00:00
Eric J. Bowersox c6a86a167f added the mechanisms to manage community services, and the community-level
pages for doing so
2003-06-19 22:55:45 +00:00
Eric J. Bowersox c8b6a513b9 some more minor mods to the module manager, and implementation of the module
uninstallation page
2003-06-19 20:21:20 +00:00
Eric J. Bowersox 0f0f4a4a4e further improvements to module loader, implemented sysadmin module install page 2003-06-19 08:43:17 +00:00
Eric J. Bowersox f1ceac134c added additional functionality to the module manager 2003-06-19 06:36:29 +00:00
Eric J. Bowersox fbaf90e156 added Members and Unjoin functionality, setting of public/private/invitation-
only for communities
2003-06-19 03:34:12 +00:00
Eric J. Bowersox 835c9c389f better-integrated the SSO Service Provider information by moving it onto a
Profile page
2003-06-17 04:46:53 +00:00
Eric J. Bowersox 53dd5a6994 added community profile page 2003-06-17 01:41:36 +00:00
Eric J. Bowersox 2aae5c47eb added community logo support and the logo on top of the community left menu;
fixed some bugs with menu handling
2003-06-16 23:59:30 +00:00
Eric J. Bowersox f8ddd74223 added initial implementation of Edit Community Profile dialog; added additional
fields needed to implement the dialog; changed build script to keep from
recompiling the JavaCC-compiled parser stuff needlessly
2003-06-16 21:11:59 +00:00
Eric J. Bowersox eb32d42bd7 implemented the main community administration menu, took some rough edges
off the menu transitions (on the Find pages)
2003-06-16 07:51:15 +00:00
Eric J. Bowersox 821a0be3eb implemented the "floating" menu properly, and the transitions between the
different menus; also debugged the ACL permission testing
2003-06-16 06:54:25 +00:00
Eric J. Bowersox 96b6f27e2c added community home page - first step into community support 2003-06-16 00:45:33 +00:00
Eric J. Bowersox 80d4ba4212 some of the underpinnings of community services 2003-06-15 19:02:26 +00:00
Eric J. Bowersox 60f24d8412 added the start of the Index Manager, which integrates Lucene indexing into
the base Dynamo framework
2003-06-12 19:07:01 +00:00
Eric J. Bowersox 7727dc61dd added the initial implementation of the Universal Message Store (UniStore) 2003-06-10 20:33:45 +00:00
Eric J. Bowersox a96eee5056 began database table definition and interface definition for the Universal
Message Store (UniStore)
2003-06-09 18:39:59 +00:00
Eric J. Bowersox 11be5128bf implemented dictionary manager which ties into the HTML Checker 2003-06-07 09:33:54 +00:00
Eric J. Bowersox 92a569cbbd ported over the HTML Checker from the original Venice source, somewhat improved
in design
2003-06-07 02:50:42 +00:00
Eric J. Bowersox 2e395d636a added the first real front page sidebox, the community membership list 2003-06-03 08:56:58 +00:00
Eric J. Bowersox d72db2985b added code to auto-join new users to a new community, where necessary 2003-06-02 12:05:44 +00:00
Eric J. Bowersox 31e0cbe4a0 added community getJoinRequirement and did some more documentation work
elsewhere
2003-06-02 01:37:40 +00:00
Eric J. Bowersox c5e689483d added the functionality required to power the Sidebox Configure button on
the Front Page
2003-06-01 10:10:54 +00:00
Eric J. Bowersox d6bff8a745 added the Sidebox Manager code for the generation of sideboxes on the front
page and the eventual community front pages
2003-06-01 05:37:14 +00:00
Eric J. Bowersox 15035c2fe6 added the global "enable use of categories" flag 2003-05-31 05:01:48 +00:00
Eric J. Bowersox b1d1f8e381 added community find page and some necessary patches to the framework, fixed
bugs
2003-05-31 04:35:38 +00:00
Eric J. Bowersox 3fa600206e added "Find Users," including back-end functionality and some bugfixes 2003-05-31 02:27:09 +00:00
Eric J. Bowersox 4f62066e6b added the CommunityManager, the initial implementation of community objects,
and related supporting code and database material
2003-05-30 08:35:35 +00:00
Eric J. Bowersox 9218e24591 added database tables outlining "community" objects and initial interface
definition for community and community service
2003-05-27 09:04:40 +00:00
Eric J. Bowersox 25569583ea implemented the first baby steps of "Find"...a "Find Categories" function 2003-05-26 09:58:35 +00:00
Eric J. Bowersox 0ffd03e38b added the category reference table and some support code to manage it 2003-05-26 06:41:46 +00:00
Eric J. Bowersox 6cf37bfee2 implemented common sysadmin E-mail message editor and three E-mail message
editors
2003-05-26 03:06:43 +00:00
Eric J. Bowersox cbae9cdd8e added initial sysadmin menu items and dialogs, fixed a few things about dialog
operation here and there
2003-05-25 09:11:12 +00:00
Eric J. Bowersox 0c7f518f3e added sidebox view, prep for sysadmin menu stuff 2003-05-24 09:40:17 +00:00
Eric J. Bowersox f933e4f88c added profile "inline" menus as a way of extending the user profile display 2003-05-23 08:06:52 +00:00
Eric J. Bowersox 470b7cc47e fixed the log directories so they're configurable 2003-05-20 04:22:30 +00:00
Eric J. Bowersox b80fa05ed1 *** empty log message *** 2003-05-20 03:25:31 +00:00