Age | Commit message (Expand) | Author |
2013-03-12 | #2057 - Revise item name and slug validation - backslashes, refactor, error m... | shadlaws |
2013-02-27 | #2021 - Cleanup thumb_dirty and resize_dirty instances. | shadlaws |
2013-02-12 | #1988 - Add movie_allow_uploads option ("always", "never", or "autodetect"). | shadlaws |
2013-01-31 | Drop the requirement to have the install() function set the module | Bharat Mediratta |
2013-01-27 | Add 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 line | shadlaws |
2013-01-21 | Update 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-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 |