aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_admin.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove some redundant pruning stuffPaul S. Owen2003-03-201-7/+129
| | | | git-svn-id: file:///svn/phpbb/trunk@3683 89ea8834-ac86-4346-8a33-228a782c2dd0
* More capitalizationLudovic Arnaud2003-03-121-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3638 89ea8834-ac86-4346-8a33-228a782c2dd0
* only minor changes, some notes, played around with the code... nothing special.Meik Sievertsen2003-02-261-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3543 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added topic_id field to the log_moderator tableLudovic Arnaud2003-02-241-3/+13
| | | | git-svn-id: file:///svn/phpbb/trunk@3521 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move logging functionsPaul S. Owen2003-01-291-63/+359
| | | | git-svn-id: file:///svn/phpbb/trunk@3399 89ea8834-ac86-4346-8a33-228a782c2dd0
* Wrong order by in acl_add_optionPaul S. Owen2003-01-211-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3343 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-jiggle where acl_option caching is done, move to common in-keeping with ↵Paul S. Owen2003-01-211-66/+1
| | | | | | config git-svn-id: file:///svn/phpbb/trunk@3341 89ea8834-ac86-4346-8a33-228a782c2dd0
* Un-b0rked ACL options caching, small general fixesLudovic Arnaud2003-01-201-1/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@3338 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates as opposed to downdatesPaul S. Owen2003-01-081-66/+73
| | | | git-svn-id: file:///svn/phpbb/trunk@3284 89ea8834-ac86-4346-8a33-228a782c2dd0
* I know the jumpbox layout doesn't always match the real forum structure ... ↵Paul S. Owen2002-11-261-14/+42
| | | | | | will fix git-svn-id: file:///svn/phpbb/trunk@3099 89ea8834-ac86-4346-8a33-228a782c2dd0
* Update jumpbox for subforum changesPaul S. Owen2002-11-191-16/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@3064 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cache moderator names? Output moderators for all forums in viewforum. Alter ↵Paul S. Owen2002-11-181-0/+104
| | | | | | a few things in templates git-svn-id: file:///svn/phpbb/trunk@3061 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed $board_config to $config, more posting "stuff", altered polling code ↵Paul S. Owen2002-10-301-2/+2
| | | | | | in viewtopic and loads of new problems, poor coding, etc. created :) git-svn-id: file:///svn/phpbb/trunk@2983 89ea8834-ac86-4346-8a33-228a782c2dd0
* Posting and acl option updatesPaul S. Owen2002-10-281-11/+64
| | | | git-svn-id: file:///svn/phpbb/trunk@2972 89ea8834-ac86-4346-8a33-228a782c2dd0
* Preliminary 'freeze' on permissions system awaiting developer feedback, ↵Paul S. Owen2002-10-261-16/+178
| | | | | | testing, etc. Caching of non-dynmaic config and acl option elements. git-svn-id: file:///svn/phpbb/trunk@2969 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mostly changes to turn userdata into user->data, lang into user->lang + ↵Paul S. Owen2002-10-201-98/+52
| | | | | | bitstring 2nd format + inheritance for permission admin and various other updates/fixes/changes ... note that user->lang & user->theme isn't final git-svn-id: file:///svn/phpbb/trunk@2958 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor changes to select boxPaul S. Owen2002-10-081-15/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@2944 89ea8834-ac86-4346-8a33-228a782c2dd0
* Permission changes, updates admin functions, indented jumpboxes ... note ↵Paul S. Owen2002-10-081-69/+222
| | | | | | that the update script doesn't seem to introduce the user_permissions field @ present so you need to add it manually git-svn-id: file:///svn/phpbb/trunk@2942 89ea8834-ac86-4346-8a33-228a782c2dd0
* Forums management updated, now able to delete forumsLudovic Arnaud2002-09-161-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2890 89ea8834-ac86-4346-8a33-228a782c2dd0
* Combine various admin related functionsPaul S. Owen2002-07-141-39/+287
| | | | git-svn-id: file:///svn/phpbb/trunk@2664 89ea8834-ac86-4346-8a33-228a782c2dd0
* more changesPaul S. Owen2002-04-021-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2463 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates with any luck they fix a few minor issues without causing ↵Paul S. Owen2002-04-021-16/+11
| | | | | | new ones ... git-svn-id: file:///svn/phpbb/trunk@2462 89ea8834-ac86-4346-8a33-228a782c2dd0
* Stop being too paranoid about hacking of includes containing only fully ↵Paul S. Owen2002-03-181-5/+0
| | | | | | inclusive functions git-svn-id: file:///svn/phpbb/trunk@2328 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates to overcome security issue + updates of various functions, initial ↵Paul S. Owen2002-03-181-0/+4
| | | | | | version of profile registration include ... not completed but should be functional for obvious reasons(!) git-svn-id: file:///svn/phpbb/trunk@2304 89ea8834-ac86-4346-8a33-228a782c2dd0
* These are formed from breaking up functions ... modified functions is not ↵Paul S. Owen2002-03-101-0/+166
yet in CVS and these do nothing right now git-svn-id: file:///svn/phpbb/trunk@2286 89ea8834-ac86-4346-8a33-228a782c2dd0