| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/10437] Do not display announcements that are waiting for approval | Joas Schilling | 2011-11-13 | 1 | -0/+6 |
| | | | | | PHPBB3-10437 | ||||
| * | Merge remote-tracking branch 'nickvergessen/ticket/10315' into develop-olympus | Andreas Fischer | 2011-09-27 | 1 | -5/+3 |
| |\ | | | | | | | | | * nickvergessen/ticket/10315: [ticket/10315] Add top/bottom margin to the options in ACP to avoid overlapping | ||||
| | * | [ticket/10315] Add top/bottom margin to the options in ACP to avoid overlapping | Joas Schilling | 2011-09-21 | 1 | -5/+3 |
| | | | | | | | | | PHPBB3-10315 | ||||
| * | | [ticket/10370] Add function documentation for get_stacktrace(). | Andreas Fischer | 2011-09-19 | 1 | -1/+6 |
| | | | | | | | | | PHPBB3-10370 | ||||
| * | | [ticket/10370] Explain that we are not the ones hiding backtrace pieces. | Andreas Fischer | 2011-09-19 | 1 | -2/+3 |
| | | | | | | | | | | | | | Taken from 2db54cf7e809e731e4440377bcc06e2aa05f190d. PHPBB3-10370 | ||||
| * | | [ticket/10370] Call htmlspecialchars() after phpbb_filter_root_path(). | Andreas Fischer | 2011-09-19 | 1 | -2/+1 |
| | | | | | | | | | PHPBB3-10370 | ||||
| * | | [ticket/10370] Add require_once to whitelisted functions. | Andreas Fischer | 2011-09-19 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-10370 | ||||
| * | | [ticket/10370] Use single string instead of an array for arguments. | Andreas Fischer | 2011-09-19 | 1 | -3/+3 |
| | | | | | | | | | PHPBB3-10370 | ||||
| * | | [ticket/10370] Ease up code checking for arguments of include etc. | Andreas Fischer | 2011-09-19 | 1 | -14/+7 |
| | | | | | | | | | PHPBB3-10370 | ||||
| * | | [ticket/10370] Use unset() on the first backtrace instead of checking in loop. | Andreas Fischer | 2011-09-19 | 1 | -7/+4 |
| | | | | | | | | | PHPBB3-10370 | ||||
| * | | [ticket/10370] Use phpbb_filter_root_path() in get_backtrace(). | Andreas Fischer | 2011-09-19 | 1 | -14/+2 |
| | | | | | | | | | PHPBB3-10370 | ||||
| * | | Merge remote-tracking branch 'github-bantu/ticket/10245' into develop-olympus | Nils Adermann | 2011-09-18 | 1 | -5/+21 |
| |\ \ | | | | | | | | | | | | | * github-bantu/ticket/10245: [ticket/10245] Use error_collector instead of ob_start() and ob_get_clean(). | ||||
| | * | | [ticket/10245] Use error_collector instead of ob_start() and ob_get_clean(). | Andreas Fischer | 2011-09-18 | 1 | -5/+21 |
| | | | | | | | | | | | | | PHPBB3-10245 | ||||
| * | | | [ticket/10369] Replace root path with "[ROOT]" as per IRC. | Andreas Fischer | 2011-09-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-10369 | ||||
| * | | | [ticket/10369] Add warning about paths outside of phpBB root not being filtered | Andreas Fischer | 2011-09-18 | 1 | -0/+2 |
| | | | | | | | | | | | | | PHPBB3-10369 | ||||
| * | | | [ticket/10369] Rename filter_errfile() to filter_root_path(). | Andreas Fischer | 2011-09-18 | 2 | -4/+4 |
| | | | | | | | | | | | | | PHPBB3-10369 | ||||
| * | | | [ticket/10369] DRY code to remove phpbb path from errfile. | Andreas Fischer | 2011-09-18 | 2 | -6/+24 |
| | | | | | | | | | | | | | PHPBB3-10369 | ||||
| * | | | [ticket/10369] Always include errfile and errline in format_errors(). | Andreas Fischer | 2011-09-18 | 1 | -5/+9 |
| |/ / | | | | | | | | | | | | | We remove the phpBB root path from errfile. This is consistent with how msg_handler handles E_WARNING messages etc. PHPBB3-10369 | ||||
| * | | [ticket/10324] Fixed XHTML validity error in User Notes Prosilver theme | galaxyAbstractor | 2011-09-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | Replaced the deprecated align and width attributes with CSS. PHPBB3-10324 | ||||
| * | | Merge remote-tracking branch 'bantu/ticket/10294' into develop-olympus | Andreas Fischer | 2011-09-06 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | * bantu/ticket/10294: [ticket/10294] Fix sql_affectedrows() in mssqlnative driver. | ||||
| | * | | [ticket/10294] Fix sql_affectedrows() in mssqlnative driver. | Andreas Fischer | 2011-07-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | sqlsrv_rows_affected() expects a statement resource, not a connection resource. PHPBB3-10294 | ||||
| * | | | Merge remote-tracking branch 'Noxwizard/ticket/10351' into develop-olympus | Andreas Fischer | 2011-09-06 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | | | | | * Noxwizard/ticket/10351: [ticket/10351] Fix Oracle's sql_column_remove() | ||||
| | * | | | [ticket/10351] Fix Oracle's sql_column_remove() | Patrick Webster | 2011-09-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | The correct syntax is DROP COLUMN. PHPBB3-10351 | ||||
| * | | | | Merge remote-tracking branch 'Noxwizard/ticket/10352' into develop-olympus | Andreas Fischer | 2011-09-06 | 1 | -0/+1 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | * Noxwizard/ticket/10352: [ticket/10352] Add missing break for Oracle's sql_table_drop() | ||||
| | * | | | | [ticket/10352] Add missing break for Oracle's sql_table_drop() | Patrick Webster | 2011-09-04 | 1 | -0/+1 |
| | |/ / / | | | | | | | | | | | | | PHPBB3-10352 | ||||
| * | | | | Merge remote-tracking branch 'nickvergessen/ticket/10321' into develop-olympus | Oleg Pudeyev | 2011-09-05 | 1 | -0/+6 |
| |\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | * nickvergessen/ticket/10321: [ticket/10321] Add descriptions to the unit tests [ticket/10321] Do not append the ? if the param-list is empty anyway. | ||||
| | * | | | [ticket/10321] Do not append the ? if the param-list is empty anyway. | Joas Schilling | 2011-08-21 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | PHPBB3-10321 | ||||
| * | | | | Merge remote-tracking branch 'nickvergessen/ticket/10339' into develop-olympus | Andreas Fischer | 2011-08-30 | 1 | -1/+0 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/10339: [ticket/10339] Remove invalid template loop variable from mcp_front.html | ||||
| | * | | | | [ticket/10339] Remove invalid template loop variable from mcp_front.html | Joas Schilling | 2011-08-24 | 1 | -1/+0 |
| | |/ / / | | | | | | | | | | | | | PHPBB3-10339 | ||||
| * | | | | Merge remote-tracking branch 'nickvergessen/ticket/10334' into develop-olympus | Andreas Fischer | 2011-08-30 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/10334: [ticket/10334] Require permissions to view the birthday-list on board index | ||||
| | * | | | | [ticket/10334] Require permissions to view the birthday-list on board index | Joas Schilling | 2011-08-23 | 1 | -1/+1 |
| | |/ / / | | | | | | | | | | | | | PHPBB3-10334 | ||||
| * | | | | Merge remote-tracking branch 'remotes/bantu/ticket/10341' into ↵ | Joas Schilling | 2011-08-29 | 2 | -4/+4 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ticket/bantu/10341 * remotes/bantu/ticket/10341: [ticket/10341] Also show forum/topic name of "0" as most active forum/topic. | ||||
| | * | | | | [ticket/10341] Also show forum/topic name of "0" as most active forum/topic. | Andreas Fischer | 2011-08-25 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10341 | ||||
| * | | | | | [ticket/10346] Add drop_tables to perform_schema_changes and add tests | Nils Adermann | 2011-08-29 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10346 | ||||
| * | | | | | Merge remote-tracking branch 'nickvergessen/ticket/10253' into develop-olympus | Oleg Pudeyev | 2011-08-27 | 3 | -9/+15 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/10253: [ticket/10253] Fix IE9 handling in javascript, to correctly quote text. | ||||
| | * | | | | | [ticket/10253] Fix IE9 handling in javascript, to correctly quote text. | Joas Schilling | 2011-07-30 | 3 | -9/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since IE9 IE supports textarea.selectionStart and window.getSelection. The only problem is, that the values are still incorrect. Therefore we need to ensure that it is still treated the old way, until IE fixes this completely. PHPBB3-10253 | ||||
| * | | | | | | Merge remote-tracking branch 'github-bantu/ticket/10335' into develop-olympus | Nils Adermann | 2011-08-26 | 2 | -0/+12 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-bantu/ticket/10335: [ticket/10335] Add X-PHPBB-IS-BOT header so reverse proxies know about bots. | ||||
| | * | | | | | | [ticket/10335] Add X-PHPBB-IS-BOT header so reverse proxies know about bots. | Andreas Fischer | 2011-08-24 | 2 | -0/+12 |
| | | |/ / / / | |/| | | | | | | | | | | | | | | | | PHPBB3-10335 | ||||
| * | | | | | | Merge remote-tracking branch 'github-bantu/ticket/10320' into develop-olympus | Nils Adermann | 2011-08-25 | 3 | -24/+40 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-bantu/ticket/10320: [ticket/10320] Exclude passworded forums when determining "Most active topic". [ticket/10320] Move phpbb_feed_base::get_passworded_forums() to user class. | ||||
| | * | | | | | | [ticket/10320] Exclude passworded forums when determining "Most active topic". | Andreas Fischer | 2011-08-25 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10320 | ||||
| | * | | | | | | [ticket/10320] Move phpbb_feed_base::get_passworded_forums() to user class. | Andreas Fischer | 2011-08-25 | 2 | -23/+35 |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | PHPBB3-10320 | ||||
| * | | | | | | [ticket/9995] Do not run forum SQL query when marking the whole board read. | Andreas Fischer | 2011-08-26 | 1 | -14/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-9995 | ||||
| * | | | | | | [ticket/9995] Always continue when harvesting $forum_ids for markread(). | Andreas Fischer | 2011-08-26 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-9995 | ||||
| * | | | | | | [ticket/9995] Remove useless statement from display_forums() | Andreas Fischer | 2011-08-26 | 1 | -2/+0 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The $forum_ids array is only used if $mark_read == 'forums'. When $mark_read == 'forums', we either continue when $auth->acl_get('f_list', $forum_id) is false or true. So this statement is never useful. PHPBB3-9995 | ||||
| * | | | | | Merge remote-tracking branch 'nickvergessen/ticket/8177' into develop-olympus | Andreas Fischer | 2011-08-21 | 1 | -1/+9 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/8177: [ticket/8177] Display birthdays of 29th february on 28th in non-leap years. | ||||
| | * | | | | | [ticket/8177] Display birthdays of 29th february on 28th in non-leap years. | Joas Schilling | 2011-08-21 | 1 | -1/+9 |
| | | |/ / / | |/| | | | | | | | | | | | | | PHPBB3-8177 | ||||
| * | | | | | [ticket/10240] Reverted a commit which added buggy code. | Callum Macrae | 2011-08-21 | 1 | -3/+0 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f9dbe33fa7917b6220a85a01ed9f395f3f1bb888. The code which was added also removed new lines and tabs. PHPBB3-10240 | ||||
| * | | | | Merge remote-tracking branch 'callumacrae/ticket/9978' into develop-olympus | Oleg Pudeyev | 2011-08-20 | 1 | -2/+2 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | * callumacrae/ticket/9978: [ticket/9978] Added semicolons to JavaScript in overall_header. | ||||
| | * | | | | [ticket/9978] Added semicolons to JavaScript in overall_header. | Callum Macrae | 2011-08-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semicolons have been added to the anonymous functions in the javascript in overall_header.html. This makes JSLint happier, and also makes the code easier to minify. PHPBB3-9978 | ||||
| * | | | | | Merge remote-tracking branch 'github-bantu/ticket/8571' into develop-olympus | Nils Adermann | 2011-08-18 | 4 | -5/+5 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-bantu/ticket/8571: [ticket/8571] Show age as 0 in birthday list when birthday is in the future. [ticket/8571] Show 'Age: 0' on viewprofile when birthday is in the future. [ticket/8571] Also display age on memberlist/viewprofile when age is 0. | ||||
