| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |\
| | | |
| | | |
| | | | |
ticket/11538
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
It will be possible to use this function via the validate_data() function
interface that has already been used previously. Thus, this new function
will extend the capabilities of validate_data() to checking hex color
values.
PHPBB3-11538
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This will now make sure that 'AAFF00' will be matched but strings like
'AAFF00 AABB00' will not.
PHPBB3-11538
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This will currently test if the colour check properly works.
PHPBB3-11538
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The input length for the hex color is now limited to 6 characters and
the support for colors starting with a '#' has been dropped. The allowed
input length of 7 in prosilver seems to have been a relict from old ages
of phpBB3. In order to have proper support for correct checking of the
colour value, the new code was also ported to the ACP groups manage page.
The tests have been modified to reflect the changes to the behavior of
the color check. Tests for the ACP will follow.
PHPBB3-11538
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11538
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
We are now using a regex with preg_match() in order to properly check
if the entered color value is in hex color format or not. A proper
error message is triggered if an incorrect color value is entered and
the prepended '#' is removed if necessary.
PHPBB3-11538
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In order to prevent future issues with this, a basic set of functional
tests for the UCP groups manage page have been added.
PHPBB3-11538
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* Elsensee/ticket/11567:
[ticket/11567] Renamed extension_manager variable to avoid fatal error
|
|/ / / /
| | | |
| | | |
| | | | |
PHPBB3-11567
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* cyberalien/ticket/11560:
[ticket/11560] Fix jQuery link in installer
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11560
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | | |
* EXreaction/ticket/11435-2:
[ticket/11435] Enable spacing test as it should now pass
[ticket/11435] Create new template filter option (cleanup)
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11435
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This allows us to only run cleanup on the last run of template compilation
and not cleanup during event parsing
PHPBB3-11435
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
# 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
...
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11010
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11010
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11010
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11010
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11010
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11010
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change input type to search for search forms
Replace search placeholder JS with placeholder attribute
Add style for search placeholder
PHPBB3-11010
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add all new HTML5 input types to functions_acp.php, handle them as text for now
PHPBB3-11010
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add new HTML5 input types to installer
PHPBB3-11010
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11010
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11010
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11010
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11010
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11010
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11010
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11010
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11010
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11010
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11010
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
and removing it from prosilver wher it should not be.
PHPBB3-11010
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11010
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11010
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11010
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11010
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11010
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11010
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11010
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11010
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11010
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11010
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-11010
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
# By Vjacheslav Trushkin
# Via Vjacheslav Trushkin
* remotes/cyberalien/ticket/11279:
[ticket/11279] Log error in console
[ticket/11279] Clearer AJAX errors
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB-11279
|