* Renamed tags collection to $tags in Root
* Fixed a few links in page.skin and Site.skin of Site
* Added CSS class for selected calendar day
* Fixed skin name for rendering tag items
* Fixed default skin name for rendering tag items
* Removed obsolete Tag.properties file
* Fixed calendar layout (yet to be tested with other browsers)
* Fixed display of stories per tag (wrong skin name)
* Replaced relic of res.handlers.context with res.handlers.site
* Moved data created by the global value_macro() into res.meta.values namespace
* Ignore case of res.meta.values keys
* Added reset_action() to Layout
* Write/retrieve basic layout information into/from Layout#values subskin
* Renamed key names of basic layout information for convenience (eg. "background color" instead of "bgcolor")
* Fixed Layout.remove() method according to generic approach
* Fixed digest generation for main.css and main.js output
* Added Skin.render() method (ie. to the application prototype, NOT Helma's internal Skin class)
* Removed obsolete code
* Removed obsolete files
* Removed some lines of obsolete code
* Reduced layout functionality to 1 (one!) layout per site as a first step to eliminate future obstacles of backwards compatibility
* Fixed Images.main_action for layout images
* Aggregated functionality of layout export in one method (Layout.export_action)
* Extended functionality of layout import to every layout (ie. any comptabile layout can be imported to any site)
* Fixed some minor bugs
* Removed obsolete skin files
* Removed obsolete onclick handler of default images
* Modified handling of Images.Default once again to fix wrong URLs
* Made some progress in layout management: every skin can be edited via one persistent URL; skin outlines are working again
* SLightly modified Image.constructor() method to allow creation of Image objects on code compilation
* Added links to Antville and Helma logo images in Site/page.skin
* Removed obsolete debug code
* Added content type to JavaScript / CSS output
* Moved client-side JavaScript code from Root/javascript.skin to static directory
* Removed hack in Site.main_action() to provide jQuery
* Added debugging CSS classes for skins
* Fixed b/w compatible logo_macro()
* Removed option to set a layout value in compatibility module
* Call global link_macro() when argument in HopObject.link_macro() contains a colon (probably not sufficient)
* Set application's charset to UTF8
* Added Layout.getFile() method returning the layout's directory as helma.File
* Simplified Layout.getSkinPath() method (still work in progress)
* Replaced occurrences of Site.language with Site.locale
* Modified some wording
* Added slight b/w compatibility fix in Story.macro_filter() method
* Added timex factor in Story.getDelta() method to prevent counting edits as site updates in-beteen 10 minutes
* Moved site-related aspect hooks to Site prototype of compatibility module
* Removed obsolete conversion code in compatibility module (has moved to updater app)
* Re-included spacer_macro() method in compat. module
* Temporarily overwrote HopObject.renderSkin() method to debug skin rendering process
* Replaced individual legacy macros of Layout prototype by appropriate code in onUnhandledMacro() method (compat.)
* Reflect legacy macros of Layout prototype in value() method of compat. module
* Added and improved compatibility methods
* Implemented support for renamed prototypes in updater app (still needs to be applied for database, too)
* Slightly elaborated on what happens when a site or a user is blocked
* Fixed some permission issues
* Removed some more obsolete skin files
* Re-introduced Root.search_action() method with minimal output
* Switched search method from GET to POST
* Added User.logout() method
* Fixed User.require() method (check for TRUSTED constant was missing)
* Removed obsolete rescue methods
* Moved contents of many individual skin files as subskins in the corresponding prototype skin file
* Moved commentform_macro of Story prototype into compatibility module
* Implemented support for web hooks
* Added default_hook_action() method to Root
* Renamed webHookEnabled to webHookMode in Root prototype
* Moved currently obsolete module code, macros and skins to compatibility module
* Disabled notification of updates (probably forever)
* Added encoding="form" parameter to most of the macros using the request handler
* Renamed commentsMode to commentMode (comments_mode to comment_mode in DB)
* Reactivated notifications in a simplified manner
* Throw an error in global sendMail() method if arguments are not sufficient
* Added HopObject.notify() method
* Added HopObject.kind_macro() method (provides the constructor's name in lowercase)
* Added Messages.skin containing subskins suited for e-mail output
* Removed obsolete skin files
* Added reset_action() method for resetting a user's password to Members prototype
* Added require() method to Membership prototype; wrapped static require() method around it
* Added Membership.notify() method which does all the member-related notification stuff
* Send notification on membership removal
* Fixed contact form in Membership prototype
* Dropped e-mail property from Site prototype (users can be contacted via Membership.contact_action(), Root prototype has extra e-mail property)
* Added missing getPermission() method to User prototype, always requiring a privileged user
* Reactivated request log as app.data.stories
* Removed many obsolete methods
* Fixed and added HTML tags for RSS feeds to page.skin
* Added Stories.flushRequests() method
* Renamed Story.incrementReadCounter() method to Story.logRequest()
* Moved many methods to compatibility module
* Removed obsolete navigation skins
* Moved page navigation skins into Global.skin
* Removed remaining obsolete RSS skin
* Moved admin navigation into subskin and added it via overwritten skin_macro in Admin prototype
* Removed obsolete sysmgrnavigation.skin from Root
* Renamed style.skin to stylesheet.skin (this could be hazardous regarding b/w compatibility...?)
* Modified order of featured collection in Stories prototype
* Re-added DB column and property for last visit date of a user (now simply called "visited")
Switched to Rome for RSS generation:
* Added necessary JAR files (new subdirectory "lib")
* Removed obsolete skin files
* Added basic skins for XSL transformation
* rss.xml of Root prototype is now equal to the one of Site; site updates have been moved to updates.xml
* 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
* Changed order of filters in collection handlers (member items go first, all items last)
* Fixed global file_macro and image_macro methods
* Reactivated Images.Default
* Added Layout.value_macro to allow per request definitions of variables for the CSS stylesheet (still experimental)
* Finally removed PropertyMgr (replaced by Metadata)
* Renamed a bunch of collections, mountpoints and variables
* Reduced commentsMode options to "enabled" and "disabled" in Site prototype
* Renamed "shared" mode to "restricted" in Site prototype
* Moved a lot of stuff into the compatibility module
* Re-enabled calendar by switching to jala.Date.Calendar
* Removed obsolete calendar skins
* Re-enabled story archive by replacing Day prototype with new Archive prototype
* Moved story collections from Site to Stories prototype
* Enabled second option by default in HopObject.checkbox_macro
* Removed debugging code from Members/login.skin and User.js
* Replaced remaining occurrences of res.handlers.context with res.handlers.site
* Moved sites back from Root.sites to Root._children collection
* Moved Site.loginstatus_macro to Membership.status_macro
* Delegated rendering of story list in main.skin to archive
* Replaced Site.renderStorylist with Site.stories_macro
* Removed redundant Site.getMembership (see User.getMembership)
* Removed (currently) obsolete indexing methods
* Fixed some minor issues lately introduced
* Renamed PollMgr to Polls
* Removed graph.skin from Choice prototype
* Improved Choice skins by replacing param with choice handlers
* Unified output of Choice totals in choice.votes_macro
* Moved creation of new choices to client-side JavaScript
* Added labels for radiobuttons
* Added HopObject.radiobutton_macro
* Cache / reset status of story when rotating
* Added first story formatting filters
* Fixed global breadcrumbs_macro
* Improved distinction check for layout images
* Re-added accidentally removed replace action for layout images
* Moved mostread_action from Site to Stories.top_action
* Replaced links to topics with those to tags
* Re-enabled referrers
* Switched default permission poplicy from allow to deny in some prototypes
* Added redirect from main_action of a skin to its edit_action (that's where all editing is taking place now)
* Merged default and custom skin editor (still needs tweakin' of potential moving / renaming issues)
* Renamed getNavigationName() methods to getTitle()
* Renamed ImageMgr to Images
* Fiddled with more elegant context switch between Layout and Site images (still a little bit messy)
* Added getUrl and getDirectory methods to File and Image
* Moved global getPoolObj to HopObject.getFromPath
* Moved global renderImage to Image.render
* Moved global DefaultImages to Images.Default
* Moved global thumbnail constants to Image
* Moved global evalImageType to Image.validate
* Streamlined image_macro (good-bye pop-ups!)
* Added HopObject.upload_macro to support file upload form element
* Added conversion and compatibility scripts for images and layouts
* Implemented first basic version of skin management using subskins
* Added remove() method to HopObject and most object prototypes which are automatically called after confirmation in HopObject.delete_action()
* Enhanced support for various form elements via HopObject macros
* Added HopObject.removeChildren() method
* Removed color and font settings in layouts (maybe just temporarily)
* Implemented generic framework for layouts and skins
* Renamed LayoutMgr to Layouts and SkinMgr to Skins
* Renamed "properties" property to "metadata" (finally)
* Added conversion and compatibility code for the changes
* Merged SysLog and AccessLog into new LogEntry prototype
* Established new global logAction()
* Moved admin-related skins as subskins into Admin.skin files
* Added handleMetadata method to define getters and setters for metadata properties
* Reduced and renamed value() method to map()
* Renamed most of the sys_* properties
* Converted most site properties to metadata
* Implemented generic framework into Site prototype
* Added basic form support to generic framework
* Added support for positionl parameters in some macros (e.g. link_macro, skin_macro, created_macro)
* Added link_filter to Global and HopObject
* Added check for "Cancel" in HopObject's onRequest()
* Had to disable display of disk usage in SysMgr due to an issue that has to be resolved, yet
* Added support for various new site preferences (at least in the form :)
* Removed some code related to Lucene search until it's clear how search will work in the future
* Added quite a lot code for backwards compatibility
* Updated database patches
* Fixed issue caused by setting a Metadata property to a Java value, e.g. java.net.URL instance becomes string without quotes. (Could this be a Rhino bug?)
* Finalized conversion of AV_USER table to simple naming scheme ("user")
* Added global getTitle() method which returns either site.title or root.sys_title
* Implemented universal HopObject.value() method
* Rededicated User.update() method since its previous functionality is now taken over by User.value()
* Restructured login and register functionalities in User and MemberMgr
* Replaced first occurrences of Exception with Error
* Introduced i18n via gettext in User and MemberMgr
* Removed getMessage() and Message in User and MemberMgr
* Added first possible implementation of global getPermission() method
* Modified code of global evalEmail() and evalURL() methods to work with Helma modules
* Simplified global sendMail() method by not throwing any MailException anymore and returning the status code only
* sendMail() now is using helma.Mail (so we can debug message output)
* Passwords are not stored as clear text in the database any longer
* Passwords are sent MD5 encoded across the network
* Modified code structure to serve as template for all other prototypes (new value/update methods, database table/column naming etc.)
* Included jQuery JavaScript library from within page.skin