summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)AuthorFilesLines
2008-03-11clean up help on passcode register entry, move to top since it is invasive ↵Christian Fowler1-11/+11
and mandatory
2008-03-11clean up help on passcode register entryChristian Fowler1-1/+2
2008-02-14add quick ban option for users - sets status_id to suspendedwjames51-0/+5
2008-02-09remove smarty debugwjames51-2/+1
2008-01-31Fix primary labels in users attachment browser and make attachments to ↵Nick Palmer1-3/+3
personal pages work again.
2007-11-18add level back as 'User Class'. please do NOT remove this without checking ↵Christian Fowler1-1/+3
with me first
2007-11-15moving user import to an admin page of its own. 2 new files for this, and 1 ↵MW3-75/+91
new users_lib.php file for common functions. Just 1 so far.
2007-11-14Changed admin 'add user' to use same mechanism as batch import, separating ↵MW1-1/+25
it from the global user registration. Also fixed addition into default group when added/imported.
2007-11-13Major improvement of Batch Import of users. Adds 4 new functions to separate ↵MW3-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-10moved date out of {tr}laetzer1-1/+1
2007-11-09make message menu items appear only if messages package is activeJams H Thompson1-1/+1
2007-10-10migrate core ajax services off prototype to mochikitwjames51-14/+1
2007-09-26move image handling process to a separate function and fix image storing, ↵Max Kremmel1-1/+1
handling and updating
2007-08-23"hover your mouse to" out, <abbr> inlaetzer1-3/+4
2007-07-16A few minor tweaks to https changes. Otherwise, nice cleanup xing!Nick Palmer2-1/+5
2007-07-15update is_excluded to is_revokedMax Kremmel1-1/+1
2007-07-15repeat table headers more frequentlybitweaver.org1-4/+3
2007-07-15change UI only when there's more than 10 groupsbitweaver.org1-2/+2
2007-07-14edit help is now taken care of by services. this means that there is no need ↵Max Kremmel1-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-13try to clean up https code which has a lot of bogus assignments and ↵Max Kremmel1-6/+6
convoluted code - still needs testing
2007-07-12check for messaging permissionMax Kremmel1-1/+1
2007-07-12fix behaviour when assigning permissions with all permissions visibleMax Kremmel1-5/+5
2007-07-12fix permission storage issue where you remove all permissions if they are ↵Max Kremmel1-9/+7
not in the selected package
2007-07-10Restore transalations since translations are done before variable ↵Nick Palmer1-6/+6
substitution. Didn't know that.
2007-07-10Corrrect misspelling and cleanup translations.Nick Palmer1-6/+6
2007-07-09clean up ajax library calls by only allowing gBitSystem->loadAjax() instead ↵Max Kremmel1-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-09wrap attachments link with perm check and add log out buttonMax Kremmel1-1/+4
2007-07-09add icon for loginMax Kremmel1-4/+4
2007-07-08add a basic overview of what content has custom permissions for easier ↵Max Kremmel1-0/+28
access and better control over what is going on
2007-07-06improve UI a bitMax Kremmel1-26/+32
2007-07-01standardise all menus by using new ilocation=menu and add missing iconsMax Kremmel1-136/+33
2007-06-30remove quotes - causes an error when the site_menu_title isn't setMax Kremmel1-1/+1
2007-06-28quotation marks against 'unrecognized tag' errorlaetzer1-1/+1
2007-06-24Remove unrequired default for simplicity.Nick Palmer1-1/+1
2007-06-24Fix timezones for fixed timezones. There is an issue in BitDate that we ↵Nick Palmer1-11/+1
might want to fix to allow selection by real timezone.
2007-06-24BUG 1740924: assign view_user to package user_preferences tpls to make ↵Max Kremmel1-1/+1
view_user selection sticky
2007-06-22update to work with getIncludeFiles()Max Kremmel1-2/+2
2007-06-17massive rework of group permission assignment UI. this interface is a ↵Max Kremmel5-73/+59
'everything on one page' type solution. it also replaces the unassigned permissions page which was really just a temporary solution
2007-06-16Removed all references to obsolete variable "wiki_icache"Lee L Bell1-20/+1
2007-06-15CHOP CHOP: cut out group nesting code and moved groups level stuff to ↵Max Kremmel3-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-14Revamp my_groups so it works, the code is (a little) cleaner and there isn't ↵Nick Palmer2-9/+9
a huge security hole in assigning users to groups.
2007-06-14bug 1707875: check for existing email address before applying itMax Kremmel1-1/+1
2007-06-13remove links to dead featuresMax Kremmel1-7/+0
2007-06-13fix navigation paneMax Kremmel1-5/+5
2007-06-13don't use duplicate iconsMax Kremmel1-1/+1
2007-06-01remove a lot of antiquated code including breadcrumbs and outdated ↵Max Kremmel1-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-29remove dependcy on wiki page for editing user personal pageChristian Fowler1-0/+263
2007-05-20avoid SVO-fixated wordinglaetzer1-1/+1
2007-05-03"Group List" icon instead of text, like the otherslaetzer2-3/+7
2007-04-16add legendMax Kremmel1-1/+3