aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop-olympus' into developAndreas Fischer2011-11-271-5/+5
|\
| * [ticket/10497] Fix SQL error when guest visits forum with unread topicrxu2011-11-271-5/+5
* | Merge branch 'develop-olympus' into developJoas Schilling2011-11-181-3/+9
|\ \ | |/
| * Merge remote-tracking branch 'remotes/rxu/ticket/9008' into develop-olympusJoas Schilling2011-11-181-3/+9
| |\
| | * [ticket/9008] Incorrect unread topic tracking for unapproved topicsrxu2011-09-251-3/+9
* | | Merge branch 'develop-olympus' into developAndreas Fischer2011-11-141-0/+4
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'nickvergessen/ticket/9066' into develop-olympusAndreas Fischer2011-11-141-0/+4
| |\ \
| | * | [ticket/9066] Move regex into get_preg_expression function and add testsJoas Schilling2011-11-141-0/+4
* | | | Merge remote-tracking branch 'VSEphpbb/ticket/10390' into developOleg Pudeyev2011-10-201-0/+2
|\ \ \ \
| * | | | [ticket/10390] Serve jQuery from Google CDN Yes/No button in ACPMatt Friedman2011-09-271-33/+2
| * | | | [ticket/10390] Drop http protocol for Microsoft's CDN optionMatt Friedman2011-09-271-3/+4
| * | | | [ticket/10390] Improve the jQuery CDN url generation functionMatt Friedman2011-09-261-4/+7
| * | | | [ticket/10390] Allow option for jQuery to be hosted by a remote CDNMatt Friedman2011-09-261-0/+29
* | | | | [ticket/10412] Replace memory_get_usage with memory_get_peak_usageNils Adermann2011-10-141-5/+3
* | | | | Merge branch 'develop-olympus' into developJoas Schilling2011-10-131-2/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | [ticket/10397] Pagination inconsistency fixVjacheslav Trushkin2011-10-041-2/+2
| | |/ / | |/| |
* | | | [ticket/10387] Add CURRENT_PAGE var to the template when pagination is used.Chris Smith2011-09-251-0/+1
| |/ / |/| |
* | | [feature/remove-db-styles] Removed style.php!Chris Smith2011-09-201-1/+1
* | | [feature/remove-db-styles] Remove style.php DB storage.Chris Smith2011-09-201-1/+1
* | | [ticket/10371] Removing last mentions of imagesetVjacheslav Trushkin2011-09-201-4/+1
* | | Merge remote-tracking branch 'github-cyberalien/feature/remove-imagesets' int...Nils Adermann2011-09-201-0/+1
|\ \ \
| * | | [feature/remove-imagesets] Adjustments to php filesVjacheslav Trushkin2011-09-041-0/+1
* | | | Merge branch 'develop-olympus' into developNils Adermann2011-09-191-37/+20
|\ \ \ \ | | |/ / | |/| |
| * | | [ticket/10370] Add function documentation for get_stacktrace().Andreas Fischer2011-09-191-1/+6
| * | | [ticket/10370] Explain that we are not the ones hiding backtrace pieces.Andreas Fischer2011-09-191-2/+3
| * | | [ticket/10370] Call htmlspecialchars() after phpbb_filter_root_path().Andreas Fischer2011-09-191-2/+1
| * | | [ticket/10370] Add require_once to whitelisted functions.Andreas Fischer2011-09-191-1/+1
| * | | [ticket/10370] Use single string instead of an array for arguments.Andreas Fischer2011-09-191-3/+3
| * | | [ticket/10370] Ease up code checking for arguments of include etc.Andreas Fischer2011-09-191-14/+7
| * | | [ticket/10370] Use unset() on the first backtrace instead of checking in loop.Andreas Fischer2011-09-191-7/+4
| * | | [ticket/10370] Use phpbb_filter_root_path() in get_backtrace().Andreas Fischer2011-09-191-14/+2
* | | | Merge branch 'develop-olympus' into developNils Adermann2011-09-181-3/+25
|\ \ \ \ | |/ / /
| * | | [ticket/10369] Replace root path with "[ROOT]" as per IRC.Andreas Fischer2011-09-181-1/+1
| * | | [ticket/10369] Add warning about paths outside of phpBB root not being filteredAndreas Fischer2011-09-181-0/+2
| * | | [ticket/10369] Rename filter_errfile() to filter_root_path().Andreas Fischer2011-09-181-3/+3
| * | | [ticket/10369] DRY code to remove phpbb path from errfile.Andreas Fischer2011-09-181-3/+23
| | |/ | |/|
* | | Merge remote-tracking branch 'igorw/ticket/10155' into developOleg Pudeyev2011-09-051-0/+1
|\ \ \
| * | | [ticket/10155] Add jQuery, introduce global assets pathIgor Wiedler2011-07-111-0/+1
* | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-09-051-0/+6
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Merge remote-tracking branch 'nickvergessen/ticket/10321' into develop-olympusOleg Pudeyev2011-09-051-0/+6
| |\ \
| | * | [ticket/10321] Do not append the ? if the param-list is empty anyway.Joas Schilling2011-08-211-0/+6
* | | | Merge branch 'develop-olympus' into developNils Adermann2011-08-261-0/+6
|\ \ \ \ | |/ / /
| * | | [ticket/10335] Add X-PHPBB-IS-BOT header so reverse proxies know about bots.Andreas Fischer2011-08-241-0/+6
| |/ /
* | | [ticket/10329] Add phpbb_ prefix to new pcre_utf8_support() function.Andreas Fischer2011-08-211-2/+2
* | | [feature/request-class] Adjust code base to do html decoding manuallyIgor Wiedler2011-08-181-3/+4
* | | Merge branch 'develop' into feature/request-classIgor Wiedler2011-08-181-15/+67
|\ \ \
| * \ \ Merge remote-tracking branch 'github-p/feature/template-engine' into developNils Adermann2011-08-131-2/+2
| |\ \ \
| | * | | [feature/template-engine] Rename is_absolute to phpbb_is_absolute.Oleg Pudeyev2011-07-241-2/+2
| * | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-08-041-6/+0
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | [ticket/10303] Removed HTTP_VERSION code path from send_status_line().Chris Smith2011-08-051-6/+0