| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-9741
|
| |
|
|
|
|
| |
Removed in f23b224b946b37c171add5953e832641bbb3a5c3.
PHPBB3-9741
|
| |
|
|
|
|
|
|
|
|
|
| |
Removed all use of the DB for serving/caching the theme from style.php,
acp_style no longer stores the theme modified time either.
As a consequence currently all stylesheets will be served through style.php
(with no caching) until imagesets are removed [PHPBB3-10336], then
they can we served as static files by HTTPd.
PHPBB3-9741
|
| |
|
|
| |
PHPBB3-9741
|
| |
|
|
| |
PHPBB3-9741
|
| |
|
|
| |
PHPBB3-9741
|
| |
|
|
|
|
| |
These got left behind in 6854d47.
PHPBB3-9741
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The bulk of database storage of templates is removed, rendering template
stored in the database as useless.
Theme database storage is reduced to a skeleton for full removal soon.
This commit was cherry picked from the old feature/ascraeus-experiment branch
the old commit hash is 0dbe7e3b6cd450342d3c566eb2caf36ca1b5db8e.
PHPBB3-9741
|
| |
|
|
|
|
| |
Removing last mentions of imageset
PHPBB3-10371
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
into develop
* github-cyberalien/feature/remove-imagesets:
[feature/remove-imagesets] Script for converting imageset to css
[feature/remove-imagesets] Changing subsilver
[feature/remove-imagesets] Changing prosilver
[feature/remove-imagesets] Adjustments to php files
[feature/remove-imagesets] Changing admin control panel styles module
[feature/remove-imagesets] Changing database structure
[feature/remove-imagesets] Removing imageset files
[feature/remove-imagesets] Moving images
|
| | |
| |
| |
| |
| |
| | |
Removing imagesets. Adjustments to php files
PHPBB3-10336
|
| | |
| |
| |
| |
| |
| | |
Removing imagesets. Changing admin control panel styles module
PHPBB3-10336
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/10370] Add function documentation for get_stacktrace().
[ticket/10370] Explain that we are not the ones hiding backtrace pieces.
[ticket/10370] Call htmlspecialchars() after phpbb_filter_root_path().
[ticket/10370] Add require_once to whitelisted functions.
[ticket/10370] Use single string instead of an array for arguments.
[ticket/10370] Ease up code checking for arguments of include etc.
[ticket/10370] Use unset() on the first backtrace instead of checking in loop.
[ticket/10370] Use phpbb_filter_root_path() in get_backtrace().
|
| | | |
| | |
| | |
| | | |
PHPBB3-10370
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Taken from 2db54cf7e809e731e4440377bcc06e2aa05f190d.
PHPBB3-10370
|
| | | |
| | |
| | |
| | | |
PHPBB3-10370
|
| | | |
| | |
| | |
| | | |
PHPBB3-10370
|
| | | |
| | |
| | |
| | | |
PHPBB3-10370
|
| | | |
| | |
| | |
| | | |
PHPBB3-10370
|
| | | |
| | |
| | |
| | | |
PHPBB3-10370
|
| | | |
| | |
| | |
| | | |
PHPBB3-10370
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* develop-olympus:
[ticket/10245] Use error_collector instead of ob_start() and ob_get_clean().
|
| | |\ \
| | | |
| | | |
| | | |
| | | | |
* github-bantu/ticket/10245:
[ticket/10245] Use error_collector instead of ob_start() and ob_get_clean().
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10245
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10369] Replace root path with "[ROOT]" as per IRC.
[ticket/10369] Add warning about paths outside of phpBB root not being filtered
[ticket/10369] Rename filter_errfile() to filter_root_path().
[ticket/10369] DRY code to remove phpbb path from errfile.
[ticket/10369] Always include errfile and errline in format_errors().
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10369
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10369
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10369
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10369
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
We remove the phpBB root path from errfile. This is consistent with how
msg_handler handles E_WARNING messages etc.
PHPBB3-10369
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Most template variables can now have their PHP variable name resolved instead
of only compiling directly. This allows for the use of block vars in INCLUDE
statements. This does not work for language variables since they require
multiple checks. Added tests for the new types of allowed INCLUDEs.
PHPBB3-10322
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Dynamic template includes from variables was not implemented in the new
templating system.
PHPBB3-10322
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
* 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
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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
|
| | | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixing bug in class phpbb_template_renderer_eval
PHPBB3-10350
|
| |\ \ \ \ \ \
| |/ / / / /
|/| | / / /
| | |/ / /
| |/| | |
| | | | | |
* 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
|
| |\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/10346] Add drop_tables to perform_schema_changes and add tests
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10346
|
| |\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/10335] Add X-PHPBB-IS-BOT header so reverse proxies know about bots.
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* github-bantu/ticket/10335:
[ticket/10335] Add X-PHPBB-IS-BOT header so reverse proxies know about bots.
|