phpBB
Statistics
| Revision:

root / tags / release_2_0_2 / phpBB / admin / admin_db_utilities.php

History | View | Annotate | Download (25.5 kB)

  • svn:eol-style: native
  • svn:keywords: Author Date Id Revision
# Date Author Comment
2845 08/08/2002 08:06 pm

This commit was manufactured by cvs2svn to create tag
'release_2_0_2'.

2648 06/27/2002 11:26 pm dougk_ff7

Ok, fixing a few bugs here.... I still have more to do, but this fixes a
funny bug in login.php where redirect won't allow more than the file and
mode... Now it should work with posting (or any other page). Also fixes a
typo in admin_db_utilities.php.

P.S. James, don't commit config.php. ;) Fortunately, it didn't seem like...

2614 05/21/2002 08:35 pm the_systech

Oops how'd that little buglet slip through.. search_results was in the table list twice

2577 05/14/2002 12:00 am the_systech

Fix for not downloading additional_tables

2564 05/12/2002 02:47 am psotfx

Loads of bug fixes and updates

2541 04/22/2002 03:34 pm the_systech

Oops missed on place using phpEx :)

2483 04/04/2002 04:47 pm

This commit was manufactured by cvs2svn to create branch 'phpBB-2_0_0'.

2470 04/03/2002 10:14 pm the_systech

Just me being anal again... A couple of miss-spellings in error messages

2397 03/22/2002 06:00 pm psotfx

Fix problem with user_admin not showing correct status for certain settings + switch to same include series as main files

2374 03/20/2002 03:41 pm psotfx

Hide warning of ini_get unavabilitiy ...

2310 03/18/2002 03:54 pm psotfx

Security updates + a few updates for chopped up functions compatibility

2296 03/12/2002 10:12 pm the_systech

Ok one last attempt on my part to fix file upload bugs.. Might actually work (Hey it could happen, even I get one right occasionally)

2277 03/06/2002 10:23 pm the_systech

Minor screw up in file upload checking.. If file_uploads is not set at all 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

2241 03/01/2002 06:40 pm the_systech

Workarounds for file_uploads disabled...

2162 02/15/2002 10:38 pm the_systech

Fix for #518056 in bug tracker... Me and my D@mned typos.... Amazing what a difference one little letter, and one extra space can make... :(

2033 02/01/2002 04:07 pm the_systech

Added some checking for mysql4 SQL_LAYER

1935 01/24/2002 04:31 pm the_systech

Fixed a bug in filetype detection for gzip in latest mozilla...

1928 01/24/2002 03:51 am psotfx

Change setmodules == 1 to !empty($setmodules), stop it complaining if it isn't set ... can someone do this for userauth, my copy is modified at present

1846 01/11/2002 06:01 pm the_systech

Fix for various postgres bugs

1389 11/20/2001 09:33 pm the_systech

Some output buffering to try to decrease time and memory usage.

1375 11/19/2001 08:39 pm the_systech

Change to use a temp file... Hopefully reduce memory usage on backup.

1308 11/13/2001 10:17 pm psotfx

Added new tables to backup list

1289 11/09/2001 09:57 am thefinn

Checked all calls to message_die and made sure that if they would be 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

1179 10/14/2001 05:46 pm psotfx

Various updates, cleanups and support for URI based sessions ... more to come at some point

1074 09/25/2001 02:48 am psotfx

Missed a . in the include

1069 09/24/2001 07:26 pm the_systech

Seperated out sql parsing functions into a new file.

1067 09/24/2001 09:53 am natec

forgot a couple things on my last checkin

1066 09/24/2001 09:48 am natec

Improved performance of split_sql_file() drasctically.

1063 09/23/2001 02:31 am natec

Improved the performance of remove_remarks() by an order of magnitude.

1062 09/18/2001 09:01 pm the_systech

Fix for more \\ problems...

987 09/06/2001 02:29 am psotfx

Numerous updates and additions for polling and assorted fixes ... or bugs, whichever they turn out to be

943 08/31/2001 12:20 am thefinn

Re-added GPL disclaimers

935 08/26/2001 04:35 pm psotfx

Modified header comments

815 08/08/2001 04:40 pm the_systech

Fixed problem with Mozilla in determining file type for uploaded file

812 08/07/2001 11:21 pm the_systech

Rollback from 1.16 and refix mysql_error thing...

809 08/03/2001 07:17 pm psotfx

Why do PHP insist the read size for a gzip file be the uncompressed length ... silly

807 08/03/2001 06:24 pm psotfx

Added gzip decompression for uploaded file

805 08/03/2001 03:16 pm psotfx

Added gzip compression for downloadable file

804 08/03/2001 03:03 am bartvb

AAAAAAAAAAARGH! I'm going to bed now..

803 08/03/2001 02:34 am bartvb

Not the screwup is REALLY fixed! Trust me ;)

801 08/03/2001 02:23 am bartvb

Last fix of screwup

798 08/03/2001 12:33 am bartvb

Introduced pagestart.inc

795 08/02/2001 05:26 pm the_systech

Fixed bug in split_sql_file.

780 08/01/2001 05:27 pm the_systech

Fixed restore problem with NULL columns, and added some documentation.

763 07/30/2001 01:26 am psotfx

Languagified ... like that word? ... and updated a little

759 07/28/2001 06:42 pm psotfx

Lots of languagification and redirection path change

753 07/28/2001 01:16 am psotfx

Removed header frame, reduced timezone naming, added DB size for MySQL, no major technical changes

663 07/14/2001 10:00 pm psotfx

New page headers, cleaned up code, etc.

648 07/13/2001 06:25 pm psotfx

Name changes