Commit Graph

130 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
bcd76541ab links broken in "Return to" part of page...fixed 2002-01-11 02:57:51 +00:00
Eric J. Bowersox
b422f4d663 fixed bugs in the Find script and also rigged ScriptManager to better handle
the JavaScript native errors that crop up occasionally
2002-01-09 23:45:27 +00:00
Eric J. Bowersox
c2fb1f036f fixed a couple of minor issues with missing methods 2002-01-09 18:04:24 +00:00
Eric J. Bowersox
44bf0bcbc3 minor bugfix to this script 2002-01-09 17:55:47 +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
ae7a4e1c19 minor bug in redirect afterwards 2002-01-08 17:49:34 +00:00
Eric J. Bowersox
10f84e2086 worked the kinks out of the conference reports 2002-01-07 17:09:08 +00:00
Eric J. Bowersox
59b53e44e3 unterminated tag 2002-01-07 16:37:37 +00:00
Eric J. Bowersox
a8bf013ae3 error in top link 2002-01-07 16:33:36 +00:00
Eric J. Bowersox
e61728b9eb whoops...minor error 2002-01-07 07:42:05 +00:00
Eric J. Bowersox
6baf87cee5 needed a quick solution to target tag issues 2002-01-07 07:30:26 +00:00
Eric J. Bowersox
ab048bf7ae oops...bug in posts 2002-01-07 07:23:49 +00:00
Eric J. Bowersox
cebede8260 added frame:no_display_login tag and additional attributes to the util:image
tag (for proper CTAP support)
2002-01-07 04:22:03 +00:00
Eric J. Bowersox
245765318d added "extra" attribute to frame:body 2002-01-07 03:24:31 +00:00
Eric J. Bowersox
bf73861435 tweaked the build file 2002-01-07 02:26:50 +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
b86ef1c3b0 added topic links at the bottom of "published" posts, fixed the log in or
create problem when going through PostShortcut
2001-12-14 23:50:29 +00:00
Eric J. Bowersox
a0a78059bc added capability for the User Agreement text dialog to have a subtitle 2001-12-14 19:43:06 +00:00
Eric J. Bowersox
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
2001-12-14 17:14:10 +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
4b1acef325 implemented the post search facility at the engine level 2001-12-07 23:11:15 +00:00
Eric J. Bowersox
01356557da needed to add a couple of setMyLocation() calls to new dialogs 2001-12-05 07:44:08 +00:00
Eric J. Bowersox
3da20de189 minor bugfix in LinkItem having to do with placement of indents 2001-12-05 07:14:58 +00:00
Eric J. Bowersox
9d34cc35f0 added customizable "HTML Escapes" for the top and bottom of the topic list
and post list pages; configurable through the host tools
2001-12-05 00:03:39 +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
1db18b7fb9 added an indent= attribute to link items in left menus and fixed another couple
of minor bugs
2001-12-03 20:26:51 +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
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.
2001-11-28 20:28:36 +00:00
Eric J. Bowersox
1a7ebd0446 added onClick attributes to LinkItems and name attributes to ImageItems - NRPA
Conference Center needs these to support LivePerson in the left menu bar
2001-11-25 21:46:25 +00:00
Eric J. Bowersox
8358e5645e minor change to community creation error message & to some documentation 2001-11-25 20:54:05 +00:00
Eric J. Bowersox
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
2001-11-24 06:44:58 +00:00
Eric J. Bowersox
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
2001-11-24 05:04:10 +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
85518ca0d5 Move to a slightly better implementation... 2001-11-21 20:22:47 +00:00
Eric J. Bowersox
8fe7abdf60 ok, now root_monitor is giving us trouble 2001-11-21 20:06:28 +00:00
Eric J. Bowersox
f8f83de56b attempting to fix a problem with the known_monitors map (by removing it) 2001-11-21 19:57:29 +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
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)
2001-11-19 18:17:40 +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
6ec1986ba6 made a typo in the Conference security section 2001-11-19 08:20:04 +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
54807085b2 did some javadocs for the new security classes, now that they're pretty much
in their final form
2001-11-19 06:02:23 +00:00
Eric J. Bowersox
de971c9c7b continued the separation by shifting all the exceptions into their own package
(preparatory to establishing some sort of service-based architecture)
2001-11-19 02:20:22 +00:00