antville/code
Hannes Wallnöfer c1ff7f04a5 * Use root.storiesByID to access stories in writeReadLog(). This doesn't require
loading the full story index anymore and is usually faster than loading the site
and all its substories.
* Rely more on default values when constructing Hashtables and Vectors. The first
time go with the default size, then just use the last size as initial size for the new
ones. This is because adjusting the capacity of a Vector or Hashtable with less
then 1000 objects is usually a no-brainer performance-wise.
2003-02-06 14:16:46 +00:00
..
Choice choice-value is now form-encoded to enable using html-code in choice-text 2003-01-05 22:28:20 +00:00
Comment deleted isPostDenied() - using story.isPostDenied() instead 2003-01-23 21:18:56 +00:00
Day securityFunctions now need the membership-level of a user as second argument 2003-01-02 19:05:03 +00:00
File - changed alias_macro(): title is now the form-encoded description, urlparam now contains the escaped alias. both should avoid problems with special characters 2003-02-04 12:19:23 +00:00
FileMgr - removed unused function changeAlias() 2003-02-04 12:18:06 +00:00
Global * Use root.storiesByID to access stories in writeReadLog(). This doesn't require 2003-02-06 14:16:46 +00:00
HopObject - changed createInputParam(): value is not form-encoded anymore, this is done in renderInput* if necessary. 2003-02-04 12:18:37 +00:00
Image delete param-property "what" in show_macro(), otherwise it will be rendered in img-tag 2003-02-03 11:15:34 +00:00
ImageMgr - removed unused function changeAlias() 2003-02-04 12:18:54 +00:00
MemberMgr changed level-checks because there's now a difference in meaning between level 0 and level null 2003-01-23 21:35:06 +00:00
Membership changed unsubscribelink_macro() to use constant SUBSCRIBER 2003-01-23 21:36:11 +00:00
Poll moved modifytime_macro() to hopobject prototype 2003-01-07 10:57:31 +00:00
PollMgr securityFunctions now need the membership-level of a user as second argument 2003-01-02 19:05:03 +00:00
Root Added accessname=TEXT_ID to storiesByID. 2003-02-06 13:34:56 +00:00
shortcut added form encoding for display of shortcut content 2002-09-11 14:50:32 +00:00
shortcutmgr changed isDenied() so that only users who are allowed to add a story can access the shortcut manager 2003-01-23 21:31:57 +00:00
Site don't display user e-mail addresses in rss output if user.publishemail is set to false 2003-01-31 16:09:10 +00:00
Skin securityFunctions now need the membership-level of a user as second argument 2003-01-02 19:05:03 +00:00
SkinMgr securityFunctions now need the membership-level of a user as second argument 2003-01-02 19:05:03 +00:00
Story changed content_macro(): 2003-02-04 12:19:50 +00:00
StoryMgr Set cachemode of child objects to aggressive. 2003-01-30 14:35:49 +00:00
SysLog accessing user-property sysadmin directly instead of calling function isUserSysAdmin (removed) 2003-01-02 18:59:04 +00:00
SysMgr fixed a severe bug in onRequest(): getError() returns an object, and assigning this object to res.message throws an exception. But since this exception happens in onRequest() the rest of the function seem to be ignored, and the request ist processed ... 2003-01-24 13:41:24 +00:00
Topic added function getNavigationName() 2002-12-17 21:54:12 +00:00
TopicMgr securityFunctions now need the membership-level of a user as second argument 2003-01-02 19:05:03 +00:00
User accessing user-property sysadmin directly instead of calling function isUserSysAdmin (removed) 2003-01-02 18:59:04 +00:00
Vote changed type.properties according to new database-schema: 2002-06-26 16:03:59 +00:00
app.properties added new bloggerApi-functions 2003-01-02 19:16:32 +00:00
db.properties Initial revision 2001-06-18 08:57:33 +00:00
messages.de corrected confirm.welcomeSite to confirm.welcome 2003-01-21 10:03:17 +00:00
messages.en merged need_for_speed branch 2002-12-01 19:26:40 +00:00
messages.it corrected confirm.welcomeSite to confirm.welcome 2003-01-21 10:03:17 +00:00
messages.nl merged need_for_speed branch 2002-12-01 19:26:40 +00:00