Commit Graph

14 Commits

Author SHA1 Message Date
Eric J. Bowersox
00952ef543 replaced E-mail addresses in the rest of the source with the users.sf.net
alias
2006-01-26 04:40:34 +00:00
Eric J. Bowersox
f0bf5e31ee modifications to ensure that Venice can operate without certain personal
information prompted for at registration time, if certain sites should elect
to omit that information
2004-07-10 22:54:15 +00:00
Eric J. Bowersox
f24456e0a2 with one switch, a system administrator can now disable the category support
(no searching for categories, no getting communities by category,
no category display on community profile, no changing a community's category)
2002-01-16 21:17:05 +00:00
Eric J. Bowersox
c3e2870572 Merge of the NewUI changes into the trunk 2002-01-07 02:05:37 +00:00
Eric J. Bowersox
ae129e5410 implemented UI for find posts, debugged and tweaked the engine implementation 2001-12-08 05:02:00 +00:00
Eric J. Bowersox
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.
2001-11-19 09:16:11 +00:00
Eric J. Bowersox
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!)
2001-11-19 08:04:44 +00:00
Eric J. Bowersox
b6a849e7e8 Find got broken there...my bad. That page needs some rework BAD. 2001-11-19 08:02:21 +00:00
Eric J. Bowersox
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!
2001-11-07 08:43:09 +00:00
Eric J. Bowersox
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
2001-10-31 02:13:02 +00:00
Eric J. Bowersox
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)
2001-10-22 22:11:58 +00:00
Eric J. Bowersox
63fedc9db6 some serious new feature implementation:
- cookie-based persistent logins
- expanded activity reporting
- "top" and "fixed" left menus are now dynamically generated from XML config,
  not hard coded
- error reporting enhanced and protection increased
- "About Venice" page first draft
- new means of "framing" static content within the Venice "frame"
- base page now includes the "footer" itself, "content" pages don't anymore
- general cleanup of some heavyweight old containers, replaced with faster
  Collections framework containers
- probably more, there's a LOT of stuff in here
2001-04-09 03:20:58 +00:00
Eric J. Bowersox
f706cdaf5f partial implementation of conference management; rewrote the whole servlets
layer to eliminate duplicate code and make error checking more efficient
(we now use a system that relies on Throwables to do interesting things)
2001-02-10 07:20:27 +00:00
Eric J. Bowersox
946f3fb493 *** empty log message *** 2001-01-31 20:55:37 +00:00