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
/
modules
/
gallery
/
controllers
/
packager.php
Age
Commit message (
Expand
)
Author
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2011-01-07
Don't enable the REST module by default (fixes #1585).
Bharat Mediratta
2010-09-29
Stop caching all module variables in the vars table using the
Bharat Mediratta
2010-08-06
Use module::install and module::activate for the gallery module as
Bharat Mediratta
2010-06-15
Install the rest module by default.
Bharat Mediratta
2010-06-15
Sort files by path in _dump_var() for consistent output.
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-22
Fix for ticket #1027: Add index on cache key column.
Andy Staudacher
2010-01-30
Update install.sql -- gallery version jumps from 23 to 25 due to a mistake
Bharat Mediratta
2010-01-01
Don't enable the rest module by default yet; we should make sure that
Bharat Mediratta
2010-01-01
Correct the sql so that the guest and admin passwords are actually blanked as...
Tim Almdal
2009-12-17
Convert some more database queries.
Bharat Mediratta
2009-12-17
Update all database queries such that we can run "php index.php
Bharat Mediratta
2009-12-17
Improve the exception error message.
Bharat Mediratta
2009-12-05
Use NULL instead of actual values in the vars table, so that var tweaks resul...
Bharat Mediratta
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-09-16
Changed the search module installer to explicitly specify MyISAM as the datab...
Tim Almdal
2009-08-27
Remove 'ENGINE=InnoDB' specification from tables that we create. Use
Bharat Mediratta
2009-07-11
Turn off extended inserts when creating install.sql so that it's
Bharat Mediratta
2009-06-10
Rename package -> packager (it's a noun which has verbs on it).
Bharat Mediratta