Commit graph

157 commits

Author SHA1 Message Date
Robert Gaggl
8f3d28e682 pwdmail skin was renamed to mailpassword 2003-12-09 19:58:57 +00:00
Robert Gaggl
2bfd8c51ff skin mailbody was renamed to mailregconfirm 2003-12-09 19:55:41 +00:00
Robert Gaggl
2189f20744 the former mailbody.skin 2003-12-09 19:54:52 +00:00
Robert Gaggl
a1a20f8b5b the former pwdmail.skin 2003-12-09 19:54:04 +00:00
Robert Gaggl
a168dc4d27 renamed to mailpassword.skin 2003-12-09 19:53:34 +00:00
Robert Gaggl
24d48fc0df renamed to mailregconfirm.skin 2003-12-09 19:52:10 +00:00
Robert Gaggl
666a8734ac initial check-in 2003-12-08 22:59:01 +00:00
Robert Gaggl
5823226258 minor layout change 2003-12-08 22:39:12 +00:00
Robert Gaggl
291e23a27c - searchresult is now pushed to skin
- minor layout change
2003-12-08 22:38:45 +00:00
Robert Gaggl
468f9ab684 modified searchUser():
- switched from Stringbuffer to res.push()/res.pop() for performance reasons
- only include those accounts found that aren't already members
2003-12-08 21:47:36 +00:00
Robert Gaggl
85201a9e3a the list of members of a group isn't pushed to the skin anymore, instead just display the header for each group 2003-12-08 21:14:31 +00:00
Robert Gaggl
a0be92eb26 include response.searchresult and response.memberlist 2003-12-08 21:11:43 +00:00
Robert Gaggl
77da374d2f removed memberslist_macro(): use the method renderMemberlist instead (called in main_action) 2003-12-08 20:59:30 +00:00
Robert Gaggl
17fbb853d3 modified main_action: the list of current members is now rendered using renderMemberlist(), also did some changes how the searchresult is rendered 2003-12-08 20:00:23 +00:00
Robert Gaggl
986b3470fa root.systitle_macro() was renamed to root.title_macro(), dto with root.sysurl_macro() 2003-11-23 18:54:45 +00:00
Robert Gaggl
a96067bfe1 - use res.handlers.context.getTitle() (which returns either a site object's title or the root title)
- root.getSysTitle() was renamed to root.getTitle()
2003-11-23 18:40:38 +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
5f8ae206d9 - root.getSysTitle() was renamed to getTitle()
- minor code-formatting
2003-11-23 17:50:01 +00:00
463d4b3177 added param.as parameter in <% username %> according to changes in username_macro 2003-11-11 15:05:12 +00:00
Hannes Wallnöfer
518a568053 Remove assignment of description property to new user which isn't defined
and causes an error in the SQL insert code.
2003-10-29 11:38:48 +00:00
Robert Gaggl
be34eef1f2 only send registration confirmation mail if root.sys_email is set (otherwise eg. antclick users would get an error message during setup) 2003-09-09 19:42:11 +00:00
Robert Gaggl
570c419ea1 rewrote permission framework: renamed isXxxDenied() to checkXxx(), all check-methods now throw a DenyException object instead of returning an Exception object 2003-09-07 21:02:26 +00:00
Robert Gaggl
d4fdc9c289 fixed a bug in login_action: var parent doesn't exist anymore, use _parent instead 2003-09-07 20:50:17 +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
a9f3e62c2e switched from input type="submit" to type="button" 2003-08-02 12:19:30 +00:00
Robert Gaggl
b1d3bb6870 modified comments 2003-08-02 12:19:11 +00:00
Robert Gaggl
4c3e6877a7 - added checkAccess() that is called by onRequest() to check if a user is allowed to request a certain action 2003-08-02 12:07:08 +00:00
Robert Gaggl
b8872f65cd switched from input type="submit" to type="button" 2003-08-02 12:00:52 +00:00
Robert Gaggl
1a09c5452a switched from input type="button" to type="submit" 2003-08-02 11:54:01 +00:00
Robert Gaggl
6f82796f0d call global now_macro instead of pushing the timestamp as parameter to the skin 2003-08-02 11:53:33 +00:00
Robert Gaggl
de0e446dd4 - changed to use AntvilleLib methods
- modified functions to throw an Exception object in case something is wrong
- use global sendMail()
- removed function addMembership() because of constructor function for memberhip objects
2003-08-02 11:33:01 +00:00
Robert Gaggl
889b12e145 switched from input type="button" to type="submit" 2003-08-02 11:12:05 +00:00
Robert Gaggl
aa5fd93fa9 - changed to use AntvilleLib methods
- switched from path.site to this._parent
2003-08-02 10:55:43 +00:00
Robert Gaggl
3e14990414 - replaces attribute names "width" with "size"
- switched from input type="button" to type="submit"
2003-08-02 10:45:44 +00:00
Robert Gaggl
31b6666e46 moved file from user to membermgr 2003-08-02 10:27:25 +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
38ac00b02b Fix bug where failure to send mail was never detected in sendPwd(). 2003-07-29 14:01:29 +00:00
0aca9a79b5 modified res.data.title 2003-04-11 13:38:52 +00:00
53cd67a3df removed redundant <div> tag (already contained in site/page.skin) 2003-04-10 13:53:48 +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
d571b8485e added <br /> before submit buttons 2003-03-10 16:45:59 +00:00
6b5a6599a5 moved register and passwd reminder back to the top (!) 2003-03-10 16:45:22 +00:00
Hannes Wallnöfer
bafe0af09c Add line break for IE6 2003-03-10 11:49:08 +00:00
Hannes Wallnöfer
4165f6b25d * Fixed password reminder link
* Moved register and pw reminder link back underneath the login form (?)
* Removed comma from "not registered yet?"
2003-03-10 11:45:31 +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
825fe939fa modified skins for xhtml compliance 2003-03-05 19:19:05 +00:00
4cec4e67b0 removed stuff that belongs into corresponding skin from response output of searchUser() 2003-03-05 18:46:41 +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
c422a5d9ce subscribelink_macro() won't render a link to subscribe-action if site is private 2003-03-03 12:11:44 +00:00
Robert Gaggl
86eddb5bfd removed explicit setting of property name to avoid login problems for users registering a mixed case username. without this all usernames are converted to lowercase by register(), otherwise users won't be able to login again if the db is case sensitive. 2003-02-25 15:16:59 +00:00