antville/code/MemberMgr
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
..
actions.js 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
login.skin - replaces attribute names "width" with "size" 2003-08-02 10:45:44 +00:00
macros.js removed memberslist_macro(): use the method renderMemberlist instead (called in main_action) 2003-12-08 20:59:30 +00:00
mailbody.skin root.systitle_macro() was renamed to root.title_macro(), dto. with root.sysurl_macro() 2003-11-23 18:26:56 +00:00
mailnewmember.skin root.systitle_macro() was renamed to root.title_macro(), dto. with root.sysurl_macro() 2003-11-23 18:26:56 +00:00
main.skin include response.searchresult and response.memberlist 2003-12-08 21:11:43 +00:00
membergroup.skin 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
memberlist.skin 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
objectFunctions.js modified searchUser(): 2003-12-08 21:47:36 +00:00
pwdmail.skin root.systitle_macro() was renamed to root.title_macro(), dto with root.sysurl_macro() 2003-11-23 18:54:45 +00:00
register.skin switched from input type="button" to type="submit" 2003-08-02 11:54:01 +00:00
searchresult.skin switched from input type="submit" to type="button" 2003-08-02 12:00:52 +00:00
searchresultitem.skin 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
securityFunctions.js 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
sendpwd.skin switched from input type="submit" to type="button" 2003-08-02 12:19:30 +00:00
statusloggedin.skin added param.as parameter in <% username %> according to changes in username_macro 2003-11-11 15:05:12 +00:00
statusloggedout.skin removed redundant <div> tag (already contained in site/page.skin) 2003-04-10 13:53:48 +00:00
type.properties modified comments 2003-08-02 12:19:11 +00:00