aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* "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
* change index.php to a working state once the other changes are in...Meik Sievertsen2008-12-281-41/+36
| | | | git-svn-id: file:///svn/phpbb/trunk@9243 89ea8834-ac86-4346-8a33-228a782c2dd0
* $config to phpbb::$configMeik Sievertsen2008-12-28102-1293/+1212
| | | | git-svn-id: file:///svn/phpbb/trunk@9242 89ea8834-ac86-4346-8a33-228a782c2dd0
* forgot the bootstrap file for phpbb::$acmMeik Sievertsen2008-12-281-0/+491
| | | | git-svn-id: file:///svn/phpbb/trunk@9241 89ea8834-ac86-4346-8a33-228a782c2dd0
* implement new phpbb::$acm object, replacing $cache globalMeik Sievertsen2008-12-2857-754/+523
| | | | git-svn-id: file:///svn/phpbb/trunk@9240 89ea8834-ac86-4346-8a33-228a782c2dd0
* document plugin-supportMeik Sievertsen2008-12-286-23/+48
| | | | | | | move language path declaration to object instantiation git-svn-id: file:///svn/phpbb/trunk@9239 89ea8834-ac86-4346-8a33-228a782c2dd0
* document our plugin classesMeik Sievertsen2008-12-281-116/+381
| | | | git-svn-id: file:///svn/phpbb/trunk@9238 89ea8834-ac86-4346-8a33-228a782c2dd0
* add url classMeik Sievertsen2008-12-281-0/+740
| | | | git-svn-id: file:///svn/phpbb/trunk@9237 89ea8834-ac86-4346-8a33-228a782c2dd0
* the core security classMeik Sievertsen2008-12-271-0/+299
| | | | git-svn-id: file:///svn/phpbb/trunk@9236 89ea8834-ac86-4346-8a33-228a782c2dd0
* system info class, complements session/userMeik Sievertsen2008-12-271-0/+375
| | | | git-svn-id: file:///svn/phpbb/trunk@9235 89ea8834-ac86-4346-8a33-228a782c2dd0
* change page_header/page_footer and message handlerMeik Sievertsen2008-12-273-233/+235
| | | | git-svn-id: file:///svn/phpbb/trunk@9234 89ea8834-ac86-4346-8a33-228a782c2dd0
* replace constants with class constants.Meik Sievertsen2008-12-2746-1475/+694
| | | | | | 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 core file before i go to bed. :)Meik Sievertsen2008-12-271-0/+386
| | | | git-svn-id: file:///svn/phpbb/trunk@9232 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add core bootstrap. Also change common.php to use it.Meik Sievertsen2008-12-262-153/+166
| | | | git-svn-id: file:///svn/phpbb/trunk@9231 89ea8834-ac86-4346-8a33-228a782c2dd0
* add nils' request and super globals classMeik Sievertsen2008-12-2572-953/+1084
| | | | | | rename request:: to phpbb_request:: git-svn-id: file:///svn/phpbb/trunk@9230 89ea8834-ac86-4346-8a33-228a782c2dd0
* comment with intendationMeik Sievertsen2008-12-252-73/+101
| | | | git-svn-id: file:///svn/phpbb/trunk@9229 89ea8834-ac86-4346-8a33-228a782c2dd0
* changed documentation for the session abstractMeik Sievertsen2008-12-252-22/+1084
| | | | | | add phpbb_user class (what we had in includes/session.php before) git-svn-id: file:///svn/phpbb/trunk@9228 89ea8834-ac86-4346-8a33-228a782c2dd0
* Update session and separate from userMeik Sievertsen2008-12-241-1378/+448
| | | | git-svn-id: file:///svn/phpbb/trunk@9227 89ea8834-ac86-4346-8a33-228a782c2dd0
* change cache:: to phpbb_cache::Meik Sievertsen2008-12-2421-260/+222
| | | | git-svn-id: file:///svn/phpbb/trunk@9226 89ea8834-ac86-4346-8a33-228a782c2dd0
* relocate some filesMeik Sievertsen2008-12-246-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@9225 89ea8834-ac86-4346-8a33-228a782c2dd0
* put acp, mcp and ucp into modules/ directoryMeik Sievertsen2008-12-24102-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@9223 89ea8834-ac86-4346-8a33-228a782c2dd0
* remove no longer necessary files... hoorayMeik Sievertsen2008-12-24231-11598/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@9221 89ea8834-ac86-4346-8a33-228a782c2dd0
* merge #r9217Meik Sievertsen2008-12-241-51/+64
| | | | git-svn-id: file:///svn/phpbb/trunk@9218 89ea8834-ac86-4346-8a33-228a782c2dd0
* merge in r9090, r9170, r9174, r9179Chris Smith2008-12-235-8/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@9214 89ea8834-ac86-4346-8a33-228a782c2dd0