index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
installer
/
install.sql
Age
Commit message (
Expand
)
Author
2009-12-05
Use NULL instead of actual values in the vars table, so that var
Bharat Mediratta
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 related...
Tim Almdal
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
2009-11-12
Re-generate the install.sql so that the keys of the block lists are an md5 ha...
Tim Almdal
2009-11-12
Change the keys of the block arrays in block manager to be a md5 hash of modu...
Tim Almdal
2009-10-26
Update the install.sql to reflect the current version number(16) and the refa...
Tim Almdal
2009-10-23
Poor man's merge. Note to self, git pull before working. Next pound the steps...
Chad Kieffer
2009-10-21
Change the default install.sql such that the owner id of root album is the de...
Tim Almdal
2009-09-27
Change gallery installer to do a direct update to the database, preppending g...
Tim Almdal
2009-09-27
This path requires the upgrader to be run and applies the following changes:
Tim Almdal
2009-09-27
Fix one more place in the installer where we referring to the old default
Bharat Mediratta
2009-09-16
Changed the search module installer to explicitly specify MyISAM as the datab...
Tim Almdal
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
2009-07-29
Updated for gallery v10
Bharat Mediratta
2009-07-26
Updating install.sql with the packaging script, basically re-adding the chars...
Andy Staudacher
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
2009-07-23
Use BOOLEAN instead of integer to describe the permissions :
Romain LE DISEZ
2009-07-11
Turn off extended inserts when creating install.sql so that it's
Bharat Mediratta
2009-07-11
MySQL 5 generates backwards compatible code-containing comments so:
Bharat Mediratta
2009-06-28
Set the gallery module version to 6 in install() (missed this in my last chan...
Bharat Mediratta
2009-06-27
Updated for module upgrades:
Bharat Mediratta
2009-06-23
Refactor the install/upgrade code to be more flexible.
Bharat Mediratta
2009-06-20
Fix a bug in gallery_installer where on an initial install we were
Bharat Mediratta
2009-06-05
Update version to beta 1
Bharat Mediratta
2009-06-01
Normalize the random values used in the blocks_dashboard_xxx vars so
Bharat Mediratta
2009-05-29
Move the code that was in the scaffolding to package the initial mySql databa...
tim almdal
2009-05-29
Move credits message into a variable, which can be changed in Admin >
Bharat Mediratta
2009-05-27
Normalize root update time in the installer
Bharat Mediratta
2009-05-27
Manually updated to change 'core' to 'gallery'
Bharat Mediratta
2009-05-26
Restructure the module lifecycle.
Bharat Mediratta
2009-05-20
Add a default image quality level. There's no UI for it, except Admin
Bharat Mediratta
2009-05-17
Add var/tmp
Bharat Mediratta
2009-05-14
Cache variables in core._cache so that we can retrieve them all in a
Bharat Mediratta
2009-05-14
Introduce a relative_path_cache column in the items table. This lets
Bharat Mediratta
2009-05-13
Create a new "add" permission and require it at the controller level
Bharat Mediratta
2009-05-13
updated to reflect tinyint(2) -> smallint(6) change
Bharat Mediratta
2009-05-07
Grab photo capture date and captions from EXIF/IPTC data.
Bharat Mediratta
2009-04-28
Root album weight is now 1; Organize module is auto-activated; search_record ...
Bharat Mediratta
2009-04-05
Don't do graphics detection in core_installer::install() because that
Bharat Mediratta
2009-04-05
Add a weight column to the items model. Change the album ordering to
Tim Almdal
2009-03-20
Oops, we need UNIX_TIMESTAMP() instead of NOW()
Bharat Mediratta
2009-03-20
Do some data normalization so that the install files will have stable
Bharat Mediratta
2009-03-16
Revive the install() and uninstall() functions in Scaffold_Controller
Bharat Mediratta
2009-03-09
Restructure the sort order to maintain the sort column and sort order
Tim Almdal
[next]