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

48 Commits

Author SHA1 Message Date
Bart van Bragt
abe31cd088 Fixed charset issue in install (bug #647)
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3109 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-27 17:26:08 +00:00
Paul S. Owen
73650b59c7 Yet more fixes ... note there is a bug in user admin at present
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3083 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-24 16:22:52 +00:00
dougk_ff7
6913351af7 This is an attempt to remove problems with "file_exists()" calls in later
versions of PHP.  From what I can tell, PHP requires a full path to
file_exists() in newer versions, and realpath() will fix it.  I noticed that
file_exists() doesn't need to have a full path passed to it in older versions,
so I just made a fake function, realpath() that will only define itself
if realpath() isn't defined. It may or may not work, it seems to work here
on PHP 4.2.3, but if it breaks older versions, please *LET ME KNOW* or
change it. Because I changed this so quickly, I don't know if everything works
exactly. Really, PM or email me if it doesn't.  Cross your fingers! :D

Thanks!
dougk_ff7
dougk_ff7@phpbb.com


git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2935 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-10-06 00:47:46 +00:00
Paul S. Owen
e94aaa3eeb Fixed HEAP MAX_ROWS
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2723 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-07-19 15:58:17 +00:00
the_systech
e4164d3c70 "Fix" for "security" problem in install.php
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2637 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-06-17 21:23:38 +00:00
dougk_ff7
decbf0f1ec Ok, several bug fixes here...
The numbers are, 328, 340, 341, 344, 347, 351, 397, and 405.

The rest (that I have seen) will be fixed later.
-Doug


git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2619 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-06-04 04:14:17 +00:00
Paul S. Owen
20748ac9d5 Added exit's after those header location redirects without them
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2575 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-05-13 13:18:18 +00:00
the_systech
42e30320e4 D@#n it when changing something, make sure that you change it EVERYWHERE it's used :(
git-svn-id: file:///svn/phpbb/trunk@2396 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-22 14:30:05 +00:00
the_systech
8483e9195e Fix for bug # 532327 (This is what happens when I rush something in :D)
git-svn-id: file:///svn/phpbb/trunk@2371 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-20 14:26:26 +00:00
the_systech
781fda5799 Various updates for install and upgrade...
git-svn-id: file:///svn/phpbb/trunk@2363 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-19 23:21:23 +00:00
the_systech
5f3b7842e1 Fix for bug #512279 Install now uses table prefix properly..
git-svn-id: file:///svn/phpbb/trunk@2352 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-19 17:36:49 +00:00
dougk_ff7
6066b8a5b0 Fixes a bug in install.php, accidentally added "The passwords do not match" in any case.
git-svn-id: file:///svn/phpbb/trunk@2312 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-18 15:21:10 +00:00
Paul S. Owen
e22ee22470 Loads'a changes including fix for security issue, thanks to Matthijs for checking this out and confirming
git-svn-id: file:///svn/phpbb/trunk@2305 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-18 13:35:43 +00:00
the_systech
2cb1999807 Fix for #527628 .. D@mn me and my stupiddity...
git-svn-id: file:///svn/phpbb/trunk@2294 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-11 21:55:20 +00:00
the_systech
9ebcba6e07 Just because
git-svn-id: file:///svn/phpbb/trunk@2284 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-08 21:05:16 +00:00
the_systech
bf3871c698 Well poop... Fix for bug #527235... /me goes off and slaps himself..
git-svn-id: file:///svn/phpbb/trunk@2283 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-08 19:48:42 +00:00
the_systech
03dc0a105f Fix for bug #525357... Admin password should not be allowed to be blank for security reasons...
git-svn-id: file:///svn/phpbb/trunk@2278 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-06 21:58:49 +00:00
the_systech
53d453ed39 Some additional error checking in the install to make sure that the server's php configuration is going to work with phpBB2.. (two new lines in lang_admin.php sorry translators, & please don't shoot me Paul :D )
git-svn-id: file:///svn/phpbb/trunk@2012 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-29 22:46:16 +00:00
Paul S. Owen
a421fa3f52 More hard-coded .php extensions
git-svn-id: file:///svn/phpbb/trunk@1984 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-28 02:36:21 +00:00
Paul S. Owen
1aad3f884a Fix some minor issues ...
git-svn-id: file:///svn/phpbb/trunk@1976 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-28 00:56:55 +00:00
James Atkinson
c1bdb40839 Fixed parse error in install.php
git-svn-id: file:///svn/phpbb/trunk@1772 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-02 07:19:23 +00:00
Paul S. Owen
f9589e5889 Removed failure on session table type change to HEAP, no biggie if it doesn't work
git-svn-id: file:///svn/phpbb/trunk@1771 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-01 22:52:18 +00:00
the_systech
3e46e66d93 Fix for #496173... Stupid me was using $config_data instead of $HTTP_POST_VARS array variable.. #*@& register globals...#&#@ bad habits...
git-svn-id: file:///svn/phpbb/trunk@1705 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-24 16:41:28 +00:00
Paul S. Owen
f86535cc08 Language updates
git-svn-id: file:///svn/phpbb/trunk@1676 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-22 16:22:45 +00:00
Paul S. Owen
8064fdf558 More \' to '' changes
git-svn-id: file:///svn/phpbb/trunk@1662 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-21 15:52:14 +00:00
the_systech
09d2de2b38 fix for re-including functions in upgrade-install integration..
git-svn-id: file:///svn/phpbb/trunk@1648 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-20 19:24:30 +00:00
Paul S. Owen
b1b4c5a5e3 Should be a fix for another global_var issue bug #492118 also modded install template to use .css
git-svn-id: file:///svn/phpbb/trunk@1600 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-16 01:52:52 +00:00
the_systech
2f4470751f Ok last time for today I promise... D@med javascript :D
git-svn-id: file:///svn/phpbb/trunk@1518 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-05 22:12:48 +00:00
the_systech
ebec75109e oops left some debug info in :D
git-svn-id: file:///svn/phpbb/trunk@1517 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-05 22:04:04 +00:00
the_systech
704a9d665c Ok commiting modified install/upgrade integration, but there's still a weird problem I'm working on... I'll post more in the forum..
git-svn-id: file:///svn/phpbb/trunk@1516 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-05 21:55:20 +00:00
Paul S. Owen
6432e3dd27 Removed 'Redirect' header
git-svn-id: file:///svn/phpbb/trunk@1497 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-02 23:54:25 +00:00
Paul S. Owen
84a2b7dad4 Updated for improved use with ODBC setups + introduced a re-install feature ... the schema updates _only_ remove foreign key and drop table clauses
git-svn-id: file:///svn/phpbb/trunk@1491 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-30 23:15:53 +00:00
Bart van Bragt
015c2739bd Upgrade script; updating keys, using table_prefix properly
git-svn-id: file:///svn/phpbb/trunk@1438 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-24 21:04:51 +00:00
Paul S. Owen
4a6c3a5ec0 Changes to schema path and mssaccess check/setup ... no doubt I missed something, I'm always issing omething
git-svn-id: file:///svn/phpbb/trunk@1395 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-20 22:31:58 +00:00
the_systech
48027c9c44 Fix type... d#$@ fat fingers....
git-svn-id: file:///svn/phpbb/trunk@1339 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-16 20:15:32 +00:00
the_systech
6fdd61a568 Include lang_admin as well as lang_main..
git-svn-id: file:///svn/phpbb/trunk@1338 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-16 19:22:56 +00:00
the_systech
837dcc4572 Update to "merge" upgrade with Install... (Not fully tested since current upgrade not in CVS)
git-svn-id: file:///svn/phpbb/trunk@1282 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-06 16:54:15 +00:00
James Atkinson
a03691ca8e Ok, this gets all the area it needs..heh
git-svn-id: file:///svn/phpbb/trunk@1253 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-01 10:43:30 +00:00
James Atkinson
bd54224f2a Fixed little bug that would leave slashes in the config file if magic_quotes_gpc was off
See this topic for more info: http://area51.phpbb.com/phpBB2/viewtopic.php?p=9797#9797


git-svn-id: file:///svn/phpbb/trunk@1252 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-01 10:42:06 +00:00
the_systech
c28c07d63f Some clean-ups
git-svn-id: file:///svn/phpbb/trunk@1236 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-10-18 14:56:40 +00:00
the_systech
eddbaba2d4 One additional option for unwritable config file...(FTP) :D
git-svn-id: file:///svn/phpbb/trunk@1231 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-10-16 20:56:43 +00:00
Paul S. Owen
715a51c548 Various changes to location redirection ... please note the format and name changes
git-svn-id: file:///svn/phpbb/trunk@1190 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-10-14 18:22:32 +00:00
Paul S. Owen
5ed2aa7590 Changed paths for language
git-svn-id: file:///svn/phpbb/trunk@1170 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-10-11 12:18:37 +00:00
the_systech
2f10b2076e some minor odbc tweaks...
git-svn-id: file:///svn/phpbb/trunk@1163 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-10-11 05:52:15 +00:00
Paul S. Owen
48f8c7be63 A few tweaks to install
git-svn-id: file:///svn/phpbb/trunk@1144 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-10-09 23:28:31 +00:00
the_systech
ba4944f1c7 Merge install and includes/installation, and updated error handling for config file unwritable.
git-svn-id: file:///svn/phpbb/trunk@1125 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-10-02 14:30:15 +00:00
the_systech
552d9f6df2 Changes in install, process..
git-svn-id: file:///svn/phpbb/trunk@1107 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-10-01 19:36:45 +00:00
the_systech
28b08499da Updates for Install Process....
git-svn-id: file:///svn/phpbb/trunk@1102 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-28 20:12:23 +00:00