Skip to content

Conversation

cs278
Copy link
Contributor

@cs278 cs278 commented Sep 20, 2011

Yay. style.php is gone! :D

http://tracker.phpbb.com/browse/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 0dbe7e3.

PHPBB3-9741
These got left behind in 6854d47.

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
Removes:
* styles_template_data table
* template_storedb on styles_template table
* On styles_theme table:
  - theme_storedb
  - theme_mtime
  - theme_data

PHPBB3-9741
Removed in f23b224b946b37c171add5953e832641bbb3a5c3.

PHPBB3-9741
Finally sanity has arrived! No more delivering CSS through PHP. Better
3 years late than never.

PHPBB3-9741
@naderman naderman merged commit 7b7a56d into phpbb:develop Sep 20, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants