Eric J. Bowersox
99f9d580f4
code now clean compiles using newer versions of various libraries - this will
...
all get documented properly soon, need to update this for the new server...
also changed all the E-mail addresses in the old java source to match present
reality
2006-01-25 08:13:41 +00:00
Eric J. Bowersox
477aac51f0
added "sticky" topic facility to cause topics to always float at the top of
...
the topic list when it's set
2004-07-11 08:08:27 +00:00
Eric J. Bowersox
e6e94f3427
first draft of message importing and exporting to/from conferences (new host
...
tools)
2004-06-09 04:10:52 +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
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
4b1acef325
implemented the post search facility at the engine level
2001-12-07 23:11:15 +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
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
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
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
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.
2001-11-15 05:13:57 +00:00
Eric J. Bowersox
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.
2001-11-11 01:22:07 +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
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
7b7e6be996
Implemented partial support for conference hotlists ("Add To Hotlist"
...
button, Conferences sidebox).
2001-02-17 06:51:40 +00:00
Eric J. Bowersox
36f7c7f10f
fully implemented conference membership management and delete conference -
...
now almost all the conference functionality is in place
2001-02-15 04:28:00 +00:00
Eric J. Bowersox
0070e4fb44
implemented most of the Manage Conference functions - set pseud, fixseen,
...
conference edit, alias management, poster and lurker reports
2001-02-12 01:50:10 +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
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
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