Commit graph

116 commits

Author SHA1 Message Date
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
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
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
82c28d737b removed commented and thus obsolete html code 2004-01-13 14:34:50 +00:00
80202814c7 added as="link" option to url_macro 2004-01-13 14:33:20 +00:00
a76c64aea1 removed hopobject.url_macro and replaced macro calls with the href macro 2004-01-13 14:24:12 +00:00
32323abe65 cleaned up code 2004-01-12 16:44:25 +00:00
bb23b0ad62 decreased vertical space between list items 2004-01-12 12:47:59 +00:00
304e1cc0be modified delete_actions and corresponding delete.skin 2004-01-12 12:47:18 +00:00
Robert Gaggl
e943739626 display "[untitled]" for sites without a title, link to frontpage 2004-01-08 09:16:50 +00:00
0706b9928e removed obsolete files 2004-01-07 17:31:18 +00:00
24c483ca4f initial check-in 2004-01-07 17:27:16 +00:00
Robert Gaggl
80ea176b8b modified layout, removed commented out html code 2004-01-04 15:34:20 +00:00
0234ae9b27 modified way the list of members is rendered:
* render each role from an extra collection
* add page navigation
* FIXME: add member currently is not working!
2004-01-03 17:31:28 +00:00
f4bda5765f replaced eMail with e-mail 2004-01-02 22:14:57 +00:00
Robert Gaggl
8eaaab2ec9 changed since the signatures of some AntvilleLib methods have changed:
- Html.dropDown (first argument must be an object containing all attributes of the opening select tag).
- Html.link and Html.linkAsString (first argument must be an object containing all attributes of the a tag).
2003-12-17 22:04:38 +00:00
Robert Gaggl
c090327dc2 bugfix: exchanged the hardcoded "hansi" with <% membership.username %> (it was late yesterday ;-) 2003-12-10 10:39:53 +00:00
Robert Gaggl
5ceac801ad initial check-in: skins used by mailto action 2003-12-09 20:00:27 +00:00
Robert Gaggl
7ab5a282d0 mailbody was renamed to mailstatuschange 2003-12-09 19:59:22 +00:00
Robert Gaggl
41a4542e1b added link to mailto action 2003-12-09 19:58:29 +00:00
Robert Gaggl
c7a39689ba added mailto_action (contributed by kris) 2003-12-09 19:56:09 +00:00
Robert Gaggl
2189f20744 the former mailbody.skin 2003-12-09 19:54:52 +00:00
Robert Gaggl
d084223695 renamed to mailstatuschange.skin 2003-12-09 19:54:29 +00:00
Robert Gaggl
666a8734ac initial check-in 2003-12-08 22:59:01 +00:00
Robert Gaggl
8da39d7053 renamed to mgrlistitem.skin 2003-12-08 22:55:43 +00:00
Robert Gaggl
a47718511f only send mail if the status of the member actually changed 2003-12-08 21:48:09 +00:00
Robert Gaggl
46ff46c72f modified filter since we now have two different image prototypes, and we want just the site images in this collection 2003-11-23 19:09:30 +00:00
Robert Gaggl
f5d1e28d15 root.systitle_macro() was renamed to root.title_macro(), dto. with root.sysurl_macro() 2003-11-23 18:26:56 +00:00
Robert Gaggl
2c6c72edcb added collections stories, polls, images and files that contain objects that were created by the user in the site the membership points to (these collections are used in the manager mountpoints for the "my xxxxx" options) 2003-10-15 19:55:30 +00:00
Robert Gaggl
25757cbf8a modified updateMembership(): throw a DenyException instead of an Exception object 2003-09-07 21:03:54 +00:00
Robert Gaggl
92316e4787 modified checkAccess() because permission check methods now throw an exception 2003-09-07 20:57:48 +00:00
Robert Gaggl
c7d5c20578 initial check-in 2003-08-02 12:21:28 +00:00
Robert Gaggl
1bb142aa57 initial check-in: merged former .hac files into single actions.js files 2003-08-02 12:20:05 +00:00
Robert Gaggl
b1d3bb6870 modified comments 2003-08-02 12:19:11 +00:00
Robert Gaggl
1df755f88c changed membership.sitetitle to site.title 2003-08-02 12:15:23 +00:00
Robert Gaggl
be0bbdcc97 - changed to use AntvilleLib methods
- added constructor function
- modified functions to throw an Exception object in case something is wrong
- use global sendMail()
- removed function sendConfirmationMail()
2003-08-02 11:34:05 +00:00
Robert Gaggl
abe8f7b107 use site.title instead of membership.sitetitle 2003-08-02 11:13:16 +00:00
Robert Gaggl
01df707a3d added the name of the account to the mailbody 2003-08-02 11:10:40 +00:00
Robert Gaggl
91aa97ea77 - changed to use AntvilleLib methods 2003-08-02 11:01:25 +00:00
Robert Gaggl
eee0bf7f5d changed from input type="button" to type="submit" 2003-08-02 10:41:03 +00:00
Robert Gaggl
81f0c559e7 removed because .hac-files were merged into single actions.js files 2003-08-02 10:24:52 +00:00
Hannes Wallnöfer
a08d616268 Fixed indentation 2003-04-14 13:58:12 +00:00
2bae74b1a3 changed case of E-mail to e-mail. it simply looks the best, imho. 2003-03-20 17:16:45 +00:00
524d7a38a3 still fixed html where necessary to achieve maximum xhtml conformance; furthermore i tried to find a more expressive title for every page output (most of them were set to the site title only which does not help a lot when navigating with the browser history); last but not least many editor forms where adapted to gain a concistent general layout. 2003-03-07 19:27:48 +00:00
92d2b85613 modified skins to conform with xhtml spec 2003-03-05 19:11:40 +00:00
d3a6a05a0e changed second word of "Content manager" to lower case 2003-03-05 18:47:17 +00:00
50890759ad validated almost every page (at least apart from the system management stuff) with the w3c validator at http://validator.w3.org and modified the skins where necessary. furthermore i tried to arrange some layouts (files, images, polls) to better and more consistently harmonize with the general antville appearance. 2003-03-05 18:39:37 +00:00
Robert Gaggl
e12402cc60 changed unsubscribelink_macro() to use constant SUBSCRIBER 2003-01-23 21:36:11 +00:00
Robert Gaggl
ff01391d37 securityFunctions now need the membership-level of a user as second argument 2003-01-02 19:05:03 +00:00