| Age | Commit message (Collapse) | Author |
|
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
|
|
* 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
|
|
theme names.
Update installer.sql
|
|
command line installer as well as the web installer.
|
|
database type. Changed the packager to not remove the engine specification if the table is search_records. Fixes Ticket #774
|
|
ticket #740. Thanks to jankoprowski!
|
|
clearer what its purpose is. Add some spacing in the theme for it
so that it's less cramped.
|
|
|
|
|
|
interfere with our hand rolled UPDATE statement. Big thanks to
paulepanter.
|
|
syntax. Related to (but unclear that it fixes) ticket #650.
|
|
appears to have been accidentally removed in 177a854d
|
|
rush to catch a plane.
|
|
version checks that was causing problems in the case where there's no
hyphen. version_compare handles hypens fine.
|
|
message, which should resolve http://gallery.menalto.com/node/90646
|
|
It was felt that actually listing the requirements might be overwhelming
to novice users.
|
|
the system's default table specification. Fixes ticket #597.
|
|
Fixes ticket #599.
|
|
|
|
charset (utf8) expressions that were removed by merging in rledisez's left/right -> left_ptr/right_ptr changes.
|
|
|
|
- gallery_version is gone
- access related columns are now binary (Postgres)
- for some reason we've reverted back to the /*!40101*/ style settings
in mysqldump.
|
|
- DENY = false
- ALLOW = true
- UNKNOW = null (for intent only)
- INHERIT = null (for cache)
Upgrade is not included for now.
(cherry picked from commit 719c59e0402464a0e2b14915f6d10218ff5d4729)
|
|
isn't set up yet
|
|
This reverts commit d192f2f1bc1227938d3144381ef311c7e07b47b0.
|
|
This reverts commit f6973431b7f8df24c081a03c7c989f621ab2a708.
|
|
* Separate the portion of get_db_info.html.php that displays the status
of the var directory into a separate view var_dir_status.html.php
* Change the processing to always generate the database information request
screen unless there is an environment error, the var directory is not writable
and the install was successful
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
|
|
Changed get_db_info.html.php to not display the database information
request form until the var directory is successfully tested as
writable. This prevents users from thinking they can enter the
database information prior to successfully accessing the var
directory.
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
|