summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
AgeCommit message (Expand)Author
2010-09-08Detect out-of-date modules and put up a message for site admins.Bharat Mediratta
2010-09-08Detect when a module fails to upgrade properly and put up anBharat Mediratta
2010-09-07Fix typo.Bharat Mediratta
2010-09-07Add Macedonian. Fixes ticket #1345.Bharat Mediratta
2010-09-06Use the absolute site url when logging out of the admin site else weBharat Mediratta
2010-09-06Revert "change the Setswana locale from tn_ZA to tn_BW since it's mostly"Bharat Mediratta
2010-09-06Fix some broken identity APIs:Bharat Mediratta
2010-09-06change the Setswana locale from tn_ZA to tn_BW since it's mostlyBharat Mediratta
2010-09-06Don't bomb on the race condition when we're trying to create theBharat Mediratta
2010-09-05Add Setswana (tn_ZA). Fixes ticket #1336.Bharat Mediratta
2010-09-05Force "Options +FollowSymLinks" since that's a requirement forBharat Mediratta
2010-09-04Use the title of the root album as the site title for all RSS feeds.Bharat Mediratta
2010-09-02Follow on to 2a86446249c4782287e1e6e472f422b851c2fb47; fix a bug whereBharat Mediratta
2010-09-02Handle the case of a completely private Gallery separately and justBharat Mediratta
2010-09-01One more adjustment for ticket #1216. The packaging process forcesBharat Mediratta
2010-09-01Explain wtf we're doing in user_updated.Bharat 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-09-01Refine the patch for #1216. If the admin user changes their email address upd...Tim Almdal
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-29Don't concatenate two strings together as an argument for t() or t2();Bharat Mediratta
2010-08-29Put a message in the logs when we find a string that's notBharat Mediratta
2010-08-29Bump gallery module to v36 and add a favicon_url variable, which weBharat Mediratta
2010-08-29Move theme::get_edit_form_admin into admin_theme_options since that'sBharat Mediratta
2010-08-28Add a "visible_title_length" variable that defaults to 15 and use thatBharat Mediratta
2010-08-22Add "captcha_protect_form" event that the recaptcha module grabs andBharat Mediratta
2010-08-22Use better error messages in form validation.Bharat Mediratta
2010-08-22Get rid of the move dialog and move option. Instead, replace it withBharat Mediratta
2010-08-21Verify that the ffmpeg path still exists by using file_exists(). ThisBharat Mediratta
2010-08-14Return the right content type for album thumbnails (based on the album cover'...Bharat Mediratta
2010-08-14Don't expose members of an item that are not viewable by the end user.Bharat Mediratta
2010-08-14Add a key on access_caches.item_id. Without this, the Fix task queryBharat Mediratta
2010-08-14Rebuild access_caches rows if they're missing, as necessary. Fixes ticket #1...Bharat Mediratta
2010-08-09Change the way that this works. Now instead of sending back the imageBharat Mediratta
2010-08-08Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2010-08-08Fix for ticket #1279. In admin themes sanitize the theme name before checking...Tim Almdal
2010-08-08Cache the group ids for a day to trade off performance for security updates.Bharat Mediratta
2010-08-08whitespace fix.Bharat Mediratta
2010-08-08Use the gallery helper date/time functions wherever we format dateBharat Mediratta
2010-08-08We can always send back the header because Kohana buffers output.Bharat Mediratta
2010-08-08Require the size parameter. Optional params are confusing. And beBharat Mediratta
2010-08-08Allow item_rest::put() to replace the current data file. RemoveBharat Mediratta
2010-08-07A new REST resource that allows access to view and modify the actualBharat Mediratta
2010-08-07Add the ability to replace the source data file in Item_Model::save().Bharat 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-04Add docs reflecting that we may skip some items that have invalid parent_idsBharat Mediratta