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
/
helpers
/
gallery_installer.php
Age
Commit message (
Expand
)
Author
2012-07-21
Rename any files that have two dots in them to a legal name. This
Bharat Mediratta
2012-07-21
Fix comment typo.
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-04-23
Set the default value for gallery.timezone to null so that each install uses
Bharat Mediratta
2011-04-22
A few more fixes for #1637:
Bharat Mediratta
2011-04-22
Allow timezone to be configurable
Andy Lindeman
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-01-21
Update copyright to 2011.
Bharat Mediratta
2011-01-17
Move the code that clears the upgrade_check site status message to the
Bharat Mediratta
2011-01-16
If the logged in user is an admin and it's been more than 7 days since
Bharat Mediratta
2011-01-16
Upgrade checking code is now here, along with a bump of the Gallery
Bharat Mediratta
2011-01-16
Change the value column of the messages table from a varchar(255) to a
Bharat Mediratta
2011-01-16
Fixed paging for albums ordered by random.
Joe7
2011-01-03
Some small follow on fixes for #1559 and #1568:
Bharat Mediratta
2011-01-03
case fix
Joe7
2011-01-03
Bugfix: input validation validates description up to length of 65535 chars, b...
Joe7
2010-12-28
Truncating table first againt collides when converting INDEX into Unique
Joe7
2010-12-28
Added changes to installer and upgrader scripts to support INSERT ON DUPLICAT...
Joe7
2010-12-28
Use db::expr instead of "new Database_Expression". Resolves #1560.
Bharat Mediratta
2010-12-15
Consolidate all the random code into a random helper that offers:
Bharat Mediratta
2010-12-15
Use mt_rand() instead of rand() since it provides better portability.
Bharat Mediratta
2010-09-29
Stop caching all module variables in the vars table using the
Bharat Mediratta
2010-09-16
Add a module variable containing extra paths to search for binaries.
Bharat Mediratta
2010-09-16
Restrict viewing user profile pages to registered users only, but
Bharat Mediratta
2010-09-01
Merge branch 'master' of git@github.com:gallery/gallery3
Tim Almdal
2010-09-01
Hopefully the third and final patch for #1216. Set the default from and reply...
Tim Almdal
2010-09-01
Make RENAME TABLE operations idempotent so that in case there's a
Bharat Mediratta
2010-08-31
Don't use HTTP_HOST to get the hostname. We force that to
Bharat Mediratta
2010-08-31
Patch for ticket #1216. Move the values that were in the sendmail config fil...
Tim Almdal
2010-08-29
Bump gallery module to v36 and add a favicon_url variable, which we
Bharat Mediratta
2010-08-28
Add a "visible_title_length" variable that defaults to 15 and use that
Bharat Mediratta
2010-08-14
Add a key on access_caches.item_id. Without this, the Fix task query
Bharat Mediratta
2010-08-07
Add an index for left_ptr, since we use that in ORM_MPTT::parents()
Bharat Mediratta
2010-08-07
Oops. Fix the upgrader path to add the weight column to the modules table.
Bharat Mediratta
2010-08-06
Add a "weight" column to the module table. This allows us to specify
Bharat Mediratta
2010-08-01
Make maintenance mode a variable instead of a config. Then create
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-02-15
Never assign a SafeString instance to a Model member (or hell will break loose).
Andy Staudacher
2010-02-14
Fix for ticket 901: Wrap Gallery version string into bdo tag to override the ...
Andy Staudacher
2010-02-08
Change admin area timeout from 20 to 90 minutes
Andy Staudacher
2010-02-07
Fix installer code for version 27, and introduce new module variable in versi...
Andy Staudacher
2010-02-07
Create the concept of a "failed authentication" as semantically
Bharat Mediratta
2010-02-02
Add an upgrade path to prevent the item title field from being empty.
Bharat Mediratta
2010-01-30
Lock down web access to var/uploads, var/tmp and var/logs using .htaccess
Bharat Mediratta
2010-01-30
Prevent brute force login attacks by reducing login attempts to 1 per
Bharat Mediratta
2010-01-29
Don't forget to flush the relative_url_cache when updating the slug.
Bharat Mediratta
2010-01-29
Go through all slugs and make them legal values.
Bharat Mediratta
2010-01-29
Oops, somebody (me?) forgot to update the gallery module version
Bharat Mediratta
[next]