Joas Schilling
b855f5fc6a
Merge pull request #2566 from marc1706/ticket/11711
...
[ticket/11711] Inform user of unsupported characters while posting
* marc1706/ticket/11711:
[ticket/11711] Improve coding and comments of character check
[ticket/11711] Reduce size of tests and also test topic titles
[ticket/11711] Improve checks for unsupported characters and check subject
[ticket/11711] Inform user of unsupported characters while posting
2014-06-20 10:51:58 +02:00
Joas Schilling
ccb8fd18e2
Merge pull request #2514 from prototech/ticket/12553
...
[ticket/12553] Right-to-left fixes.
* prototech/ticket/12553:
[ticket/12553] Fix responsive user profile.
[ticket/12553] Fix responsive post profile.
[ticket/12553] Remove dropdown-trigger class from member search input.
[ticket/12553] Fix the merge topic list.
[ticket/12553] Fix dropdown position of live search
[ticket/12553] Fix the responsive topic/forum lists.
[ticket/12553] Align the text in responsive tables to the right.
[ticket/12553] Center the responsive CP menus instead of floating right.
[ticket/12553] Open the notification dropdown to the left.
[ticket/12553] Fix alignment of contact icon.
[ticket/12553] Fix incorrect alignment in ACP responsive tables.
[ticket/12553] Align alert text to the right.
[ticket/12553] Remove incorrect size for site logo.
[ticket/12553] Fix links in the last post column that are not clickable.
[ticket/12553] Align contact icons to the right.
[ticket/12553] Move Place inline and Delete buttons left of the file name.
2014-06-20 10:37:30 +02:00
Dhruv
1a79de4214
[ticket/12738] Inject config object into content_visibility class
...
PHPBB3-12738
2014-06-20 13:25:45 +05:30
Tristan Darricau
8595b2ae86
[ticket/12716] Add regression test
...
PHPBB3-12716
2014-06-19 21:04:43 +02:00
Dhruv
517273fa0b
[ticket/11528] Move related code from functions_posting to function
...
Move related code from functions_posting to
remove_post_from_statistic() in content_visibility.php
PHPBB3-11528
2014-06-19 23:04:03 +05:30
Andreas Fischer
99e08bffd8
Merge branch 'develop-olympus' into develop-ascraeus
...
* develop-olympus:
[ticket/12741] Change the mode of the socket file
2014-06-19 19:32:22 +02:00
Andreas Fischer
51b2cc14f8
Merge pull request #2622 from Nicofuma/ticket/12741
...
[ticket/12741] Functional tests on Travis fail since php update last night
* Nicofuma/ticket/12741:
[ticket/12741] Change the mode of the socket file
2014-06-19 19:32:21 +02:00
Tristan Darricau
f62ec14926
[ticket/12741] Change the mode of the socket file
...
Since php 5.4.29, by default, php-fpm creates the socket with the 0600 mode
instead of 0666.
PHPBB3-12741
2014-06-19 18:44:44 +02:00
Joas Schilling
729c353f27
[ticket/12612] Move functions from mcp.php to functions_mcp.php
...
PHPBB3-12612
2014-06-18 16:57:32 +02:00
Joas Schilling
de103f60e3
[ticket/12612] Move function from ucp.php to functions_user.php
...
PHPBB3-12612
2014-06-18 16:57:13 +02:00
Joas Schilling
7e66fa0f8d
[ticket/12612] Move functions from memberlist.php to functions_display.php
...
PHPBB3-12612
2014-06-18 16:56:44 +02:00
Joas Schilling
73c69cc653
[ticket/12612] Move functions from posting.php to functions_posting.php
...
PHPBB3-12612
2014-06-18 16:56:29 +02:00
Shitiz Garg
f076b43915
[ticket/12514] Missed a few spaces in comments
...
PHPBB3-12514
2014-06-18 18:18:15 +05:30
Shitiz Garg
d1f517ad65
[ticket/12514] Convert spaces to tabs
...
PHPBB3-12514
2014-06-18 17:54:15 +05:30
Shitiz Garg
9f478de2ca
[ticket/12514] Add a few additional tests for type_dropdown
...
PHPBB3-12514
2014-06-18 17:48:56 +05:30
Shitiz Garg
566f76a6b0
[ticket/12514] Add a few additional tests for type_int
...
PHPBB3-12514
2014-06-18 17:48:47 +05:30
Shitiz Garg
e820143e87
[ticket/12514] Fix some formatting for tests
...
PHPBB3-12514
2014-06-18 01:48:34 +05:30
Shitiz Garg
f549a6ce9f
[ticket/12514] Add a few more tests for type_date
...
PHPBB3-12514
2014-06-18 01:40:40 +05:30
Shitiz Garg
aee20bcf0c
[ticket/12514] Remove spaces in header blocks
...
PHPBB3-12514
2014-06-18 01:25:04 +05:30
Shitiz Garg
934db6ded1
[ticket/12514] Use generic domain name for URL test
...
PHPBB3-12514
2014-06-18 01:17:10 +05:30
Shitiz Garg
5fc51fd7b7
[ticket/12514] Update file headers to represent the current format
...
PHPBB3-12514
2014-06-18 01:13:28 +05:30
Shitiz Garg
c15ab1e87e
[ticket/12514] Remove get_ prefix from data providers
...
PHPBB3-12514
2014-06-18 01:11:21 +05:30
Shitiz Garg
80d9e4b2e3
[ticket/12514] Add a few more validation cases for type_string_test
...
PHPBB3-12514
2014-06-18 01:05:57 +05:30
Andreas Fischer
5964ca21c2
Merge pull request #2525 from Nicofuma/ticket/12638
...
[ticket/12638] v30x\local_url_bbcode break the migrations if we don't use the auto updater
* Nicofuma/ticket/12638:
[ticket/12638] Use require if phpbb_require_updated isn't available
2014-06-17 21:04:47 +02:00
Andreas Fischer
82cf239294
Merge pull request #2610 from brunoais/ticket/12699
...
[Ticket/12699] Remove magic numbers in the message textarea keydown callback
* brunoais/ticket/12699:
[ticket/12699] Replace magic numbers for the TAB and for ENTER keydown
[ticket/12699] Add tab key to keymap
2014-06-17 18:13:12 +02:00
brunoais
e1b72c0b86
[ticket/12699] Replace magic numbers for the TAB and for ENTER keydown
...
Replaced the magic numbers 9 and 13 in the keydown for the text editor
with constants in the existing keymap for phpBB.
PHPBB3-12699
2014-06-17 17:07:32 +01:00
Shitiz Garg
d38816fc14
[ticket/12514] Minor fault in type_bool_test.php
...
Had a double new line before get_profile_value_data
PHPBB3-12514
2014-06-17 15:09:13 +05:30
Shitiz Garg
70db69cb8c
[ticket/12514] Remove tests/profiles as they're no longer required
...
PHPBB3-12514
2014-06-17 14:59:26 +05:30
Shitiz Garg
2fc5c51d9a
[ticket/12514] Fix type_int_test to correctly respect boundaries
...
PHPBB3-12514
2014-06-17 14:59:26 +05:30
Shitiz Garg
995690e192
[ticket/12514] Multi value GET parameters are invalid for phpBB
...
PHPBB3-12514
2014-06-17 14:59:26 +05:30
Shitiz Garg
165d7c4b98
[ticket/12514] Add unit test for type_url custom profile field
...
PHPBB3-12514
2014-06-17 14:59:26 +05:30
Shitiz Garg
8be079bd66
[ticket/12514] Add unit test for type_date custom profile field
...
PHPBB3-12514
2014-06-17 14:59:26 +05:30
Shitiz Garg
6534e13c33
[ticket/12514] Add unit test for type_bool custom profile field
...
PHPBB3-12514
2014-06-17 14:59:26 +05:30
Shitiz Garg
e08a4eaf9a
[ticket/12514] Cleanup for type_dropdown_test.php
...
PHPBB3-12514
2014-06-17 14:59:26 +05:30
Shitiz Garg
87729c81fc
[ticket/12514] Add newline at the end of file for type_dropdown_test.php
...
PHPBB3-12514
2014-06-17 14:59:26 +05:30
Shitiz Garg
e8a6fee743
[ticket/12514] Move requires to the top of the files
...
PHPBB3-12514
2014-06-17 14:59:26 +05:30
Shitiz Garg
86754cf572
[ticket/12514] Use @return null instead of @return void
...
PHPBB3-12514
2014-06-17 14:59:26 +05:30
Shitiz Garg
cee46f2405
[ticket/12514] Add unit test for drop down type custom profile field
...
PHPBB3-12514
2014-06-17 14:59:26 +05:30
Shitiz Garg
3cb04756bf
[ticket/12514] custom_string_test is no longer required
...
PHPBB3-12514
2014-06-17 14:59:25 +05:30
Shitiz Garg
16f6edc02a
[ticket/12514] Add unit test for type_string and type_string_common field types
...
PHPBB3-12514
2014-06-17 14:59:25 +05:30
Shitiz Garg
b1da3e9c7e
[ticket/12514] Add test for "int" type custom profile field
...
PHPBB3-12514
2014-06-17 14:59:25 +05:30
Dhruv Goel
7ee3e3f73f
Merge pull request #2588 from nickvergessen/ticket/12705
...
Ticket/12705 Fix make_clickable when called with different server_urls
2014-06-17 14:56:55 +05:30
Matt Friedman
09de0c3df9
[ticket/12728] Enforce box model sizing on image attachment thumbnails
...
PHPBB3-12728
2014-06-16 17:53:09 -07:00
Andreas Fischer
89af115071
Merge pull request #2603 from Nicofuma/ticket/12721
...
[ticket/12721] Improve the code sniffer: simple rules
* Nicofuma/ticket/12721:
[ticket/12721] Update rules descriptions
[ticket/12721] Add Generic.NamingConventions.ConstructorName in strict
[ticket/12721] Add Squiz.Functions.LowercaseFunctionKeywords in legacy
[ticket/12721] Add Squiz.ControlStructures.ForLoopDeclaration in legacy
[ticket/12721] Add Squiz.ControlStructures.ForEachLoopDeclaration
[ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacy
[ticket/12721] Add Generic.Functions.OpeningFunctionBraceBsdAllman
[ticket/12721] Add Squiz.Arrays.ArrayBracketSpacing in the legacy ruleset
[ticket/12721] Add Generic.Files.LowercasedFilename in the legacy ruleset
2014-06-17 00:42:39 +02:00
Tristan Darricau
afcca62784
[ticket/12721] Update rules descriptions
...
PHPBB3-12721
2014-06-16 23:07:28 +02:00
Tristan Darricau
6b52155a2a
[ticket/12721] Add Generic.NamingConventions.ConstructorName in strict
...
PHPBB3-12721
2014-06-16 22:35:46 +02:00
Tristan Darricau
13c03b6fcf
[ticket/12721] Add Squiz.Functions.LowercaseFunctionKeywords in legacy
...
PHPBB3-12721
2014-06-16 22:35:45 +02:00
Tristan Darricau
a94581e7ca
[ticket/12721] Add Squiz.ControlStructures.ForLoopDeclaration in legacy
...
PHPBB3-12721
2014-06-16 22:35:44 +02:00
Tristan Darricau
99a2f2fdb4
[ticket/12721] Add Squiz.ControlStructures.ForEachLoopDeclaration
...
PHPBB3-12721
2014-06-16 22:35:42 +02:00
Tristan Darricau
09fc008e62
[ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacy
...
PHPBB3-12721
2014-06-16 22:35:41 +02:00