Commit graph

103 commits

Author SHA1 Message Date
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
Robert Gaggl
42e0f21580 merged need_for_speed branch 2002-12-01 19:26:40 +00:00
16632edb72 replaced all occurrences of "this" with the name of the corresponding prototype 2002-08-09 15:45:59 +00:00
Robert Gaggl
be55e69090 changed email_macro(): added check if email-address is public or not 2002-07-26 23:00:46 +00:00
1bdafc20a0 moved createtime_macro() to macros.js in hopobject prototype 2002-07-26 12:38:44 +00:00
Robert Gaggl
d5823a468a - input_macro() moved from hopobject to global (and echoes request data by default)
- added missing name-attribute for buttons
2002-07-19 08:42:32 +00:00
Robert Gaggl
e090821edd weblogtitle_macro() was renamed to sitetitle_macro() 2002-06-26 17:23:57 +00:00
Robert Gaggl
701ba3af19 changed formatting, replaced hardcoded mail-subject with call of getMsg() 2002-06-26 16:59:10 +00:00
Robert Gaggl
9b8c2d1c30 weblogtitle_macro() was renamed to sitetitle_macro() 2002-06-26 16:49:12 +00:00
Robert Gaggl
3f4a242c3b - changes were necessary because the prototype weblog was renamed to site
-  mailbody now calls systitle- and sysurl-macros of root instead of hardcoded text
2002-06-26 16:40:11 +00:00
Robert Gaggl
574dcbbc37 changed necessary because
- the prototype weblog was renamed to site
- member was renamed to membership
weblogtitle_macro() was renamed to sitetitle_macro()
2002-06-26 16:30:39 +00:00
Robert Gaggl
2ea5c30144 changed because of prototype-renaming:
- weblog was renamed to site
- membership was renamed to membermgr
2002-06-26 16:19:29 +00:00
Robert Gaggl
eddc8feed3 changed because of prototype-renaming:
- weblog was renamed to site
- membership was renamed to membermgr
- member was renamed to membership
2002-06-26 16:18:59 +00:00
Robert Gaggl
f8db009bff changed type.properties according to new database-schema:
- all tables are prefixed with AV_
- WEBLOG was renamed to AV_SITE
- GOODIE was renamed to AV_FILE
- all columns are prefixed with the table-name (without table-prefix)
- foreign keys follow a specific naming-convention
(for details see http://project.antville.org/topics/feature+requests+and+proposals/69427/)
2002-06-26 16:03:59 +00:00