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
David King
901955e452
[ticket/11551] Fix error in system tab if get_remote_file returns empty string
...
Currently a debug error is thrown. With this patch, it fails without keeping
the admin from being able to access the rest of the System modules by showing
a nicer error "Failed to obtain latest version information."
PHPBB3-11551
2013-05-20 12:20:55 -04: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
Vjacheslav Trushkin
c25c17adb7
[feature/editor-code-tabs] Adjust code style to match guidelines
...
PHPBB3-11557
2013-05-20 18:49:52 +03: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
Vjacheslav Trushkin
a1993bc074
[feature/editor-code-tabs] Correctly calculate end tag location
...
PHPBB3-11557
2013-05-20 18:47:25 +03: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
Marc Alexander
cd1da92d85
[ticket/11538] Add optional switch as argument to hex colour validation
...
The value of $optional will decide whether an empty string will be
treated as incorrect input or if it is allowed. The optional argument
will default to false and therefore treat an empty string as incorrect
unless explicitly told to not do so.
PHPBB3-11538
2013-05-19 17:45:45 +02:00
Vjacheslav Trushkin
1e216319a7
[feature/editor-code-tabs] Allow tabs when typing code
...
Allow tabs when typing code in textarea
Keep indentation when typing code in textarea
PHPBB3-11557
2013-05-19 17:25:58 +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
Marc Alexander
e49b4543de
[ticket/11538] Modify test colour values
...
PHPBB3-11538
2013-05-19 15:17:47 +02:00
Marc Alexander
7898dd9459
[ticket/11538] Limit comment in acp_groups to 80 characters per line
...
PHPBB3-11538
2013-05-19 15:13:37 +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