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