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
Age
Commit message (
Expand
)
Author
2010-01-16
Don't use MY_ORM::original() here since the values may not have
Bharat Mediratta
2010-01-15
Revert "Fix for ticket #978. Don't reset the original property as part of th...
Bharat Mediratta
2010-01-15
Revert "Did the old commit then save trick"
Bharat Mediratta
2010-01-15
Validate the model type.
Bharat Mediratta
2010-01-15
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-15
Call parent::save() before releasing the lock to make creating the hole and f...
Bharat Mediratta
2010-01-15
Move model business logic out of album::create() and into
Bharat Mediratta
2010-01-15
Don't use Input directly to get album names, etc. Use the form fields.
Bharat Mediratta
2010-01-15
Move setting Item_Model::rand_key into Item_Model::save() since it's
Bharat Mediratta
2010-01-15
Use $value in valid_xxx() functions instead of the member field. They're equ...
Bharat Mediratta
2010-01-14
Begin the process of converting to model based validation. Right
Bharat Mediratta
2010-01-13
Somemore K24 migration holdovers. need to specify the where statement with o...
Tim Almdal
2010-01-13
Did the old commit then save trick
Tim Almdal
2010-01-13
Fix for ticket #978. Don't reset the original property as part of the save p...
Tim Almdal
2010-01-12
Put quotes around the item titles in all the messages and more importantly ac...
Tim Almdal
2010-01-12
If the user hits enter in the search text field, then cancel the submission, ...
Tim Almdal
2010-01-12
Correct the "l10n_client_data[index] is undefined" error.
Tim Almdal
2010-01-12
Some whitespace and syntax corrects
Tim Almdal
2010-01-12
Add a css id attribute to the i10n-edit-translation element. Fixes ticket #969.
Tim Almdal
2010-01-11
Reformat the string list so that the search box does not get push off the end...
Tim Almdal
2010-01-11
Remove the translation submit button from translation search form. Fixes tic...
Tim Almdal
2010-01-11
Remove the automatically marking the resizes dirty line as this could cause a...
Tim Almdal
2010-01-11
Fixes ticket #671.
Tim Almdal
2010-01-10
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-09
Fix for ticket #972 and more. In Kohana 2.4, ORM::delete_all ignores any where
Tim Almdal
2010-01-08
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-08
Move the random image functionality into the gallery REST helper since
Bharat Mediratta
2010-01-08
Remove debug code.
Bharat Mediratta
2010-01-08
Remove stray semicolons.
Bharat Mediratta
2010-01-08
Remove the display of the "body_attributes" div when in debug mode. debug mo...
Tim Almdal
2010-01-08
Change file proxy to url encode the path components instead of the entire pat...
Tim Almdal
2010-01-08
Add item::random() to return a random Item_Model.
Bharat Mediratta
2010-01-08
Expect merge_where and merge_or_where to handle empty tuples.
Bharat Mediratta
2010-01-08
use item::random() to get the random item.
Bharat Mediratta
2010-01-08
Change merge_where() and merge_or_where() to ignore empty tuples so that chai...
Bharat Mediratta
2010-01-08
Allow the "name" param in get() so that you can restrict the query to childre...
Bharat Mediratta
2010-01-08
Change url parsing in resolve() to ignore the query string.
Bharat Mediratta
2010-01-08
Fix for ticket #933. Move the inclusion of the piclens script from the theme:...
Tim Almdal
2010-01-07
Use rawurlencode to remove any encoding that the browser may have added. Fix...
Tim Almdal
2010-01-07
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-06
Merge branch 'master' of git@github.com:gallery/gallery3
Bharat Mediratta
2010-01-06
Convert ORM::in() to ORM::where(.., "IN", ..) for K24 compatibility.
Bharat Mediratta
2010-01-06
Correct the controller_auth_data golden file to reflect that the csrf is not ...
Tim Almdal
2010-01-05
Improve REST tag support.
Bharat Mediratta
2010-01-05
$offset should be null by default, not 0. Hold over bug from the K24 migration.
Bharat Mediratta
2010-01-05
$offset should be null by default, not 0. Hold over bug from the K24 migration.
Bharat Mediratta
2010-01-04
Further progress on refining the REST server side code.
Bharat Mediratta
2010-01-04
Merge branch 'master' of git@github.com:gallery/gallery3
Bharat Mediratta
2010-01-04
Fix the logout link to send you back to the current url. The old
Bharat Mediratta
2010-01-04
Change uppercase NULL to lowercase null to match the gallery3 style guide
Tim Almdal
[prev]
[next]