| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
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
|
| |/ /
| |
| |
| |
| |
| | |
Display clearer AJAX errors rather than generic error
PHPBB3-11279
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | |
| | |
| | |
| | | |
PHPBB3-11557
|
| | | |
| | |
| | |
| | | |
PHPBB3-11557
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Allow tabs when typing code in textarea
Keep indentation when typing code in textarea
PHPBB3-11557
|
| |\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
# 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
|
| | |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
# By Vjacheslav Trushkin
# Via Vjacheslav Trushkin
* remotes/cyberalien/ticket/11558:
[ticket/11558] Adjustments for notification link
[ticket/11558] Fix styling for notifications link
|