Andreas Fischer
c8564e6ce9
[ticket/10369] Add warning about paths outside of phpBB root not being filtered
...
PHPBB3-10369
2011-09-18 22:41:02 +02:00
Andreas Fischer
1ad97424a4
[ticket/10369] Rename filter_errfile() to filter_root_path().
...
PHPBB3-10369
2011-09-18 22:32:25 +02:00
Andreas Fischer
9006984d5a
[ticket/10369] DRY code to remove phpbb path from errfile.
...
PHPBB3-10369
2011-09-18 22:24:14 +02:00
Andreas Fischer
7b3f6cb219
[ticket/10369] Always include errfile and errline in format_errors().
...
We remove the phpBB root path from errfile. This is consistent with how
msg_handler handles E_WARNING messages etc.
PHPBB3-10369
2011-09-18 22:23:41 +02:00
galaxyAbstractor
94a0b7ef2e
[ticket/10324] Fixed XHTML validity error in User Notes Prosilver theme
...
Replaced the deprecated align and width attributes with CSS.
PHPBB3-10324
2011-09-17 21:59:11 +02:00
Andreas Fischer
92373e6d46
Merge remote-tracking branch 'bantu/ticket/10294' into develop-olympus
...
* bantu/ticket/10294:
[ticket/10294] Fix sql_affectedrows() in mssqlnative driver.
2011-09-06 00:43:10 +02:00
Andreas Fischer
d28ec48675
Merge remote-tracking branch 'Noxwizard/ticket/10351' into develop-olympus
...
* Noxwizard/ticket/10351:
[ticket/10351] Fix Oracle's sql_column_remove()
2011-09-06 00:42:48 +02:00
Andreas Fischer
3801101f3b
Merge remote-tracking branch 'Noxwizard/ticket/10352' into develop-olympus
...
* Noxwizard/ticket/10352:
[ticket/10352] Add missing break for Oracle's sql_table_drop()
2011-09-06 00:42:40 +02:00
Oleg Pudeyev
cf5f0cce83
Merge remote-tracking branch 'nickvergessen/ticket/10321' into develop-olympus
...
* nickvergessen/ticket/10321:
[ticket/10321] Add descriptions to the unit tests
[ticket/10321] Do not append the ? if the param-list is empty anyway.
2011-09-05 02:42:41 -04:00
Patrick Webster
5c7f5f0516
[ticket/10352] Add missing break for Oracle's sql_table_drop()
...
PHPBB3-10352
2011-09-04 20:31:34 -05:00
Patrick Webster
d938d5d399
[ticket/10351] Fix Oracle's sql_column_remove()
...
The correct syntax is DROP COLUMN.
PHPBB3-10351
2011-09-04 20:22:36 -05:00
Andreas Fischer
8e5eacf692
Merge remote-tracking branch 'nickvergessen/ticket/10339' into develop-olympus
...
* nickvergessen/ticket/10339:
[ticket/10339] Remove invalid template loop variable from mcp_front.html
2011-08-30 01:52:17 +02:00
Andreas Fischer
1daefc6177
Merge remote-tracking branch 'nickvergessen/ticket/10334' into develop-olympus
...
* nickvergessen/ticket/10334:
[ticket/10334] Require permissions to view the birthday-list on board index
2011-08-30 01:39:14 +02:00
Joas Schilling
a73bc353d6
Merge remote-tracking branch 'remotes/bantu/ticket/10341' into ticket/bantu/10341
...
* remotes/bantu/ticket/10341:
[ticket/10341] Also show forum/topic name of "0" as most active forum/topic.
2011-08-29 22:27:20 +02:00
Nils Adermann
0f2e45800e
[ticket/10346] Add drop_tables to perform_schema_changes and add tests
...
PHPBB3-10346
2011-08-29 14:24:50 -04:00
Oleg Pudeyev
0d41385344
Merge remote-tracking branch 'nickvergessen/ticket/10253' into develop-olympus
...
* nickvergessen/ticket/10253:
[ticket/10253] Fix IE9 handling in javascript, to correctly quote text.
2011-08-27 17:38:27 -04:00
Nils Adermann
dc9a771473
Merge remote-tracking branch 'github-bantu/ticket/10335' into develop-olympus
...
* github-bantu/ticket/10335:
[ticket/10335] Add X-PHPBB-IS-BOT header so reverse proxies know about bots.
2011-08-26 05:59:13 -04:00
Nils Adermann
0d4089da7f
Merge remote-tracking branch 'github-bantu/ticket/10320' into develop-olympus
...
* 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.
2011-08-25 23:20:55 -04:00
Andreas Fischer
7ae871dfae
[ticket/9995] Do not run forum SQL query when marking the whole board read.
...
PHPBB3-9995
2011-08-26 03:59:39 +02:00
Andreas Fischer
afc35f610d
[ticket/9995] Always continue when harvesting $forum_ids for markread().
...
PHPBB3-9995
2011-08-26 03:32:36 +02:00
Andreas Fischer
e4e854863f
[ticket/9995] Remove useless statement from display_forums()
...
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
2011-08-26 03:29:05 +02:00
Andreas Fischer
4499be5795
[ticket/10341] Also show forum/topic name of "0" as most active forum/topic.
...
PHPBB3-10341
2011-08-25 17:44:45 +02:00
Andreas Fischer
4f8bb02a57
[ticket/10320] Exclude passworded forums when determining "Most active topic".
...
PHPBB3-10320
2011-08-25 17:33:39 +02:00
Andreas Fischer
4491746c73
[ticket/10320] Move phpbb_feed_base::get_passworded_forums() to user class.
...
PHPBB3-10320
2011-08-25 17:12:42 +02:00
Andreas Fischer
7a36c3b34b
[ticket/10335] Add X-PHPBB-IS-BOT header so reverse proxies know about bots.
...
PHPBB3-10335
2011-08-24 14:51:37 +02:00
Joas Schilling
53e0e3240c
[ticket/10339] Remove invalid template loop variable from mcp_front.html
...
PHPBB3-10339
2011-08-24 10:33:12 +02:00
Joas Schilling
efc443aac9
[ticket/10334] Require permissions to view the birthday-list on board index
...
PHPBB3-10334
2011-08-23 14:49:50 +02:00
Andreas Fischer
540ca1a8d8
Merge remote-tracking branch 'nickvergessen/ticket/8177' into develop-olympus
...
* nickvergessen/ticket/8177:
[ticket/8177] Display birthdays of 29th february on 28th in non-leap years.
2011-08-21 15:17:51 +02:00
Callum Macrae
4592076366
[ticket/10240] Reverted a commit which added buggy code.
...
This reverts commit f9dbe33fa7
.
The code which was added also removed new lines and tabs.
PHPBB3-10240
2011-08-21 13:16:50 +01:00
Joas Schilling
dc149a43e4
[ticket/10321] Do not append the ? if the param-list is empty anyway.
...
PHPBB3-10321
2011-08-21 13:16:05 +02:00
Joas Schilling
3c7dfc7e19
[ticket/8177] Display birthdays of 29th february on 28th in non-leap years.
...
PHPBB3-8177
2011-08-21 01:46:47 +02:00
Oleg Pudeyev
1680b3a2a7
Merge remote-tracking branch 'callumacrae/ticket/9978' into develop-olympus
...
* callumacrae/ticket/9978:
[ticket/9978] Added semicolons to JavaScript in overall_header.
2011-08-20 14:17:31 -04:00
Callum Macrae
b18b3363e9
[ticket/9978] Added semicolons to JavaScript in overall_header.
...
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
2011-08-20 11:20:30 +01:00
Nils Adermann
6330153937
Merge remote-tracking branch 'github-bantu/ticket/8571' into develop-olympus
...
* 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.
2011-08-18 17:43:24 -04:00
Andreas Fischer
a91131c55e
Merge remote-tracking branch 'p/ticket/9976' into develop-olympus
...
* p/ticket/9976:
[ticket/9976] Fix link to post when two posts have the same post_time.
2011-08-16 18:09:21 +02:00
Oleg Pudeyev
a6dd3d0c65
Merge remote-tracking branch 'bantu/ticket/9297' into develop-olympus
...
* bantu/ticket/9297:
[ticket/9297] Add network to class name of unit tests.
[ticket/9297] Fix typo in localhost.
[ticket/9297] Rename test class to reflect its contents.
[ticket/9297] Adjust comment - IPv6 is needed for IPv6 connections to work.
[ticket/9297] Fix markTestSkipped call in setUpBeforeClass.
[ticket/9297] Skip FTP PASV/EPSV test if FTP connection fails.
[ticket/9297] Separate ipv4 and ipv6 tests into separate functions.
[ticket/9297] Update copyright year of unit test file.
[ticket/9297] Make EPSV unit tests work without IPv6.
[ticket/9297] Unit tests for ftp_fsock PASV and EPSV.
[ticket/9297] Add support for Extended Passive Mode (EPSV) in ftp_fsock class.
2011-08-14 15:52:01 -04:00
Andreas Fischer
66553fb857
[ticket/9297] Add support for Extended Passive Mode (EPSV) in ftp_fsock class.
...
PHPBB3-9297
2011-08-11 23:15:25 +02:00
Oleg Pudeyev
cad3e4cb45
Merge remote-tracking branch 'callumacrae/ticket/10240' into develop-olympus
...
* callumacrae/ticket/10240:
[ticket/10240] Added code to strip control characters from messages.
2011-08-09 21:30:37 -04:00
Callum Macrae
f9dbe33fa7
[ticket/10240] Added code to strip control characters from messages.
...
It is possible to evade the word filter using control characters.
Seeing as control characters have no practical application in a bulletin
board software, it doesn't do any harm to remove them entirely. That is
what this commit does.
PHPBB3-10240
2011-08-08 17:43:28 +01:00
Oleg Pudeyev
04e8468d28
Merge remote-tracking branch 'bantu/ticket/10298' into develop-olympus
...
* bantu/ticket/10298:
[ticket/10298] Properly close embed tag for QuickTime in subsilver2.
2011-08-07 16:35:31 -04:00
Oleg Pudeyev
eb4660f4ef
Merge remote-tracking branch 'naderman/ticket/8937' into develop-olympus
...
* naderman/ticket/8937:
[ticket/8937] Keep space characters in front of [code] bbcode content
2011-08-07 16:23:26 -04:00
Oleg Pudeyev
ec3f4db425
Merge remote-tracking branch 'bantu/ticket/10299' into develop-olympus
...
* bantu/ticket/10299:
[ticket/10299] Fix typo in comment about $max_store_length in truncate_string()
2011-08-04 23:07:06 -04:00
Chris Smith
cc87d553d0
[ticket/10303] Removed HTTP_VERSION code path from send_status_line().
...
PHPBB3-10303
2011-08-05 01:17:57 +01:00
Andreas Fischer
08ca84a3e7
[ticket/10299] Fix typo in comment about $max_store_length in truncate_string()
...
PHPBB3-10299
2011-07-31 15:34:45 +02:00
Joas Schilling
bb7e8bb424
[ticket/9976] Fix link to post when two posts have the same post_time.
...
When two posts have the same post_time, a link to the first post being on
page 1, leads you to the second post with the same timestamp on page two.
So in case the post_times are equal, we need to use the post_id to correctly
order the posts.
PHPBB3-9976
2011-07-30 23:46:53 -04:00
Oleg Pudeyev
edb745e951
Merge remote-tracking branch 'callumacrae/ticket/8173' into develop-olympus
...
* callumacrae/ticket/8173:
[ticket/8173] Removed some redundant code in the BBCode JavaScript.
Conflicts:
phpBB/adm/style/acp_users_signature.html
2011-07-30 19:33:41 -04:00
Oleg Pudeyev
5653be8e16
Merge remote-tracking branch 'callumacrae/ticket/9645' into develop-olympus
...
* callumacrae/ticket/9645:
[ticket/9645] Added code to repair invalid anchor names in acp_php_info.
2011-07-30 18:47:54 -04:00
Oleg Pudeyev
7ebec68616
Merge remote-tracking branch 'callumacrae/ticket/10293' into develop-olympus
...
* callumacrae/ticket/10293:
[ticket/10293] Fixed the JavaScript in the jumpbox.
2011-07-30 18:36:04 -04:00
Joas Schilling
e0bb46c852
[ticket/10253] Fix IE9 handling in javascript, to correctly quote text.
...
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
2011-07-30 19:35:45 +02:00
Andreas Fischer
d59a894cd3
[ticket/10298] Properly close embed tag for QuickTime in subsilver2.
...
PHPBB3-10298
2011-07-30 16:58:33 +02:00