Eric J. Bowersox
4162065c2b
beginning to use more generic interfaces to replace a bunch of the ad-hockery
...
we were using before...PropertyProvider replaces CommunityDataBackend
2002-05-27 05:47:30 +00:00
Eric J. Bowersox
48266c4f73
moved security monitor initialization from VeniceEngineImpl down to
...
GlobalSiteImpl, removed env_getSecurityMonitor from envEngine
2002-05-27 04:09:38 +00:00
Eric J. Bowersox
0afe28588d
moved HTML Checker initialization and pooling to the GlobalSiteImpl - gradually
...
reducing the responsibilities of EnvEngine as well as the functions in
EngineBackend
2002-05-27 03:03:34 +00:00
Eric J. Bowersox
3ee3e4abeb
upgraded the internal Emailer class into the new MailSend class that can
...
do pretty much anything; emailer and stock messages are now managed through
the GlobalSite; security-releated generation is now handled through the
Generator class instead of several different ones
2002-05-22 07:38:29 +00:00
Eric J. Bowersox
ffc862426a
added global UI properties, cookie-reading APIs to CookieControl, moved
...
HttpVeniceUISession initialization into a script file (session_init.js)
2002-05-12 08:53:28 +00:00
Eric J. Bowersox
128c33cd9b
beginning the underlying service architecture migration - the "global site" is
...
the lowest level component, now contains the DataPool...will gradually
supplant EnvEngine and the rest
2002-05-04 08:20:13 +00:00
Eric J. Bowersox
a54d2c4e80
changed the DOCTYPE declaration in the frame so it actually matches something
...
reasonable
2002-05-01 06:04:38 +00:00
Eric J. Bowersox
e4e0223452
the erbo_reorg_04202002 branch is no more...development continues on the
...
trunk while the stable_branch_04202002 branch takes the 'stable' role
2002-04-24 06:39:29 +00:00
Eric J. Bowersox
a459e02e79
added a mode for posting messages via XML-RPC that works better with HTML
...
E-mail messages
2002-03-11 06:47:01 +00:00
Eric J. Bowersox
bb2b63c837
made this a little more friendly to try and help out Ray Kimsey's build
...
problems...
2002-03-06 02:26:18 +00:00
Eric J. Bowersox
54081b79e9
all Statements must be closed properly, to conserve resources after each
...
database operation (as per PreciseJava.com)
2002-03-04 04:50:43 +00:00
Eric J. Bowersox
a404987a42
implement move message between topics in a conference
2002-02-02 07:16:28 +00:00
Eric J. Bowersox
25c5817a67
implemented the initial XML-RPC APIs in Venice - for creating and destroying
...
"sessions," logging in, posting messages to topics, attaching files to
messages, and a couple of minor things that aren't as important right now
2002-02-01 22:40:55 +00:00
Eric J. Bowersox
f463834ef0
reformatted all the "e-mail message" templates in venice-config.xml to
...
80 columns max
2002-01-26 07:14:33 +00:00
Eric J. Bowersox
bf4e43f917
fixed the INSTALL file a bit...this really needs to be rewritten
2002-01-25 23:51:39 +00:00
Eric J. Bowersox
f68066d5e3
fixed bug in posting Find forms
2002-01-19 01:28:51 +00:00
Eric J. Bowersox
18c8a5ace1
fixed the user link resolution part of this tag
2002-01-17 18:52:13 +00:00
Eric J. Bowersox
7830717e0a
header tag malformed in this file - fix
2002-01-17 18:43:16 +00:00
Eric J. Bowersox
c5a7136366
whoops...the Http session is dropping the Venice cookie on the floor...
...
corrected that
2002-01-17 16:44:07 +00:00
Eric J. Bowersox
4ee98731e6
the XML-RPC code passed its first validation - OK, next: add the "boxcarring"
...
call system.multicall, and tweak the implementation a bit after seeing the
output "live"
2002-01-17 08:33:40 +00:00
Eric J. Bowersox
394a1863e0
and patch up find as well...
2002-01-17 06:55:19 +00:00
Eric J. Bowersox
c4f8d65cb2
small bug in profile display
2002-01-17 06:52:03 +00:00
Eric J. Bowersox
fddeff906d
included a script for handling the XML-RPC Validator (UserLand Software),
...
and debugged the handling of parameter serialization so that I think it
can actually pass now...
2002-01-17 02:52:22 +00:00
Eric J. Bowersox
70b7b826a0
removed the automatic HTML escaping from content headers and moved it out
...
to the JSPs and other classes as needed...this may speed up things a tiny bit,
but will definitely help in displaying topic names with HTML and escaped
characters correctly
2002-01-16 23:23:57 +00:00
Eric J. Bowersox
5bf40a92a1
fixed an obscure bug in Find Posts that caused the Next/Previous buttons to not show up when searching for posts globally or in communities
2002-01-16 22:12:39 +00:00
Eric J. Bowersox
e7b3801a72
fixed bug with hotlist move
2002-01-16 21:36:23 +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
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