aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop-olympus' into developNils Adermann2011-01-1628-150/+31
|\
| * Merge branch 'ticket/bantu/9859' into develop-olympusNils Adermann2011-01-1628-150/+31
| |\
| | * [ticket/9859] Remove the years from the copyright statements in docs files.Andreas Fischer2011-01-168-8/+8
| | * [ticket/9859] Remove the year from the copyright meta tag in docs/*.htmlAndreas Fischer2011-01-167-7/+7
| | * [ticket/9859] Remove the meta copyright tag as well.Andreas Fischer2011-01-165-5/+0
| | * [ticket/9859] Remove the credit line comment from all html files.Andreas Fischer2011-01-1611-116/+2
| | * [ticket/9859] Remove years in credit line from some more files.Andreas Fischer2011-01-1614-14/+14
* | | Merge branch 'develop-olympus' into developIgor Wiedler2011-01-161-19/+11
|\ \ \ | |/ /
| * | [ticket/9933] Remove empty word check.rxu2011-01-161-5/+0
| * | [ticket/9933] Add $use_unicode parameter to get_censor_preg_expression().Andreas Fischer2011-01-161-6/+7
| * | [ticket/9933] Adjust word censor regex for non-unicode mode.rxu2011-01-161-4/+8
| |/
* | [task/acm-refactor] Remove includes/cache.php from coding guidelinesIgor Wiedler2011-01-131-1/+1
* | Merge branch 'task/naderman/config-class' into developAndreas Fischer2011-01-1216-204/+523
|\ \
| * | [task/config-class] Do not create multiple cache driver instances.Nils Adermann2011-01-126-32/+51
| * | [task/config-class] Add an attribute for the table name in phpbb_config_db.Nils Adermann2011-01-121-0/+6
| * | [task/config-class] Correctly merge cached config with dynamically loaded data.Nils Adermann2011-01-121-1/+5
| * | [task/config-class] Always specify the config table to use.Nils Adermann2011-01-128-34/+28
| * | [task/config-class] Fix db config constructor param orderIgor Wiedler2011-01-111-2/+2
| * | [task/config-class] Implemented a config class to replace the global array.Nils Adermann2011-01-1016-154/+450
* | | [task/acm-refactor] Refactor WinCache ACM moduleIgor Wiedler2011-01-111-7/+1
* | | Merge branch 'develop-olympus' into developIgor Wiedler2011-01-103-4/+4
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'ticket/bantu/9764' into develop-olympusIgor Wiedler2011-01-103-4/+4
| |\
| | * [ticket/9764] Allow $config['mime_triggers'] to be an empty string.Andreas Fischer2010-10-283-4/+4
* | | [ticket/6109] WLM subsilver2 button in the english language package.Joas Schilling2011-01-101-0/+0
* | | [ticket/6109] MSN is now called Windows Live Messenger (WLM)Joas Schilling2011-01-105-8/+8
* | | [task/acm-refactor] Cleaning up left over mentions of ACM and fixing tests.Nils Adermann2011-01-097-42/+32
* | | [task/acm-refactor] Refactor the ACM classes to have a common interface.Igor Wiedler2011-01-0918-95/+278
* | | Merge branch 'develop-olympus' into developAndreas Fischer2011-01-073-18/+46
|\ \ \ | |/ /
| * | [ticket/9933] Move word censor regex into separate function in functions.phprxu2011-01-072-18/+43
| * | [ticket/9933] Wrong handling consecutive multiple asterisks in word censorrxu2011-01-072-2/+5
* | | Merge branch 'develop-olympus' into developIgor Wiedler2011-01-071-0/+0
|\ \ \ | |/ /
| * | Merge branch 'ticket/bantu/9589' into develop-olympusAndreas Fischer2011-01-051-0/+0
| |\ \
| | * | [ticket/9589] nginx.conf.sample -> nginx.sample.confAndreas Fischer2011-01-051-0/+0
* | | | [ticket/9746] Adding some more calls to phpbb_ip_normalise().Andreas Fischer2011-01-033-5/+7
* | | | [ticket/9746] Update documentation of phpbb_inet_pton().Andreas Fischer2011-01-031-1/+2
* | | | [ticket/9746] Ease up phpbb_ip_normalise() function.Andreas Fischer2011-01-031-20/+1
* | | | [ticket/9746] Added PHP implementation of inet_pton and inet_ntop.Marek A. RuszczyƄski2011-01-031-2/+118
* | | | [ticket/9746] Adding wrapper functions for inet_ntop() and inet_pton().Andreas Fischer2011-01-031-1/+32
* | | | [ticket/9746] Adding calls to phpbb_ip_normalise() from session management.Andreas Fischer2011-01-031-0/+18
* | | | [ticket/9746] Adding new function phpbb_ip_normalise().Andreas Fischer2011-01-031-0/+53
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2010-12-296-6/+6
|\ \ \ \ | |/ / /
| * | | Merge branch 'ticket/bantu/9859' into develop-olympusAndreas Fischer2010-12-292-2/+2
| |\ \ \
| | * | | [ticket/9859] Remove years from the credit line.Andreas Fischer2010-12-162-2/+2
| * | | | Merge branch 'ticket/bantu/9348' into develop-olympusAndreas Fischer2010-12-291-1/+1
| |\ \ \ \
| | * | | | [ticket/9348] Call phpbb_set_encoding() on config value 'default_dateformat'.Richard Foote2010-12-281-1/+1
| * | | | | Merge branch 'ticket/noxwizard/9953' into develop-olympusAndreas Fischer2010-12-292-2/+2
| |\ \ \ \ \
| | * | | | | [ticket/9953] Set focus to password on re-authenticationPatrick Webster2010-12-282-2/+2
| | |/ / / /
| * | | | | [ticket/9905] Add SQLite to the DSN descriptionPatrick Webster2010-12-281-1/+1
| |/ / / /
* | | | | [feature/update-session-api] Add update_session methodIgor Wiedler2010-12-291-9/+20
* | | | | Merge branch 'ticket/igorw/9574' into developAndreas Fischer2010-12-2810-241/+46
|\ \ \ \ \