aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge remote-tracking branch 'remotes/marc/ticket/11342' into developNathaniel Guse2013-02-252-4/+20
| |\ \ \ \
| | * | | | [ticket/11342] Fix "unexpected token" syntax errorMarc Alexander2013-02-201-1/+5
| | * | | | [ticket/11342] Mark active topics read when marking forums readMarc Alexander2013-02-032-4/+16
| * | | | | Merge branch 'develop-olympus' into developAndreas Fischer2013-02-241-1/+23
| |\ \ \ \ \
| | * | | | | [ticket/10986] message.id fallback to SERVER_NAME or phpbb.generatedNils Adermann2013-02-241-1/+23
| * | | | | | Merge branch 'develop-olympus' into developNils Adermann2013-02-241-18/+32
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | [ticket/11358] Changed the name of post parameter.erangamapa2013-02-241-2/+2
| | * | | | | [ticket/11358] Changed the action parameter value to represent the link.erangamapa2013-02-241-20/+30
| | * | | | | [ticket/11358] Enabled link making all users default for a group.erangamapa2013-02-241-2/+40
| | * | | | | [ticket/11358] Removed redundant code and referred proper variable.erangamapa2013-02-241-40/+2
| | * | | | | [ticket/11358] Success message even without selecting a user.erangamapa2013-02-241-0/+4
| * | | | | | Merge branch 'develop-olympus' into developNils Adermann2013-02-241-0/+4
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | [ticket/11355] Referred proper variable when validating selection.erangamapa2013-02-241-1/+1
| | * | | | | [ticket/11355] Wrong error message when no user is selected.erangamapa2013-02-241-1/+5
| * | | | | | Merge branch 'develop-olympus' into developNils Adermann2013-02-241-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge remote-tracking branch 'github-bantu/ticket/11361' into develop-olympusNils Adermann2013-02-241-1/+2
| | |\ \ \ \ \
| | | * | | | | [ticket/11361] Make sure that array passed to strtr() has the proper format.Andreas Fischer2013-02-231-1/+2
| * | | | | | | [ticket/10896] Add missing email validation lost in develop mergeNils Adermann2013-02-241-0/+7
| * | | | | | | Merge branch 'develop-olympus' into developNils Adermann2013-02-243-3/+3
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge remote-tracking branch 'github-exreaction/ticket/10896' into develop-ol...Nils Adermann2013-02-244-3/+10
| | |\ \ \ \ \ \
| | | * | | | | | [ticket/10896] Move EMAIL_INVALID_EMAIL to common, replace EMAIL_INVALIDNathan Guse2013-02-043-3/+2
| | | * | | | | | [ticket/10896] Adds email validation to email settings in ACPDavid Tobin2013-02-043-2/+10
| * | | | | | | | Merge branch 'develop-olympus' into developNils Adermann2013-02-241-1/+2
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Merge remote-tracking branch 'github-bantu/ticket/11122' into develop-olympusNils Adermann2013-02-241-1/+2
| | |\ \ \ \ \ \ \
| | | * | | | | | | [ticket/11122] Move rxu to 'Former Contributors' section.Andreas Fischer2013-02-241-1/+1
| | | * | | | | | | [ticket/11122] Add EXreaction to docs/AUTHORS.Andreas Fischer2013-02-241-0/+1
| | | | |/ / / / / | | | |/| | | | |
| * | | | | | | | Merge branch 'develop-olympus' into developNils Adermann2013-02-241-3/+22
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | [ticket/7262] Add note about set_config() not updating is_dynamic.Andreas Fischer2013-02-241-0/+3
| | * | | | | | | [ticket/7262] Add $is_dynamic example to set_config() and set_config_count().Andreas Fischer2013-02-241-4/+6
| | * | | | | | | [ticket/7262] Backport set_config() and set_config_count() docs from develop.Andreas Fischer2013-02-241-2/+16
| | |/ / / / / /
| * | | | | | | [ticket/11298] Fix typo in language key; EXTENSIONS -> EXTENSIONDavid King2013-02-232-3/+3
| | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge remote-tracking branch 'EXreaction/feature/migrations-extensions' into ...David King2013-02-238-16/+134
| |\ \ \ \ \ \
| | * | | | | | [feature/migrations] Use getLocalisedMessage() function to get error messageNathan Guse2013-02-151-2/+2
| | * | | | | | [feature/migrations] Catch and display errors from the migratorNathaniel Guse2013-02-093-9/+35
| | * | | | | | [feature/migrations] Call revert correctly when purging an extensionNathaniel Guse2013-02-091-8/+13
| | * | | | | | [feature/migrations] Inject Migrator instead of using the container to fetchNathaniel Guse2013-02-092-7/+9
| | * | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/migrat...Nathaniel Guse2013-02-091-1/+1
| | |\ \ \ \ \ \
| | * | | | | | | [feature/migrations] Fix path to extension migrationsNathaniel Guse2013-02-061-1/+1
| | * | | | | | | [feature/migrations] Automatically install/revert migrations for extensionsNathan Guse2013-02-061-0/+62
| | * | | | | | | [feature/migrations] Make the container available to extension installersNathan Guse2013-02-065-7/+30
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge remote-tracking branch 'EXreaction/ticket/11351' into developDavid King2013-02-236-14/+96
| |\ \ \ \ \ \ \
| | * | | | | | | [feature/migrations] getLocalisedMessage function for migration exceptionNathan Guse2013-02-151-0/+14
| | * | | | | | | [feature/migrations] Fix unfulfillable functionNathaniel Guse2013-02-091-2/+2
| | * | | | | | | [feature/migrations] getParameters function for migration exceptionNathaniel Guse2013-02-091-0/+10
| | * | | | | | | [feature/migrations] Add explanatory language string for migration errorsNathaniel Guse2013-02-091-0/+1
| | * | | | | | | [feature/migrations] Add language strings for migrations errorsNathaniel Guse2013-02-095-14/+71
| | | |/ / / / / | | |/| | | | |
| * | | | | | | [ticket/11179] remove extra & in function callDhruv2013-02-191-1/+1
| * | | | | | | [ticket/11179] correct start parameter in sphinx searchDhruv2013-02-191-3/+20
| * | | | | | | [ticket/11179] correct start parameter in native author searchDhruv2013-02-191-5/+18
| * | | | | | | [ticket/11179] correct start parameter in native keyword searchDhruv2013-02-191-9/+19