aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ticket/rxu/10035' into develop-olympusOleg Pudeyev2011-03-101-1/+1
|\
| * [ticket/10035] ACP template edit feature allows to read any files on webserver.rxu2011-03-071-1/+1
* | Merge branch 'ticket/p/10057' into develop-olympusAndreas Fischer2011-03-093-4/+142
|\ \
| * | [ticket/10057] Fixes for a bunch of small problems.Oleg Pudeyev2011-03-083-2/+18
| * | [ticket/10057] Handle the case of missing interbase extension better.Oleg Pudeyev2011-03-071-1/+17
| * | [ticket/10057] Fixed wrong usage of sql_error again, in firebird.Oleg Pudeyev2011-03-071-2/+5
| * | [ticket/10057] Fixed usage of sql_error again.Oleg Pudeyev2011-03-071-2/+4
| * | [ticket/10057] Condition file/line display on DEBUG_EXTRA or IN_INSTALL.Oleg Pudeyev2011-03-071-1/+1
| * | [ticket/10057] Fixed wrong usage of sql_error in postgres dbal.Oleg Pudeyev2011-03-061-3/+15
| * | [ticket/10057] Skip ibase_service_attach if firebird connection failed.Oleg Pudeyev2011-03-061-1/+3
| * | [ticket/10057] Check for interbase function existence.Oleg Pudeyev2011-03-061-0/+8
| * | [ticket/10057] Split statements in firebird dbal for readability.Oleg Pudeyev2011-03-061-2/+16
| * | [ticket/10057] Include error collector class file in postgres dbal.Oleg Pudeyev2011-03-061-0/+5
| * | [ticket/10057] Moved error collector class into its own file.Oleg Pudeyev2011-03-062-44/+45
| * | [ticket/10057] Use a class for error collection.Oleg Pudeyev2011-03-062-36/+38
| * | [ticket/10057] More informative error messages in postgres dbal.Oleg Pudeyev2011-03-061-2/+2
| * | [ticket/10057] No negative array indexing.Oleg Pudeyev2011-03-061-1/+1
| * | [ticket/10057] Report postgres db connection errors.Oleg Pudeyev2011-03-062-1/+58
| |/
* | [ticket/10069] Improvements to sample nginx configuration.Oleg Pudeyev2011-03-061-8/+25
|/
* Merge branch 'ticket/bantu/10075' into develop-olympusOleg Pudeyev2011-03-061-11/+12
|\
| * [ticket/10075] Update docs/AUTHORS for 3.0.9-RC1 release.Andreas Fischer2011-03-041-11/+12
* | Merge branch 'ticket/p/10059' into develop-olympusAndreas Fischer2011-03-062-2/+2
|\ \ | |/ |/|
| * [ticket/10059] Fix two misspellings of consistent.Oleg Pudeyev2011-03-012-2/+2
* | Merge branch 'ticket/nickvergessen/9911' into develop-olympusOleg Pudeyev2011-03-021-2/+2
|\ \
| * | [ticket/9911] Correctly open "Minimum posts" on editing a rank in IE.Joas Schilling2011-03-011-2/+2
* | | Merge branch 'ticket/nickvergessen/9915' into develop-olympusOleg Pudeyev2011-03-021-1/+1
|\ \ \
| * | | [ticket/9915] "Length of ban:" is not displayed in ACPJoas Schilling2011-03-011-1/+1
| |/ /
* | | [ticket/10072] Added the POST_NUMBER template varSam Thompson2011-03-021-0/+1
| |/ |/|
* | Merge branch 'ticket/nickvergessen/10024' into develop-olympusIgor Wiedler2011-02-281-0/+1
|\ \ | |/ |/|
| * [ticket/10024] Populate unread information to template for styling issues.Philippe Chevrier2011-02-281-0/+1
* | Merge branch 'ticket/raimon/9980' into develop-olympusIgor Wiedler2011-02-277-9/+9
|\ \
| * | [ticket/9980] URLs to javascript should be T_SUPER_TEMPLATE_PATH instead of T...Raimon2011-01-087-9/+9
* | | Merge branch 'ticket/bantu/10009' into develop-olympusIgor Wiedler2011-02-271-19/+27
|\ \ \
| * | | [ticket/10009] Entries are always posts, update fields accordingly.Andreas Fischer2011-02-211-7/+5
| * | | [ticket/10009] Always show 'published' data in feed item statistics.Andreas Fischer2011-02-211-2/+2
| * | | [ticket/10009] Make atom:update output unconditional and before atom:publishedKevin Locke2011-02-211-9/+2
| * | | [ticket/10009] Send atom:updated whenever possibleKevin Locke2011-02-211-0/+4
| * | | [ticket/10009] Differentiate published from updated in Atom feedKevin Locke2011-02-211-14/+27
* | | | Merge branch 'ticket/nickvergessen/10036' into develop-olympusAndreas Fischer2011-02-261-1/+1
|\ \ \ \
| * | | | [ticket/10036] Use image from configuration file for displaying online-status.Joas Schilling2011-02-241-1/+1
* | | | | [ticket/9912] Fix error in logic. Do not strip SID when user is not a bot.Andreas Fischer2011-02-251-6/+7
| |_|_|/ |/| | |
* | | | Merge branch 'ticket/callumacrae/7834' into develop-olympusOleg Pudeyev2011-02-241-2/+2
|\ \ \ \
| * | | | [ticket/7834] Topic time didn't update when first post was deletedCallum Macrae2011-02-241-2/+2
* | | | | Merge branch 'ticket/callumacrae/9872' into develop-olympusOleg Pudeyev2011-02-241-38/+0
|\ \ \ \ \
| * | | | | [ticket/9872] Removed some useless code that broke delete_postsCallum Macrae2011-02-241-38/+0
| |/ / / /
* | | | | Merge branch 'ticket/callumacrae/9997' into develop-olympusOleg Pudeyev2011-02-241-2/+2
|\ \ \ \ \
| * | | | | [ticket/9997] Fixed an inconsistency in the Moderator Control PanelCallum Macrae2011-02-241-2/+2
| |/ / / /
* | | | | Merge branch 'ticket/nickvergessen/9874' into develop-olympusOleg Pudeyev2011-02-244-14/+18
|\ \ \ \ \
| * | | | | [ticket/9874] view_log() performs unneeded count query over all log entries.Joas Schilling2011-02-254-14/+18
| |/ / / /
* | | | | Merge branch 'ticket/p/10058' into develop-olympusIgor Wiedler2011-02-241-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |