| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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-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-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. | |||
| 2010-01-30 | Update install.sql -- gallery version jumps from 23 to 25 due to a mistake | Bharat Mediratta | |
| 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. | |||
| 2010-01-30 | Gallery module version 23, with the failed_logins table. | Bharat Mediratta | |
| 2010-01-29 | Oops, somebody (me?) forgot to update the gallery module version | Bharat Mediratta | |
| number in gallery_installer::install() so the install.sql was out of sync. | |||
| 2010-01-28 | Updated for model based validation. We must now provide a placeholder | Bharat Mediratta | |
| email address for the admin user, since one is required for all users. | |||
| 2010-01-11 | Fixes ticket #671. | Tim Almdal | |
| 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. | |||
| 2010-01-01 | Don't enable the rest module by default yet; we should make sure that | Bharat Mediratta | |
| we do a more thorough security audit on it first. | |||
| 2010-01-01 | Change the installer so that the rest module is automatically installed in ↵ | Tim Almdal | |
| new installations. | |||
| 2009-12-05 | Use NULL instead of actual values in the vars table, so that var | Bharat Mediratta | |
| tweaks result in smaller diffs. | |||
| 2009-12-05 | Update the gallery module to version 21 in the installer. | Bharat Mediratta | |
| 2009-11-19 | Revert "Update the installer to reflect the new location of the theme ↵ | Tim Almdal | |
| related options." This reverts commit 678e22996d73b96833c48d94751344a6bd8f2899. | |||
| 2009-11-18 | Update the installer to reflect the new location of the theme related options. | Tim Almdal | |
| 2009-11-13 | Standardize the name of the blocks. | Tim Almdal | |
| 2009-11-13 | Undo using the md5 hash of the module name and block_id, so duplicate blocks ↵ | Tim Almdal | |
| are no allowed again | |||
| 2009-11-12 | Re-generate the install.sql so that the keys of the block lists are an md5 ↵ | Tim Almdal | |
| hash of the module_name:block_id. Also change the packager so we delete the _cache variable for the module gallery not core. | |||
| 2009-11-12 | Change the keys of the block arrays in block manager to be a md5 hash of ↵ | Tim Almdal | |
| 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. | |||
| 2009-10-26 | Update the install.sql to reflect the current version number(16) and the ↵ | Tim Almdal | |
| refactoring of the user module into an idnetity provider | |||
| 2009-10-23 | Poor man's merge. Note to self, git pull before working. Next pound the ↵ | Chad Kieffer | |
| steps to merge into your head. | |||
| 2009-10-21 | Change the default install.sql such that the owner id of root album is the ↵ | Tim Almdal | |
| defined admin (id = 2) | |||
| 2009-09-27 | Change gallery installer to do a direct update to the database, preppending ↵ | Tim Almdal | |
| gallery_graphics:: to each of the defined rules operations | |||
| 2009-09-27 | This path requires the upgrader to be run and applies the following changes: | Tim Almdal | |
| * 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 | |||
| 2009-09-27 | Fix one more place in the installer where we referring to the old default | Bharat Mediratta | |
| theme names. Update installer.sql | |||
| 2009-09-16 | Changed the search module installer to explicitly specify MyISAM as the ↵ | Tim Almdal | |
| database type. Changed the packager to not remove the engine specification if the table is search_records. Fixes Ticket #774 | |||
| 2009-09-08 | Update to gallery module v12. | Bharat Mediratta | |
| 2009-09-01 | Updated for modules/gallery version 11. | Bharat Mediratta | |
| 2009-08-27 | Remove 'ENGINE=InnoDB' specification from tables that we create. Use | Bharat Mediratta | |
| the system's default table specification. Fixes ticket #597. | |||
| 2009-07-29 | Updated for gallery v10 | Bharat Mediratta | |
| 2009-07-26 | Updating install.sql with the packaging script, basically re-adding the ↵ | Andy Staudacher | |
| charset (utf8) expressions that were removed by merging in rledisez's left/right -> left_ptr/right_ptr changes. | |||
| 2009-07-25 | Rename columns that use reserved SQL words : items.left and items.right | Romain LE DISEZ | |
| 2009-07-23 | Updated version of installer sql: | Bharat Mediratta | |
| - 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. | |||
| 2009-07-23 | Use BOOLEAN instead of integer to describe the permissions : | Romain LE DISEZ | |
| - DENY = false - ALLOW = true - UNKNOW = null (for intent only) - INHERIT = null (for cache) Upgrade is not included for now. (cherry picked from commit 719c59e0402464a0e2b14915f6d10218ff5d4729) | |||
| 2009-07-11 | Turn off extended inserts when creating install.sql so that it's | Bharat Mediratta | |
| easier to see what's changed. | |||
| 2009-07-11 | MySQL 5 generates backwards compatible code-containing comments so: | Bharat Mediratta | |
| SET character_set_client = @saved_cs_client; becomes: /*!40101 SET character_set_client = @saved_cs_client */; for MySQL 4.0.1-01 and newer. | |||
| 2009-06-28 | Set the gallery module version to 6 in install() (missed this in my last ↵ | Bharat Mediratta | |
| change). Refresh the install.sql. | |||
