Vjacheslav Trushkin
cfa23c1102
[ticket/11010] Fix input type for urls
...
PHPBB3-11010
2013-05-20 18:42:10 +02:00
Vjacheslav Trushkin
504038d230
[ticket/11010] Fix email inputs
...
Add type="email" to fields that should be email fields
Change back to type="text" fields that might have wildcards or not necessary email
PHPBB3-11010
2013-05-20 18:42:09 +02:00
Senky
ae2700eef2
[ticket/11010] updating tests
...
PHPBB3-11010
2013-05-20 18:42:08 +02:00
Senky
4c03c22e50
[ticket/11010] dealing with dimensions problem, removing extra code
...
PHPBB3-11010
2013-05-20 18:42:06 +02:00
Vjacheslav Trushkin
178f23d4d8
[ticket/11010] Change input type to search for search forms
...
Change input type to search for search forms
Replace search placeholder JS with placeholder attribute
Add style for search placeholder
PHPBB3-11010
2013-05-20 18:42:05 +02:00
Vjacheslav Trushkin
06b7e424fc
[ticket/11010] Add all HTML5 input types to ACP
...
Add all new HTML5 input types to functions_acp.php, handle them as text for now
PHPBB3-11010
2013-05-20 18:42:04 +02:00
Vjacheslav Trushkin
854b88d139
[ticket/11010] Add HTML5 input types to installer
...
Add new HTML5 input types to installer
PHPBB3-11010
2013-05-20 18:42:03 +02:00
Senky
3547b9738a
[ticket/11010] validation to match type
...
PHPBB3-11010
2013-05-20 18:42:02 +02:00
Senky
05639b85ad
[ticket/11010] displaying min and max only if they are set
...
PHPBB3-11010
2013-05-20 18:41:36 +02:00
Senky
77ae733918
[ticket/11010] fixing tests
...
PHPBB3-11010
2013-05-20 18:41:34 +02:00
Senky
6c0f3513d9
[ticket/11010] replacing maxlenght with max
...
PHPBB3-11010
2013-05-20 18:41:32 +02:00
Senky
cf9d407493
[ticket/11010] applying some of EXreaction notes
...
PHPBB3-11010
2013-05-20 18:40:12 +02:00
Oleg Pudeyev
4bb7a69afa
[ticket/11010] Try to keep min < max.
...
PHPBB3-11010
2013-05-20 18:40:10 +02:00
Oleg Pudeyev
84fb8fc4f0
[ticket/11010] Mock user in order for the test to run standalone.
...
PHPBB3-11010
2013-05-20 18:40:08 +02:00
Oleg Pudeyev
bee2faa560
[ticket/11010] Progress toward fixing the test suite.
...
PHPBB3-11010
2013-05-20 18:40:07 +02:00
Senky
f75aa97282
[ticket/11010] adding type="url" to 'site_home_url'
...
PHPBB3-11010
2013-05-20 18:40:05 +02:00
Senky
97fb79bea9
[ticket/11010] fixing inputs types in memberlist_search.html
...
PHPBB3-11010
2013-05-20 18:40:03 +02:00
Senky
e6391acd69
[ticket/11010] adding type="number" to subsilver2
...
and removing it from prosilver wher it should not be.
PHPBB3-11010
2013-05-20 18:40:01 +02:00
Senky
beafabbcb3
[ticket/11010] adding type="number" and type="date" to prosilver
...
PHPBB3-11010
2013-05-20 18:39:59 +02:00
Senky
d6e239bdd9
[ticket/11010] adding type="number" to inputs in functions_profile_fields.php
...
PHPBB3-11010
2013-05-20 18:39:58 +02:00
Senky
8851597638
[ticket/11010] adding type="number" to CPF int type
...
PHPBB3-11010
2013-05-20 18:39:56 +02:00
Senky
8993fa940f
[ticket/11010] fixing problems with 4th parameter in number type
...
PHPBB3-11010
2013-05-20 18:39:54 +02:00
Vinny
05ebbbcd6a
[ticket/11010] Changing email and url types in adm templates
...
PHPBB3-11010
2013-05-20 18:39:53 +02:00
Vinny
90becaa1a2
[ticket/11010] yahoo and msn user search fields changed to email input type
...
PHPBB3-11010
2013-05-20 18:39:50 +02:00
Vinny
e09412db58
[ticket/11010] Changing email and url input types in subsilver2 templates
...
PHPBB3-11010
2013-05-20 18:39:49 +02:00
Vinny
ce6ae9a7eb
[ticket/11010] Changing email and url input types in prosilver templates
...
PHPBB3-11010
2013-05-20 18:39:46 +02:00
Senky
49c1e0e348
[ticket/11010] adding type="number" in ACP; adding type="email" in install
...
PHPBB3-11010
2013-05-20 18:39:44 +02:00
Senky
4fe7ba5daf
[ticket/11010] changing email and url input types in php files
...
PHPBB3-11010
2013-05-20 18:34:28 +02:00
Senky
66a943cfd8
[ticket/11010] adding new input types into build_cfg_template()
...
PHPBB3-11010
2013-05-20 18:34:26 +02:00
Nathan Guse
f26257dc51
Merge remote-tracking branch 'remotes/cyberalien/ticket/11558' into develop
...
# By Vjacheslav Trushkin
# Via Vjacheslav Trushkin
* remotes/cyberalien/ticket/11558:
[ticket/11558] Adjustments for notification link
[ticket/11558] Fix styling for notifications link
2013-05-20 11:07:54 -05:00
David King
fedd9d18d2
Merge remote-tracking branch 'EXreaction/ticket/11413' into develop
...
* EXreaction/ticket/11413: (23 commits)
[ticket/11413] Revert some cache service related changes from earlier
[ticket/11413] Use phpbb_user in test
[ticket/11413] $user should have been $this->user
[ticket/11413] Fix unit tests
[ticket/11413] Translate the error
[ticket/11413] Rename file to something more helpful
[ticket/11413] Remove remaining irrelevant code to this PR
[ticket/11413] Remove mock sql_insert_buffer.php (not relevant to PR)
[ticket/11413] Remove conversion of user_notifications
[ticket/11413] Correct copyright year
[ticket/11413] Remove changes for ticket 11420 from this branch
[ticket/11413] Include mock class
[ticket/11413] Don't use the database for the convert test
[ticket/11413] Test get_notification_type_id and _ids functions
[ticket/11413] Use sql_insert_buffer
[ticket/11413] Create test for notification conversion
[ticket/11413] Fix test fixtures and tests
[ticket/11413] Fix some more tests
[ticket/11413] Fix notification tests
[ticket/11413] Prevent recursive function calls
...
2013-05-20 11:54:39 -04:00
Nathan Guse
9fab868f0f
Merge remote-tracking branch 'remotes/cyberalien/ticket/11482' into develop
...
# By Vjacheslav Trushkin
# Via Vjacheslav Trushkin
* remotes/cyberalien/ticket/11482:
[ticket/11482] Use double quotes for code
[ticket/11482] Unit tests for advanced DEFINE
[ticket/11482] Implementation of advanced DEFINE tag
2013-05-20 10:47:45 -05:00
Nathan Guse
71c1973db9
Merge remote-tracking branch 'remotes/cyberalien/ticket/11489' into develop
...
# By Vjacheslav Trushkin
# Via Vjacheslav Trushkin
* remotes/cyberalien/ticket/11489:
[ticket/11489] IE7 adjustments
[ticket/11489] Template changes for new topiclist layout
[ticket/11489] CSS changes for topiclist lists
2013-05-20 10:08:49 -05:00
Nathan Guse
ee89a706f9
Merge remote-tracking branch 'remotes/cyberalien/ticket/11556' into develop
...
# By Vjacheslav Trushkin
# Via Vjacheslav Trushkin
* remotes/cyberalien/ticket/11556:
[ticket/11556] Load apply_onkeypress_event() correctly
[ticket/11556] Remove fallback JS
2013-05-20 09:59:28 -05:00
Vjacheslav Trushkin
9954657712
[ticket/11558] Adjustments for notification link
...
PHPBB3-11558
2013-05-20 10:13:03 +03:00
Vjacheslav Trushkin
c29257f732
[ticket/11556] Load apply_onkeypress_event() correctly
...
PHPBB3-11556
2013-05-20 10:04:03 +03:00
Vjacheslav Trushkin
d09c6660a8
[ticket/11489] IE7 adjustments
...
PHPBB3-11489
2013-05-20 09:52:09 +03:00
Nathaniel Guse
c34118f93b
Merge remote-tracking branch 'remotes/cyberalien/ticket/11554' into develop
...
# By Vjacheslav Trushkin
# Via Vjacheslav Trushkin
* remotes/cyberalien/ticket/11554:
[ticket/11554] Move forum_fn.js to footer
2013-05-19 18:33:56 -05:00
Vjacheslav Trushkin
ac122cbb4e
[ticket/11558] Fix styling for notifications link
...
PHPBB3-11558
2013-05-19 20:16:45 +03:00
Andreas Fischer
a0f76f73e9
Merge remote-tracking branch 'marc1706/ticket/11535' into develop
...
* marc1706/ticket/11535:
[ticket/11535] Correctly merge avatar_errors array into primary error array
2013-05-19 16:20:40 +02:00
Andreas Fischer
f49be85859
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/11537] Adjust error message on ucp group manage to fit rest of ucp
Conflicts:
phpBB/styles/prosilver/template/ucp_groups_manage.html
2013-05-19 15:44:25 +02:00
Andreas Fischer
4fc180ade5
Merge remote-tracking branch 'marc1706/ticket/11537' into develop-olympus
...
* marc1706/ticket/11537:
[ticket/11537] Adjust error message on ucp group manage to fit rest of ucp
2013-05-19 15:40:04 +02:00
Andreas Fischer
a70eedecde
Merge remote-tracking branch 'cyberalien/ticket/11555' into develop
...
* cyberalien/ticket/11555:
[ticket/11555] Fix page comparison
2013-05-19 13:50:51 +02:00
Vjacheslav Trushkin
a2a6357fd5
[ticket/11556] Remove fallback JS
...
PHPBB3-11556
2013-05-19 11:19:57 +03:00
Vjacheslav Trushkin
b8afef5df0
[ticket/11554] Move forum_fn.js to footer
...
Move forum_fn.js to footer, move find_username to forum_fn.js
PHPBB3-11554
2013-05-19 11:07:29 +03:00
Vjacheslav Trushkin
9435f16f59
[ticket/11555] Fix page comparison
...
Strict comparison should not be used to compare string and number
PHPBB3-11555
2013-05-19 10:56:15 +03:00
David King
d8ed228ddf
Merge remote-tracking branch 'EXreaction/ticket/11415' into develop
...
* EXreaction/ticket/11415:
[ticket/11415] Add test for find_from_extension()
[ticket/11415] Send the extension base the finder rather than the manager
[ticket/11415] Create function in finder find_from_extension
[ticket/11415] Fix ext.manager constructor in tests
[ticket/11415] Make migrator/ext.manager dependencies of the base ext class
[ticket/11415] Remove migrator dependency from extension manager
[ticket/11415] Move migrator to base extension class from ext.manager
[ticket/11415] Move while loop from ext manager to acp_extensions.php
2013-05-18 11:20:47 -04:00
Nathaniel Guse
367b3dac8c
Merge remote-tracking branch 'remotes/blitze/ticket/11458' into develop
2013-05-18 07:01:51 -05:00
Andreas Fischer
1c1452d758
Merge remote-tracking branch 'bantu/ticket/11547-develop' into develop
...
* bantu/ticket/11547-develop:
[ticket/11547] Add phpbb_db_driver_ prefix to DBMS names.
2013-05-17 02:32:23 +02:00
Andreas Fischer
0a1ca4d3ea
[ticket/11547] Add phpbb_db_driver_ prefix to DBMS names.
...
PHPBB3-11547
2013-05-17 02:31:25 +02:00