| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Fix colspan and remove unnecessary tables in notification
settings page in subsilver2.
PHPBB3-11533
|
| |
|
|
| |
PHPBB3-11533
|
| |
|
|
|
|
|
| |
Add columns counter template variable. It counts number of
notification types + column for name + column for checkbox
PHPBB3-11533
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/11513] Update RUNNING_TESTS.txt to no longer refer to PEAR.
[ticket/11513] Update all CLI calls to phpunit to use vendor/bin.
[ticket/11513] Use PHPUnit from composer in .travis.yml.
[ticket/11513] Update (all) composer dependencies.
[ticket/11513] Add PHPUnit 3.7 and DbUnit 1.2 as a composer dev dependency.
Conflicts:
.travis.yml
phpBB/composer.lock
|
| | |
| |
| |
| | |
PHPBB3-11513
|
| | |
| |
| |
| | |
PHPBB3-11513
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/11526] Update all dependencies / regenerate composer.lock.
[ticket/11526] Increase composer minimum stability in olympus to stable.
[ticket/11527] Upgrade composer.phar to 1.0.0-alpha7.
Conflicts:
phpBB/composer.json
phpBB/composer.lock
|
| | |
| |
| |
| | |
PHPBB3-11526
|
| | |
| |
| |
| | |
PHPBB3-11526
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
# By Matt Friedman
# Via Matt Friedman
* VSEphpbb/ticket/10155:
[ticket/10155] Update copyright in new migration file to 2013
[ticket/10155] Make effectively installed test more specific
[ticket/10155] Use more descriptive title for migration file
[ticket/10155] Use new migration file for jQuery config update
[ticket/10155] Update jQuery to 1.8.3
|
| | | |
| | |
| | |
| | | |
PHPBB3-10155
|
| | | |
| | |
| | |
| | | |
PHPBB3-10155
|
| | | |
| | |
| | |
| | | |
PHPBB3-10155
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Currently included jQuery is old by now, v1.6.2. We should update to
1.8.3. This allows us to take advantage of the latest form of jQuery
event delegation ($.on). I don't think it wise to update to jQuery
1.9.x yet, as many 3rd party scripts still need to be updated to cope
with its deprecated features ($.browser). Therefor, 1.8.3 is the latest
and most widely compatible stable version right now.
PHPBB3-10155
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
# By Dhruv
# Via Dhruv
* dhruvgoel92/ticket/10325:
[ticket/10325] move migration into a new file
[ticket/10325] fix acp language
[ticket/10325] use assert_response_success parts
[ticket/10325] fix language in acp and ucp
[ticket/10325] add assert_response_success in test
[ticket/10325] functional tests for forgot password functionality
[ticket/10325] add logout function in functional_test_case
[ticket/10325] fix language in acp and ucp
[ticket/10325] improve acp option language
[ticket/10325] fix language key
[ticket/10325] fix language variable
[ticket/10325] change language var
[ticket/10325] fix language
[ticket/10325] add new config value to database
[ticket/10325] trigger error if forgot password option disabled
[ticket/10325] add allow forgot password option in acp
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10325
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10325
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10325
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10325
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10325
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10325
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10325
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10325
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10325
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10325
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10325
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10325
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
# By Joas Schilling
# Via Joas Schilling
* nickvergessen/ticket/11450:
[ticket/11450] Limit scopes of filters and add better docs
[ticket/11450] Use helpers to copy/remove files
[ticket/11450] Move mocked class into mock/metadata_manager.php
[ticket/11450] Add new line at end of file
[ticket/11450] Fix tests class name
[ticket/11450] Require db_tools file to be included
[ticket/11450] Add test for unexisting composer.json
[ticket/11450] Test the extensions details page in ACP Customise Tab
[ticket/11450] Fix all instances of phpbb_extension_metadata_manager
[ticket/11450] Fix doc blocks and add missing class var $config
[ticket/11450] Sort parameters alphabetically
[ticket/11450] Remove unused $db and $phpEx from metadata_manager construct()
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11450
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11450
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11450
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11450
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This leaves it up to the style authors how to style any buttons, without
messing up any functionality.
PHPBB3-11442
|
| |/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Reverting commit cb13add269b78e1a9ac84a80c78557bb7695df09
Also fixing in prosilver and subsilver2
PHPBB3-11442
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
# By marc1706
# Via marc1706
* marc1706/ticket/11442:
[ticket/11442] Use correct button class for ajaxified confirm_box
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
In commit 001572f the HTML code for the ajaxified confirm_box was moved
from overall_footer.html to confirm_body.html. While copying, the CSS
class of the "Yes" button was changed from button1 to button2. Due to the
fact that the phpbb.confirm() method uses the class button1 to check if
"Yes" was clicked, this broke the ajaxified confirm box in the ACP. With
this small patch the confirm boxes in the ACP should work properly again.
PHPBB3-11442
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* p-push/ticket/11435:
[ticket/11435] Fit comment into 80 columns and link to php manual.
|
| | |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-11435
|
| |\ \ \ \ \
| | |_|_|/
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/11144] Add missing {FORUM_NAME} variable
[ticket/11144] Add missing {FORUM_NAME} variable
Conflicts:
phpBB/download/file.php
phpBB/styles/prosilver/template/login_forum.html
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* MGaetan89/ticket/11144:
[ticket/11144] Add missing {FORUM_NAME} variable
[ticket/11144] Add missing {FORUM_NAME} variable
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Replace spaces with tabs
PHPBB3-11144
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The template variable {FORUM_NAME} was missing from
the login page of a password protected forum
PHPBB3-11144
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
# By Dhruv
# Via Dhruv
* dhruvgoel92/ticket/11288:
[ticket/11288] fix regex in postgres
[ticket/11288] add search tests cases
|
| | | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Postgres search backend now uses updated regex being used by
mysql search backend.
PHPBB3-11288
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Ticket/11495 Nested Set Implementation
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11495
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11495
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11495
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11495
|