| Age | Commit message (Collapse) | Author |
|
user_installer::initialize() with the right module version number for
the user module and fix the misspelling there then rebuild the
installer.sql. #1694.
|
|
date_default_timezone_get() in modules/gallery/config/locale.php but it's
still overrideable in Admin > Settings > Advanced. Follow on fix for #1637.
|
|
minimum_password_length
|
|
- Update gallery_installer::install() to set the version to 48 and
set the timezone
- Rebuild installer.sql
|
|
via the advanced settings. Fixes ticket #1649.
|
|
|
|
|
|
|
|
10785b1e820c5e10d982c6b49125903886f7b889:
- some style cleanup
- bump the module version in module.info
- rebuild the installer.sql
|
|
|
|
new organize; it may be hanging around from a prior version. Reinstate
the installer for this. Bump organize module to v4. Follow-on for #1584.
|
|
|
|
MySql has problems when comparing float values against -seemingly same- float input, see http://dev.mysql.com/doc/refman/5.0/en/problems-with-float.html for details.
Fixes #1610
|
|
into generated URLs and forms, but it doesn't interoperate will with Gallery's
Ajax code.
|
|
instead of hardcoding version 1. Fixes #1589.
|
|
makes sure that it depends on the REST module.
|
|
Bump the info module per changes for #662.
|
|
1) Make database changes in gallery_installer::install() instead of
in installer/install.ql
2) Bump the version number in modules/gallery/module.info
|
|
|
|
|
|
but DB trimmed data over 2048 chars. Converting column into TEXT type.
Note: The effective maximum length of a VARCHAR in MySQL 5.0.3 and later is subject to the maximum row size (65,535 bytes, which is shared among all columns) and the character set used.
In contrast to CHAR, VARCHAR values are stored as a one-byte or two-byte length prefix plus data. The length prefix indicates the number of bytes in the value. A column uses one length byte if values require no more than 255 bytes, two length bytes if values may require more than 255 bytes.
|
|
table in 440597356d8719bdc6733d2d86aaef5f86d05a1e for #1559.
|
|
DUPLICATE KEY UPDATE SYNTAX in cache lib
|
|
|
|
Fixes #1527.
|
|
|
|
f84782d6200efb424731c93bd029c7cbeb9f3dad
|
|
Fixes ticket #1384.
|
|
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.
|
|
|