14
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 4 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
now forwards request on to personalizeLayout.jsp More... about 24 years ago
added addChannel method More... about 24 years ago
Un-synchronized the code which performs database selects and updates. It isn't necessary. More... about 24 years ago
initial checkin More... about 24 years ago
added addChannel method More... about 24 years ago
UML diagrams - first draft More... about 24 years ago
-Added Helvetica and sans-serif to font tags -Fixed bug: "Logout" link no longer shows up if user authentication failed -Changed occurances of session.getValue ("userName") with variable: sUserName More... about 24 years ago
Made channel uneditable and got rid of the methods that handled the editing. The idea here is that this channel's parameters will only be modified at the time of channel registration (similar to an RSS channel) More... about 24 years ago
-Changed signature of getDate() method. More... about 24 years ago
-Changed signature of getDate() method. -Used Logger.log() instead of e.printStackTrace() -Changed javadoc version tag tp $Revision$ for CVS to expand More... about 24 years ago
-Synchornized blocks of code that access the database so that Hypersonic SQL can be used in Stand-Alone mode. -Changed e.printStackTrace() to Logger.log() in each catch block -Used Logger to log SQL statements More... about 24 years ago
Added code to create a 'logs' directory in the portal base directory if it wasn't already there. More... about 24 years ago
Initial checkin More... about 24 years ago
Added help method. More... about 24 years ago
-Limited personalize layout page to just one tab -Changed logic so that layoutXml is only saved to the database when completely finished -Added ability to move channels left and right among neighboring columns -Fixed strip beneath tabs so that it shows in Netscape -Added ability to change column widths -Added a 'revert to default layout xml' button More... about 24 years ago
Added getDefaultLayoutXml(), getTabs(), setColumnWidth(), moveChannelLeft(), moveChannelRight() methods More... about 24 years ago
Initial checkin. This page allows customization of tabs. More... about 24 years ago
Changed header and footer to compile-time rather than run-time includes. More... about 24 years ago
Added <form> tags around buttons so that they appear in Netscape More... about 24 years ago
Added <form> tags around "Close" button so that it would appear in Netscape More... about 24 years ago
Sample batch script to build JavaDocs More... about 24 years ago
Changed header to get its title from the session rather than a request parameter. More... about 24 years ago
Fixed response.sendRedirect() problem by changing header include syntax. More... about 24 years ago
Added hidden "method" parameter to forms so that dispatch.jsp works correctly More... about 24 years ago
Set "userName" session variable to "guest" so that the CAuthorization channel know to display a failed login attempt message. More... about 24 years ago
Changed criteria for displaying a failed login attempt message. More... about 24 years ago
Added a mechanism of caching the RSS channels for 1 hour. More... about 24 years ago
Removed edit.jsp and replaced it with this file which should handle more general cases. More... about 24 years ago
Replaced calls to edit.jsp with calls to dispatch.jsp. More... about 24 years ago
This replaces EditBean.java. It should be called by a channel when the channel wants to be called back. The method to be called must be specified. More... about 24 years ago