aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merge changes from 3.0.x branchMeik Sievertsen2009-12-1671-575/+915
| | | | git-svn-id: file:///svn/phpbb/trunk@10342 89ea8834-ac86-4346-8a33-228a782c2dd0
* (a little test for later merges)Meik Sievertsen2009-10-062-3/+8
| | | | | | reintegrate branch into trunk (r10214) git-svn-id: file:///svn/phpbb/trunk@10215 89ea8834-ac86-4346-8a33-228a782c2dd0
* adjust tests a little bit to let them work again in trunk (not adjusted ↵Meik Sievertsen2009-10-0514-123/+82
| | | | | | template/bbcode yet) git-svn-id: file:///svn/phpbb/trunk@10212 89ea8834-ac86-4346-8a33-228a782c2dd0
* Copy 3.0.x branch to trunkMeik Sievertsen2009-10-04992-0/+245793
| | | | git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move trunk/phpBB to old_trunk/phpBB Meik Sievertsen2009-10-04747-173670/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@10210 89ea8834-ac86-4346-8a33-228a782c2dd0
* Update code_sniffer build.xml file to be executable on our systemMeik Sievertsen2009-10-041-54/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@10207 89ea8834-ac86-4346-8a33-228a782c2dd0
* unified the transfer routines from the updater and from acp_language.php. ↵Jim Wigginton2009-07-129-674/+583
| | | | | | still needs work.. git-svn-id: file:///svn/phpbb/trunk@9751 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix most of the template test suite :)Chris Smith2009-06-133-27/+87
| | | | git-svn-id: file:///svn/phpbb/trunk@9588 89ea8834-ac86-4346-8a33-228a782c2dd0
* Template engine optimisations, fixes, etc. Hopefully removed the need for ↵Chris Smith2009-06-132-30/+59
| | | | | | error suppression in conditionals, unified some of the regex's git-svn-id: file:///svn/phpbb/trunk@9587 89ea8834-ac86-4346-8a33-228a782c2dd0
* i am not sure if this even works with externals. :oMeik Sievertsen2009-06-073-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@9559 89ea8834-ac86-4346-8a33-228a782c2dd0
* merge nils' changes into 3.2.x (i am still not sure if we want to have them ↵Meik Sievertsen2009-06-073-0/+161
| | | | | | | | in 3.0.x - therefore i suggest we test them in 3.2.x) The default search plugin in 3.0.x will not change, but if the test goes well we may allow this to be installed in 3.0.x through the "contrib method" git-svn-id: file:///svn/phpbb/trunk@9558 89ea8834-ac86-4346-8a33-228a782c2dd0
* move sftp into libraries (sorry Jim :/)Meik Sievertsen2009-06-077-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@9557 89ea8834-ac86-4346-8a33-228a782c2dd0
* moved diffMeik Sievertsen2009-06-073-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@9556 89ea8834-ac86-4346-8a33-228a782c2dd0
* create place for any external or modified libraries (i do not want to have ↵Meik Sievertsen2009-06-071-0/+33
| | | | | | | | them scattered all over the place). Also document the initial file structure ;) git-svn-id: file:///svn/phpbb/trunk@9555 89ea8834-ac86-4346-8a33-228a782c2dd0
* - added sftp supportJim Wigginton2009-06-0711-28/+9431
| | | | git-svn-id: file:///svn/phpbb/trunk@9553 89ea8834-ac86-4346-8a33-228a782c2dd0
* Merge changes made in revisions #r9405 to #r9467Meik Sievertsen2009-04-1861-154/+376
| | | | | | 2009-04-18 git-svn-id: file:///svn/phpbb/trunk@9468 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix LIMIT ALL in postgres layerMeik Sievertsen2009-03-301-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@9413 89ea8834-ac86-4346-8a33-228a782c2dd0
* Merge most changes from 3.0.x branch since the 25th december.Meik Sievertsen2009-03-2280-903/+2478
| | | | | | (Captcha changes for refreshing captcha image not included) git-svn-id: file:///svn/phpbb/trunk@9404 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix bug #42635 (missed identity)Meik Sievertsen2009-03-081-3/+27
| | | | git-svn-id: file:///svn/phpbb/trunk@9362 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix creating index and add more checking to schema changesMeik Sievertsen2009-02-281-12/+28
| | | | git-svn-id: file:///svn/phpbb/trunk@9348 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix db tools (list_index) and add simpler statements for Sqlite3Meik Sievertsen2009-02-281-70/+117
| | | | git-svn-id: file:///svn/phpbb/trunk@9346 89ea8834-ac86-4346-8a33-228a782c2dd0
* append_sid wrapper + is_guestMeik Sievertsen2009-02-2210-43/+50
| | | | git-svn-id: file:///svn/phpbb/trunk@9338 89ea8834-ac86-4346-8a33-228a782c2dd0
* $template to phpbb::$templateMeik Sievertsen2009-02-2276-1244/+1215
| | | | git-svn-id: file:///svn/phpbb/trunk@9337 89ea8834-ac86-4346-8a33-228a782c2dd0
* $db-> to phpbb::$db->Meik Sievertsen2009-02-2286-3080/+3078
| | | | git-svn-id: file:///svn/phpbb/trunk@9336 89ea8834-ac86-4346-8a33-228a782c2dd0
* $auth-> to phpbb::$acl->Meik Sievertsen2009-02-2252-499/+499
| | | | git-svn-id: file:///svn/phpbb/trunk@9335 89ea8834-ac86-4346-8a33-228a782c2dd0
* remove global and change $user-> to phpbb::$user->Meik Sievertsen2009-02-22107-3651/+3127
| | | | git-svn-id: file:///svn/phpbb/trunk@9334 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix guest/bot session problems with apache authentication plugin (Bug #41085)Meik Sievertsen2009-01-271-0/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@9307 89ea8834-ac86-4346-8a33-228a782c2dd0
* let us change the time zone and dst setting correctly (related to Bug #38775)Meik Sievertsen2009-01-231-5/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@9302 89ea8834-ac86-4346-8a33-228a782c2dd0
* Correctly display future dates (Bug #38755)Meik Sievertsen2009-01-231-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@9299 89ea8834-ac86-4346-8a33-228a782c2dd0
* add some propertiesMeik Sievertsen2009-01-2217-587/+609
| | | | | | | 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
* erm, yes...Meik Sievertsen2009-01-221-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@9295 89ea8834-ac86-4346-8a33-228a782c2dd0
* aaaand DB2 support. :)Meik Sievertsen2009-01-223-246/+233
| | | | git-svn-id: file:///svn/phpbb/trunk@9294 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add proper language to error messagesMeik Sievertsen2009-01-221-0/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@9293 89ea8834-ac86-4346-8a33-228a782c2dd0
* adjust schema to support defining types of columns. This is required for ↵Meik Sievertsen2009-01-223-5/+33
| | | | | | dbms being very very strict. git-svn-id: file:///svn/phpbb/trunk@9292 89ea8834-ac86-4346-8a33-228a782c2dd0
* make sure user->setup() works even if there is no valid sessionMeik Sievertsen2009-01-221-1/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@9291 89ea8834-ac86-4346-8a33-228a782c2dd0
* SQLite support (DB2 must wait until i get a new DB2 extensions. :/)Meik Sievertsen2009-01-211-11/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@9290 89ea8834-ac86-4346-8a33-228a782c2dd0
* PostgreSQL supportMeik Sievertsen2009-01-211-216/+153
| | | | git-svn-id: file:///svn/phpbb/trunk@9289 89ea8834-ac86-4346-8a33-228a782c2dd0
* Oracle supportMeik Sievertsen2009-01-211-415/+367
| | | | git-svn-id: file:///svn/phpbb/trunk@9288 89ea8834-ac86-4346-8a33-228a782c2dd0
* MSSQL (MSSQL 2005 extension, odbc and plain) supportMeik Sievertsen2009-01-213-548/+396
| | | | git-svn-id: file:///svn/phpbb/trunk@9287 89ea8834-ac86-4346-8a33-228a782c2dd0
* Firebird supportMeik Sievertsen2009-01-211-319/+217
| | | | git-svn-id: file:///svn/phpbb/trunk@9286 89ea8834-ac86-4346-8a33-228a782c2dd0
* put sql_handle_data() into dbal and let DBMS who support this overwrite it. ↵Meik Sievertsen2009-01-213-15/+20
| | | | | | David: would be nice if you could have a look at it later. ;) git-svn-id: file:///svn/phpbb/trunk@9285 89ea8834-ac86-4346-8a33-228a782c2dd0
* some adjustements to the installerMeik Sievertsen2009-01-216-50/+125
| | | | git-svn-id: file:///svn/phpbb/trunk@9284 89ea8834-ac86-4346-8a33-228a782c2dd0
* sqlite works now...Meik Sievertsen2009-01-203-181/+147
| | | | git-svn-id: file:///svn/phpbb/trunk@9282 89ea8834-ac86-4346-8a33-228a782c2dd0
* i am not sure if people will like the config layout i test here... it ↵Meik Sievertsen2009-01-2019-219/+154
| | | | | | requires the framework at least being present git-svn-id: file:///svn/phpbb/trunk@9281 89ea8834-ac86-4346-8a33-228a782c2dd0
* update mysql DBAL to be supported now tooMeik Sievertsen2009-01-193-574/+340
| | | | git-svn-id: file:///svn/phpbb/trunk@9280 89ea8834-ac86-4346-8a33-228a782c2dd0
* Adjust some files to support new methods...Meik Sievertsen2009-01-1911-1676/+253
| | | | git-svn-id: file:///svn/phpbb/trunk@9279 89ea8834-ac86-4346-8a33-228a782c2dd0
* This may be an interesting approach for internal functionality and trying to ↵Meik Sievertsen2009-01-193-115/+95
| | | | | | be consistent git-svn-id: file:///svn/phpbb/trunk@9278 89ea8834-ac86-4346-8a33-228a782c2dd0
* "are you serious?" - "yes, sure" - "wow, install works, you are right" - "i ↵Meik Sievertsen2009-01-1610-1308/+795
| | | | | | told you" git-svn-id: file:///svn/phpbb/trunk@9277 89ea8834-ac86-4346-8a33-228a782c2dd0
* move files around :PMeik Sievertsen2009-01-168-77/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@9276 89ea8834-ac86-4346-8a33-228a782c2dd0
* add new subfolder for installationMeik Sievertsen2009-01-163-0/+44
| | | | git-svn-id: file:///svn/phpbb/trunk@9275 89ea8834-ac86-4346-8a33-228a782c2dd0