| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-01-21 | Update copyright to 2013. Fixes #1953. | Bharat Mediratta | |
| 2012-02-27 | Update copyright to 2012. #1822 | Bharat Mediratta | |
| 2011-05-24 | Follow on to c101151616033d53587d1435881dae0fa45aeefa -- delete all | Bharat Mediratta | |
| tags in setup so that we have a blank slate, otherwise create_tag() will fail because sometimes there'll be other tags in the system. #1628 | |||
| 2011-04-23 | Allow tags to be merged by renaming | Andy Lindeman | |
| * Fixes #1628 | |||
| 2011-01-21 | Update copyright to 2011. | Bharat Mediratta | |
| 2010-06-19 | post_test() should be using admin, not guest. | Bharat Mediratta | |
| 2010-04-17 | Update tests to reflect recent changes to the REST API. | Bharat Mediratta | |
| 2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | Bharat Mediratta | |
| 2010-02-23 | Reset the active user to admin in all test cases where we change the | Bharat Mediratta | |
| user to something else. | |||
| 2010-01-31 | Fix lots of warnings that pop up when we're in E_STRICT mode. They're | Bharat Mediratta | |
| mostly issues around uninitialized variables, calling non-static functions in a static context, calling Session functions directly instead of on its singleton, passing non-variables by reference, and subclasses not using the same interface as the parent class. | |||
| 2010-01-30 | Remove edit permissions across the board. | Bharat Mediratta | |
| 2010-01-29 | Add missing permission checks. | Bharat Mediratta | |
| Make the tag relationship an associative array. | |||
| 2010-01-27 | Change "resource" to "entity" in REST responses. They're all | Bharat Mediratta | |
| resources, but we differentiate resources as collections and entities. | |||
| 2010-01-27 | Minor test-only fixes. | Bharat Mediratta | |
| 2010-01-23 | Update tests for recent REST changes. | Bharat Mediratta | |
| 2010-01-22 | New tests for tag_item_rest | Bharat Mediratta | |
| 2010-01-22 | Updated tests to pass after recent refactor of tag_rest. | Bharat Mediratta | |
| 2010-01-22 | Updated tests to pass after recent refactor of tags_rest. | Bharat Mediratta | |
| 2010-01-21 | Actually deny permissions in ↵ | Bharat Mediratta | |
| delete_item_from_tag_fails_without_permissions_test().. | |||
| 2010-01-20 | Rewrite and greatly simplify the tests for the new tag_rest implementation. | Bharat Mediratta | |
| 2010-01-20 | New test for tags_rest.php | Bharat Mediratta | |
| 2010-01-20 | Simplify and update for model based validation. | Bharat Mediratta | |
| 2010-01-19 | Extend Gallery_Unit_Test_Case instead of Unit_Test_Case. | Bharat Mediratta | |
| 2010-01-18 | Merge branch 'master' into bharat_dev | Bharat Mediratta | |
| 2010-01-18 | Coerce some integers to strings now that ORM isn't typecasting anymore. | Bharat Mediratta | |
| 2010-01-03 | Simplify the REST API code. Here's what I did: | Bharat Mediratta | |
| 1) Simplify gallery_rest to return flat models, no children and do no validation for now. 2) Flatten the REST replies and use HTTP codes to indicate success/failure instead of additional status messages. 3) Use the message and error code support in the base Exception class, instead of brewing our own in Rest_Exception. 4) Get rid of rest::success() and rest::fail() -- we only need rest::reply() since all failures are covered by throwing an exception. 5) Get rid of /rest/access_key and just use /rest for authentication. 6) Inline and simplify rest::normalize_request since we only use it once 7) Change rest::set_active_user to succeed or throw an exception 8) Extract Rest_Exception::sendHeaders into rest::send_headers() Here's what's currently broken: 1) Data validation. There currently is none 2) Logging. That's gone too 3) image block and tag code is broken 4) Tests are broken 5) No movie support | |||
| 2010-01-02 | Fix the tag_rest helper tests | Tim Almdal | |
| 2010-01-02 | Correct file structure tests, Have the tests delete the userid they create ↵ | Tim Almdal | |
| so as not to impact other tests. | |||
| 2009-12-31 | Remove extra debug statement in rest_controller::access_key() and ↵ | Tim Almdal | |
| restructure the Rest_Tag_Helper_Test to only create items as required for test in each test. | |||
| 2009-12-30 | 1) Remove the rest::not_found method and replace it with "throw new ↵ | Tim Almdal | |
| Kohana_404_Exception 2) Don't use the input path to lookup the item via relative_path_cache. Instead use url::get_item_from_uri method. | |||
| 2009-12-27 | Clean up validation the check for duplicate names or slugs, finish ↵ | Tim Almdal | |
| converting the rest API to Kohana 2.4 | |||
| 2009-12-26 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| Conflicts: modules/gallery/controllers/albums.php modules/gallery/controllers/movies.php modules/gallery/controllers/photos.php | |||
| 2009-12-24 | Add the functionality to add, delete and rename tags via the Gallery3 remote ↵ | Tim Almdal | |
| interface. | |||
| 2009-11-26 | Convert all DB where() calls to take 3 arguments. | Bharat Mediratta | |
| Convert all open_paren() calls to and_open() or or_open() as appropriate. | |||
| 2009-05-13 | Gee it's May already. Update copyright to 2009. | Bharat Mediratta | |
| 2008-12-23 | Change photo::create() and album::create() to take ORM instances | Bharat Mediratta | |
| instead of ids. | |||
| 2008-11-26 | Remove test since the method to be tested was removed | Tim Almdal | |
| 2008-11-26 | Clean tag creation | Tim Almdal | |
| 2008-11-26 | Remove the more or less links | Tim Almdal | |
| 2008-11-25 | 1) Changed how the test tags are generated to be able to create a better ↵ | Tim Almdal | |
| distribution 2) Added a new helper function "load_buckets" assign the class suffix to each tag 3) Created a unit test to test the load_buckets function | |||
| 2008-11-25 | Modify the test controller to call tag_installer::install and uninstall | Tim Almdal | |
| Created the first tag unit test | |||
| 2008-11-24 | Moved the creation of tags into the tag helper library. Added a count field ↵ | Tim Almdal | |
| to the tags table. Bharat, I know you said not to worry about caching, but I want to explore what are some of the issues with keeping track of the counts as we go. (i.e. is it a pain in the a__) | |||
