Commit Graph

51 Commits

Author SHA1 Message Date
Eric J. Bowersox
e3717ca62c the XML-RPC endpoint can now invoke scripts as handlers, in addition to
objects of a specified class
2002-01-16 17:39:09 +00:00
Eric J. Bowersox
6ea41dc619 the first implementation of an XML-RPC server endpoint within Venice...
also tweaked the session code to allow session types other than standard HTTP
cookie-based sessions.  The XML-RPC code doesn't do anything interesting yet.
2002-01-13 09:12:51 +00:00
Eric J. Bowersox
d42ac45816 replaced the old crappy .gif buttons with the new, shiny "Classic" JPEG
buttons
2002-01-08 23:53:43 +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
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)
2001-12-04 20:50:04 +00:00
Eric J. Bowersox
e35045acf4 added community admin "Send E-Mail To All Members" menu option 2001-12-04 19:17:00 +00:00
Eric J. Bowersox
d89c2bfdcb implemented Conference E-Mail - automagically send E-mail to all readers
or posters in a conference or topic
2001-12-04 05:11:45 +00:00
Eric J. Bowersox
89eb0b23d2 added controls for Invite from the conference and topic levels 2001-12-03 22:21:02 +00:00
Eric J. Bowersox
004dcaf7ec added administrative control of user photos - ability to replace or clear
a user's photo, keep the user from uploading a new one
2001-11-29 07:46:57 +00:00
Eric J. Bowersox
239321bb61 implemented "Subscribe To Topic" 2001-11-29 04:55:48 +00:00
Eric J. Bowersox
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.
2001-11-22 04:53:17 +00:00
Eric J. Bowersox
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!)
2001-11-21 09:47:27 +00:00
Eric J. Bowersox
6ec1986ba6 made a typo in the Conference security section 2001-11-19 08:20:04 +00:00
Eric J. Bowersox
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
2001-11-18 22:14:12 +00:00
Eric J. Bowersox
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
2001-11-18 09:32:21 +00:00
Eric J. Bowersox
81c7109152 modified the left menu definition style to accomodate images and better
use XML text attributes
2001-11-12 21:37:59 +00:00
Eric J. Bowersox
5b17952eee added the Member List functionality to communities 2001-11-12 20:18:07 +00:00
Eric J. Bowersox
f9cb84d465 made the "photo not available" image configurable in render-config.xml 2001-11-11 02:20:34 +00:00
Eric J. Bowersox
b105a43619 added a simple "gateway" servlet allowing us to redirect arbitrary URLs
through the Venice logon page
2001-11-09 05:06:12 +00:00
Eric J. Bowersox
bc859178f2 implemented the ability to upload community logos, similar to how we did user
photos
2001-11-07 22:32:12 +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
e201ecb34b added automated password recovery to the password reminder messages 2001-11-05 00:40:07 +00:00
Eric J. Bowersox
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.
2001-11-04 05:57:58 +00:00
Eric J. Bowersox
1133f7ba7d added copyright notice to template file 2001-10-31 23:39:11 +00:00
Eric J. Bowersox
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
2001-10-31 20:54:25 +00:00
Eric J. Bowersox
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
2001-10-31 17:51:29 +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
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

(of course, we now require JAI 1.1.1)
2001-10-26 03:12:04 +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
334fdb5c6b fixed a bug in conference display of new messages, and added a couple of words
to the dictionary
2001-07-23 00:20:26 +00:00
Eric J. Bowersox
a9847865d9 added code to put in the META tag that defeats Microsoft IE Smart Tags 2001-06-20 04:08:34 +00:00
Eric J. Bowersox
87811da831 minor touchups as we change the release number to 0.1 in prep for Electric
Minds launch
2001-04-20 05:46:26 +00:00
Eric J. Bowersox
17d9a58867 added "blacklist" of attachment MIME types that won't be compressed; a couple
of other minor tweaks
2001-04-18 06:01:45 +00:00
Eric J. Bowersox
7e226040d4 fixed bugs in post nuke, base.jsp display (simplified it), and global
audit record display
2001-04-11 05:42:12 +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
3d32fe95c5 second round of public beta bugfixes:
- fixed a bug in navigation between conferences via post links
- fixed the "your post is 'new'" bug (this was actually another bug, in
  postNewMessage())
- some other stuff
2001-04-07 05:30:33 +00:00
Eric J. Bowersox
8f31704563 added one more word to the dictionary, fixed a problem with display of
SIG profiles, and corrected the "new post after posting" problem (I hope).
2001-04-05 05:40:13 +00:00
Eric J. Bowersox
f19aab70fe First round of bugfixes after the opening of the public beta!
- New words in the dictionary
- Bugs fixed in HTML Checker tag stack which rejected <IMG> and <LI>
  and had a potential infinite loop
- Multipart handling now handles Windows-uploaded filenames correctly
- Bug fixed in PostOperations that was causing nuke to fail and scribble
  and hide to succeed but throw an internal servlet error
- Enhanced conference listing now gives a better activity report in conferences
- Top Content font enlarged
- Null posts now work (they used to in WebbMe)
- Slippage display corrected
- Probably a couple of other things I can't think of just now.
2001-04-05 05:12:20 +00:00
Eric J. Bowersox
257537e869 added default JSP file and statistics measurement for attachment downloads 2001-04-03 05:22:18 +00:00
Eric J. Bowersox
15a7fa56d2 added admin functions for viewing audit records; gave users the ability
to set their default language and time zone preferences; added footer text
and account signup accept/decline rules; added additional implementation
of dictyionary code for future; minor cleanup of rendering config; and
so forth
2001-03-25 08:10:07 +00:00
Eric J. Bowersox
2e455b4bdd implemented front page content management, finally wired up the user locale
and timezone default mechanism, and did some other bugfixing and stuff
2001-02-28 07:55:00 +00:00
Eric J. Bowersox
129b69973b implemented quick E-mail and SIG invitation emails 2001-02-25 07:42:11 +00:00
Eric J. Bowersox
680b84b9d8 implemented SIG membership control, Delete SIG, and the "shell" for the
System Administration menu; also added "Post & Go Topics" as an option for the
post box in conferencing
2001-02-23 07:49:42 +00:00
Eric J. Bowersox
e23de5dae6 implemented conference hotlists and SIG list management from the Top page;
cleaned up remaining SQL statements using text columns instead of column
indexes with the ResultSet; fleshed out specifics in the TODO for
SIG administration
2001-02-19 02:56:16 +00:00
Eric J. Bowersox
a51fa644b7 implemented the rest of the functions on the "posts" page; fixed post links
so they work now; added the HTML Reference (originally from CW); added the
post output filtering to turn the "pseudo-URIs" in the database into real
URIs
2001-02-09 09:10:46 +00:00
Eric J. Bowersox
70774ead7d landed the code for doing post attachments (the infamous paperclip) 2001-02-08 22:43:58 +00:00
Eric J. Bowersox
66b7fea53b * landed support for reading topics and posting followup messages to a topic -
the basis of the conferencing engine is now firmly in place
* tweaks to the HTML Checker to make it better at breaking lines without
  leaving stranded punctuation at the beginning or end of a line
* also modified dictionary to better handle possessives and hyphenates
* as always, miscellaneous tweaks and bugfizes as I spot them
2001-02-07 21:12:38 +00:00
Eric J. Bowersox
8bcc80ddd7 * landed code for viewing topics in a conference, and for adding a topic
(first workout of HTML Checker code)
* modified the dictionary implementation to use a trie system rather than
  a set of HashSets, and also started using a new, much smaller dictionary
* general bugfixes and cleanup on other items as needed
2001-02-06 04:50:04 +00:00
Eric J. Bowersox
946f3fb493 *** empty log message *** 2001-01-31 20:55:37 +00:00