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-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
2010-01-24
Remove the one last remaining reference to "no_module_admin".
Tim Almdal
2010-01-24
Refactor creating the user profile page content into the the event module. T...
Tim Almdal
2010-01-23
Merge branch 'master' of git@github.com:gallery/gallery3
Tim Almdal
2010-01-23
Create a user profile page that is used as a landing page when referencing a ...
Tim Almdal
2010-01-23
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-24
Log validation errors.
Bharat Mediratta
2010-01-23
Fix for bug 984, consistently interpret installed / available locales as array.
Andy Staudacher
2010-01-23
Add a user_menu method to the Admin_View and then use this method to get the
Tim Almdal
2010-01-22
Merge branch 'master' of git@github.com:gallery/gallery3
Tim Almdal
2010-01-22
Change the check_environment method in the module helper and the module insta...
Tim Almdal
2010-01-22
Remove the identity manager screens and controller as alterntive identity pro...
Tim Almdal
2010-01-22
Treat identity providers just like other modules and use the admin_module to
Tim Almdal
2010-01-22
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-22
Change "fetch translations" task to fetch them in batches.
Andy Staudacher
2010-01-22
Return the url of the newly created item from post().
Bharat Mediratta
2010-01-22
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
[next]