Commit graph

459 commits

Author SHA1 Message Date
9d08dc89aa * Removed all backwards-compatible topic-related code (will be added via aspects from the compatibility module)
* Fixed security issue in notfound.skin again(?)
2007-08-16 15:06:50 +00:00
d9613f6477 * Added support for renaming and deleting tags
* Added permission management for tags and galleries
 * Fixed encoding of tag names with "special" characters
2007-08-10 10:38:58 +00:00
7c027b2969 * Tags and galleries are now mounted on the Site prototype again
* Added rename and delete actions to Tag prototype
 * Fixed some issues with image tag management
 * Tried to unify story creation / modification, needs some more time
 * First steps in direction of a generic and universal manager prototype
2007-08-04 15:52:44 +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
d9f35cd4c4 Moved message files in new directory called i18n 2007-06-23 15:07:19 +00:00
1e520c248a * Merged source code files of one prototype into one single file named after the prototype
* Applied ECMAScript compliant syntax to prototype member definitions
 * Cleaned up directory structure
2007-06-23 14:53:39 +00:00
00d353365f added onCodeUpdate handlers 2006-03-03 13:11:12 +00:00
44b57e7f6b fixed "losing ROLES" bug by using two helper methods to retrieve (and redefine)
the constant values
2006-03-02 21:40:47 +00:00
fe789c708a removed debugging relic 2006-03-02 13:40:40 +00:00
Christoph Lincke
8becbc56b6 added property "cookieLevel"
it specifies number of IP octetts used in the password cookie
e.g. cookieLevel = 3 means it used only xxx.xxx.xxx
2006-01-10 15:32:57 +00:00
Christoph Lincke
fea8936000 small change with itemprefix and suffix 2005-12-15 17:34:32 +00:00
Christoph Lincke
52a3aa5de9 added skin parameter to storylist (only for trusted users) 2005-12-15 16:53:13 +00:00
5e10032a02 fixed clip method according to latest changes in antvilleLib 2005-11-06 12:50:44 +00:00
Christoph Lincke
efd9a3a175 removed gallery support and image macros 2005-10-04 16:04:30 +00:00
Christoph Lincke
6600dd78ee removed gallery support in several image macros 2005-10-04 15:41:25 +00:00
Christoph Lincke
c724834543 added .stripTags() before .clip() 2005-09-21 16:30:42 +00:00
Robert Gaggl
b505f168e3 fixed skinmanager-treeview: searchform.skin was renamed to searchresult.skin, changed
explanation too.
2005-09-06 11:26:42 +00:00
537454f888 bugfix: writeReadLog tried to retrieve stories from recently removed root.storiesByID collection; replaced with Story.getById method 2005-03-02 11:45:03 +00:00
Robert Gaggl
2302231e09 removed collection "storiesById" of root, using Story.getById() instead to retrieve a story with a given id. 2005-02-13 14:53:53 +00:00
Robert Gaggl
b4fe89d9e3 re-enabled various scheduler tasks that where commented out erronously 2005-01-30 11:20:21 +00:00
Robert Gaggl
3fabb3c3cf first implementation of lucene-based search in antville 2005-01-24 22:24:37 +00:00
Robert Gaggl
b7ae0f6329 delete param.limit before rendering the image list (fixes bug 393, http://helma.org/bugs/show_bug.cgi?id=393) 2005-01-23 18:27:05 +00:00
Robert Gaggl
e9994a07d7 changed imagelist_macro():
* non-html attributes (eg. "as", "itemprefix", "itemsuffix") are not rendered anymore
* macro is now capable to render the list of images as urls (might be useful for client side javascript stuff) using as="url"
* fixed a bug in the way popups were linked
2004-10-05 12:28:39 +00:00
637855a2e9 fixed bug that prevented user-modified Day/main.skin from being used 2004-08-04 13:51:47 +00:00
9f7262d41e check if param.id is set in poll_macro 2004-08-03 12:23:10 +00:00
1ff0e14200 added dot.gif to global DefaultImages 2004-08-02 15:05:35 +00:00
Robert Gaggl
cb4034391d fixed a typo in SKINSET constant: it's StoryMgr, not Storymgr 2004-08-01 22:57:47 +00:00
Robert Gaggl
b1fc385d9e modified imagelist_macro(): it's not a wrapper for the (recently removed) imagelist_macro() of ImageMgr anymore, but does all on its own 2004-08-01 12:21:00 +00:00
94cb4c0a22 * check for param.as == "url" and/or param.as == "link" wherevery it (hopefully) makes sense
* cleaned up a little bit (code, comments)
2004-07-30 13:34:13 +00:00
Robert Gaggl
dee81ecc21 modified image_macro(): changed "onClick" to "onclick", otherwise pages wouldn't validate 2004-07-28 15:44:48 +00:00
e57317d759 removed call of flushMailQueue in scheduler because this function will be called from within the sendmail cron job (at least if it's enabled in app.properties) 2004-07-28 12:53:46 +00:00
acd20c426b fixed bug that caused exception due to referrer being an java.net.URL object in
logAccess function
2004-05-30 21:47:03 +00:00
e7adf37c2c added new libraries, removed old AntvilleLib 2004-05-30 21:06:35 +00:00
98a1b98172 make use of Http.evalUrl method in logAccess function to prevent similar URLs
(trailing slash)
2004-05-30 21:04:29 +00:00
Robert Gaggl
40538d5ae6 re-added now_macro() since the version in AntvilleLib doesn't know how to handle
the special "format patterns" ("long", "short")
2004-05-08 15:54:44 +00:00
b40b4cbaa8 fixed bug that caused newline to be appended at the end of a file all the time in Helma.File.prototype.readAll 2004-03-21 16:15:29 +00:00
Robert Gaggl
05d5511da0 - moved onStart() and scheduler to beginning of file
- added hook for modules in onStart() (call any module specific onStart method)
2004-03-21 14:25:43 +00:00
d9819d6f06 added removeDir, listRecursive, hardCopy and move methods to Helma.File prototype 2004-03-21 12:16:06 +00:00
7261a14353 * added check if directory exists before creating it in Helma.File.prototype.mkdir 2004-03-21 11:27:25 +00:00
01f4172303 * replaced all occurences of File methods with Helma.File methods (except where File refers to the HopObject prototype) 2004-03-21 11:26:40 +00:00
eaa0573329 fixed bug in Helma.File.prototype.list() 2004-03-21 10:54:53 +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
ee5a969fc2 renamed prototypes to uppercase first letter names; this implied renaming of file to Asset and of image to Picture to prevent clashes with helma's internal Image and File prototypes (including management mountpoints) 2004-03-20 18:13:50 +00:00
Robert Gaggl
991839a7c2 modified renderImage(): exchanged param.description with param.alt so that users can override the alttext of an image in the calling macro tag 2004-02-29 16:12:48 +00:00
Robert Gaggl
588927e333 committed matthias platzer's language patch
(see http://grazia.helma.at/pipermail/antville-dev/2004-February/000489.html)
2004-02-16 17:51:26 +00:00
254bb40537 tried to fix the still immanent file naming behaviour (this might need more involvement) 2004-01-14 15:52:39 +00:00
da8cba6094 fixed bug that caused empty aliases being created from file names starting with a period (e.g. ".htaccess") 2004-01-14 13:30:46 +00:00
12ee21ddc3 fixed macro help to finally work one day... 2004-01-13 15:39:51 +00:00
fd9d0b503f * re-added hopobject.url_macro as user-friendly wrapper for hopobject.href_macro
* replaced all xxx.href macro calls to xxx.url
2004-01-13 15:36:23 +00:00
b4a6f23d1f cleaned up code 2004-01-13 12:25:53 +00:00