aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* [feature/dic] Add docblock for cron_manager::wrap_task()Igor Wiedler2012-08-251-0/+6
* [feature/dic] Make cron task attributes protected, one per lineIgor Wiedler2012-08-2510-11/+31
* [feature/dic] Coding style: BracesIgor Wiedler2012-08-255-6/+12
* [feature/dic] Re-order services alphabeticallyIgor Wiedler2012-08-251-54/+54
* [feature/dic] Remove duplicate event-dispatcher dependencyIgor Wiedler2012-07-291-1/+0
* [feature/dic] Adjust installer script to work with partially configured conta...Igor Wiedler2012-07-261-9/+3
* [feature/dic] Generate full cache driver class name on fresh installIgor Wiedler2012-07-261-1/+1
* [feature/dic] Adjust cache driver class name for BCIgor Wiedler2012-07-261-1/+10
* [feature/dic] Rename {phpEx => php_ext} for consistencyIgor Wiedler2012-07-268-34/+34
* Merge remote-tracking branch 'upstream/develop' into feature/dicIgor Wiedler2012-07-2654-226/+358
|\
| * [ticket/11025] Add underline for hover to classesMatt Friedman2012-07-232-0/+8
| * [ticket/11025] Replace <b> with <strong> and/or class for semantic styling in...Matt Friedman2012-07-232-1/+6
| * [ticket/11025] Replace <b> with <strong> and/or class for semantic stylingMatt Friedman2012-07-233-2/+7
| * [ticket/11025] Make last topic titles in forum list BoldMatt Friedman2012-07-232-2/+2
| * Merge branch 'develop-olympus' into developAndreas Fischer2012-07-232-0/+13
| |\
| | * Merge branch 'prep-release-3.0.11' into develop-olympusAndreas Fischer2012-07-232-0/+13
| | |\
| | | * [prep-release-3.0.11] Update Changelog for 3.0.11-RC2 release.Andreas Fischer2012-07-231-0/+9
| | | * [prep-release-3.0.11] Bumping version number for 3.0.11-RC2.Andreas Fischer2012-07-233-3/+7
| * | | Merge branch 'develop-olympus' into developAndreas Fischer2012-07-231-2/+5
| |\ \ \ | | |/ /
| | * | Merge branch 'prep-release-3.0.11' into develop-olympusAndreas Fischer2012-07-231-2/+5
| | |\ \ | | | |/
| | | * [ticket/10965] Profile data is only grabbed when show_novalue is enabledNils Adermann2012-07-231-2/+5
| * | | Merge branch 'develop-olympus' into developAndreas Fischer2012-07-231-0/+8
| |\ \ \ | | |/ /
| | * | Merge branch 'prep-release-3.0.11' into develop-olympusAndreas Fischer2012-07-231-0/+8
| | |\ \ | | | |/
| | | * [ticket/10965] Make sure all profile fields are always grabbed on viewtopicNils Adermann2012-07-231-0/+8
| * | | Merge branch 'develop-olympus' into developAndreas Fischer2012-07-2313-13/+46
| |\ \ \ | | |/ /
| | * | Merge branch 'prep-release-3.0.11' into develop-olympusAndreas Fischer2012-07-2313-13/+46
| | |\ \ | | | |/
| | | * [ticket/10965] Database update was referring to 3.0.5 instead of 3.0.11-RC1Nils Adermann2012-07-231-1/+1
| | | * [ticket/10965] Introduce a new profile field option to display no valueNils Adermann2012-07-2313-13/+46
| * | | Merge pull request #914 from EXreaction/ticket/10990Nils Adermann2012-07-2218-30/+31
| |\ \ \
| | * | | [ticket/10990] Changes for developNathan Guse2012-07-227-29/+29
| | * | | [ticket/10990] Do not use comma separator when storing it as a log.Nathan Guse2012-07-226-10/+10
| | * | | [ticket/10990] Use $user->lang['COMMA_SEPARATOR'] when appropriateNathan2012-07-2222-61/+62
| * | | | Merge remote-tracking branch 'github-igorw/ticket/11012' into developNils Adermann2012-07-216-29/+29
| |\ \ \ \
| | * | | | [ticket/11012] Normalize $phpEx member vars to $php_extIgor Wiedler2012-07-216-29/+29
| * | | | | Merge remote-tracking branch 'github-nickvergessen/ticket/11002' into developNils Adermann2012-07-212-40/+69
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | [ticket/11002] Use translating option to rename the Etc/GMT optionsJoas Schilling2012-07-212-40/+69
| | |/ / /
| * | | | Merge branch 'develop-olympus' into developNils Adermann2012-07-212-84/+123
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge branch 'prep-release-3.0.11' into develop-olympusNils Adermann2012-07-212-84/+123
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Merge remote-tracking branch 'github-nickvergessen/ticket/10950' into prep-re...Nils Adermann2012-07-212-84/+123
| | | |\ \
| | | | * | [ticket/10950] Fix grammar in commentsJoas Schilling2012-07-201-3/+3
| | | | * | [ticket/10950] Delete PMs for users that have not yet read the pmJoas Schilling2012-07-202-33/+45
| | | | * | [ticket/10950] Update undelivered pm counts in batches not 1 by 1 for each userJoas Schilling2012-07-161-5/+18
| | | | * | [ticket/10950] Use database count() and group by instead of doing that in phpJoas Schilling2012-07-111-11/+5
| | | | * | [ticket/10950] Check $delete_ids to be not emptyJoas Schilling2012-07-041-19/+22
| | | | * | [ticket/10950] Recreated the behaviour of phpbb_delete_user_pms()Joas Schilling2012-07-041-58/+74
| | | | * | [ticket/10950] Correct comment for the second query.Andreas Fischer2012-06-231-1/+1
| | | | * | [ticket/10950] Add empty line to make unset() call more visible.Andreas Fischer2012-06-231-0/+1
| | | | * | [ticket/10950] Select the correct columns in SQL queries.Andreas Fischer2012-06-231-2/+2
| | | | * | [ticket/10950] Use a variable for the private message id.Andreas Fischer2012-06-231-6/+8
| | | | * | [ticket/10950] Move array initialisation to the front.Andreas Fischer2012-06-231-1/+2