aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin/admin_db_utilities.php
Commit message (Collapse)AuthorAgeFilesLines
* renamedPaul S. Owen2002-07-161-1021/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2687 89ea8834-ac86-4346-8a33-228a782c2dd0
* Hard-coded HTML into admin modules ... no point in continuing to template ↵Paul S. Owen2002-07-141-376/+373
| | | | | | 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
* Just me being anal again... A couple of miss-spellings in error messagesthe_systech2002-04-031-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2470 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
* Hide warning of ini_get unavabilitiy ...Paul S. Owen2002-03-201-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@2374 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
* Ok one last attempt on my part to fix file upload bugs.. Might actually work ↵the_systech2002-03-121-1/+8
| | | | | | (Hey it could happen, even I get one right occasionally) git-svn-id: file:///svn/phpbb/trunk@2296 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor screw up in file upload checking.. If file_uploads is not set at all ↵the_systech2002-03-061-1/+2
| | | | | | in the php.ini file then the check for get_cfg_var('file_uploads') == 0 would return true and say it was disabled, when in actuallity it was enabled.. Now check for it to empty as well... Empty as my head that is :D git-svn-id: file:///svn/phpbb/trunk@2277 89ea8834-ac86-4346-8a33-228a782c2dd0
* Workarounds for file_uploads disabled...the_systech2002-03-011-2/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@2241 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for #518056 in bug tracker... Me and my D@mned typos.... Amazing what a ↵the_systech2002-02-151-2/+2
| | | | | | difference one little letter, and one extra space can make... :( git-svn-id: file:///svn/phpbb/trunk@2162 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added some checking for mysql4 SQL_LAYERthe_systech2002-02-011-2/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@2033 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed a bug in filetype detection for gzip in latest mozilla...the_systech2002-01-241-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1935 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
* Fix for various postgres bugsthe_systech2002-01-111-8/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@1846 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some output buffering to try to decrease time and memory usage.the_systech2001-11-201-65/+54
| | | | git-svn-id: file:///svn/phpbb/trunk@1389 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change to use a temp file... Hopefully reduce memory usage on backup.the_systech2001-11-191-7/+31
| | | | git-svn-id: file:///svn/phpbb/trunk@1375 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added new tables to backup listPaul S. Owen2001-11-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1308 89ea8834-ac86-4346-8a33-228a782c2dd0
* Checked all calls to message_die and made sure that if they would be ↵James Atkinson2001-11-091-2/+2
| | | | | | | | | | outputted to a user without a major error that they got their error string from the lang file Also made sure all calls had the right arguments in teh right place git-svn-id: file:///svn/phpbb/trunk@1289 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates, cleanups and support for URI based sessions ... more to ↵Paul S. Owen2001-10-141-29/+6
| | | | | | come at some point git-svn-id: file:///svn/phpbb/trunk@1179 89ea8834-ac86-4346-8a33-228a782c2dd0
* Missed a . in the includePaul S. Owen2001-09-251-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1074 89ea8834-ac86-4346-8a33-228a782c2dd0
* Seperated out sql parsing functions into a new file.the_systech2001-09-241-86/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@1069 89ea8834-ac86-4346-8a33-228a782c2dd0
* forgot a couple things on my last checkinnatec2001-09-241-3/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1067 89ea8834-ac86-4346-8a33-228a782c2dd0
* Improved performance of split_sql_file() drasctically.natec2001-09-241-54/+45
| | | | git-svn-id: file:///svn/phpbb/trunk@1066 89ea8834-ac86-4346-8a33-228a782c2dd0
* Improved the performance of remove_remarks() by an order of magnitude.natec2001-09-231-12/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@1063 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for more \\ problems...the_systech2001-09-181-9/+21
| | | | git-svn-id: file:///svn/phpbb/trunk@1062 89ea8834-ac86-4346-8a33-228a782c2dd0
* Numerous updates and additions for polling and assorted fixes ... or bugs, ↵Paul S. Owen2001-09-061-3/+3
| | | | | | whichever they turn out to be git-svn-id: file:///svn/phpbb/trunk@987 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-added GPL disclaimersJames Atkinson2001-08-301-93/+102
| | | | git-svn-id: file:///svn/phpbb/trunk@943 89ea8834-ac86-4346-8a33-228a782c2dd0
* Modified header commentsPaul S. Owen2001-08-261-10/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@935 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed problem with Mozilla in determining file type for uploaded filethe_systech2001-08-081-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@815 89ea8834-ac86-4346-8a33-228a782c2dd0
* Rollback from 1.16 and refix mysql_error thing...the_systech2001-08-071-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@812 89ea8834-ac86-4346-8a33-228a782c2dd0
* Why do PHP insist the read size for a gzip file be the uncompressed length ↵Paul S. Owen2001-08-031-2/+7
| | | | | | ... silly git-svn-id: file:///svn/phpbb/trunk@809 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added gzip decompression for uploaded filePaul S. Owen2001-08-031-10/+47
| | | | git-svn-id: file:///svn/phpbb/trunk@807 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added gzip compression for downloadable filePaul S. Owen2001-08-031-30/+76
| | | | git-svn-id: file:///svn/phpbb/trunk@805 89ea8834-ac86-4346-8a33-228a782c2dd0
* AAAAAAAAAAARGH! I'm going to bed now..Bart van Bragt2001-08-031-1/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@804 89ea8834-ac86-4346-8a33-228a782c2dd0
* Not the screwup is REALLY fixed! Trust me ;)Bart van Bragt2001-08-031-7/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@803 89ea8834-ac86-4346-8a33-228a782c2dd0
* Last fix of screwupBart van Bragt2001-08-031-40/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@801 89ea8834-ac86-4346-8a33-228a782c2dd0
* Introduced pagestart.incBart van Bragt2001-08-021-18/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@798 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug in split_sql_file.the_systech2001-08-021-4/+22
| | | | git-svn-id: file:///svn/phpbb/trunk@795 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed restore problem with NULL columns, and added some documentation.the_systech2001-08-011-10/+71
| | | | git-svn-id: file:///svn/phpbb/trunk@780 89ea8834-ac86-4346-8a33-228a782c2dd0
* Languagified ... like that word? ... and updated a littlePaul S. Owen2001-07-291-63/+65
| | | | git-svn-id: file:///svn/phpbb/trunk@763 89ea8834-ac86-4346-8a33-228a782c2dd0
* Lots of languagification and redirection path changePaul S. Owen2001-07-281-23/+13
| | | | git-svn-id: file:///svn/phpbb/trunk@759 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed header frame, reduced timezone naming, added DB size for MySQL, no ↵Paul S. Owen2001-07-271-2/+1
| | | | | | major technical changes git-svn-id: file:///svn/phpbb/trunk@753 89ea8834-ac86-4346-8a33-228a782c2dd0
* New page headers, cleaned up code, etc.Paul S. Owen2001-07-141-195/+419
| | | | git-svn-id: file:///svn/phpbb/trunk@663 89ea8834-ac86-4346-8a33-228a782c2dd0
* Name changesPaul S. Owen2001-07-131-0/+744
git-svn-id: file:///svn/phpbb/trunk@648 89ea8834-ac86-4346-8a33-228a782c2dd0