aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin/index.php
Commit message (Collapse)AuthorAgeFilesLines
* Hard-coded HTML into admin modules ... no point in continuing to template ↵Paul S. Owen2002-07-141-368/+314
| | | | | | 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
* What is this still doing here?!?! :DPaul S. Owen2002-06-081-122/+105
| | | | git-svn-id: file:///svn/phpbb/trunk@2622 89ea8834-ac86-4346-8a33-228a782c2dd0
* IP related updatesPaul S. Owen2002-05-091-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2560 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for #534847the_systech2002-03-251-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2435 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix problem with user_admin not showing correct status for certain settings ↵Paul S. Owen2002-03-221-3/+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
* Fix bug #519756 as suggested by tamcPaul S. Owen2002-02-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2194 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated MSSQL dbsize query suggested by SirSirPaul S. Owen2002-02-131-5/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2120 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added MSSQL DB size as provided by Josh ... feedback/updates welcome :)Paul S. Owen2002-02-121-15/+34
| | | | git-svn-id: file:///svn/phpbb/trunk@2099 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove hard-coded .phpPaul S. Owen2002-01-271-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1963 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed viewforum/admin_forum bug for guestsPaul S. Owen2002-01-251-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1951 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed problem with SHOW TABLE STATUS (bad MySQL config) #501745Bart van Bragt2002-01-111-28/+27
| | | | git-svn-id: file:///svn/phpbb/trunk@1840 89ea8834-ac86-4346-8a33-228a782c2dd0
* Possible fix for bug #496857Paul S. Owen2002-01-011-1/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1768 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor changes to whosonline stuffPaul S. Owen2001-12-211-50/+169
| | | | git-svn-id: file:///svn/phpbb/trunk@1650 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove guest user topic tracking via cookies, update viewtopic to re-fix ↵Paul S. Owen2001-12-141-23/+31
| | | | | | highlighting of search terms, add lang capability to images, various other issues, removed remote avatar size reduction git-svn-id: file:///svn/phpbb/trunk@1567 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cope with modules which don't have appropriate names set in the lang_admin ↵Paul S. Owen2001-11-241-2/+2
| | | | | | file, output names to left pane like old way git-svn-id: file:///svn/phpbb/trunk@1431 89ea8834-ac86-4346-8a33-228a782c2dd0
* Module and module function names now pulled from lang filePaul S. Owen2001-11-231-1/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@1422 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved avatar dir size lang generation into avatar dir size conditionalPaul S. Owen2001-11-211-18/+19
| | | | git-svn-id: file:///svn/phpbb/trunk@1409 89ea8834-ac86-4346-8a33-228a782c2dd0
* Now showing: A ton of bug fixes and a complete overhaul of my admin code...dougk_ff72001-11-211-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1402 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various admin lang and other fixes ... this will break other things I'm ↵Paul S. Owen2001-11-191-1/+1
| | | | | | sure, only submit bug reports for recently commited files git-svn-id: file:///svn/phpbb/trunk@1373 89ea8834-ac86-4346-8a33-228a782c2dd0
* Hopefully killed bug #472269 dead, a touch of Domestos powerPaul S. Owen2001-11-031-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1272 89ea8834-ac86-4346-8a33-228a782c2dd0
* Hopefully killed bug #472269 dead, a touch of Domestos powerPaul S. Owen2001-11-031-7/+19
| | | | git-svn-id: file:///svn/phpbb/trunk@1271 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates, cleanups and support for URI based sessions ... more to ↵Paul S. Owen2001-10-141-54/+40
| | | | | | come at some point git-svn-id: file:///svn/phpbb/trunk@1179 89ea8834-ac86-4346-8a33-228a782c2dd0
* Altered layout of phpbb_config tableBart van Bragt2001-09-081-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1010 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed url output for locationPaul S. Owen2001-09-021-4/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@972 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-added GPL disclaimersJames Atkinson2001-08-301-46/+55
| | | | git-svn-id: file:///svn/phpbb/trunk@943 89ea8834-ac86-4346-8a33-228a782c2dd0
* Modified header commentsPaul S. Owen2001-08-261-13/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@935 89ea8834-ac86-4346-8a33-228a782c2dd0
* Do a MySQL version check before running table statusPaul S. Owen2001-08-171-20/+36
| | | | git-svn-id: file:///svn/phpbb/trunk@898 89ea8834-ac86-4346-8a33-228a782c2dd0
* Introduced pagestart.incBart van Bragt2001-08-021-2/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@798 89ea8834-ac86-4346-8a33-228a782c2dd0
* More admin redirect updatesPaul S. Owen2001-07-301-3/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@764 89ea8834-ac86-4346-8a33-228a782c2dd0
* Languagified the admin indexPaul S. Owen2001-07-281-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@758 89ea8834-ac86-4346-8a33-228a782c2dd0
* Languagified the admin indexPaul S. Owen2001-07-281-11/+34
| | | | git-svn-id: file:///svn/phpbb/trunk@757 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed header frame, reduced timezone naming, added DB size for MySQL, no ↵Paul S. Owen2001-07-271-16/+278
| | | | | | major technical changes git-svn-id: file:///svn/phpbb/trunk@754 89ea8834-ac86-4346-8a33-228a782c2dd0
* Started on the admin overview/index pageJames Atkinson2001-07-231-1/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@734 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor change so that a page header and footer are output to right panePaul S. Owen2001-07-191-1/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@697 89ea8834-ac86-4346-8a33-228a782c2dd0
* Nav templating re-enabledPaul S. Owen2001-07-141-16/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@669 89ea8834-ac86-4346-8a33-228a782c2dd0
* oopps, missed thatPaul S. Owen2001-07-141-2/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@664 89ea8834-ac86-4346-8a33-228a782c2dd0
* New page headers, cleaned up code, etc.Paul S. Owen2001-07-141-46/+53
| | | | git-svn-id: file:///svn/phpbb/trunk@663 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added authentificationBart van Bragt2001-07-141-7/+30
| | | | git-svn-id: file:///svn/phpbb/trunk@660 89ea8834-ac86-4346-8a33-228a782c2dd0
* Didnt I commit these?Paul S. Owen2001-07-131-25/+34
| | | | git-svn-id: file:///svn/phpbb/trunk@650 89ea8834-ac86-4346-8a33-228a782c2dd0
* Start of the admin frontendBart van Bragt2001-07-131-0/+75
| | | | git-svn-id: file:///svn/phpbb/trunk@639 89ea8834-ac86-4346-8a33-228a782c2dd0
* Initial revisionJames Atkinson2001-02-171-0/+27
git-svn-id: file:///svn/phpbb/trunk@2 89ea8834-ac86-4346-8a33-228a782c2dd0