cebede8260
added frame:no_display_login tag and additional attributes to the util:image tag (for proper CTAP support)
Eric J. Bowersox2002-01-07 04:22:03 +00:00
b86ef1c3b0
added topic links at the bottom of "published" posts, fixed the log in or create problem when going through PostShortcut
Eric J. Bowersox2001-12-14 23:50:29 +00:00
a0a78059bc
added capability for the User Agreement text dialog to have a subtitle
Eric J. Bowersox2001-12-14 19:43:06 +00:00
0bbd01e385
added emergency fix to display a "login or create" dialog for all AccessErrors thrown by the engine when trying to view a conference/topic/post and the user is not logged in
Eric J. Bowersox2001-12-14 17:14:10 +00:00
ae129e5410
implemented UI for find posts, debugged and tweaked the engine implementation
Eric J. Bowersox2001-12-08 05:02:00 +00:00
4b1acef325
implemented the post search facility at the engine level
Eric J. Bowersox2001-12-07 23:11:15 +00:00
01356557da
needed to add a couple of setMyLocation() calls to new dialogs
Eric J. Bowersox2001-12-05 07:44:08 +00:00
3da20de189
minor bugfix in LinkItem having to do with placement of indents
Eric J. Bowersox2001-12-05 07:14:58 +00:00
9d34cc35f0
added customizable "HTML Escapes" for the top and bottom of the topic list and post list pages; configurable through the host tools
Eric J. Bowersox2001-12-05 00:03:39 +00:00
9cc34facf6
added some safeguards for the mail to community members/conference participants: to wit, any user can opt-out from ALL those mailings with one setting; each message now carries a standard disKlaimer indicating how the user can opt-out (and it's REAL opt-out, not this fakey stuff the spammers do)
Eric J. Bowersox2001-12-04 20:50:04 +00:00
e35045acf4
added community admin "Send E-Mail To All Members" menu option
Eric J. Bowersox2001-12-04 19:17:00 +00:00
d89c2bfdcb
implemented Conference E-Mail - automagically send E-mail to all readers or posters in a conference or topic
Eric J. Bowersox2001-12-04 05:11:45 +00:00
89eb0b23d2
added controls for Invite from the conference and topic levels
Eric J. Bowersox2001-12-03 22:21:02 +00:00
1db18b7fb9
added an indent= attribute to link items in left menus and fixed another couple of minor bugs
Eric J. Bowersox2001-12-03 20:26:51 +00:00
004dcaf7ec
added administrative control of user photos - ability to replace or clear a user's photo, keep the user from uploading a new one
Eric J. Bowersox2001-11-29 07:46:57 +00:00
c7edf62aae
fixed that Login dialog so that hitting Enter after keying in your password should trigger the "Log In" button, NOT the reminder button! Also, small enhancements to a couple of classes in conjunction with the new UI work.
Eric J. Bowersox2001-11-28 20:28:36 +00:00
1a7ebd0446
added onClick attributes to LinkItems and name attributes to ImageItems - NRPA Conference Center needs these to support LivePerson in the left menu bar
Eric J. Bowersox2001-11-25 21:46:25 +00:00
8358e5645e
minor change to community creation error message & to some documentation
Eric J. Bowersox2001-11-25 20:54:05 +00:00
a7b07292dd
moved IDUtils to the utils package and out of the core package - this pretty well finishes the cleanup of the core package, getting all the cruft out
Eric J. Bowersox2001-11-24 06:44:58 +00:00
4e251e72e1
implemented the system administrator function "Import User Accounts," allowing a sysadmin to create mass quantities of user accounts automatically by uploading an XML file
Eric J. Bowersox2001-11-24 05:04:10 +00:00
f5a5009932
completed the transition away from features and toward "services" - the old database-based configuration has been replaced with the new XML-based one. This paves the way for further modularization of the code.
Eric J. Bowersox2001-11-22 04:53:17 +00:00
f8f83de56b
attempting to fix a problem with the known_monitors map (by removing it)
Eric J. Bowersox2001-11-21 19:57:29 +00:00
3752e73c2d
the first real phase of service integration - mostly it's the configuration file, the bare beginnings of the Service Control Manager on the server side, and the new "community left menu" on the client side (still controlled by the existing feature mechanism, for now). The engine still needs to incorporate the SCM in place of the old feature definitions. Also added some utility classes (StockMessage, XMLLoader) to aid with loading XML data from the config files (big help in the RenderConfig constructor and VeniceEngineImpl.initialize!)
Eric J. Bowersox2001-11-21 09:47:27 +00:00
41299f6d85
the permissions system was screwing up somehow for static permissions - EnvUser, EnvCommunity, and EnvConference each need to keep a reference to their own SecurityMonitor, we can't rely on getStaticMonitor() (but we still need it, to make the other "wrapper" functions work)
Eric J. Bowersox2001-11-19 18:17:40 +00:00
a376aad722
a more permanent fix to that Find problem - moved the "static" functions defined in the JSP to the FindData object and eliminated the InternalStateError throw. Lesson here, kids...just because you CAN do a thing doesn't mean you SHOULD do a thing.
Eric J. Bowersox2001-11-19 09:16:11 +00:00
2b474688dd
oops again...import the entire except package (god, the design of this file is so totally bletcherous I'm barfing...it needs rework SOON!)
Eric J. Bowersox2001-11-19 08:04:44 +00:00
b6a849e7e8
Find got broken there...my bad. That page needs some rework BAD.
Eric J. Bowersox2001-11-19 08:02:21 +00:00
54807085b2
did some javadocs for the new security classes, now that they're pretty much in their final form
Eric J. Bowersox2001-11-19 06:02:23 +00:00
de971c9c7b
continued the separation by shifting all the exceptions into their own package (preparatory to establishing some sort of service-based architecture)
Eric J. Bowersox2001-11-19 02:20:22 +00:00
9854ba1f76
completed the transition to the new security architecture - the old stuff has now been removed completely; the VeniceEngine is managing the conference level SecurityMonitor for now
Eric J. Bowersox2001-11-18 22:14:12 +00:00
5f966a6450
first stage of transitioning to the new SecurityMonitor-based security architecture--it's implemented at the global level and for communities, conferences still use the old hard-coded implementation. The new StaticSecurityMonitor is configured via XML data, which will be important when we implement the new Community Services architecture
Eric J. Bowersox2001-11-18 09:32:21 +00:00
47b88efd75
MAJOR restructuring of the engine code to get the execution environment info separated from the internal objects (as well as separating the internal interfaces), some prep work for modularizing the SIG-to-service interface so it'll be easier to add chat and stuff. Also fixed up a display issue with 1-character CDTextFormFields.
Eric J. Bowersox2001-11-17 06:37:30 +00:00
313a46818f
moved the language and country lists OUT of the database and into properties files as they are likely to change VERY infrequently; this simplifies a lot of bits of code that would otherwise have to call through VeniceEngine, etc. Also folded the LocaleFactory class method into the new International object used for managing the lists.
Eric J. Bowersox2001-11-16 22:12:14 +00:00
0750e3f2cd
there was a problem with security on conf.getHideList()/conf.setHideList() - added conf.canSetHideList() and some extra code to EditConferenceDialog to help get around this.
Eric J. Bowersox2001-11-15 05:13:57 +00:00
0437cc7b92
second round of cache cleanups - got rid of that bogus pile of monkey spew that was ReferenceCache, replaced it with the much cleaner ObjectCache (it uses SoftReferences so that the "sweep" operation is pretty much automatic)
Eric J. Bowersox2001-11-15 00:30:24 +00:00
81c7109152
modified the left menu definition style to accomodate images and better use XML text attributes
Eric J. Bowersox2001-11-12 21:37:59 +00:00
5b17952eee
added the Member List functionality to communities
Eric J. Bowersox2001-11-12 20:18:07 +00:00
98d949fd74
fixed bug in login links display on login page after reset
Eric J. Bowersox2001-11-11 02:55:47 +00:00
f9cb84d465
made the "photo not available" image configurable in render-config.xml
Eric J. Bowersox2001-11-11 02:20:34 +00:00
070fd2c9e2
implemented the "pics in posts" flag globally...it marks the first appearance of "properties" storage and editing for conferences, communities, users, and the global system. In addition, the "global properties" editing screen got implemented, because it wasn't there yet.
Eric J. Bowersox2001-11-11 01:22:07 +00:00
b105a43619
added a simple "gateway" servlet allowing us to redirect arbitrary URLs through the Venice logon page
Eric J. Bowersox2001-11-09 05:06:12 +00:00
0bb2e795a4
implementation of the "bozo filter" on a topic level, including a topic-level "Manage" screen (to hang "Rename Topic" from later, too).
Eric J. Bowersox2001-11-09 00:10:36 +00:00
bc859178f2
implemented the ability to upload community logos, similar to how we did user photos
Eric J. Bowersox2001-11-07 22:32:12 +00:00
dde12bdf2e
THE GREAT RENAMING! All that was "SIG" should now be "community," except for the database and the URLs (for backward compatibility). Do a full rebuild after browsing this one!
Eric J. Bowersox2001-11-07 08:43:09 +00:00
e1d22e1082
refactored image handler code for sideboxes into a separate class; added option for titles of sideboxes to be images
Eric J. Bowersox2001-11-05 03:55:27 +00:00
e201ecb34b
added automated password recovery to the password reminder messages
Eric J. Bowersox2001-11-05 00:40:07 +00:00
1c69955046
Reworked the sidebox implementation to depend less on the database and more on XML config files...the implementation should now be much more customizable and less klunky. Added a provision for implementing "generic" (JSP-driven) sideboxes. Implemented the sidebox configure button on the front page (finally!). Implemented a random password generator class which will be used in a future implementation of reminder-driven automatic forgotten-password changing. Fixed some minor funnies in SIG menu generation.
Eric J. Bowersox2001-11-04 05:57:58 +00:00
bf040973ba
minor bug fix cleanup to give the SIG menu links the same style as other left menu links
Eric J. Bowersox2001-11-01 22:30:09 +00:00
94cb2d9150
fixed an accidental slippage bug (remarkably like an old WebbMe slippage bug, maybe this was the problem all along?) and tweaked the default stylesheet to try and resolve problems that some Mac users are having
Eric J. Bowersox2001-10-31 20:54:25 +00:00
597ebadf35
cleaned up some code - replaced a bunch of copy loops with calls to the new IOUtil class methods, added some javadocs to IOUtil, StringUtil, and AnyCharMatcher
Eric J. Bowersox2001-10-31 19:38:40 +00:00
f1584f3f4a
minor changes to the links on top bar, left bar, sideboxes so they track the CSS classes yet keep consistent with the font sizes on the rest of the page... allows us to do the "hover-underline" trick that nrpa.org uses
Eric J. Bowersox2001-10-31 17:51:29 +00:00
ec878e9dfc
Venice now groks Cascading StyleSheets; the stylesheet is generated by a special servlet and cached at runtime; various JSP pages and formatter classes have been updated to respect the stylesheet settings
Eric J. Bowersox2001-10-31 02:13:02 +00:00
6397f4212c
implemented user photos! (imagestore table, ImageRetrieve servlet, a lot of the underlying support) - incidentally, this is a lot of support for the SIG logo as well, just need some front end work for that in the future
Eric J. Bowersox2001-10-26 03:12:04 +00:00
a900d9d51f
added support for QID (quick ID) generation within pages, in preparation for supporting a hitcounter system in the page footer
Eric J. Bowersox2001-10-23 21:42:29 +00:00
bdc6977680
first round of NRPA changes: - added color customization in render-config.xml - added ability to scale size of Venice logo in footer - added ability to customize size of site logo, as well as add a hyperlink - moved to use of LOG4J 1.1.3, LOG4J now installed in Venice lib directory instead of in JRE extensions directory (only Java extensions should go in JRE extensions directory) - close to requiring JAXP 1.1 (will still work with 1.0 though)
Eric J. Bowersox2001-10-22 22:11:58 +00:00
2db3b44e7e
bug in handling of strings that run off the right edge of the margin (in HTMLCheckerImpl) - thanks to Chuq von Rospach for reporting this
Eric J. Bowersox2001-10-02 18:00:43 +00:00
334fdb5c6b
fixed a bug in conference display of new messages, and added a couple of words to the dictionary
Eric J. Bowersox2001-07-23 00:20:26 +00:00
e108be62da
fixed bug with not allowing attachments with Post & Go Topics; fixed compile error with removal of Smart Tags; made "New!" flags on conferences actually *do* something (read new messages)
Eric J. Bowersox2001-06-28 03:54:27 +00:00
a9847865d9
added code to put in the META tag that defeats Microsoft IE Smart Tags
Eric J. Bowersox2001-06-20 04:08:34 +00:00
69e62acbb9
fixed a bug with the topic visit order and another one with the anyUnread function (it needs to ignore archived topics)
Eric J. Bowersox2001-05-06 22:45:02 +00:00
342a0041a5
fixed bug that was causing the images on two "manage" pages not to show up
Eric J. Bowersox2001-04-25 05:34:58 +00:00
196efcab35
new Venice logo contributed by Andrea Force (vita) - thanks!
Eric J. Bowersox2001-04-25 04:02:49 +00:00
87811da831
minor touchups as we change the release number to 0.1 in prep for Electric Minds launch
Eric J. Bowersox2001-04-20 05:46:26 +00:00
e25ce3e63e
implemented very simple ad rotation support, good enough for our rotating quote banners - also included quote banners (20 from Webb, 4 new)
Eric J. Bowersox2001-04-19 07:24:25 +00:00
609568b95c
replaced the "default SIG logo" with a nicer one; fixed the topic scrolling behavior
Eric J. Bowersox2001-04-19 04:03:47 +00:00
17d9a58867
added "blacklist" of attachment MIME types that won't be compressed; a couple of other minor tweaks
Eric J. Bowersox2001-04-18 06:01:45 +00:00
acc7f06e66
fixed topic name in posts so that it came out right; fixed SIG welcome page so that it generates correct URL; repaired a security hole (well, not really, but a PERCEIVED security hole) regarding accounts that have been created but not yet confirmed
Eric J. Bowersox2001-04-15 04:23:48 +00:00
89429a4b40
fixed several bugs related to SIG creation/deletion and a nasty brown paper bag bug in Nuke Post!
Eric J. Bowersox2001-04-12 05:53:26 +00:00
7e226040d4
fixed bugs in post nuke, base.jsp display (simplified it), and global audit record display
Eric J. Bowersox2001-04-11 05:42:12 +00:00