aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
Commit message (Collapse)AuthorAgeFilesLines
...
* show links to topic/log/forum...Meik Sievertsen2006-03-031-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5599 89ea8834-ac86-4346-8a33-228a782c2dd0
* - blabla, additional bugfixing permissions...Meik Sievertsen2006-02-241-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@5580 89ea8834-ac86-4346-8a33-228a782c2dd0
* implementing permission rolesMeik Sievertsen2006-02-226-16/+409
| | | | | | | | | | | | | - copy permissions (adding groups) - copy permissions (adding forums) - checking proper groupadd/del settings - added intro page to permissions (to give an overview and quick links) - able to select forums + subforums, single forum, all groups, all users (permission screens) - able to reset permissions (only reset input field) - fix forum deletion bug git-svn-id: file:///svn/phpbb/trunk@5574 89ea8834-ac86-4346-8a33-228a782c2dd0
* what a single character can influence actually... "leo-magic" -> gotchaMeik Sievertsen2006-02-201-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5565 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Uploading changed language files in the language ACP panel :-)David M2006-02-191-4/+41
| | | | git-svn-id: file:///svn/phpbb/trunk@5562 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fix some tiny bugsMeik Sievertsen2006-02-181-4/+6
| | | | | | | | | | - fix module system (sometimes the layout is broken due to falsly deactivated categories) - auth updates (setting permissions) - fix "category jumping" bug in acp - u_action is defined by the module itself git-svn-id: file:///svn/phpbb/trunk@5558 89ea8834-ac86-4346-8a33-228a782c2dd0
* my turn to break things... harharharMeik Sievertsen2006-02-1216-49/+720
| | | | | | | | | | | | | | | | | - checking in permission settings and permission masks - permission presets and documentation not finished yet - added backtrace function to determine file/line for sql errors - fixed marlist for orphan attachments/groups/logs/users - able to change anonymous user settings/permissions now - re-arranged admin permissions a bit (added some and removed some) - setting forum permissions after creating/editing forum now selects every default group (copy permisson/dropdown to be added for adding forums) - finished user permissions in users acp note: the layout for permissions might change devs: please empty the user_permissions in phpbb_users. Also, first change your auth_options table, remove all cache files and then re-set admin permissions. After having set the admin permissions you can update your modules table (else you will not see the permission tabs) - or empty the auth setting within the modules table to be able to see the permission modules (they rely on newly added permission options) git-svn-id: file:///svn/phpbb/trunk@5553 89ea8834-ac86-4346-8a33-228a782c2dd0
* - A MUCH better UI to editting an imageset :-)David M2006-02-111-36/+70
| | | | git-svn-id: file:///svn/phpbb/trunk@5544 89ea8834-ac86-4346-8a33-228a782c2dd0
* - ability to change anonymous user settings more easilyMeik Sievertsen2006-02-032-3/+12
| | | | | | | | | - fix serious bugs in permissions (always allowing if permissions explicitly set and getting wrong permission options from bitfield) - added option for returning an array to make_forum_select - again fixing bugs in module system (one for a very query consuming part and one for correctly filling the cache) git-svn-id: file:///svn/phpbb/trunk@5517 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed layout in IE7. Still some fieldset legend issues remaining, but will ↵Tom Beddard2006-02-021-1/+1
| | | | | | get fixed once the browser becomes more stable. git-svn-id: file:///svn/phpbb/trunk@5515 89ea8834-ac86-4346-8a33-228a782c2dd0
* - moved add_log out of functions_admin (this file should only be included in ↵Meik Sievertsen2006-01-251-0/+1
| | | | | | | | | | | admin/admin-related pages) - fixed cookie based topic tracking - added missing config variables - other minor things git-svn-id: file:///svn/phpbb/trunk@5494 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fix minor bugsMeik Sievertsen2006-01-231-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@5490 89ea8834-ac86-4346-8a33-228a782c2dd0
* - size select fixMeik Sievertsen2006-01-221-4/+4
| | | | | | | | | | | - introduced function for building group options (acp) - fixed acl_getf if negated option needs to be retrieved - only using one function for updating post informations - fixing module display if module is disabled - if user is having a non-existent style do not print out error message, instead fix the users value and load the default style git-svn-id: file:///svn/phpbb/trunk@5486 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Imagesets can now be edited! Hooray! ( Might need to add something.. )David M2006-01-221-0/+45
| | | | git-svn-id: file:///svn/phpbb/trunk@5483 89ea8834-ac86-4346-8a33-228a782c2dd0
* - assign user rankMeik Sievertsen2006-01-141-0/+18
| | | | | | | - only a few very tiny bugfixes git-svn-id: file:///svn/phpbb/trunk@5451 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Special Groups became.. screwed up if they were editted.. discovered while ↵David M2006-01-141-1/+3
| | | | | | working on other groups shtuff.. git-svn-id: file:///svn/phpbb/trunk@5449 89ea8834-ac86-4346-8a33-228a782c2dd0
* - CSS fixDavid M2006-01-111-1/+2
| | | | | | | | | - Validation fix This is just a warm-up for a bigger commit ;-) git-svn-id: file:///svn/phpbb/trunk@5440 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated the General Error pageTom Beddard2006-01-051-6/+26
| | | | git-svn-id: file:///svn/phpbb/trunk@5430 89ea8834-ac86-4346-8a33-228a782c2dd0
* First update of the new admin style to being it in line with the new ↵Tom Beddard2006-01-0332-581/+456
| | | | | | frontend style. Note - this is still based on subsilver, the final admin will use the much nicer style of the new frontend - but that is secret until the final release ;) git-svn-id: file:///svn/phpbb/trunk@5420 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added class="radio" to the hardcoded radio button input strings to prevent ↵Tom Beddard2006-01-031-3/+3
| | | | | | <input /> styling problems git-svn-id: file:///svn/phpbb/trunk@5419 89ea8834-ac86-4346-8a33-228a782c2dd0
* - ability to create new styleMeik Sievertsen2006-01-031-6/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@5418 89ea8834-ac86-4346-8a33-228a782c2dd0
* - install style and style elementsMeik Sievertsen2006-01-023-7/+6
| | | | | | | - refresh template and style cache git-svn-id: file:///svn/phpbb/trunk@5416 89ea8834-ac86-4346-8a33-228a782c2dd0
* // TODO: Buy more bug sprayDavid M2005-12-291-1/+1
| | | | | | | - Somebody forgot a global variable... git-svn-id: file:///svn/phpbb/trunk@5396 89ea8834-ac86-4346-8a33-228a782c2dd0
* - some changes to browser checking (was the reason for not working logins)Meik Sievertsen2005-12-282-0/+348
| | | | | | | | - partly working style acp - other tiny changes here and there git-svn-id: file:///svn/phpbb/trunk@5388 89ea8834-ac86-4346-8a33-228a782c2dd0
* - ok, get away with the secondary style approach (styles can be mixed ↵Meik Sievertsen2005-12-221-1/+2
| | | | | | | | | | together easily with the acp) - introduce a more generic approach of defining some additional variables through cfg files as well as the name, copyright and version fields - please note that at the moment this is in flux. I added it now for Tom because he needs the theme parameters. git-svn-id: file:///svn/phpbb/trunk@5372 89ea8834-ac86-4346-8a33-228a782c2dd0
* - and finally, user groups. :)Meik Sievertsen2005-12-211-0/+28
| | | | git-svn-id: file:///svn/phpbb/trunk@5366 89ea8834-ac86-4346-8a33-228a782c2dd0
* - user avatar, user signature, user attachmentsMeik Sievertsen2005-12-215-2/+555
| | | | git-svn-id: file:///svn/phpbb/trunk@5365 89ea8834-ac86-4346-8a33-228a782c2dd0
* - drop in the new administration panelMeik Sievertsen2005-12-1944-9581/+4677
| | | | | | | | - not finished yet: some user related items, style admin, database admin and permissions - Graham: Please add your MCP schema data to the schema data file. ;) git-svn-id: file:///svn/phpbb/trunk@5357 89ea8834-ac86-4346-8a33-228a782c2dd0
* - forum administration (now working and modified for easier handling the ↵Meik Sievertsen2005-12-121-1585/+0
| | | | | | | | | different forum types [UI]) - Changed += for arrays into array_merge. We do not want to append, we want to merge. ;) git-svn-id: file:///svn/phpbb/trunk@5330 89ea8834-ac86-4346-8a33-228a782c2dd0
* - custom profile fieldsMeik Sievertsen2005-12-103-1843/+0
| | | | | | | | - prune users - prune forums git-svn-id: file:///svn/phpbb/trunk@5325 89ea8834-ac86-4346-8a33-228a782c2dd0
* - banning, disallow usernames and ranksMeik Sievertsen2005-12-093-789/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@5323 89ea8834-ac86-4346-8a33-228a782c2dd0
* - mass emailMeik Sievertsen2005-12-051-274/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@5321 89ea8834-ac86-4346-8a33-228a782c2dd0
* - some bugfixesMeik Sievertsen2005-12-041-956/+0
| | | | | | | | | | | | | - checking if page_header has been called already - call correct page footer function - rewrote avatar gallery - seperated compilation of template and template functions (new file: functions_template.php) - added assign_display function to template - added group management (acp) - removed admin_groups git-svn-id: file:///svn/phpbb/trunk@5319 89ea8834-ac86-4346-8a33-228a782c2dd0
* - decreasing my linecount a bit. ;)Meik Sievertsen2005-11-3010-5656/+0
| | | | | | | - please note that you are no longer able to administrate your board correctly if you are updating your cvs copy. git-svn-id: file:///svn/phpbb/trunk@5316 89ea8834-ac86-4346-8a33-228a782c2dd0
* admin_users.php should be at least sort of usable again.Bart van Bragt2005-10-211-307/+332
| | | | git-svn-id: file:///svn/phpbb/trunk@5273 89ea8834-ac86-4346-8a33-228a782c2dd0
* - updated topic tracking codeMeik Sievertsen2005-10-191-0/+3
| | | | | | | | | - additional changes (mostly bugfixes) - bart, if you update your user table with the user_lastmark field, set it to the user_lastvisit value ;) - and last but not least, introducing some bugs in ucp main front (regarding topic tracking) git-svn-id: file:///svn/phpbb/trunk@5272 89ea8834-ac86-4346-8a33-228a782c2dd0
* - some bugfixesMeik Sievertsen2005-10-041-59/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@5255 89ea8834-ac86-4346-8a33-228a782c2dd0
* - use session_beginMeik Sievertsen2005-10-022-6/+22
| | | | | | | - fix permission presets to be at least usable git-svn-id: file:///svn/phpbb/trunk@5244 89ea8834-ac86-4346-8a33-228a782c2dd0
* - adjusting group functions a little bitMeik Sievertsen2005-09-251-65/+88
| | | | git-svn-id: file:///svn/phpbb/trunk@5228 89ea8834-ac86-4346-8a33-228a782c2dd0
* Reverted checking. Missed the variable nr of arguments for group_user_add()Bart van Bragt2005-09-241-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5226 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mismatch between expected and sent arguments to group_add_users()Bart van Bragt2005-09-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5223 89ea8834-ac86-4346-8a33-228a782c2dd0
* - only bugfixesMeik Sievertsen2005-08-194-14/+20
| | | | | | | - use usergroup function to activate users at admin index git-svn-id: file:///svn/phpbb/trunk@5200 89ea8834-ac86-4346-8a33-228a782c2dd0
* the poll tables use the topic_id, not the post_idBart van Bragt2005-07-101-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5184 89ea8834-ac86-4346-8a33-228a782c2dd0
* oops, apparently I didn't commit thisPaul S. Owen2005-07-051-0/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@5181 89ea8834-ac86-4346-8a33-228a782c2dd0
* some language additions and tiny bugfixes related to the request_var changeMeik Sievertsen2005-05-312-34/+56
| | | | git-svn-id: file:///svn/phpbb/trunk@5156 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fix two small errors i "introduced" a while back. ;)Meik Sievertsen2005-05-301-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5155 89ea8834-ac86-4346-8a33-228a782c2dd0
* - request_var updatesMeik Sievertsen2005-05-155-19/+46
| | | | | | | | | - added group selection to pm filter - fixed activation/deletion of inactive user accounts in admin index - fixed some color swatch bugs git-svn-id: file:///svn/phpbb/trunk@5152 89ea8834-ac86-4346-8a33-228a782c2dd0
* - some cross-db related changesMeik Sievertsen2005-05-054-43/+60
| | | | | | | - putting active bots array into cache git-svn-id: file:///svn/phpbb/trunk@5140 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fix smiley emotionMeik Sievertsen2005-04-305-185/+212
| | | | | | | | - some language pack updates - profile field updates git-svn-id: file:///svn/phpbb/trunk@5132 89ea8834-ac86-4346-8a33-228a782c2dd0
* - added updated coding guidelinesMeik Sievertsen2005-04-101-1/+6
| | | | | | | | - introduced is_registered and is_bot flags for correct determinition of guest/registered/bot users - changed bot code to act on useragent || ip git-svn-id: file:///svn/phpbb/trunk@5117 89ea8834-ac86-4346-8a33-228a782c2dd0