Vjacheslav Trushkin
110ce809af
[ticket/11564] Notifications popup fixes
...
Fix width issue with vertical scrollbar
Correctly absolutely position it above link, allowing
style authors to move notifications link around in style
Fix IE7 positioning
PHPBB3-11564
2013-05-23 15:13:58 +03:00
David King
4b0d51adea
Merge remote-tracking branch 'EXreaction/ticket/11435-2' into develop
...
* EXreaction/ticket/11435-2:
[ticket/11435] Enable spacing test as it should now pass
[ticket/11435] Create new template filter option (cleanup)
2013-05-22 16:10:51 -04:00
Vjacheslav Trushkin
01fb9ea3e3
[ticket/11560] Fix jQuery link in installer
...
PHPBB3-11560
2013-05-22 21:05:25 +03:00
Vjacheslav Trushkin
9db0fa8856
[feature/editor-code-tabs] Make inTag function reusable
...
Change inTag function to reusable JS function that can check
for any BBCode
PHPBB3-11557
2013-05-22 20:52:15 +03:00
Nathaniel Guse
3ab222d1c7
Merge remote-tracking branch 'remotes/Senky/ticket/11010' into develop
...
# By Senky (19) and others
# Via Senky
* remotes/Senky/ticket/11010: (32 commits)
[ticket/11010] properly tabifying 'max_autologin_time'
[ticket/11010] resolving latest comments
[ticket/11010] Fixes for number input in acp
[ticket/11010] Fix input type for urls
[ticket/11010] Fix email inputs
[ticket/11010] updating tests
[ticket/11010] dealing with dimensions problem, removing extra code
[ticket/11010] Change input type to search for search forms
[ticket/11010] Add all HTML5 input types to ACP
[ticket/11010] Add HTML5 input types to installer
[ticket/11010] validation to match type
[ticket/11010] displaying min and max only if they are set
[ticket/11010] fixing tests
[ticket/11010] replacing maxlenght with max
[ticket/11010] applying some of EXreaction notes
[ticket/11010] Try to keep min < max.
[ticket/11010] Mock user in order for the test to run standalone.
[ticket/11010] Progress toward fixing the test suite.
[ticket/11010] adding type="url" to 'site_home_url'
[ticket/11010] fixing inputs types in memberlist_search.html
...
2013-05-21 09:49:53 -05:00
Senky
721bc03b2b
[ticket/11010] properly tabifying 'max_autologin_time'
...
PHPBB3-11010
2013-05-21 11:57:33 +02:00
Senky
930f4c70ed
[ticket/11010] resolving latest comments
...
PHPBB3-11010
2013-05-21 11:55:45 +02:00
Nathan Guse
fd4043526d
Merge remote-tracking branch 'remotes/cyberalien/ticket/11279' into develop
...
# By Vjacheslav Trushkin
# Via Vjacheslav Trushkin
* remotes/cyberalien/ticket/11279:
[ticket/11279] Log error in console
[ticket/11279] Clearer AJAX errors
2013-05-20 14:51:05 -05:00
Vjacheslav Trushkin
67053d0b4e
[ticket/11279] Log error in console
...
PHPBB-11279
2013-05-20 22:12:20 +03:00
Vjacheslav Trushkin
a9c9448ebb
[ticket/11279] Clearer AJAX errors
...
Display clearer AJAX errors rather than generic error
PHPBB3-11279
2013-05-20 21:35:51 +03:00
Vjacheslav Trushkin
809c51f30d
[feature/editor-code-tabs] Check for browser support in function
...
Check for browser support and valid textarea in function instead of
before applying function.
PHPBB3-11557
2013-05-20 20:33:51 +03:00
Vjacheslav Trushkin
b2e5cc8934
[feature/editor-code-tabs] Apply code editor to everything
...
Move code editor from prosilver to assets
Apply code editor to subsilver2
Apply code editor to ACP elements where bbcode is allowed
PHPBB3-11557
2013-05-20 20:29:37 +03:00
Vjacheslav Trushkin
3dae0cfcae
[feature/editor-code-tabs] Correctly count indentation on first line
...
Correctly count indentation on first line of code tag
PHPBB3-11557
2013-05-20 19:59:40 +03:00
Nathan Guse
778658f787
Merge remote-tracking branch 'remotes/cyberalien/feature/editor-code-tabs' into develop
...
# By Vjacheslav Trushkin
# Via Vjacheslav Trushkin
* remotes/cyberalien/feature/editor-code-tabs:
[feature/editor-code-tabs] Adjust code style to match guidelines
[feature/editor-code-tabs] Correctly calculate end tag location
[feature/editor-code-tabs] Allow tabs when typing code
2013-05-20 11:57:32 -05:00
Nathan Guse
421452e6fb
Merge remote-tracking branch 'remotes/upstream/develop-olympus' into develop
...
# By David King
# Via David King (1) and Nathan Guse (1)
* remotes/upstream/develop-olympus:
[ticket/11551] Fix error in system tab if get_remote_file returns empty string
2013-05-20 11:55:33 -05:00
Nathan Guse
4a93560870
Merge remote-tracking branch 'remotes/imkingdavid/ticket/11551' into develop-olympus
...
# By David King
# Via David King
* remotes/imkingdavid/ticket/11551:
[ticket/11551] Fix error in system tab if get_remote_file returns empty string
2013-05-20 11:54:22 -05:00
Nathan Guse
06720fb0d7
[ticket/11435] Enable spacing test as it should now pass
...
PHPBB3-11435
2013-05-20 11:46:08 -05:00
Nathan Guse
c84fc97e90
[ticket/11435] Create new template filter option (cleanup)
...
This allows us to only run cleanup on the last run of template compilation
and not cleanup during event parsing
PHPBB3-11435
2013-05-20 11:45:32 -05:00
Vjacheslav Trushkin
3e64c1b5d7
[ticket/11010] Fixes for number input in acp
...
PHPBB3-11010
2013-05-20 18:42:11 +02:00
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