| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-04-22 | Follow on fix for #1645 to update the installer.sql | Bharat Mediratta | |
| 2011-04-22 | Renamed apple_touch_url to apple_touch_icon_url. | Chad Kieffer | |
| 2011-04-22 | Created apple-touch-icon and added to wind and admin_wind themes. | Chad Kieffer | |
| 2011-03-27 | A little more work on kandsten's fix for IPv6 support in | Bharat Mediratta | |
| 10785b1e820c5e10d982c6b49125903886f7b889: - some style cleanup - bump the module version in module.info - rebuild the installer.sql | |||
| 2011-01-21 | Update copyright to 2011. | Bharat Mediratta | |
| 2011-01-18 | Get rid of the "organize needs rest" message when upgrading to the | Bharat Mediratta | |
| 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. | |||
| 2011-01-17 | Update installer for #1612 and #1605. | Bharat Mediratta | |
| 2011-01-16 | Fixed paging for albums ordered by random. | Joe7 | |
| 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 | |||
| 2011-01-08 | Turn off session.use_trans_sid -- that feature attempts to inject session ids | Bharat Mediratta | |
| into generated URLs and forms, but it doesn't interoperate will with Gallery's Ajax code. | |||
| 2011-01-08 | Use the code version when installing a module that has no installer, | Bharat Mediratta | |
| instead of hardcoding version 1. Fixes #1589. | |||
| 2011-01-08 | Bump the organize module to version 3 and get rid of the code that | Bharat Mediratta | |
| makes sure that it depends on the REST module. | |||
| 2011-01-07 | Don't enable the REST module by default (fixes #1585). | Bharat Mediratta | |
| Bump the info module per changes for #662. | |||
| 2011-01-03 | Some small follow on fixes for #1559 and #1568: | Bharat Mediratta | |
| 1) Make database changes in gallery_installer::install() instead of in installer/install.ql 2) Bump the version number in modules/gallery/module.info | |||
| 2011-01-03 | Updated installer for the bump of the gallery module to v43. Fixes #1568. | Bharat Mediratta | |
| 2011-01-03 | case fix | Joe7 | |
| 2011-01-03 | Bugfix: input validation validates description up to length of 65535 chars, ↵ | Joe7 | |
| 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. | |||
| 2010-12-31 | Update gallery module to v42 to reflect key changes in the cache | Bharat Mediratta | |
| table in 440597356d8719bdc6733d2d86aaef5f86d05a1e for #1559. | |||
| 2010-12-28 | Added changes to installer and upgrader scripts to support INSERT ON ↵ | Joe7 | |
| DUPLICATE KEY UPDATE SYNTAX in cache lib | |||
| 2010-12-16 | Detect safe_mode and abort the install. Fixes #1534. | Bharat Mediratta | |
| 2010-12-15 | Use mt_rand() instead of rand() since it provides better portability. | Bharat Mediratta | |
| Fixes #1527. | |||
| 2010-11-08 | Check for the PHP Ctype extension. Fixes ticket #1474. | Bharat Mediratta | |
| 2010-10-02 | Oops, forgot to update installer to match change in | Bharat Mediratta | |
| f84782d6200efb424731c93bd029c7cbeb9f3dad | |||
| 2010-09-16 | Add a module variable containing extra paths to search for binaries. | Bharat Mediratta | |
| Fixes ticket #1384. | |||
| 2010-09-16 | Restrict viewing user profile pages to registered users only, but | Bharat Mediratta | |
| 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. | |||
| 2010-09-06 | Stop trying to implode a string. Fixes ticket #1337. | Bharat Mediratta | |
| 2010-09-01 | One more adjustment for ticket #1216. The packaging process forces | Bharat Mediratta | |
| 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. | |||
| 2010-08-31 | Don't use HTTP_HOST to get the hostname. We force that to | Bharat Mediratta | |
| "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. | |||
| 2010-08-31 | Update the install sql to correspond to the change to fix ticket #1216 | Tim Almdal | |
| 2010-08-29 | Bump gallery module to v36 and add a favicon_url variable, which we | Bharat Mediratta | |
| expose in Admin > Appearance > Theme Options and defaults to lib/images/favicon.ico. Thix fixes ticket #1312. | |||
| 2010-08-28 | Add a "visible_title_length" variable that defaults to 15 and use that | Bharat Mediratta | |
| as the max title length when we do title truncation in the wind theme. Bump the gallery module to 35. | |||
| 2010-08-28 | Oops, forgot to create an install() function and set the version of | Bharat Mediratta | |
| the organize module to 2 in 8fb56abf034dd1f5c561e7af12bf6e097a3de6f6 | |||
| 2010-08-22 | Style and text cleanups to tighten up the page and make it a little | Bharat Mediratta | |
| easier to understand. | |||
| 2010-08-14 | Add a key on access_caches.item_id. Without this, the Fix task query | Bharat Mediratta | |
| to find missing access_caches is very slow. Bump Gallery module to v34. | |||
| 2010-08-14 | Update install.sql for gallery module version 3. This was left out of | Bharat Mediratta | |
| 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. | |||
| 2010-08-06 | Add a "weight" column to the module table. This allows us to specify | Bharat Mediratta | |
| 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. | |||
| 2010-08-01 | Updated for gallery module v31. | Bharat Mediratta | |
| 2010-06-18 | Update the installer/install.sql properly. | Tim Almdal | |
| 2010-06-18 | Fix ticket #1155. For compatibility with gallery2 increase the size of the ↵ | Tim Almdal | |
| tag name field from 64 bytes to 128 bytes. | |||
| 2010-06-15 | Install the rest module by default. | Bharat Mediratta | |
| 2010-06-15 | New dump generated by new mysqladmin has a slightly different format: | Bharat Mediratta | |
| mysqladmin Ver 8.42 Distrib 5.1.47, for debian-linux-gnu on i486 Also, updated for comment module v2. | |||
| 2010-06-06 | Add a check for short_open_tag | Bharat Mediratta | |
| 2010-06-06 | Whitespace fixes | Bharat Mediratta | |
| 2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | Bharat Mediratta | |
| 2010-02-26 | Revert "Password value on installer must be hidden" | Tim Almdal | |
| This reverts commit b4922f4d176662976c9d2b249edf0e50a0cdfdf1. | |||
| 2010-02-26 | Password value on installer must be hidden | fpaterno | |
| 2010-02-22 | Fix for ticket #1027: Add index on cache key column. | Andy Staudacher | |
| (and fix the packager to truncate the cache table before packaging) | |||
| 2010-02-14 | Fix for ticket 901: Wrap Gallery version string into bdo tag to override the ↵ | Andy Staudacher | |
| BiDi algorithm. Also, properly marking the "Powere by" string for translation. See: http://www.w3.org/International/tutorials/bidi-xhtml/#Slide0420 | |||
| 2010-02-14 | Avoid PHP warnings when the DB host string has no port. | Andy Staudacher | |
| 2010-02-09 | Refresh installer code | Andy Staudacher | |
| 2010-02-07 | Fix installer code for version 27, and introduce new module variable in ↵ | Andy Staudacher | |
| version 28 as a preparation for admin area compartmentalization. | |||
