summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
AgeCommit message (Expand)Author
2010-02-07Addendum for ticket 585: Handle case C), redirect the admin to a non-admin pa...Andy Staudacher
2010-02-07Last partial fix for ticket 585: Compartmentalize the admin area and require ...Andy Staudacher
2010-02-07Fix installer code for version 27, and introduce new module variable in versi...Andy Staudacher
2010-02-07Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2010-02-07Refactor the is_rtl() helper into the Gallery_I18n class. This allows checkingTim Almdal
2010-02-07Rename user_authenticate_xxx events to user_auth_xxx for brevity.Bharat Mediratta
2010-02-07Create the concept of a "failed authentication" as semanticallyBharat Mediratta
2010-02-06Fix ticket 930: Use the first frame as video thumbnail if the video is shorte...Andy Staudacher
2010-02-06Fix for ticket 892: Avoid double escaping of HTML entities, instead use Unico...Andy Staudacher
2010-02-03Correct missing function name.Tim Almdal
2010-02-02Protect password changes against brute force attacks.Bharat Mediratta
2010-02-02Add an upgrade path to prevent the item title field from being empty.Bharat Mediratta
2010-02-02Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2010-02-01Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2010-02-01Localize the name "conflict" validation error when creating a new album.Bharat Mediratta
2010-02-01Refactor starting a task into the task helper so we can call it multiple times.Tim Almdal
2010-02-01Update the description to reflect we are only removing "expired" files.Tim Almdal
2010-02-01Correct the internationalization of the status message.Tim Almdal
2010-01-31Fix lots of warnings that pop up when we're in E_STRICT mode. They'reBharat Mediratta
2010-01-31htaccess_works() can't use var/tmp anymore because that's locked down.Bharat Mediratta
2010-01-30Use Item_Model::as_restful_array() to simplify tests.Bharat Mediratta
2010-01-30Refactory auth::too_many_failed_logins() out ofBharat Mediratta
2010-01-30Protect REST login controller from brute force attacks too.Andy Staudacher
2010-01-30Lock down web access to var/uploads, var/tmp and var/logs using .htaccessBharat Mediratta
2010-01-30Prevent brute force login attacks by reducing login attempts to 1 perBharat Mediratta
2010-01-30Make url::merge() function use the same exact definition as url_Core::merge()Bharat Mediratta
2010-01-30Remap parent_id and album_cover_item_id to and from RESTful urls.Bharat Mediratta
2010-01-29Don't forget to flush the relative_url_cache when updating the slug.Bharat Mediratta
2010-01-29Go through all slugs and make them legal values.Bharat Mediratta
2010-01-29Oops, somebody (me?) forgot to update the gallery module versionBharat Mediratta
2010-01-28Add page_type to the rotate and delete context menu items so that theBharat Mediratta
2010-01-28In auth::login() make the user active before trying to save it, elseBharat Mediratta
2010-01-28Use auth::login() when we initially log in the admin user.Bharat Mediratta
2010-01-28Fix language preference block / language cookie reading.Andy Staudacher
2010-01-28Found another broken link for what should have been the user profileTim Almdal
2010-01-28Make the varible for the profile name more descriptive and clean the labelTim Almdal
2010-01-28Do all the html::clean|purify calls in the views and not the controller. Also...Tim Almdal
2010-01-27Localize validation messages.Bharat Mediratta
2010-01-27Fix capitalization of "internet address".Bharat Mediratta
2010-01-27Localize all error messages.Bharat Mediratta
2010-01-27Localize error messages for the built-in rules.Bharat Mediratta
2010-01-27Remove unnecessary rules() in the form.Bharat Mediratta
2010-01-27Convert back to using ORM::factory(..., $id) instead of calling where().Bharat Mediratta
2010-01-27Convert __toString() to use (string) cast instead.Bharat Mediratta
2010-01-27Change "resource" to "entity" in REST responses. They're allBharat Mediratta
2010-01-27Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-26Add a maintenance task that will clear the expired files (older than 2 weeks)...Tim Almdal
2010-01-25Apply html::clean() to UI visible strings, and show language names instead of...Andy Staudacher
2010-01-25Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-25Remove the return url and change the return button on the user profile page t...Tim Almdal