Age | Commit message (Collapse) | Author |
|
|
|
- g2_import: changed "false" assignment to "0" assignment for consistency.
- admin_theme_options: removed unused variables (they're called/used nowhere else).
- graphics: removed stanza that clears thumb_dirty and resize_dirty and returns
if we have no ops. This has no effect on Gallery currently (for one,
graphics::generate doesn't normally get called on an item with no dirty flags),
but can inconsistently set resize_dirty of albums and movies to 0 where it's
otherwise left at 1. Going forward, it may be useful to be consistent here.
- gallery_installer: added v57 stanza to correct any resize_dirty flags of
movies/albums that were previously reset to 0.
- module.info, install.sql: update to v57
|
|
|
|
|
|
|
|
ticket 1644.
|
|
|
|
|
|
|
|
has an admin page."
This reverts commit d66c496fb1007bbd0b1640496808000c573d95fd.
Conflicts:
modules/gallery/helpers/theme.php
modules/gallery/views/admin_theme_options.html.php
themes/admin_wind/css/screen.css
|
|
expose in Admin > Appearance > Theme Options and defaults to
lib/images/favicon.ico.
Thix fixes ticket #1312.
|
|
the only place where it's used and the theme helper is loaded on every
page view.
|
|
|
|
|
|
request and any errors
|
|
can piggyback on the regular Admin > Appearance > Theme Options page.
|
|
will provide the same values. This change corrects that assumption and moves the management of the theme options, including creating the form and updating the theme options into the theme."
This reverts commit 1692ee130887a6ad1ba68aa34a96ad36161600f9.
|
|
to pass the parameters by reference."
This reverts commit 75cc4962a2c945e3e3ad37fda3b5de32d512b929.
|
|
the parameters by reference.
|
|
provide the same values. This change corrects that assumption and moves the management of the theme options, including creating the form and updating the theme options into the theme.
|
|
* moves the composite method back into core
* requires that the operation be fully qualified i.e. gallery_graphics::resize
* caches the graphics rules on each request
|
|
can disable any module credits if you want. Update the theme to obey
it.
|
|
Fixes ticket #317
|