1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 03:54:10 +01:00

2532 Commits

Author SHA1 Message Date
Shitiz Garg
ff057dfc8e [ticket/12730] Fix type_googleplus_test to use same validation rule as the field
PHPBB3-12730
2014-06-21 03:49:59 +05:30
Shitiz Garg
ea0e073c12 [ticket/12730] Add functional test for Google+ field
PHPBB3-12730
2014-06-21 03:35:19 +05:30
Shitiz Garg
b50744ae09 [ticket/12730] Missing newline at type_googleplus_test.php
PHPBB3-12730
2014-06-21 03:32:34 +05:30
Shitiz Garg
30cce1ed49 [ticket/12730] Add unit test for type_googleplus
PHPBB3-12730
2014-06-21 03:31:45 +05:30
Joas Schilling
18bf45ab1b Merge pull request #2628 from Dragooon/ticket/12731
[ticket/12731] Add YouTube custom profile field

* Dragooon/ticket/12731:
  [ticket/12731] Add functional test for youtube field
  [ticket/12731] Set field_active to 1 for YouTube field
  [ticket/12731] Add YouTube custom profile field

Conflicts:
	phpBB/install/schemas/schema.json
	phpBB/install/schemas/schema_data.sql
	phpBB/language/en/memberlist.php
	tests/functional/ucp_profile_test.php
2014-06-20 23:42:54 +02:00
Joas Schilling
3c38fcce40 Merge pull request #2621 from Dragooon/ticket/12732
[ticket/12732] Add Skype custom profile field

* Dragooon/ticket/12732:
  [ticket/12732] Update schema.json for Skype
  [ticket/12732] Add functional test for Skype profile field
  [ticket/12732] Values shouldn't be escaped for schema_data.sql
  [ticket/12732] Set field_active to 1 for Skype's field
  [ticket/12732] Add unit tests for ALPHA_PUNCTUATION
  [ticket/12732] Missing comma after validation definition
  [ticket/12732] Improve ALPHA_PUNCTUATION description
  [ticket/12732] Use user info instead of chat as default Skype action
  [ticket/12732] Add Skype custom profile field

Conflicts:
	phpBB/install/schemas/schema.json
	phpBB/install/schemas/schema_data.sql
	phpBB/language/en/memberlist.php
	tests/functional/ucp_profile_test.php
	tests/profilefields/type_string_test.php
2014-06-20 23:39:54 +02:00
Joas Schilling
b9890c6a4c Merge pull request #2612 from Dragooon/ticket/12733
[ticket/12733] Add Twitter custom profile field

* Dragooon/ticket/12733:
  [ticket/12733] Add functional test for twitter profile field
  [ticket/12733] Values needn't be escaped for schema_data.sql
  [ticket/12733] Set field_active to 1 for Twitter
  [ticket/12733] Convert spaces to tabs
  [ticket/12733] Fix spacing for block header in profilefield_twitter.php
  [ticket/12733] Update schema.json
  [ticket/12733] Add Twitter custom profile field

Conflicts:
	phpBB/install/schemas/schema.json
	phpBB/install/schemas/schema_data.sql
	phpBB/language/en/memberlist.php
	tests/functional/ucp_profile_test.php
2014-06-20 23:37:51 +02:00
Joas Schilling
8595fee040 Merge pull request #2611 from Dragooon/ticket/12729
[ticket/12729] Add Facebook custom profile field

* Dragooon/ticket/12729:
  [ticket/12729] Add functional test for Facebook field
  [ticket/12730] Values needn't be escaped for schema_data.sql
  [ticket/12729] Set field_active as 1 for Facebook profile field
  [ticket/12729] Add unit test for ALPHA_DOTS validation
  [ticket/12729] Move ALPHA_DOTS to above ALPHA_SPACERS
  [ticket/12729] Convert spaces to tabs
  [ticket/12729] Fix block header spacing for profilefield_facebook.php
  [ticket/12729] Update schema.json
  [ticket/12729] Unnecessary whitespace in profilefield_facebook.php
  [ticket/12729] Cleanup schema_data.sql for Facebook field
  [ticket/12729] Add Facebook custom profile field
2014-06-20 23:36:26 +02:00
Tristan Darricau
0404d3b910 [ticket/12752] Cron list tests fail on windows with ansi support
PHPBB3-12752
2014-06-20 19:12:58 +02:00
Shitiz Garg
aeeaf2f6ef [ticket/12729] Add functional test for Facebook field
PHPBB3-12729
2014-06-20 21:20:04 +05:30
Shitiz Garg
51b4dc7077 [ticket/12731] Add functional test for youtube field
PHPBB3-12731
2014-06-20 21:17:23 +05:30
Shitiz Garg
10b466848a [ticket/12732] Add functional test for Skype profile field
PHPBB3-12732
2014-06-20 21:13:29 +05:30
Shitiz Garg
cdfcbfc6d0 [ticket/12733] Add functional test for twitter profile field
PHPBB3-12733
2014-06-20 21:12:02 +05:30
Joas Schilling
a5ca7479b2 Merge pull request #2626 from dhruvgoel92/ticket/12746
[ticket/12746] Init phpbb_dispatcher being used by delete_post()

* dhruvgoel92/ticket/12746:
  [ticket/12746] Init phpbb_dispatcher being used by delete_post()
2014-06-20 16:02:18 +02:00
Shitiz Garg
fc6cb02e1f [ticket/12729] Add unit test for ALPHA_DOTS validation
PHPBB3-12729
2014-06-20 18:12:26 +05:30
Shitiz Garg
9b85e4b141 [ticket/12732] Add unit tests for ALPHA_PUNCTUATION
PHPBB3-12732
2014-06-20 16:43:15 +05:30
Joas Schilling
04164affe6 [ticket/12747] Drop support for Firebird
PHPBB3-12747
2014-06-20 12:35:42 +02:00
Dhruv
37fd00b298 [ticket/12738] Add $config to constructor in notification test
PHPBB3-12738
2014-06-20 16:01:11 +05:30
Joas Schilling
70d4ede9b2 Merge pull request #2459 from Dragooon/ticket/12514
[ticket/12514] Add tests for profile fields

* Dragooon/ticket/12514: (28 commits)
  [ticket/12514] Fix array formatting for tests
  [ticket/12514] Fix indention for type_url_test.php
  [ticket/12514] Missed a few spaces in comments
  [ticket/12514] Convert spaces to tabs
  [ticket/12514] Add a few additional tests for type_dropdown
  [ticket/12514] Add a few additional tests for type_int
  [ticket/12514] Fix some formatting for tests
  [ticket/12514] Add a few more tests for type_date
  [ticket/12514] Remove spaces in header blocks
  [ticket/12514] Use generic domain name for URL test
  [ticket/12514] Update file headers to represent the current format
  [ticket/12514] Remove get_ prefix from data providers
  [ticket/12514] Add a few more validation cases for type_string_test
  [ticket/12514] Minor fault in type_bool_test.php
  [ticket/12514] Remove tests/profiles as they're no longer required
  [ticket/12514] Fix type_int_test to correctly respect boundaries
  [ticket/12514] Multi value GET parameters are invalid for phpBB
  [ticket/12514] Add unit test for type_url custom profile field
  [ticket/12514] Add unit test for type_date custom profile field
  [ticket/12514] Add unit test for type_bool custom profile field
  ...
2014-06-20 12:14:23 +02:00
Dhruv
eeb2c128f5 [ticket/12738] Fix tests with new config object injection
PHPBB3-12738
2014-06-20 15:40:23 +05:30
Dhruv
752b5b6628 [ticket/12746] Init phpbb_dispatcher being used by delete_post()
PHPBB3-12746
2014-06-20 15:30:04 +05:30
Shitiz Garg
4472a492da [ticket/12514] Fix array formatting for tests
PHPBB3-12514
2014-06-20 14:47:20 +05:30
Shitiz Garg
3ac73a831a [ticket/12514] Fix indention for type_url_test.php
PHPBB3-12514
2014-06-20 14:41:59 +05:30
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
Tristan Darricau
8595b2ae86 [ticket/12716] Add regression test
PHPBB3-12716
2014-06-19 21:04:43 +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
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