summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/gallery_installer.php
AgeCommit message (Expand)Author
2013-01-27Add a key on relative_path_cache in the items table to improve performance on...Bharat Mediratta
2013-01-26#1946, 1947 - Make altered names/slugs more user-friendly, make conflict-find...shadlaws
2013-01-24#1960 - Add unit test to look for extra spaces at end of lineshadlaws
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-12-18[#1928 - Make thumbnail generation more flexible for movies (graphics and mov...shadlaws
2012-12-16[#1924, #1925, #1927 - enhance compatibility with movies (movie helper) and f...shadlaws
2012-11-13[#1907] Added code needed for the case when a user upgrades.chalbertgit
2012-07-21Rename any files that have two dots in them to a legal name. ThisBharat Mediratta
2012-07-21Fix comment typo.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-04-23Set the default value for gallery.timezone to null so that each install usesBharat Mediratta
2011-04-22A few more fixes for #1637:Bharat Mediratta
2011-04-22Allow timezone to be configurableAndy Lindeman
2011-04-22Renamed apple_touch_url to apple_touch_icon_url.Chad Kieffer
2011-04-22Created apple-touch-icon and added to wind and admin_wind themes.Chad Kieffer
2011-01-21Update copyright to 2011.Bharat Mediratta
2011-01-17Move the code that clears the upgrade_check site status message to theBharat Mediratta
2011-01-16If the logged in user is an admin and it's been more than 7 days sinceBharat Mediratta
2011-01-16Upgrade checking code is now here, along with a bump of the GalleryBharat Mediratta
2011-01-16Change the value column of the messages table from a varchar(255) to aBharat Mediratta
2011-01-16Fixed paging for albums ordered by random.Joe7
2011-01-03Some small follow on fixes for #1559 and #1568:Bharat Mediratta
2011-01-03case fixJoe7
2011-01-03Bugfix: input validation validates description up to length of 65535 chars, b...Joe7
2010-12-28Truncating table first againt collides when converting INDEX into UniqueJoe7
2010-12-28Added changes to installer and upgrader scripts to support INSERT ON DUPLICAT...Joe7
2010-12-28Use db::expr instead of "new Database_Expression". Resolves #1560.Bharat Mediratta
2010-12-15Consolidate all the random code into a random helper that offers:Bharat Mediratta
2010-12-15Use mt_rand() instead of rand() since it provides better portability.Bharat Mediratta
2010-09-29Stop caching all module variables in the vars table using theBharat Mediratta
2010-09-16Add a module variable containing extra paths to search for binaries.Bharat Mediratta
2010-09-16Restrict viewing user profile pages to registered users only, butBharat Mediratta
2010-09-01Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2010-09-01Hopefully the third and final patch for #1216. Set the default from and reply...Tim Almdal
2010-09-01Make RENAME TABLE operations idempotent so that in case there's aBharat Mediratta
2010-08-31Don't use HTTP_HOST to get the hostname. We force that toBharat Mediratta
2010-08-31Patch for ticket #1216. Move the values that were in the sendmail config fil...Tim Almdal
2010-08-29Bump gallery module to v36 and add a favicon_url variable, which weBharat Mediratta
2010-08-28Add a "visible_title_length" variable that defaults to 15 and use thatBharat Mediratta
2010-08-14Add a key on access_caches.item_id. Without this, the Fix task queryBharat Mediratta
2010-08-07Add an index for left_ptr, since we use that in ORM_MPTT::parents()Bharat Mediratta
2010-08-07Oops. Fix the upgrader path to add the weight column to the modules table.Bharat Mediratta
2010-08-06Add a "weight" column to the module table. This allows us to specifyBharat Mediratta
2010-08-01Make maintenance mode a variable instead of a config. Then createBharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-22Fix for ticket #1027: Add index on cache key column.Andy Staudacher
2010-02-15Never assign a SafeString instance to a Model member (or hell will break loose).Andy Staudacher
2010-02-14Fix for ticket 901: Wrap Gallery version string into bdo tag to override the ...Andy Staudacher
2010-02-08Change admin area timeout from 20 to 90 minutesAndy Staudacher
2010-02-07Fix installer code for version 27, and introduce new module variable in versi...Andy Staudacher