antville/code
2003-02-04 12:18:37 +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 securityFunctions now need the membership-level of a user as second argument 2003-01-02 19:05:03 +00:00
FileMgr - removed unused function changeAlias() 2003-02-04 12:18:06 +00:00
Global added function isCleanForName() which is needed for checking image- and file-aliases for invalid characters. allowed are a-zA-Z0-9.-_space. the former used function isClean() is a bit restrictive for that, on the other hand umlauts etc. lead to problems. 2003-02-04 12:18:20 +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 securityFunctions now need the membership-level of a user as second argument 2003-01-02 19:05:03 +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 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
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 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
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