14
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Modified mechanism for passing parameters to applet. New scheme is simpler and more generalized: channel parameters meant to be passed to the applet have keys that start with "APPLET." More... almost 24 years ago
This file is exactly the same as used by the original bookmarks. Code default points to this location (in the source tree). More... almost 24 years ago
Minor fixes in the @version comment line. More... almost 24 years ago
Spelling has changed from XMLWraperChannel to XMLWrapperChannel More... almost 24 years ago
Corrected yet another spelling mistake :) More... almost 24 years ago
Changed the stylesheet locations to "http://localhost:8080/portal/stylesheet/..." In general, to get any XMLChannel running, make sure stylesheet locations are correctly specified in the stylesheet list file (*.ssl). More... almost 24 years ago
Changed BookmarksChannel (an example IXMLChannel) ID from "chan05" to "c9" to be compliant with the SubscriberBean (thnx Ken). More... almost 24 years ago
Some additional comments added, @version thingy fixed. XMLChannelWarper is properly renamed to XMLChannelWraper (thnx Ken :) More... almost 24 years ago
Added IXMLChannel support. In order to compile this you will need to download xalan and put both xerces.jar and xalan.jar files in your classpath. Changes to the code are minimal : only tiny change to the getChannelInstance() in the LayoutBean was required. More... almost 24 years ago
Modified second tab to include an example XMLChannel (Bookmarks) More... almost 24 years ago
*** empty log message *** More... almost 24 years ago
Channel instance ID is now read directly from the layout xml. IDs are now assigned during channel subscription. More... almost 24 years ago
Added channel instance ID attribute. More... almost 24 years ago
changed getChannel method so it will set a unique instanceID for a channel at subscribe time More... almost 24 years ago
Added a "Home" link which brings you back to layout.jsp More... almost 24 years ago
Changed page title from "Dispatch" to the name of the dispatched channel More... almost 24 years ago
-Removed ABC News channel because it has stopped working -Changed codebase parameter of Clock channel to "applets/" -Removed DEFAULT_LAYOUT_XML column -Added user named "default" which is necessary to revert to a default layout More... almost 24 years ago
Changed signature of getDefaultLayoutXml(). It is no longer necessary to pass a user name because the default layout xml is taken from a user named "default". With this change, a DEFAULT_LAYOUT_XML column is no longer needed in the PORTAL_USERS table. More... almost 24 years ago
Changed signature of getDefaultLayoutXml(). It is no longer necessary to pass a user name because the default layout xml is taken from a user named "default". More... almost 24 years ago
The portal base directory should now be specified as an application-context parameter usually in web.xml. More... almost 24 years ago
Checked for existence of portal base directory before trying to write to the log. More... almost 24 years ago
added import statement for UtilitiesBean More... almost 24 years ago
Removed caching of dispatched channel. Every link to dispatch.jsp should now be made using DispatchBean.buildURL(). More... almost 24 years ago
Made use of DispatchBean.buildURL() method. More... almost 24 years ago
Added the support classes for CacheSecurityContext and updated the README file to include a discussion of this new functionality. Also made some minor changes to the abstract base class ChainingSecurityContext that the others rely on. More... almost 24 years ago
First cut at the security code. More... almost 24 years ago
Updated CBookmarks to put back all the "stuff" that was lost when I posted version 1.10. Includes 1.9 - Changed initParams (Hashtable) method to init (ChannelConfig) 1.8 - Took out font styles because they are now specified with stylesheets 1.7 - Replaced '//' with File.separator so it works on any system.This will be irrelevant when the code is changed so that the xml is read from a database rather than the file system. More... almost 24 years ago
removed FONT tags for CSS support More... about 24 years ago
no message More... about 24 years ago
new CBookmarks More... about 24 years ago