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