aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
* Copy 3.0.x branch to trunkMeik Sievertsen2009-10-04207-0/+151202
| | | | git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move trunk/phpBB to old_trunk/phpBB Meik Sievertsen2009-10-04115-70461/+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-122-3/+267
| | | | | | still needs work.. git-svn-id: file:///svn/phpbb/trunk@9751 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
* - added sftp supportJim Wigginton2009-06-078-26/+9411
| | | | git-svn-id: file:///svn/phpbb/trunk@9553 89ea8834-ac86-4346-8a33-228a782c2dd0
* Merge changes made in revisions #r9405 to #r9467Meik Sievertsen2009-04-1819-50/+190
| | | | | | 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-2217-563/+1833
| | | | | | (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-223-29/+37
| | | | git-svn-id: file:///svn/phpbb/trunk@9338 89ea8834-ac86-4346-8a33-228a782c2dd0
* $template to phpbb::$templateMeik Sievertsen2009-02-229-136/+138
| | | | git-svn-id: file:///svn/phpbb/trunk@9337 89ea8834-ac86-4346-8a33-228a782c2dd0
* $db-> to phpbb::$db->Meik Sievertsen2009-02-2217-801/+800
| | | | git-svn-id: file:///svn/phpbb/trunk@9336 89ea8834-ac86-4346-8a33-228a782c2dd0
* $auth-> to phpbb::$acl->Meik Sievertsen2009-02-227-54/+54
| | | | git-svn-id: file:///svn/phpbb/trunk@9335 89ea8834-ac86-4346-8a33-228a782c2dd0
* remove global and change $user-> to phpbb::$user->Meik Sievertsen2009-02-2232-977/+827
| | | | 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-2214-580/+603
| | | | | | | 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-222-245/+229
| | | | 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-221-3/+29
| | | | | | 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-213-35/+77
| | | | 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-209-120/+126
| | | | | | 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-193-197/+176
| | | | 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-191-88/+31
| | | | | | 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-161-133/+46
| | | | | | told you" git-svn-id: file:///svn/phpbb/trunk@9277 89ea8834-ac86-4346-8a33-228a782c2dd0
* modified some files to get the admin index page working, as well as index ↵Meik Sievertsen2009-01-165-606/+540
| | | | | | | | page in logged in state and not logged in state additionally prepare for a working installation git-svn-id: file:///svn/phpbb/trunk@9272 89ea8834-ac86-4346-8a33-228a782c2dd0
* get login workingMeik Sievertsen2009-01-161-147/+91
| | | | git-svn-id: file:///svn/phpbb/trunk@9271 89ea8834-ac86-4346-8a33-228a782c2dd0
* utilize new calls to get indexing on install workingMeik Sievertsen2009-01-162-155/+125
| | | | git-svn-id: file:///svn/phpbb/trunk@9270 89ea8834-ac86-4346-8a33-228a782c2dd0
* update user lang tooMeik Sievertsen2009-01-161-1/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@9269 89ea8834-ac86-4346-8a33-228a782c2dd0
* add more properties to the session...Meik Sievertsen2009-01-161-1/+20
| | | | git-svn-id: file:///svn/phpbb/trunk@9268 89ea8834-ac86-4346-8a33-228a782c2dd0
* call user->page instead of grabbing it again and againMeik Sievertsen2009-01-161-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@9267 89ea8834-ac86-4346-8a33-228a782c2dd0
* erm, unique_id() should return a resultMeik Sievertsen2009-01-161-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@9266 89ea8834-ac86-4346-8a33-228a782c2dd0
* any_char and one_char being publicMeik Sievertsen2009-01-163-4/+82
| | | | | | | added comment to firebird class for obtaining version removed the use of prepared statements, the implementation is buggy and non-functional (types are missing) git-svn-id: file:///svn/phpbb/trunk@9265 89ea8834-ac86-4346-8a33-228a782c2dd0