| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-03-11 | clean up help on passcode register entry, move to top since it is invasive ↵ | Christian Fowler | 1 | -11/+11 | |
| and mandatory | |||||
| 2008-03-11 | clean up help on passcode register entry | Christian Fowler | 1 | -1/+2 | |
| 2008-02-14 | add quick ban option for users - sets status_id to suspended | wjames5 | 1 | -0/+5 | |
| 2008-02-09 | remove smarty debug | wjames5 | 1 | -2/+1 | |
| 2008-01-31 | Fix primary labels in users attachment browser and make attachments to ↵ | Nick Palmer | 1 | -3/+3 | |
| personal pages work again. | |||||
| 2007-11-18 | add level back as 'User Class'. please do NOT remove this without checking ↵ | Christian Fowler | 1 | -1/+3 | |
| with me first | |||||
| 2007-11-15 | moving user import to an admin page of its own. 2 new files for this, and 1 ↵ | MW | 3 | -75/+91 | |
| new users_lib.php file for common functions. Just 1 so far. | |||||
| 2007-11-14 | Changed admin 'add user' to use same mechanism as batch import, separating ↵ | MW | 1 | -1/+25 | |
| it from the global user registration. Also fixed addition into default group when added/imported. | |||||
| 2007-11-13 | Major improvement of Batch Import of users. Adds 4 new functions to separate ↵ | MW | 3 | -3/+48 | |
| the process from global user registration. 2 of these are split out from BitUser::verifyEmail() to handle validation of email syntax and MX host so they can be reused, which is done by the batch import. Admin can now set if email should be sent to imported users, validate users by email as well as validate email address (MX host check). Import a ready made password hash e.g. from phpBB2 and passwords are auto generated if not specified in the CSV file. Admin can also truely overwrite user records on import, which proper check of existing user_id, login and email (in that order) with mixing the result. I will write up some docs for this to publish on site as well. | |||||
| 2007-11-10 | moved date out of {tr} | laetzer | 1 | -1/+1 | |
| 2007-11-09 | make message menu items appear only if messages package is active | Jams H Thompson | 1 | -1/+1 | |
| 2007-10-10 | migrate core ajax services off prototype to mochikit | wjames5 | 1 | -14/+1 | |
| 2007-09-26 | move image handling process to a separate function and fix image storing, ↵ | Max Kremmel | 1 | -1/+1 | |
| handling and updating | |||||
| 2007-08-23 | "hover your mouse to" out, <abbr> in | laetzer | 1 | -3/+4 | |
| 2007-07-16 | A few minor tweaks to https changes. Otherwise, nice cleanup xing! | Nick Palmer | 2 | -1/+5 | |
| 2007-07-15 | update is_excluded to is_revoked | Max Kremmel | 1 | -1/+1 | |
| 2007-07-15 | repeat table headers more frequently | bitweaver.org | 1 | -4/+3 | |
| 2007-07-15 | change UI only when there's more than 10 groups | bitweaver.org | 1 | -2/+2 | |
| 2007-07-14 | edit help is now taken care of by services. this means that there is no need ↵ | Max Kremmel | 1 | -5/+1 | |
| for inclusion of edit help anywhere as long as services are called on edit pages and service tabs are included in edit tpl. help is included when {textarea} is in use. if you need to disable it set: display_help_tab=0 when calling the service tabs. edit help has also undergone a facelift. | |||||
| 2007-07-13 | try to clean up https code which has a lot of bogus assignments and ↵ | Max Kremmel | 1 | -6/+6 | |
| convoluted code - still needs testing | |||||
| 2007-07-12 | check for messaging permission | Max Kremmel | 1 | -1/+1 | |
| 2007-07-12 | fix behaviour when assigning permissions with all permissions visible | Max Kremmel | 1 | -5/+5 | |
| 2007-07-12 | fix permission storage issue where you remove all permissions if they are ↵ | Max Kremmel | 1 | -9/+7 | |
| not in the selected package | |||||
| 2007-07-10 | Restore transalations since translations are done before variable ↵ | Nick Palmer | 1 | -6/+6 | |
| substitution. Didn't know that. | |||||
| 2007-07-10 | Corrrect misspelling and cleanup translations. | Nick Palmer | 1 | -6/+6 | |
| 2007-07-09 | clean up ajax library calls by only allowing gBitSystem->loadAjax() instead ↵ | Max Kremmel | 1 | -21/+16 | |
| of assigning loadAjax to the templates. please update your files. also the suggest stuff in the group edit page has a pulse again but it's still in a coma - needs a bit more work | |||||
| 2007-07-09 | wrap attachments link with perm check and add log out button | Max Kremmel | 1 | -1/+4 | |
| 2007-07-09 | add icon for login | Max Kremmel | 1 | -4/+4 | |
| 2007-07-08 | add a basic overview of what content has custom permissions for easier ↵ | Max Kremmel | 1 | -0/+28 | |
| access and better control over what is going on | |||||
| 2007-07-06 | improve UI a bit | Max Kremmel | 1 | -26/+32 | |
| 2007-07-01 | standardise all menus by using new ilocation=menu and add missing icons | Max Kremmel | 1 | -136/+33 | |
| 2007-06-30 | remove quotes - causes an error when the site_menu_title isn't set | Max Kremmel | 1 | -1/+1 | |
| 2007-06-28 | quotation marks against 'unrecognized tag' error | laetzer | 1 | -1/+1 | |
| 2007-06-24 | Remove unrequired default for simplicity. | Nick Palmer | 1 | -1/+1 | |
| 2007-06-24 | Fix timezones for fixed timezones. There is an issue in BitDate that we ↵ | Nick Palmer | 1 | -11/+1 | |
| might want to fix to allow selection by real timezone. | |||||
| 2007-06-24 | BUG 1740924: assign view_user to package user_preferences tpls to make ↵ | Max Kremmel | 1 | -1/+1 | |
| view_user selection sticky | |||||
| 2007-06-22 | update to work with getIncludeFiles() | Max Kremmel | 1 | -2/+2 | |
| 2007-06-17 | massive rework of group permission assignment UI. this interface is a ↵ | Max Kremmel | 5 | -73/+59 | |
| 'everything on one page' type solution. it also replaces the unassigned permissions page which was really just a temporary solution | |||||
| 2007-06-16 | Removed all references to obsolete variable "wiki_icache" | Lee L Bell | 1 | -20/+1 | |
| 2007-06-15 | CHOP CHOP: cut out group nesting code and moved groups level stuff to ↵ | Max Kremmel | 3 | -116/+91 | |
| separate admin page. admin page has no link to it yet. we need to decide if we want one at all. | |||||
| 2007-06-14 | Revamp my_groups so it works, the code is (a little) cleaner and there isn't ↵ | Nick Palmer | 2 | -9/+9 | |
| a huge security hole in assigning users to groups. | |||||
| 2007-06-14 | bug 1707875: check for existing email address before applying it | Max Kremmel | 1 | -1/+1 | |
| 2007-06-13 | remove links to dead features | Max Kremmel | 1 | -7/+0 | |
| 2007-06-13 | fix navigation pane | Max Kremmel | 1 | -5/+5 | |
| 2007-06-13 | don't use duplicate icons | Max Kremmel | 1 | -1/+1 | |
| 2007-06-01 | remove a lot of antiquated code including breadcrumbs and outdated ↵ | Max Kremmel | 1 | -15/+0 | |
| wiki-specific caching options, wiki tags and wiki dumps. probably there's going to be more to go soon. none of this stuff has been working for years now. | |||||
| 2007-05-29 | remove dependcy on wiki page for editing user personal page | Christian Fowler | 1 | -0/+263 | |
| 2007-05-20 | avoid SVO-fixated wording | laetzer | 1 | -1/+1 | |
| 2007-05-03 | "Group List" icon instead of text, like the others | laetzer | 2 | -3/+7 | |
| 2007-04-16 | add legend | Max Kremmel | 1 | -1/+3 | |
