antville/code
Hannes Wallnöfer 6714d39262 Added /rss?show=all option to site/rss.hac that allows comments to be
included in the rss output. The mod is very simple, it just uses the
allcontent collection instead of allstories to create the output.
2003-02-25 15:05:51 +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 modified formatTimestamp(): re-added setting the timezone, otherwise defining a different timezone in site-preferences has no effect at all (see http://help.antville.org/stories/299705/) 2003-02-24 18:46:39 +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 implemented icon-handling (contributed by michi platzer) 2003-02-14 13:38:50 +00:00
ImageMgr - removed unused function changeAlias() 2003-02-04 12:18:54 +00:00
MemberMgr Fixed indentation, which was partially messed up. Now uniformly 2003-02-25 13:13:14 +00:00
Membership changed unsubscribelink_macro() to use constant SUBSCRIBER 2003-01-23 21:36:11 +00:00
Poll modified poll/calcPercent() function to calculate percentages of poll votes to become global/percentage() 2003-02-11 16:59:12 +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 getUserInfo() - Blogger API function that retrieves a user's info. 2003-02-24 15:47:44 +00:00
Site Added /rss?show=all option to site/rss.hac that allows comments to be 2003-02-25 15:05:51 +00:00
Skin added _parent-definition (might fix this problem: http://project.antville.org/stories/288682/) 2003-02-10 17:29:43 +00:00
SkinMgr securityFunctions now need the membership-level of a user as second argument 2003-01-02 19:05:03 +00:00
Story edit-action now fits the needs of the new story-editor 2003-02-14 13:48:39 +00:00
StoryMgr create-action now fits the needs of the new story-editor 2003-02-14 13:49:01 +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 added _parent-definitions 2003-02-10 23:50:04 +00:00
Vote changed type.properties according to new database-schema: 2002-06-26 16:03:59 +00:00
app.properties Added getUserInfo() to list of functions callable via XML-RPC 2003-02-24 15:50:14 +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