index
:
forums
master
The forums.mageia.org Website
Maat [maat]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
phpBB
/
common.php
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
[task/config-class] Implemented a config class to replace the global array.
Nils Adermann
2011-01-10
1
-1
/
+3
*
|
[task/acm-refactor] Cleaning up left over mentions of ACM and fixing tests.
Nils Adermann
2011-01-09
1
-3
/
+3
*
|
[task/acm-refactor] Refactor the ACM classes to have a common interface.
Igor Wiedler
2011-01-09
1
-6
/
+6
*
|
[ticket/9556] Drop php closing tags, add trailing newline
Igor Wiedler
2010-11-11
1
-2
/
+0
*
|
Merge branch 'develop-olympus' into develop
Igor Wiedler
2010-10-17
1
-4
/
+2
|
\
\
|
|
/
|
*
[ticket/9830] Redirect to install directly when config.php does not exist.
Igor Wiedler
2010-09-16
1
-4
/
+2
|
*
PHP 5.3 compatibility: Disable E_DEPRECATED on startup to keep set_magic_quot...
Nils Adermann
2009-12-06
1
-2
/
+6
|
*
Since dl() is deprecated and disabled by default in PHP 5.3, calling it will ...
Andreas Fischer
2009-12-04
1
-1
/
+2
|
*
PHP 5.3 compatibility.
Marek A. R
2008-08-15
1
-1
/
+1
|
*
#19955
Meik Sievertsen
2008-01-29
1
-2
/
+6
*
|
[feature/request-class] Remove duplicate class loader from common.php
Igor Wiedler
2010-10-13
1
-3
/
+0
*
|
[feature/request-class] Adjust some trailing newlines
Igor Wiedler
2010-09-27
1
-1
/
+1
*
|
[feature/request-class] Refactor request classes to use autoloading
Igor Wiedler
2010-09-17
1
-7
/
+8
*
|
[feature/request-class] Request class test now uses a type cast helper mock.
Nils Adermann
2010-09-17
1
-2
/
+4
*
|
[feature/request-class] Instantiate a global request class instance.
Nils Adermann
2010-09-17
1
-1
/
+8
*
|
[feature/auto-loading] Added autoloader to common and ensured compatability
Nils Adermann
2010-07-05
1
-0
/
+4
*
|
merge changes from 3.0.x branch
Meik Sievertsen
2009-12-16
1
-3
/
+8
*
|
Copy 3.0.x branch to trunk
Meik Sievertsen
2009-10-04
1
-0
/
+227
*
|
Move trunk/phpBB to old_trunk/phpBB
Meik Sievertsen
2009-10-04
1
-105
/
+0
*
|
i am not sure if people will like the config layout i test here... it require...
Meik Sievertsen
2009-01-20
1
-5
/
+5
*
|
erm, revert last commit and add relevant comment. ;) This actually allows us ...
Meik Sievertsen
2009-01-13
1
-2
/
+2
*
|
in case we do: include(bootstrap) ... include(common)
Meik Sievertsen
2009-01-13
1
-1
/
+1
*
|
fix some functions
Meik Sievertsen
2008-12-30
1
-3
/
+3
*
|
implement new phpbb::$acm object, replacing $cache global
Meik Sievertsen
2008-12-28
1
-1
/
+1
*
|
document plugin-support
Meik Sievertsen
2008-12-28
1
-1
/
+1
*
|
Add core bootstrap. Also change common.php to use it.
Meik Sievertsen
2008-12-26
1
-153
/
+36
*
|
add nils' request and super globals class
Meik Sievertsen
2008-12-25
1
-1
/
+1
*
|
change cache:: to phpbb_cache::
Meik Sievertsen
2008-12-24
1
-10
/
+1
*
|
- updated all code to use the request class instead of any direct access to
Nils Adermann
2008-11-24
1
-0
/
+3
*
|
PHP5.3 compatibility.
Marek A. R
2008-08-15
1
-1
/
+1
*
|
ok... i hope i haven't messed too much with the code and everything is still ...
Meik Sievertsen
2008-05-29
1
-17
/
+17
*
|
git-svn-id: file:///svn/phpbb/trunk@8569 89ea8834-ac86-4346-8a33-228a782c2dd0
Meik Sievertsen
2008-05-26
1
-1
/
+1
*
|
not sure what the implications of this quick fix are, especially when upgradi...
Nils Adermann
2008-03-24
1
-0
/
+1
*
|
- add error_reporting to style.php (merge from r8464)
Nils Adermann
2008-03-24
1
-1
/
+0
*
|
Merging revisions #r8346, #r8347 and #r8348
Meik Sievertsen
2008-01-29
1
-2
/
+6
*
|
uncomment the second one for ultra debugging power :P
David M
2008-01-03
1
-1
/
+2
*
|
oh boy...
David M
2008-01-03
1
-4
/
+4
|
/
*
- Constant PHPBB_DB_NEW_LINK introduced which can be used to force phpBB to c...
Nils Adermann
2007-11-18
1
-1
/
+1
*
#i42
Meik Sievertsen
2007-10-04
1
-0
/
+3
*
deregister globals to install too
Meik Sievertsen
2007-10-04
1
-3
/
+3
*
#i101
Nils Adermann
2007-10-03
1
-2
/
+20
*
#i112
Meik Sievertsen
2007-10-01
1
-1
/
+1
*
allow new installations...
Meik Sievertsen
2007-09-23
1
-1
/
+1
*
new hook system (do not get it confused with events or plugins please)
Meik Sievertsen
2007-09-22
1
-0
/
+9
*
php, a strange language. :o
Meik Sievertsen
2007-08-30
1
-1
/
+1
*
necessary changes...
Meik Sievertsen
2007-08-30
1
-1
/
+1
*
Some changes... non-invasive...
Meik Sievertsen
2007-08-13
1
-10
/
+1
*
- clean up mssql and mssql_odbc, mssql now uses a different method of dealing...
David M
2007-02-19
1
-1
/
+1
*
- using the PHP_VERSION constant is faster
David M
2006-12-17
1
-1
/
+1
*
- fixing a bunch of bugs
Meik Sievertsen
2006-11-21
1
-7
/
+0
[prev]
[next]