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
Age
Commit message (
Expand
)
Author
2010-01-23
Correct the javascript so it will find the "Continue" button in other languag...
Tim Almdal
2010-01-23
Add a user_menu method to the Admin_View and then use this method to get the
Tim Almdal
2010-01-23
Updated
Bharat Mediratta
2010-01-23
Update tests for recent REST changes.
Bharat Mediratta
2010-01-23
Don't use ORM_MPTT::move_to directly, it's protected.
Bharat Mediratta
2010-01-23
Increase the size of the 'select photos' button so that it doesn't wrap and s...
Tim Almdal
2010-01-22
If the userid/password combination, render the full page instead of just prin...
Tim Almdal
2010-01-22
Specify the height and overflow-y on l10n-client translation element. fixes t...
Tim Almdal
2010-01-22
Merge branch 'master' of git@github.com:gallery/gallery3
Tim Almdal
2010-01-22
Trap any errors that may occur when trying to install a new identity provider...
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
Disable the continue button after clicking so it can only clicked once.
Tim Almdal
2010-01-22
Refactor the identity provider installation in to a common helper method (cha...
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
Moved to Item_Rest_Helper_Test.php
Bharat Mediratta
2010-01-22
Return the url of the newly created item from post().
Bharat Mediratta
2010-01-22
Updated tests to pass after recent refactor of gallery_rest -> item_rest.
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
We don't need CSRF in Rest_Controller::__call() because we use access tokens.
Bharat Mediratta
2010-01-21
Make sure that we actually don't have permissions, to avoid contamination w/ ...
Bharat Mediratta
2010-01-21
Exclude modules/gallery_unit_test/views/kohana/error.php
Bharat Mediratta
2010-01-21
Fix a minor bad expectation.
Bharat Mediratta
2010-01-21
Can't call ORM_MPTT::move_to() externally, so call Item_Model::save() instead.
Bharat Mediratta
2010-01-21
The admin module controller allows modules to provide a check_environment method
Tim Almdal
2010-01-21
Reload the album after adding the photo so that MPTT pointers are correct.
Bharat Mediratta
2010-01-20
Whitespace.
Bharat Mediratta
2010-01-20
Two fixes:
Bharat Mediratta
2010-01-20
Make move_to protected since we don't want folks calling it on
Bharat Mediratta
2010-01-20
Remove debug code.
Bharat Mediratta
2010-01-20
Oops, bug in save() -- we weren't returning the saved value!
Bharat Mediratta
2010-01-20
Fix maintenance tasks / language admin for bug introduced earlier by no longe...
Andy Staudacher
2010-01-20
Delete MY_ORM::original(). We did not have proper containment to
Bharat Mediratta
2010-01-20
Stop using MY_ORM::original().
Bharat Mediratta
2010-01-20
Throw Kohana_Exception instead of Exception on access denied, since that may ...
Bharat Mediratta
2010-01-20
Stop using MY_ORM::original(). It's got very odd semantics and we are
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
Extend Gallery_Unit_Test_Case instead of Unit_Test_Case.
Bharat Mediratta
2010-01-19
Fix some validation checks to check to see if the original was loaded
Bharat Mediratta
2010-01-19
Move data initialization into the constructor so that it happens
Bharat Mediratta
2010-01-19
Change "filename" to "name" in the edit album form. I'd rather have
Bharat Mediratta
2010-01-19
Make video/x-flv a valid movie mime_type
Bharat Mediratta
2010-01-19
Change "dirname" to "name" in the edit album form. I'd rather have
Bharat Mediratta
[prev]
[next]