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-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
2010-01-22
Reshape the rest code to be more consistent with regards to
Bharat Mediratta
2010-01-21
Use Unicode instead of HTML entity (since the l10n server normalizes this way...
Andy Staudacher
2010-01-21
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-21
Internationalize all strings in admin_modules.hmtl and corrected comments.
Tim Almdal
2010-01-21
The admin module controller allows modules to provide a check_environment method
Tim Almdal
2010-01-20
Two fixes:
Bharat Mediratta
2010-01-20
Throw Kohana_Exception instead of Exception on access denied, since that may ...
Bharat Mediratta
2010-01-20
Throw Rest exceptions, not regular exceptions.
Bharat Mediratta
2010-01-20
Forbidden is a 403, not a 503.
Bharat Mediratta
2010-01-19
Change "filename" to "name" in the edit album form. I'd rather have
Bharat Mediratta
2010-01-19
Change "dirname" to "name" in the edit album form. I'd rather have
Bharat Mediratta
2010-01-19
Use property_exists() on our stdClass instead of array_key_exists()
Bharat Mediratta
2010-01-19
Change rest::url() to take a module name and a resource. The module
Bharat Mediratta
2010-01-19
Make scope default to direct.
Bharat Mediratta
2010-01-19
Don't try to set the album cover for the grandparent if we don't have edit pe...
Bharat Mediratta
2010-01-19
Return arrays instead of calling rest::reply.
Bharat Mediratta
2010-01-18
Merge branch 'master' into bharat_dev
Bharat Mediratta
2010-01-18
Switch from stdClass to arrays which works around issues caused in
Bharat Mediratta
2010-01-18
Change DENY and ALLOW to "0" and "1" to match the fact that ORM no
Bharat Mediratta
[next]