| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
| |
modules' section so we can start moving over configuration items. Let's see how this goes ...
|
| |
|
|
|
|
| |
expensive calls to file system.
|
|
|
|
| |
fix several edge-case bugs.
|
|
|
|
| |
Themes section to the top level Appearance item as outlined in the D7UX IA.
|
|
|
|
| |
there is more room for customization.
|
|
|
|
| |
part of module dependencies.
|
|
|
|
| |
admin/structure.
|
| |
|
| |
|
|
|
|
| |
submission rather than viewing for vastly increased performance.
|
|
|
|
| |
from admin/settings/site-information.
|
| |
|
|
|
|
| |
form, not when displaying the form.
|
|
|
|
| |
possible to enable blocks on 404 pages.
|
| |
|
|
|
|
| |
system_theme_data().
|
|
|
|
| |
settings' admin screen and relocate options.
|
|
|
|
| |
session handling.
|
|
|
|
| |
page.
|
|
|
|
| |
a file field.
|
| |
|
| |
|
|
|
|
| |
up some of the content API.
|
|
|
|
| |
better organization, etc. Awesomeness.
|
|
|
|
| |
abstraction layer.
|
| |
|
| |
|
|
|
|
| |
unrendered forms.
|
|
|
|
| |
we have more flexibility to place it.
|
| |
|
| |
|
|
|
|
| |
modes.
|
|
|
|
| |
theme setting.
|
| |
|
|
|
|
| |
where it belongs.
|
|
|
|
| |
maintenance' to 'maintenance mode'.
|
| |
|
|
|
|
| |
block module now block module is optional.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
multiple
times (such as crop, scale, then desaturate) without quality loss, we need to
pass images by their raw GD (or other library) resources rather than re-opening
the same image repeatedly, which causes wasted processing and loss of quality when
using JPEG images. This patch reworks the image toolkits, adds some new image
manipulations and adds some impressive SimpleTests.
|
| |
|
|
|
|
| |
system_php().
|
|
|
|
| |
user/user_role for consistency.
|
|
|
|
| |
clearfix, which is the lingo that designers use for it.
|
|
|
|
| |
where it is findable (with tests).
|
| |
|
|
|
|
| |
hook_page_alter. Oh, behave.
|