antville/code/Global
Tobi Schäfer df9017ab77 * Fixed reference to parent site in Archive
* Fixed _children.filter in Archive
 * Added missing permission checks
 * Modified global defineConstants() method to return the getter function instead of automatically defining it with given argument
 * Added HopObject.macro_macro() method to display userland macro code
 * Removed colorpicker (will be replaced by third-party library)
 * Removed obsolete global constants and functions
 * Overhauled and tested global userland macros like story_macro(), image_macro() etc.
 * Implemented global list_macro() to replace any special listFoobar_macro() methods
 * Moved global autoLogin() method into User prototype
 * Overhauled global randomize_macro()
 * Renamed global evalURL() method to validateUrl() as well as evalEmail() to validateEmail()
 * Re-added accidentally removed subskins to Members.skin
 * Fixed some skin names which were changed recently
 * Remove delete_action() from Membership
 * Fixed foreign key of images collection in Membership
 * Removed global username_macro() and replaced it with appropriate membership macros
 * Moved contents of systemscripts.skin into javascript.skin in Root prototype
 * Removed main_css_action(), main_js_action() and sitecounter_macro() methods from Root
 * Added accessname to sites collection in Root
 * Upgraded jQuery to version 1.2.1
 * Replaced call for global history_macro() with corresponding list_macro() call
 * Renamed "public" collection of Stories prototype to "featured"
 * Moved a lot of styles from Root's style.skin to the one in Site
 * Added comments collection to Site
 * Moved embed.skin as subskin #embed into Site.skin
 * Fixed some minor issues in Story.js (removed check for creator before setting the story's mode)
 * Defined cookie names as constants of User which can be overriden via app.properties userCookie and hashCookie
 * Moved a lot of code into compatibility module
2007-10-11 23:03:17 +00:00
..
Global.js * Fixed reference to parent site in Archive 2007-10-11 23:03:17 +00:00
help.js Renaming MemberMgr prototype to Members 2007-09-14 13:21:21 +00:00
nextpagelink.skin changed layout (instead of using a table to create the link use the new css class "pagelinkBottom") 2003-12-08 21:17:12 +00:00
pagenavigation.skin cleaned up code 2004-01-13 12:25:53 +00:00
pagenavigationitem.skin initial check-in: used for rendering the page navigation bar in mgr-mountpoints 2003-10-15 20:02:17 +00:00
prevpagelink.skin simplyfied html code 2003-12-08 22:32:31 +00:00
rssImage.skin renamed rss10Image.skin to rssImage.skin 2002-08-19 16:41:04 +00:00