| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| | |
* igorw/ticket/10359:
[ticket/10359] Fix phpbb_request regression in download/file.php
|
| |/
|
|
|
|
| |
The phpbb_request object, utf-8 tools and request_var injection are missing.
PHPBB3-10359
|
| |\
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/10352] Add missing break for Oracle's sql_table_drop()
[ticket/10351] Fix Oracle's sql_column_remove()
[ticket/10294] Fix sql_affectedrows() in mssqlnative driver.
|
| | |\
| | |
| | |
| | |
| | | |
* bantu/ticket/10294:
[ticket/10294] Fix sql_affectedrows() in mssqlnative driver.
|
| | | |
| | |
| | |
| | |
| | |
| | | |
sqlsrv_rows_affected() expects a statement resource, not a connection resource.
PHPBB3-10294
|
| | |\ \
| | | |
| | | |
| | | |
| | | | |
* Noxwizard/ticket/10351:
[ticket/10351] Fix Oracle's sql_column_remove()
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The correct syntax is DROP COLUMN.
PHPBB3-10351
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* Noxwizard/ticket/10352:
[ticket/10352] Add missing break for Oracle's sql_table_drop()
|
| | | |/ /
| | | |
| | | |
| | | | |
PHPBB3-10352
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* igorw/ticket/10155:
[ticket/10155] Briefly explain assets in coding-guidelines
[ticket/10155] Move jQuery inclusion to footer
[ticket/10155] Update to jQuery 1.6.2
[ticket/10155] Add jQuery to AUTHORS
[ticket/10155] Add jQuery, introduce global assets path
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10155
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10155
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10155
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10155
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add the jQuery JavaScript library to all pages, giving modifications
instant access and allowing for any future core JavaScript to take
advantage of it.
Also introduce a global /assets directory for assets that are shared
between styles.
PHPBB3-10155
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* cyberalien/ticket/10350:
[ticket/10350] Script for testing eval renderer
[ticket/10350] Fix for class phpbb_template_renderer_eval
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Script for testing eval renderer (fixed)
PHPBB3-10350
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixing bug in class phpbb_template_renderer_eval
PHPBB3-10350
|
| |\ \ \ \ \ \
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* develop-olympus:
[ticket/10354] Include cache directory path in unwritable message.
Conflicts:
tests/template/template_test.php
|
| | |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* p/ticket/10354:
[ticket/10354] Include cache directory path in unwritable message.
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
When template tests are skipped because cache directory is not
writable, include path to the cache directory into the message
saying it is not writable.
PHPBB3-10354
|
| |\ \ \ \ \ \ \
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* develop-olympus:
[ticket/10240] Added optionset to mock_user in the tests.
[ticket/10240] Fixed copyright year in censor_text_test.php.
[ticket/10240] Fixed censor_text test assetEquals param order.
[ticket/10240] Added censor_text tests for special characters.
[ticket/10240] Added censor_text tests.
Conflicts:
tests/mock/cache.php
|
| | |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* callumacrae/ticket/10240:
[ticket/10240] Added optionset to mock_user in the tests.
[ticket/10240] Fixed copyright year in censor_text_test.php.
[ticket/10240] Fixed censor_text test assetEquals param order.
[ticket/10240] Added censor_text tests for special characters.
[ticket/10240] Added censor_text tests.
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Also made optionset use the value set by optionset. We're not checking
whether the option is set or not, because we would just throw an error
if it wasn't set, and it throws an error anyway.
PHPBB3-10240
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-10240
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Before, expected and input were the wrong way round.
PHPBB3-10240
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-10240
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB-10240
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* p/ticket/10355:
[ticket/10355] Correctly end output buffering in template tests.
|
| | | |_|_|/ / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This code was copied verbatim from develop-olympus.
PHPBB3-10355
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* bantu/ticket/9474:
[ticket/9474] Remove unused/unreferenced mcp_viewlogs.html files.
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-9474
|
| |\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | / / / / / /
| | |/ / / / / /
| |/| | | | | |
| | | | | | | | |
* develop-olympus:
[ticket/10321] Add descriptions to the unit tests
[ticket/10321] Do not append the ? if the param-list is empty anyway.
|
| | |\ \ \ \ \ \ \
| | |_|_|_|_|/ /
| |/| | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* nickvergessen/ticket/10321:
[ticket/10321] Add descriptions to the unit tests
[ticket/10321] Do not append the ? if the param-list is empty anyway.
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-10321
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-10321
|
| |\ \ \ \ \ \ \ \
| |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* develop-olympus:
[ticket/10339] Remove invalid template loop variable from mcp_front.html
|
| | |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* nickvergessen/ticket/10339:
[ticket/10339] Remove invalid template loop variable from mcp_front.html
|
| | | |/ / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-10339
|
| |\ \ \ \ \ \ \ \
| |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* develop-olympus:
[ticket/10334] Require permissions to view the birthday-list on board index
Conflicts:
phpBB/index.php
|
| | |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* nickvergessen/ticket/10334:
[ticket/10334] Require permissions to view the birthday-list on board index
|
| | | |/ / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-10334
|
| |\ \ \ \ \ \ \ \
| |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* develop-olympus:
[ticket/10341] Also show forum/topic name of "0" as most active forum/topic.
|
| | |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
ticket/bantu/10341
* remotes/bantu/ticket/10341:
[ticket/10341] Also show forum/topic name of "0" as most active forum/topic.
|
| | | | |_|/ / / /
| | |/| | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-10341
|
| |\ \ \ \ \ \ \ \
| |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* develop-olympus:
[ticket/10346] Add drop_tables to perform_schema_changes and add tests
|
| | |\ \ \ \ \ \ \
| | |_|_|_|/ / /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
* remotes/naderman/ticket/10346:
[ticket/10346] Add drop_tables to perform_schema_changes and add tests
|
| | |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10346
|
| |\ \ \ \ \ \ \
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
* develop-olympus:
[ticket/10253] Fix IE9 handling in javascript, to correctly quote text.
|
| | |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* nickvergessen/ticket/10253:
[ticket/10253] Fix IE9 handling in javascript, to correctly quote text.
|