aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Expand)AuthorAgeFilesLines
* [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
| * | | | Merge remote-tracking branch 'igorw/ticket/10258' into developAndreas Fischer2011-07-301-0/+2
| |\ \ \ \
| | * | | | [ticket/10258] Add HTML5 meta charset tagIgor Wiedler2011-07-291-0/+2
| * | | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-07-301-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | Merge remote-tracking branch 'bantu/ticket/10263' into develop-olympusAndreas Fischer2011-07-301-2/+2
| | |\ \ \
| | | * | | [ticket/10263] Fix comment about return value of phpbb_version_compare().Andreas Fischer2011-07-271-2/+2
| * | | | | Merge remote-tracking branch 'github-igorw/ticket/10258' into developNils Adermann2011-07-201-6/+4
| |\ \ \ \ \
| | * | | | | [ticket/10258] Remove the meta charset tagIgor Wiedler2011-07-121-2/+0
| | * | | | | [ticket/10258] Remove X-UA-Compatible and imagetoolbar meta tagsIgor Wiedler2011-07-101-2/+0
| | * | | | | [ticket/10258] Change the DOCTYPE to HTML5Igor Wiedler2011-07-091-6/+8
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'develop-olympus' into developNils Adermann2011-07-161-1/+10
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge remote-tracking branch 'github-bantu/ticket/10257' into develop-olympusNils Adermann2011-07-161-1/+10
| | |\ \ \ \
| | | * | | | [ticket/10257] Slightly adjust comments about AAAA records on Windows XP/2003.Andreas Fischer2011-07-131-1/+4
| | | * | | | [ticket/10257] Fix AAAA record parsing for old versions of WindowsPatrick Webster2011-07-131-1/+6