aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
Commit message (Collapse)AuthorAgeFilesLines
...
| * up the version for the convertorMeik Sievertsen2008-06-071-8/+8
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8619 89ea8834-ac86-4346-8a33-228a782c2dd0
| * #28635Meik Sievertsen2008-06-071-9/+9
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8615 89ea8834-ac86-4346-8a33-228a782c2dd0
| * removed executable props [Bug #6464]Nils Adermann2008-06-043-0/+0
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8598 89ea8834-ac86-4346-8a33-228a782c2dd0
| * some changes to database_update to circumvent doubled updates for RC'sMeik Sievertsen2008-06-031-13/+19
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8582 89ea8834-ac86-4346-8a33-228a782c2dd0
| * And more new features for reasonable paranoia.Henry Sudhof2008-05-152-6/+7
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8555 89ea8834-ac86-4346-8a33-228a782c2dd0
| * So, tighten things up a little further. QA Team, please check this.Henry Sudhof2008-05-152-0/+5
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8554 89ea8834-ac86-4346-8a33-228a782c2dd0
| * version updateMeik Sievertsen2008-04-073-4/+4
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8492 89ea8834-ac86-4346-8a33-228a782c2dd0
| * - Find and display colliding usernames correctly when converting from one ↵Nils Adermann2008-04-031-2/+2
| | | | | | | | | | | | database to another (Bug #23925) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8489 89ea8834-ac86-4346-8a33-228a782c2dd0
| * allow correct updates from *-dev versionsMeik Sievertsen2008-03-311-393/+422
| | | | | | | | | | | | something i have seen there, there is an open TODO for the form token (min time) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8483 89ea8834-ac86-4346-8a33-228a782c2dd0
| * some corrections to let the update work flawlessly.Meik Sievertsen2008-03-271-1/+4
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8475 89ea8834-ac86-4346-8a33-228a782c2dd0
| * up the version number - RC1 is most likely due tomorrowMeik Sievertsen2008-03-232-2/+2
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8461 89ea8834-ac86-4346-8a33-228a782c2dd0
| * people are so imaptientHenry Sudhof2008-03-227-9/+26
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8456 89ea8834-ac86-4346-8a33-228a782c2dd0
| * #23195Meik Sievertsen2008-03-181-1/+1
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8446 89ea8834-ac86-4346-8a33-228a782c2dd0
| * - some changes to the recent session changeMeik Sievertsen2008-03-181-3/+3
| | | | | | | | | | | | | | - display errors on inserting sessions - fix database updater git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8438 89ea8834-ac86-4346-8a33-228a782c2dd0
| * This should get rid of the filesorts and temp tables on index (with topic ↵Henry Sudhof2008-03-171-0/+14
| | | | | | | | | | | | | | | | | | | | read tracking as exception). Updater still needs testing. Not yet merged to 3.1 #22715 - thanks HoL git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8436 89ea8834-ac86-4346-8a33-228a782c2dd0
| * #22285Vic D'Elfant2008-02-282-2/+2
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8417 89ea8834-ac86-4346-8a33-228a782c2dd0
| * This will prevent a php warning from being printed (and the layout getting ↵Vic D'Elfant2008-02-251-1/+1
| | | | | | | | | | | | ruined) in case of a conflicting permission restriction such as open_basedir git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8400 89ea8834-ac86-4346-8a33-228a782c2dd0
| * #22035Vic D'Elfant2008-02-242-25/+43
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8395 89ea8834-ac86-4346-8a33-228a782c2dd0
| * some language/style/code fixes (refer to the diff of the changelog)Meik Sievertsen2008-02-231-2/+2
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8389 89ea8834-ac86-4346-8a33-228a782c2dd0
| * revamp how we query permissions. This is half-experimental actually, needs a ↵Meik Sievertsen2008-02-151-1/+1
| | | | | | | | | | | | | | | | bit of testing. Should fix the bug with low max_join_size values, but may give problems for those on very low memory settings. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8384 89ea8834-ac86-4346-8a33-228a782c2dd0
| * Fixing converter bugs.Henry Sudhof2008-02-133-3/+15
| | | | | | | | | | | | | | | | | | | | | | #21215 #18575 #18435 #16565 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8379 89ea8834-ac86-4346-8a33-228a782c2dd0
| * merging r8373 into 3.0 branch: adding a new option to hide the entire list ↵Nils Adermann2008-02-038-1/+17
| | | | | | | | | | | | of subforums on listforums git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8374 89ea8834-ac86-4346-8a33-228a782c2dd0
| * One commit for those fixes having a very tiny impact (mostly only ↵Meik Sievertsen2008-01-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | whitespaces or forgotten spans, etc.) Although i somehow mistakingly got #20445 and #15249 into it. :/ Removing s_watching_img from watch_topic_forum() function (Bug #20445) Changing order for post review if more than one post affected (Bug #15249) Language typos/fixes (Bug #20425, #15719, #15429, #14669, #13479) Style/Template fixes (Bug #20065, #19405, #19205, #15028, #14934, #14821, #14752, #14497, #13707, #14738) Tiny code fixes (Bug #20165, #20025, #19795, #14804) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8350 89ea8834-ac86-4346-8a33-228a782c2dd0
| * #19955Meik Sievertsen2008-01-292-22/+32
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8348 89ea8834-ac86-4346-8a33-228a782c2dd0
| * - Do not split topic list for topics being promoted to announcements after ↵Meik Sievertsen2008-01-061-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | been moved to another forum (Bug #18635) - Allow editing usernames within database_update on username cleanup (Bug #18415) - Fixing wrong sync() calls if moving all posts by a member in ACP (Bug #18385) - Check entered imagemagick path for trailing slash (Bug #18205) - Use proper title on index for new/unread posts (Bug #13101) - patch provided by Pyramide - Allow calls to $user->set_cookie() define no cookie time for setting session cookies (Bug #18025) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8310 89ea8834-ac86-4346-8a33-228a782c2dd0
| * A few very minor changes to avoid curveballs.Henry Sudhof2008-01-021-1/+1
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8292 89ea8834-ac86-4346-8a33-228a782c2dd0
| * #16695Meik Sievertsen2007-12-272-19/+27
| | | | | | | | | | | | | | #s17235 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8290 89ea8834-ac86-4346-8a33-228a782c2dd0
* | merge changes from 3.0.x branchMeik Sievertsen2009-12-165-27/+90
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@10342 89ea8834-ac86-4346-8a33-228a782c2dd0
* | Copy 3.0.x branch to trunkMeik Sievertsen2009-10-0420-0/+24226
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0
* | Move trunk/phpBB to old_trunk/phpBB Meik Sievertsen2009-10-0411-11101/+0
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@10210 89ea8834-ac86-4346-8a33-228a782c2dd0
* | unified the transfer routines from the updater and from acp_language.php. ↵Jim Wigginton2009-07-121-264/+23
| | | | | | | | | | | | still needs work.. git-svn-id: file:///svn/phpbb/trunk@9751 89ea8834-ac86-4346-8a33-228a782c2dd0
* | Merge changes made in revisions #r9405 to #r9467Meik Sievertsen2009-04-182-4/+8
| | | | | | | | | | | | 2009-04-18 git-svn-id: file:///svn/phpbb/trunk@9468 89ea8834-ac86-4346-8a33-228a782c2dd0
* | Merge most changes from 3.0.x branch since the 25th december.Meik Sievertsen2009-03-227-27/+68
| | | | | | | | | | | | (Captcha changes for refreshing captcha image not included) git-svn-id: file:///svn/phpbb/trunk@9404 89ea8834-ac86-4346-8a33-228a782c2dd0
* | $template to phpbb::$templateMeik Sievertsen2009-02-221-43/+42
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@9337 89ea8834-ac86-4346-8a33-228a782c2dd0
* | $db-> to phpbb::$db->Meik Sievertsen2009-02-223-13/+13
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@9336 89ea8834-ac86-4346-8a33-228a782c2dd0
* | remove global and change $user-> to phpbb::$user->Meik Sievertsen2009-02-222-37/+28
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@9334 89ea8834-ac86-4346-8a33-228a782c2dd0
* | add some propertiesMeik Sievertsen2009-01-221-5/+4
| | | | | | | | | | | | | | change phpbb_chmod to phpbb::$system->chmod() also changed chmod behaviour to the most failsafe method. If we are not able to tell the exact outcome, we simply do not mess with it. git-svn-id: file:///svn/phpbb/trunk@9296 89ea8834-ac86-4346-8a33-228a782c2dd0
* | adjust schema to support defining types of columns. This is required for ↵Meik Sievertsen2009-01-222-2/+4
| | | | | | | | | | | | dbms being very very strict. git-svn-id: file:///svn/phpbb/trunk@9292 89ea8834-ac86-4346-8a33-228a782c2dd0
* | some adjustements to the installerMeik Sievertsen2009-01-211-1/+33
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@9284 89ea8834-ac86-4346-8a33-228a782c2dd0
* | i am not sure if people will like the config layout i test here... it ↵Meik Sievertsen2009-01-204-79/+9
| | | | | | | | | | | | requires the framework at least being present git-svn-id: file:///svn/phpbb/trunk@9281 89ea8834-ac86-4346-8a33-228a782c2dd0
* | Adjust some files to support new methods...Meik Sievertsen2009-01-193-1466/+60
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@9279 89ea8834-ac86-4346-8a33-228a782c2dd0
* | "are you serious?" - "yes, sure" - "wow, install works, you are right" - "i ↵Meik Sievertsen2009-01-164-1167/+554
| | | | | | | | | | | | told you" git-svn-id: file:///svn/phpbb/trunk@9277 89ea8834-ac86-4346-8a33-228a782c2dd0
* | schema data and schema structure for installationsMeik Sievertsen2009-01-162-6/+880
| | | | | | | | | | | | | | the schema files could be generated on backups too to allow "pleasant" restores and even migrating from one DBMS to another with ease the schema data is now replication compatible, no longer relying on set auto increment id's we guessed before. hoooorrraaayyyy git-svn-id: file:///svn/phpbb/trunk@9274 89ea8834-ac86-4346-8a33-228a782c2dd0
* | remove the data sql file ;)Meik Sievertsen2009-01-161-787/+0
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@9273 89ea8834-ac86-4346-8a33-228a782c2dd0
* | rename schema_data.php to schema_structure.php because it holds the schema ↵Meik Sievertsen2009-01-151-0/+0
| | | | | | | | | | | | structure and not the schema data git-svn-id: file:///svn/phpbb/trunk@9262 89ea8834-ac86-4346-8a33-228a782c2dd0
* | $config to phpbb::$configMeik Sievertsen2008-12-284-60/+24
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@9242 89ea8834-ac86-4346-8a33-228a782c2dd0
* | implement new phpbb::$acm object, replacing $cache globalMeik Sievertsen2008-12-285-52/+50
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@9240 89ea8834-ac86-4346-8a33-228a782c2dd0
* | replace constants with class constants.Meik Sievertsen2008-12-272-10/+4
| | | | | | | | | | | | ACL_YES, ACL_NO, ACL_NEVER, USER_NORMAL, USER_IGNORE, USER_INACTIVE, USER_FOUNDER git-svn-id: file:///svn/phpbb/trunk@9233 89ea8834-ac86-4346-8a33-228a782c2dd0
* | add nils' request and super globals classMeik Sievertsen2008-12-253-10/+10
| | | | | | | | | | | | rename request:: to phpbb_request:: git-svn-id: file:///svn/phpbb/trunk@9230 89ea8834-ac86-4346-8a33-228a782c2dd0
* | change cache:: to phpbb_cache::Meik Sievertsen2008-12-242-32/+0
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@9226 89ea8834-ac86-4346-8a33-228a782c2dd0