Age | Commit message (Collapse) | Author |
|
provide a "show_user_profiles_to" setting to allow admins to open it
up to everybody (choices there are "registered_users", "admin_users"
or "everybody"). Fixes ticket #1378.
|
|
|
|
the default email address for admin to be unknown@unknown.com and when
that happens the gallery_event::user_updated() event listener fires
and sets the default values. This is hard to work around, so let's
just roll with it and use unknown@unknown.com as our default placeholder.
So now, if an admin sets their email address and the current values
are unknown@unknown.com we adopt the admin's email address for the
site's mail_from/reply_to fields.
|
|
"example.com" when we are using the CLI so we'll get inconsistent
behavior between CLI and the web interface.
For now hardcode it to be example.com so that it's clear. But to do
it right we need an after_install step which actually fixes it up.
And probably an after_upgrade step as well.
|
|
|
|
expose in Admin > Appearance > Theme Options and defaults to
lib/images/favicon.ico.
Thix fixes ticket #1312.
|
|
as the max title length when we do title truncation in the wind theme.
Bump the gallery module to 35.
|
|
the organize module to 2 in 8fb56abf034dd1f5c561e7af12bf6e097a3de6f6
|
|
easier to understand.
|
|
to find missing access_caches is very slow. Bump Gallery module to v34.
|
|
779d91cca01567a09b894e9fff4dfa32cb82d3d9 but it doesn't cause any real
damage, it just means that anybody who got the code in the intervening
window and did an initial install required an upgrade as well.
|
|
module ordering, which is currently being done in the moduleorder
contrib module.
By default, the weight will be the same as the id of the row which
means that new modules will get added at the end of the list. This is
covered in the upgrade case as well.
The one gotcha is that we need to make sure that we don't try to sort
by the weight column if the gallery module version is < 32, which is
something we haven't done before.
|
|
|
|
|
|
tag name field from 64 bytes to 128 bytes.
|
|
|
|
mysqladmin Ver 8.42 Distrib 5.1.47, for debian-linux-gnu on i486
Also, updated for comment module v2.
|
|
|
|
|
|
|
|
This reverts commit b4922f4d176662976c9d2b249edf0e50a0cdfdf1.
|
|
|
|
(and fix the packager to truncate the cache table before packaging)
|
|
BiDi algorithm. Also, properly marking the "Powere by" string for translation.
See: http://www.w3.org/International/tutorials/bidi-xhtml/#Slide0420
|
|
|
|
|
|
version 28 as a preparation for admin area compartmentalization.
|
|
in the version 24 upgrade code.
Update packager to serialize files so that we can serialize the new
.htaccess files
Update init_var.php to include the newly serialized .htaccess files.
Fixes ticket #587.
|
|
|
|
number in gallery_installer::install() so the install.sql was out of
sync.
|
|
email address for the admin user, since one is required for all users.
|
|
In the graphics_rules table height and width set the maximum height and width
values and should be equal. Initially, the height on the resize target rule was
less than the height, which artificially constrained images in portrait mode.
**Note"" this fix requires an upgrade to version 22. All the resizes will be flagged
dirty.
|
|
change the show tables not to specify a database as it will use the database in the active connection. Fixes ticket #963.
|
|
we do a more thorough security audit on it first.
|
|
new installations.
|
|
|
|
1) Controller::$input is gone -- use Input::instance() now
2) Handle new 'database.<default>.connection.params' parameter
3) Handle new 'cache.<default>.prefix' parameter
|
|
tweaks result in smaller diffs.
|
|
|
|
related options."
This reverts commit 678e22996d73b96833c48d94751344a6bd8f2899.
|
|
|
|
|
|
are no allowed again
|
|
set it up so the mysqli constructor will split it into host and port for the call to the mysqli constructor. Fixes ticket: #780
|
|
hash of the module_name:block_id. Also change the packager so we delete the _cache variable for the module gallery not core.
|
|
module_name:block_id. This allows easier lookup of blocks to remove when modules
are being deactivated. Change the module activation/deactivation to call (activate|deactivate)_blocks instead of just the sidebar blocks. This insures
that when a module is deactivated any admin dashboard blocks are removed as well the site sideboard blocks. Fix for ticket #876.
|
|
refactoring of the user module into an idnetity provider
|
|
steps to merge into your head.
|
|
defined admin (id = 2)
|
|
gallery_graphics:: to each of the defined rules operations
|