Commit graph

50 commits

Author SHA1 Message Date
aa11e5db88 * Replaced occurrences of User.visisted with User.modified
* 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)
2007-10-21 16:49:16 +00:00
6e28d59eeb * Disabled mail and indexing cronjobs in app.properties
* 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
2007-10-06 10:26:30 +00:00
5841f057bc * Overhauled listing of memberships and subscriptions
* Fixed un/subscribe, add/remove member actions
 * Removed some obsolete code
 * Renamed role "Admin" to "Owner"
2007-09-14 13:13:50 +00:00
c7d828aae9 * Extended Root from Site prototype (still buggy due to http://helma.org/bugs/show_bug.cgi?id=553)
* Overhauled Membership prototype (generic framework, DB structure)
 * Added necessary compatibility code
 * Started re-implementation of permission framework (looks promising!)
2007-09-14 00:16:06 +00:00
d5c59cf2ec Intermediate commit of changes concerning
* file-based skins
 * basic tag implementation
 * new metadata container
 * generic object/collection mappings
2007-07-29 10:16:10 +00:00
aaaf55ea0a Added header to and cleaned up property files 2007-06-30 19:25:35 +00:00
Christoph Lincke
b2c9a1c33a sorry, checked in this instead of the lib.
reverted to old version
2005-09-26 17:07:56 +00:00
Christoph Lincke
90e77c8571 now it's correct :-) 2005-09-26 16:51:19 +00:00
Robert Gaggl
9d33940155 added cron job for index rebuilding 2005-01-30 11:21:42 +00:00
Robert Gaggl
3fabb3c3cf first implementation of lucene-based search in antville 2005-01-24 22:24:37 +00:00
6560b259db enabled the sendmail cron job by default 2004-07-28 13:41:48 +00:00
Robert Gaggl
8537b0167c fixed staticPath property, otherwise antclick would keep storing images and files
in path/to/helma/static instead of apps/antville/static
2004-05-31 22:57:25 +00:00
Robert Gaggl
be29c69be0 fixed XmlRpcAccess property since the prototype names have been changed 2004-05-24 08:42:36 +00:00
9f0c544f8f * fixed rootProtoype property according to first-letter uppercase prototype Site 2004-04-21 17:52:46 +00:00
01cae4b46b restored accidentally committed app.properties file 2004-03-21 10:54:14 +00:00
371da1e94b re-renamed Asset and Picture (incl. manager protos) to their original names (ie. File and Image) and instead added a global Helma object containing JavaScript wrapper methods around the helma.image.ImageGenerator and java.io.File classes 2004-03-20 22:30:35 +00:00
Robert Gaggl
91d11ad2e3 fixed staticPath that was checked in erronously 2004-01-11 17:02:35 +00:00
d44aae4b6e removed backwards compatibility 2004-01-08 14:27:09 +00:00
Robert Gaggl
34e457fec9 replaced properties imgPath, filePath, imgUrl and fileUrl with the two properties staticPath and staticUrl (images and files of sites are now located in subdirectories) 2003-11-23 17:58:29 +00:00
Hannes Wallnöfer
a790064067 Added error action 2003-10-07 14:45:07 +00:00
Robert Gaggl
d9fb8f1ae7 merged changes done in antville_1_0 branch 2003-07-22 12:01:41 +00:00
fc907c5cc3 added support for scheduler with cron features 2003-05-29 16:11:09 +00:00
Hannes Wallnöfer
9371ce4704 Introduce defaultHost property for virtual server setup. 2003-04-11 12:48:44 +00:00
Hannes Wallnöfer
3bae9ac278 Make "real" comments start with two # instead of just one to set them
them visually apart from deactivated options.
2003-03-10 12:18:05 +00:00
Hannes Wallnöfer
7b1b35d6cd Updated template for virtual host config to new hrefFunction feature 2003-03-10 12:16:00 +00:00
Robert Gaggl
2cbdc3d3cb reverted back to 1.23 (changes in 1.24 break antclick) 2003-03-05 19:26:32 +00:00
222c56a99d refurbished polls; removed title property wherever it occurred; state_macro() is deprecated (but still working) now, use closetime_macro() and appropriate prefix/suffix strings instead. 2003-03-03 13:51:54 +00:00
Hannes Wallnöfer
6bce9cd66a Added getUserInfo() to list of functions callable via XML-RPC
See http://groups.yahoo.com/group/bloggerDev/message/315
2003-02-24 15:50:14 +00:00
Robert Gaggl
58bf687f4d added new bloggerApi-functions 2003-01-02 19:16:32 +00:00
Hannes Wallnöfer
6aa4e844ba fixed imgUrl and fileUrl properties so that they match ImgPath and filePath
properties in default setup with embedded web server.
2002-07-16 15:23:07 +00:00
977a56b289 renamed app property "description" to "_description" to indicate internal status 2002-07-11 15:31:57 +00:00
Hannes Wallnöfer
1178df0c25 commented out baseURI by default 2002-07-02 15:13:17 +00:00
Robert Gaggl
4ba13b370a replaced "goodie" with "file" 2002-06-26 17:44:31 +00:00
Robert Gaggl
ea50f21c96 - changed property goodiePath to filePath
- most of the properties are now stored as properties of root
2002-06-26 17:32:15 +00:00
7c2551ed19 removed comment about "backslashed masking with backslashes" (not necessary, windows can do it with slashes, too) 2002-05-15 16:09:21 +00:00
e699232dae changed imgPath and goodiePath to relative urls (works with windows, and i assume it works with *nix, too) 2002-05-15 16:08:16 +00:00
c6a71f574a added description 2002-04-26 13:49:29 +00:00
Robert Gaggl
1fbd847cd1 (optional) limit creation of weblogs to sysAdmins or trusted users (thanks to kris!) 2002-04-12 11:36:44 +00:00
Robert Gaggl
4f3d751cad added new properties for automatic cleanup, everything is disabled by default 2002-03-27 11:28:47 +00:00
ba95decd7a removed property hostname again (sorry for the inconvenience) 2002-02-05 11:24:06 +00:00
f1b56b28a6 added property hostname (needed for rss feeds) 2002-02-05 11:18:02 +00:00
901b6cf8ff changed admin e-mail address to some generic placeholder 2002-01-29 17:22:32 +00:00
505b554803 cleaned up a little bit 2002-01-25 15:56:13 +00:00
0bed669d44 added root.deletePost method for xmlrpcaccess;
changed xmlrpcHandlerName to "blogger"
2002-01-17 14:17:18 +00:00
Robert Gaggl
c79e7829ad added properties needed for goodiepool 2001-11-03 09:39:14 +00:00
6b2e5defbc added server property 2001-10-22 08:58:20 +00:00
Michael Platzer
4ec00696ef added xmlrpcaccess 2001-08-27 14:34:34 +00:00
Robert Gaggl
e6ffde3f5a property appPath not needed anymore 2001-07-09 21:01:26 +00:00
Robert Gaggl
6098d672db added appPath-property 2001-06-18 16:49:29 +00:00
Robert Gaggl
bbfcb3d4f4 Initial revision 2001-06-18 08:57:33 +00:00