Commit graph

4022 commits

Author SHA1 Message Date
6eaed52783 Excluded sites scheduled for deletion from Root.sites and Root.updates collections 2009-12-27 19:05:08 +00:00
c1aa52eadf Added client-side fix for adding the Antville logo animation to the root site 2009-12-27 18:57:48 +00:00
f8974735e3 Revamped the backup/restore feature for the story editor 2009-12-27 17:51:19 +00:00
dfe2e54fa1 * Improved eTag creation in main_js_action(), user_js_action() and main_css_action() methods of Site
* Removed obsolete modSorua.skin (we will do shared authentication right one day)
2009-12-27 15:35:50 +00:00
d0720d7c53 Fixed quotes to work with gettext 2009-12-27 14:31:28 +00:00
743ad87306 Re-added erroneously deleted layout directory for default site 2009-12-21 17:47:51 +00:00
cca6673e8d Slightly rearranged macros in $listItem skin 2009-12-18 21:28:23 +00:00
077e72eb31 Small modifications to make the API work with TextMate’s Blogging bundle 2009-12-18 21:27:31 +00:00
8ea21a1038 Moved .nowrap CSS class from Site#stylesheet to $Root#stylsheet skin 2009-12-14 14:41:23 +00:00
b75fc70bf1 Fixed bug preventing output of global image macro containing the linkto paramater 2009-12-14 14:36:15 +00:00
b83a64822c Modified site.mode column to reflect newly added Site.delete property 2009-12-13 22:42:02 +00:00
2048cf28df * Added Admin.deletedSites collection
* Added first draft of asynchronous site deletion using persisting, file-based job queue
 * Moved programmatically created nightly cronjob to from global onStart() method to app.properties file
 * Added helma.File.copyDirectory() method
 * Revamping global breadcrumbs_macro() – WORK IN PROGRESS!
 * Minor changes in global link_filter() and poll_macro() methods
 * Added Root.SITEREMOVALGRACEPERIOD defining the grace period between request and actual time of site deletion
 * Added Root.queue() and Root.dequeue() methods for handling job queue
 * Slightly modified notfound_action() and error_action() of Root
2009-12-13 22:40:16 +00:00
cca8f2c03a * Modified some res.data.title and res.messages assignments
* Added second argument to HopObject.remove() method; if set to true, any object will be removed without any checks for permissions or the like
 * Enhanced notfound and error screens
 * Removed obsolete Image.site property
 * Added missing LogEntry.remove() method
 * Added Site.deleted property
 * Fixed missing calls for remove() methods of some collections in Site.remove()
 * Added Root#stylesheet skin for future CSS classes necessary for GUI elements
 * Added missing Site.entries collection
 * Removed troublesome if condition in Skin.remove()
 * Generally deny access to Skin.main_action
 * Added missing Skin.getFormValue() method
 * Added check in Skin.update() if the Site#page skin contains the <% response.body %> macro 
 * Added Skins.onRequest() method checking if we are in-between two Skins objects
2009-12-13 22:29:21 +00:00
306771f49a 2009-12-13 21:56:50 +00:00
5ec14e5c06 Skin spring cleaning: unified and restructured skin parts and removed obsolete markup 2009-12-13 21:54:58 +00:00
39ed0cb016 Added license header 2009-12-07 21:49:38 +00:00
47e82a9561 Added missing source column to skin table 2009-12-07 21:39:21 +00:00
b032ec04f3 Check URL for "main" or "." and replace it with the empty string to avoid NON_INITIAL_DOT_SEGMENT in PATH errors by validator.w3.org 2009-11-11 13:00:02 +00:00
7b6bb7aee3 Delete param.to property before returning arguments in aspects method of HopObject.link_macro() 2009-11-09 10:32:28 +00:00
a3d4015b04 Added call for java.net.IDN.toASCII() to ensure that (yet) exotic site names can be used, too 2009-11-05 20:31:23 +00:00
1a317c1677 * Added Layout.reset() method to reliably copy the desired skins into a site’s layout directory
* Moved the private copy() method in Root.create_action() to helma.File.copyDirectory() in Global.js (will be committed later)
 * Replaced the copy routine with call for Layout.reset()
2009-11-04 14:12:01 +00:00
c81ffefca1 Removed root layout skins again since they will be automatically copied here when the root site is created 2009-11-04 14:01:18 +00:00
35d303d56f Added new Helma logo with transparent background 2009-11-04 13:51:12 +00:00
8d7430ab2f * Included formerly added default images to the Images.Default collection
* Replaced vintage Helma typogramm with new logo
2009-11-04 13:46:45 +00:00
1ef3671af7 Added missing root layout skins 2009-11-04 08:16:39 +00:00
62ce3f8895 Added updated root layout skins 2009-11-04 08:15:46 +00:00
79702fd3f9 Removed outdated root layout skins 2009-11-04 08:14:29 +00:00
264f5c0a28 Added ant.png and ant-icon.png to the default collection of images 2009-11-03 22:16:26 +00:00
1924e04bed * Added user interface for layout conversion
* Finalized layout converter to convert from ZIP archive to ZIP archive
 * Moved Layout.convert_action() into extra file
2009-11-03 18:10:33 +00:00
24f25c8436 * Added missing title and cancel link to layout import
* Edited wording of error messages in Layout.import_action()
 * Added redirect to import action if an error occurred
2009-11-03 18:08:09 +00:00
0e3b954b76 Fixed ugly bug causing sites to lose their layout on import or reset 2009-11-03 15:12:39 +00:00
b82ec9c3fc Updated start scripts 2009-11-02 16:35:58 +00:00
913a8fab69 Generalized build.properties 2009-11-02 16:24:31 +00:00
f9f39b5ffe Minor changes 2009-11-02 16:23:53 +00:00
91adf0bb03 Removed unnecessary H2 database file 2009-11-02 16:22:46 +00:00
e3c68e65ea Stripped down start script to the bone 2009-11-02 16:20:30 +00:00
40f3c81d65 * Added target for building the API documentation with JSDoc Toolkit
* Modified pot target to use patched MessageParser.js in extra dir
2009-11-02 16:19:03 +00:00
dcc9cbcfc8 * Added basic doctags to the code
* Removed obsolete code
2009-11-02 16:16:41 +00:00
24aaa3b33b Added missing Root layout 2009-11-02 15:46:54 +00:00
c9af4cee82 * Added patched MessageParser.js until Jala HopKit gets updated or the like
* Added Skin.java.patch until Helma gets updated with skin/macro introspection
2009-11-02 15:38:20 +00:00
f53a8d3aa9 Commit of missing Java files for JSDoc Toolkit 2009-11-02 15:36:44 +00:00
15cd223a3a Added JSDoc Toolkit as a replacement for Jala’s JSDoc script 2009-11-02 14:56:01 +00:00
842d02369f Initial commit of API documentation generated with the JSDoc Toolkit 2009-11-02 14:37:46 +00:00
5846e488ee Initial commit of stand-alone configuration for running Jetty 5.x as stand-alone server 2009-11-01 15:42:43 +00:00
ebc574e338 * Added instruction in antclick target to move all licenses into top license dir
* Fixed instruction to completely remove some unwanted directories
2009-11-01 13:59:47 +00:00
4ac7da27c3 * Moved license into new legal dir
* Removed huge outdated CHANGES.html file
2009-11-01 13:58:04 +00:00
84f8e9d1ed Added and updated licenses for Antville and integrated third-party software libraries 2009-11-01 13:45:40 +00:00
acf2803c66 Reset H2 database 2009-11-01 13:20:40 +00:00
523dc6a9b1 Moved Root/Site.skin from compat to code to re-establish accustomed behaviour of root site 2009-11-01 13:19:33 +00:00
868dff8a80 * Moved Root/Site.skin from compat to code to re-establish accustomed behaviour of root site
* Removed commented code artefacts
2009-11-01 13:19:11 +00:00