aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin/admin_words.php
Commit message (Collapse)AuthorAgeFilesLines
* Moved directoryPaul S. Owen2003-03-131-229/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@3648 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move logging functions, change name, add mode + lang var case changesPaul S. Owen2003-01-291-3/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3401 89ea8834-ac86-4346-8a33-228a782c2dd0
* Missing cache save from page_footer() + unecessary cache update for word censorsPaul S. Owen2003-01-281-19/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@3395 89ea8834-ac86-4346-8a33-228a782c2dd0
* More case changing, hard coding of HTML, etc.Paul S. Owen2003-01-281-27/+29
| | | | git-svn-id: file:///svn/phpbb/trunk@3391 89ea8834-ac86-4346-8a33-228a782c2dd0
* case changePaul S. Owen2003-01-271-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3372 89ea8834-ac86-4346-8a33-228a782c2dd0
* Category and module lang name changes + show ban information when selecting ↵Paul S. Owen2003-01-271-1/+1
| | | | | | entries to unban git-svn-id: file:///svn/phpbb/trunk@3367 89ea8834-ac86-4346-8a33-228a782c2dd0
* require_once updatesPaul S. Owen2003-01-211-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3340 89ea8834-ac86-4346-8a33-228a782c2dd0
* Implementation of an experimental cache manager.Ludovic Arnaud2003-01-111-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3312 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mainly updates for additional/altered admin permission options ... note, you ↵Paul S. Owen2002-11-091-44/+61
| | | | | | MUST empty your current auth_options table and insert the list from the mysql_basic, you will also need to empty the auth_user/auth_group tables and re-assign permissions, and you should clear the $acl_options array in config_cache git-svn-id: file:///svn/phpbb/trunk@3020 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed $board_config to $config, more posting "stuff", altered polling code ↵Paul S. Owen2002-10-301-1/+1
| | | | | | in viewtopic and loads of new problems, poor coding, etc. created :) git-svn-id: file:///svn/phpbb/trunk@2983 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mostly changes to turn userdata into user->data, lang into user->lang + ↵Paul S. Owen2002-10-201-21/+21
| | | | | | 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
* Permission related updates ... is still not final but is getting there ... ↵Paul S. Owen2002-10-081-12/+12
| | | | | | faster than British Rail too git-svn-id: file:///svn/phpbb/trunk@2943 89ea8834-ac86-4346-8a33-228a782c2dd0
* Well, here are all my changes ... don't blame me if things break :DPaul S. Owen2002-10-041-8/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@2923 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updatesPaul S. Owen2002-08-031-17/+13
| | | | git-svn-id: file:///svn/phpbb/trunk@2816 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates + search indexing prelim stuff ... hosts will hate this version!Paul S. Owen2002-07-251-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2735 89ea8834-ac86-4346-8a33-228a782c2dd0
* Hard-coded HTML into admin modules ... no point in continuing to template ↵Paul S. Owen2002-07-141-143/+140
| | | | | | this stuff since no one (or few) rarely bother to make use of the feature. Lots of changes for permissions, sessions, etc. some new styling stuff present (inc. editing templates though not complete), lots of bugs and non-functioning stuff ... any 'existing' modules will cause the right hand panel to fail ... remove them. If I catch anyone nicking graphics from here I'll kill 'em ... git-svn-id: file:///svn/phpbb/trunk@2675 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix problem with user_admin not showing correct status for certain settings ↵Paul S. Owen2002-03-221-2/+3
| | | | | | + switch to same include series as main files git-svn-id: file:///svn/phpbb/trunk@2397 89ea8834-ac86-4346-8a33-228a782c2dd0
* Security updates + a few updates for chopped up functions compatibilityPaul S. Owen2002-03-181-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2310 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change setmodules == 1 to !empty($setmodules), stop it complaining if it ↵Paul S. Owen2002-01-241-1/+1
| | | | | | isn't set ... can someone do this for userauth, my copy is modified at present git-svn-id: file:///svn/phpbb/trunk@1928 89ea8834-ac86-4346-8a33-228a782c2dd0
* For Christmas I'd like a \', no damn it, that's not what I'd like ...Paul S. Owen2001-12-241-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1689 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updatesPaul S. Owen2001-11-241-14/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@1432 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates, cleanups and support for URI based sessions ... more to ↵Paul S. Owen2001-10-141-1/+2
| | | | | | come at some point git-svn-id: file:///svn/phpbb/trunk@1179 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added theme row colour/class supportPaul S. Owen2001-09-151-0/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@1046 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed Add Word - 2Paul S. Owen2001-09-021-15/+36
| | | | git-svn-id: file:///svn/phpbb/trunk@975 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed Add WordPaul S. Owen2001-09-021-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@974 89ea8834-ac86-4346-8a33-228a782c2dd0
* Split words into separate file, various updates, fix for wrong template ↵Paul S. Owen2001-09-021-0/+204
action name git-svn-id: file:///svn/phpbb/trunk@968 89ea8834-ac86-4346-8a33-228a782c2dd0