1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 03:54:10 +01:00

34 Commits

Author SHA1 Message Date
the_systech
fb4c1719ef Added some checking for mysql4 SQL_LAYER
git-svn-id: file:///svn/phpbb/trunk@2033 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-02-01 15:07:42 +00:00
the_systech
ddb00d8173 Fixed a bug in filetype detection for gzip in latest mozilla...
git-svn-id: file:///svn/phpbb/trunk@1935 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-24 15:31:18 +00:00
Paul S. Owen
8a983e23a0 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
git-svn-id: file:///svn/phpbb/trunk@1928 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-24 02:51:00 +00:00
the_systech
38e1ea8db7 Fix for various postgres bugs
git-svn-id: file:///svn/phpbb/trunk@1846 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-11 17:01:31 +00:00
the_systech
038e717c0b Some output buffering to try to decrease time and memory usage.
git-svn-id: file:///svn/phpbb/trunk@1389 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-20 20:33:15 +00:00
the_systech
1598af6afd Change to use a temp file... Hopefully reduce memory usage on backup.
git-svn-id: file:///svn/phpbb/trunk@1375 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-19 19:39:00 +00:00
Paul S. Owen
3e0a541798 Added new tables to backup list
git-svn-id: file:///svn/phpbb/trunk@1308 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-13 21:17:32 +00:00
James Atkinson
833f085eb2 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


git-svn-id: file:///svn/phpbb/trunk@1289 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-09 08:57:37 +00:00
Paul S. Owen
4aeb685d3c Various updates, cleanups and support for URI based sessions ... more to come at some point
git-svn-id: file:///svn/phpbb/trunk@1179 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-10-14 15:46:53 +00:00
Paul S. Owen
b14ed5c2fd Missed a . in the include
git-svn-id: file:///svn/phpbb/trunk@1074 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-25 00:48:12 +00:00
the_systech
1871f5e2c0 Seperated out sql parsing functions into a new file.
git-svn-id: file:///svn/phpbb/trunk@1069 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-24 17:26:36 +00:00
natec
34dbc44de2 forgot a couple things on my last checkin
git-svn-id: file:///svn/phpbb/trunk@1067 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-24 07:53:08 +00:00
natec
bd8fd724df Improved performance of split_sql_file() drasctically.
git-svn-id: file:///svn/phpbb/trunk@1066 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-24 07:48:29 +00:00
natec
2ea142d935 Improved the performance of remove_remarks() by an order of magnitude.
git-svn-id: file:///svn/phpbb/trunk@1063 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-23 00:31:56 +00:00
the_systech
fa76b50795 Fix for more \\ problems...
git-svn-id: file:///svn/phpbb/trunk@1062 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-18 19:01:58 +00:00
Paul S. Owen
ef36331c3e Numerous updates and additions for polling and assorted fixes ... or bugs, whichever they turn out to be
git-svn-id: file:///svn/phpbb/trunk@987 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-06 00:29:07 +00:00
James Atkinson
191e52086f Re-added GPL disclaimers
git-svn-id: file:///svn/phpbb/trunk@943 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-30 22:20:23 +00:00
Paul S. Owen
e1fde13648 Modified header comments
git-svn-id: file:///svn/phpbb/trunk@935 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-26 14:35:39 +00:00
the_systech
909b268b21 Fixed problem with Mozilla in determining file type for uploaded file
git-svn-id: file:///svn/phpbb/trunk@815 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-08 14:40:04 +00:00
the_systech
2124505c10 Rollback from 1.16 and refix mysql_error thing...
git-svn-id: file:///svn/phpbb/trunk@812 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-07 21:21:02 +00:00
Paul S. Owen
605356a6ca Why do PHP insist the read size for a gzip file be the uncompressed length ... silly
git-svn-id: file:///svn/phpbb/trunk@809 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-03 17:17:08 +00:00
Paul S. Owen
07fe228a48 Added gzip decompression for uploaded file
git-svn-id: file:///svn/phpbb/trunk@807 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-03 16:24:20 +00:00
Paul S. Owen
9145937a9f Added gzip compression for downloadable file
git-svn-id: file:///svn/phpbb/trunk@805 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-03 13:16:59 +00:00
Bart van Bragt
4255736e23 AAAAAAAAAAARGH! I'm going to bed now..
git-svn-id: file:///svn/phpbb/trunk@804 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-03 01:03:17 +00:00
Bart van Bragt
8b0b59594d Not the screwup is REALLY fixed! Trust me ;)
git-svn-id: file:///svn/phpbb/trunk@803 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-03 00:34:53 +00:00
Bart van Bragt
2b5a355fbd Last fix of screwup
git-svn-id: file:///svn/phpbb/trunk@801 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-03 00:23:01 +00:00
Bart van Bragt
2aaadc7b07 Introduced pagestart.inc
git-svn-id: file:///svn/phpbb/trunk@798 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-02 22:33:20 +00:00
the_systech
b71aee15ab Fixed bug in split_sql_file.
git-svn-id: file:///svn/phpbb/trunk@795 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-02 15:26:52 +00:00
the_systech
21a6090308 Fixed restore problem with NULL columns, and added some documentation.
git-svn-id: file:///svn/phpbb/trunk@780 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-01 15:27:13 +00:00
Paul S. Owen
294569795b Languagified ... like that word? ... and updated a little
git-svn-id: file:///svn/phpbb/trunk@763 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-29 23:26:40 +00:00
Paul S. Owen
91d4f863e4 Lots of languagification and redirection path change
git-svn-id: file:///svn/phpbb/trunk@759 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-28 16:42:12 +00:00
Paul S. Owen
8b82f40009 Removed header frame, reduced timezone naming, added DB size for MySQL, no major technical changes
git-svn-id: file:///svn/phpbb/trunk@753 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-27 23:16:09 +00:00
Paul S. Owen
28a09fcc50 New page headers, cleaned up code, etc.
git-svn-id: file:///svn/phpbb/trunk@663 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-14 20:00:27 +00:00
Paul S. Owen
df799b8a16 Name changes
git-svn-id: file:///svn/phpbb/trunk@648 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-13 16:25:12 +00:00