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-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
2009-03-09
On second thought, make the description column varchar(2048) instead.
Bharat Mediratta
2009-03-09
Make the description a text column so that we can handle much larger
Bharat Mediratta
2009-03-08
Log the user in as admin after running the web installer, and give
Bharat Mediratta
2009-03-08
Implement Sortable albums. Current sort fields include (Creation
Tim Almdal
2009-03-02
Forgot to update the install.sql when i changed the [] to {} to
Tim Almdal
2009-02-27
Both the command line and web installer installer now supports
Tim Almdal
2009-02-27
* Refactor task management methods from admin_maintenance.php to
Tim Almdal
2009-02-26
Update to image_block based on bharat's feedback
Tim Almdal
2009-02-23
A couple of references to media_rss that were overlooked
Tim Almdal
2009-02-23
Changing from binary(16) to char(32) as translation message key.
Andy Staudacher
2009-02-10
Move site default_locale into DB (vars) and add a per user locale preference.
Andy Staudacher
2009-02-09
Add local localization functionality. Local = no means to upload / download t...
Andy Staudacher
2009-01-20
Web based installer. It's still got some rough edges, but you can now
Bharat Mediratta
2009-01-19
Fix up various little things to get File_Structure_Test to pass.
Bharat Mediratta
2009-01-19
Flush the access_intent cache after ALTER TABLE queries, fixes a
Bharat Mediratta
2009-01-19
Packager now does a clean reinstall of just the packages we want, then
Bharat Mediratta
2009-01-19
Simplification pass over the installer:
Bharat Mediratta