aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* $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
* 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
* modified some files to get the admin index page working, as well as index ↵Meik Sievertsen2009-01-1618-953/+849
| | | | | | | | 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
* update db_tools a little bit (not finished yet)Meik Sievertsen2009-01-161-432/+621
| | | | git-svn-id: file:///svn/phpbb/trunk@9264 89ea8834-ac86-4346-8a33-228a782c2dd0
* auth_db to dbMeik Sievertsen2009-01-161-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@9263 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
* erm, revert last commit and add relevant comment. ;) This actually allows us ↵Meik Sievertsen2009-01-131-2/+2
| | | | | | to do far more... for example call a config file which was non-existent before. git-svn-id: file:///svn/phpbb/trunk@9261 89ea8834-ac86-4346-8a33-228a782c2dd0
* in case we do: include(bootstrap) ... include(common)Meik Sievertsen2009-01-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@9260 89ea8834-ac86-4346-8a33-228a782c2dd0
* erm... realpathMeik Sievertsen2009-01-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@9259 89ea8834-ac86-4346-8a33-228a782c2dd0
* call acl as with 3.0.xMeik Sievertsen2009-01-131-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@9258 89ea8834-ac86-4346-8a33-228a782c2dd0
* quick fix for USER_FOUNDERMeik Sievertsen2009-01-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@9257 89ea8834-ac86-4346-8a33-228a782c2dd0
* bad bad bad... do not init the auth object within the user object. Meik Sievertsen2009-01-131-51/+71
| | | | git-svn-id: file:///svn/phpbb/trunk@9256 89ea8834-ac86-4346-8a33-228a782c2dd0
* allow setter/getter for own attributes in pluginsMeik Sievertsen2009-01-131-6/+31
| | | | git-svn-id: file:///svn/phpbb/trunk@9255 89ea8834-ac86-4346-8a33-228a782c2dd0
* add system.phpMeik Sievertsen2009-01-121-0/+33
| | | | git-svn-id: file:///svn/phpbb/trunk@9253 89ea8834-ac86-4346-8a33-228a782c2dd0
* oi... index page looks good...Meik Sievertsen2008-12-314-79/+48
| | | | git-svn-id: file:///svn/phpbb/trunk@9246 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix some functionsMeik Sievertsen2008-12-305-97/+81
| | | | git-svn-id: file:///svn/phpbb/trunk@9245 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated DBALMeik Sievertsen2008-12-302-401/+985
| | | | git-svn-id: file:///svn/phpbb/trunk@9244 89ea8834-ac86-4346-8a33-228a782c2dd0