| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Adding missing entries from imageset to css conversion to prosilver/theme/en/stylesheet.css
PHPBB3-10378
|
|
|
|
|
|
| |
Imageset to css convertor typo
PHPBB3-10378
|
|\
| |
| |
| |
| | |
* cs278/ticket/10152:
[ticket/10152] Remove end '?>' from generated config.php.
|
| |
| |
| |
| | |
PHPBB3-10152
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 'develop' of github.com:phpbb/phpbb3: (44 commits)
[ticket/10374] Remove 'custom template' cache prefix.
[feature/remove-db-styles] Remove forgotten template variables.
[feature/remove-db-styles] Removed style.php!
[feature/remove-db-styles] Rework filesystem permission checks from 6d24a71.
[feature/remove-db-styles] Update language to reflect removal of db storage.
[feature/remove-db-styles] Mark log entrys as deprecated.
[feature/remove-db-styles] Add error if template/theme file is unwritable.
[feature/remove-db-styles] Add schema changes sinces 3.0.x.
[feature/remove-db-styles] Readd table constant for upgrades etc.
[feature/remove-db-styles] Update database schemas.
[feature/remove-db-styles] Remove style.php DB storage.
[feature/remove-db-styles] Remove parse_css_file option from themes.
[feature/remove-db-styles] Remove DB theme handling code from session.
[feature/remove-db-styles] ACP has forgotten how to store themes in the DB.
[feature/remove-db-styles] Missed a few template DB bits in acp_styles.
[feature/remove-db-styles] Removing unused methods from acp_style.
[feature/remove-db-styles] Removed database storage of style components.
[ticket/10371] Removing last mentions of imageset
[ticket/10370] Add function documentation for get_stacktrace().
[ticket/10370] Explain that we are not the ones hiding backtrace pieces.
...
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
develop
* github-cs278/feature/remove-db-styles:
[feature/remove-db-styles] Remove forgotten template variables.
[feature/remove-db-styles] Removed style.php!
[feature/remove-db-styles] Rework filesystem permission checks from 6d24a71.
[feature/remove-db-styles] Update language to reflect removal of db storage.
[feature/remove-db-styles] Mark log entrys as deprecated.
[feature/remove-db-styles] Add error if template/theme file is unwritable.
[feature/remove-db-styles] Add schema changes sinces 3.0.x.
[feature/remove-db-styles] Readd table constant for upgrades etc.
[feature/remove-db-styles] Update database schemas.
[feature/remove-db-styles] Remove style.php DB storage.
[feature/remove-db-styles] Remove parse_css_file option from themes.
[feature/remove-db-styles] Remove DB theme handling code from session.
[feature/remove-db-styles] ACP has forgotten how to store themes in the DB.
[feature/remove-db-styles] Missed a few template DB bits in acp_styles.
[feature/remove-db-styles] Removing unused methods from acp_style.
[feature/remove-db-styles] Removed database storage of style components.
|
| | |
| | |
| | |
| | | |
PHPBB3-9741
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Finally sanity has arrived! No more delivering CSS through PHP. Better
3 years late than never.
PHPBB3-9741
|
| | |
| | |
| | |
| | | |
PHPBB3-9741
|
| | |
| | |
| | |
| | | |
PHPBB3-9741
|
| | |
| | |
| | |
| | | |
PHPBB3-9741
|
| | |
| | |
| | |
| | | |
PHPBB3-9741
|
| | |
| | |
| | |
| | | |
PHPBB3-9741
|
| | |
| | |
| | |
| | |
| | |
| | | |
Removed in f23b224b946b37c171add5953e832641bbb3a5c3.
PHPBB3-9741
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Removes:
* styles_template_data table
* template_storedb on styles_template table
* On styles_theme table:
- theme_storedb
- theme_mtime
- theme_data
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
|
| | |
| | |
| | |
| | | |
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
|
| |\ \
| | |/
| |/|
| | |
| | | |
* github-cs278/ticket/10374:
[ticket/10374] Remove 'custom template' cache prefix.
|
| | |
| | |
| | |
| | | |
PHPBB3-10374
|
| |/
| |
| |
| |
| |
| | |
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. Script for converting imageset to css
PHPBB3-10336
|
| | |
| | |
| | |
| | |
| | |
| | | |
Removing imagesets. Changing subsilver
PHPBB3-10336
|
| | |
| | |
| | |
| | |
| | |
| | | |
Removing imagesets. Changing prosilver
PHPBB3-10336
|
| | |
| | |
| | |
| | |
| | |
| | | |
Removing imagesets. Adjustments to php files
PHPBB3-10336
|
| | |
| | |
| | |
| | |
| | |
| | | |
Removing imagesets. Changing admin control panel styles module
PHPBB3-10336
|
| | |
| | |
| | |
| | |
| | |
| | | |
Removing imagesets. Changing database structure
PHPBB3-10336
|
| | |
| | |
| | |
| | |
| | |
| | | |
Removing imagesets. Removing imageset files
PHPBB3-10336
|
| | |
| | |
| | |
| | |
| | |
| | | |
Removing imagesets. Moving images
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
|