| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-12-11 | Correct test | Tim Almdal | |
| 2008-12-11 | Change the name of the implmentation of module parameters to module vars | Tim Almdal | |
| 2008-12-10 | Create a module parameter table. This will be useful if a module wants to ↵ | Tim Almdal | |
| store information, but is not enough to warrant a table of its own | |||
| 2008-12-10 | Change all access API methods to take ORMs instead of ids. This will | Bharat Mediratta | |
| minimize reloading objects from the database. | |||
| 2008-12-09 | Move code to delete users and add/remove users from groups into the | Bharat Mediratta | |
| model. | |||
| 2008-12-09 | move user::delete() to User_Model::delete() | Bharat Mediratta | |
| 2008-12-09 | Add access::can() which verifies that the user belongs to a group that has the | Bharat Mediratta | |
| given permission. | |||
| 2008-12-08 | Rename access::can() to access::group_can() | Bharat Mediratta | |
| 2008-12-08 | Ignore gallery_unit_test/views/kohana_*.php | Bharat Mediratta | |
| 2008-12-08 | Refactor Menu code to create allow you to create menus using a | Bharat Mediratta | |
| chainable factory interface and retrieve them by ids. Streamlined the HTML creation code a little bit in the process, moved the basic menu functionality into Theme_View and created the option to have different menus other than site_navigation(). | |||
| 2008-12-08 | Restructure Menu processing to respect the differnent types of menu items ↵ | Tim Almdal | |
| (Menu's, Menu_Link, Menu_Dialog) | |||
| 2008-12-07 | Merge gallery3/branches/menus back into gallery3/trunk | Tim Almdal | |
| 2008-12-07 | Finish writing unit tests for Access. No bugs found! | Bharat Mediratta | |
| 2008-12-07 | Change ORM_MPTT::add_to_parent() to take an ORM instead of an id so | Bharat Mediratta | |
| that it's consistent with ORM_MPTT::move_to() | |||
| 2008-12-07 | Rename moveTo to move_to and extend the test a bit. | Bharat Mediratta | |
| 2008-12-05 | * Add a moveTo unit test | Tim Almdal | |
| * Pass the module::event(..., $data) by reference to the handlers | |||
| 2008-12-04 | Improvements to access helper. | Bharat Mediratta | |
| o Rename access::remove_group() to access::delete_group() for consistency. o Wrote more unit tests o Tests found a bug in access::remove_item() .. yay! | |||
| 2008-12-04 | Implement ORM_MPTT::delete() properly. | Bharat Mediratta | |
| Inline ORM_MPTT::_grow() for now Rewrite ORM_MPTT tests to be domain specific; they no longer use album/photo helpers. | |||
| 2008-12-04 | Rename Directory_Helper_Test to Dir_Helper_Test | Bharat Mediratta | |
| 2008-12-04 | Replace grow_test and constrict_test with add_hierarchy_test and | Bharat Mediratta | |
| delete_hierarchy_test. Our tests will be more robust if we test the public API and not the internal private functions. If we get to the point where we have to test the private functions, we should probably move those functions into their own separate class with a public API. | |||
| 2008-12-04 | Add unit tests to test growing and contracting the left and right pointers | Tim Almdal | |
| Added a delete method to ORM_MPTT that contracts the tree when an item is deleted | |||
| 2008-12-03 | Rename file::unlink() to dir::unlink(). This creates an API that is | Bharat Mediratta | |
| clearer about its actions, otherwise we may accidentally blow away an entire hierarchy when we think we're deleting a single file (there's a reason why rm won't let you delete dirs that aren't empty!) Name it "dir" instead of "directory" because apparently "directory" is already reserved. Move the delete call out of Items_Controller and into the model. The model is responsible for keeping state integrity, not the controller. | |||
| 2008-12-03 | Add a MY_file class that extends the file helper by creating an unlink ↵ | Tim Almdal | |
| method that deletes a file or an album directory. Modify Items_Controller::_delete to call this new helper method when deleting an item | |||
| 2008-12-03 | Implement two tests | Bharat Mediratta | |
| 2008-12-03 | Test stubs | Bharat Mediratta | |
| 2008-11-27 | 1) Create a Theme_View class that combines the functionality of the Theme ↵ | Tim Almdal | |
| class with the View class. 2) Only define the form.html.php::DrawForm method once if there are multiple forms on the page (i.e. comments and add tags) | |||
| 2008-11-26 | Some code audit fixes and adding some directory separator normalization code ↵ | Andy Staudacher | |
| to make it work on Windows as well. | |||
| 2008-11-26 | Initial commit of the translation class, I18n_Core and some tests. | Andy Staudacher | |
| - Port of Ruby's I18n gem (http://rails-i18n.org/) - Added proper plural handling on top of that. - Using CLDR 1.6's plural form data - See I18n_Test for example usage. - Not integrated into G3 templates yet. Probably adding __() as alias for I18n::instance->translate(). - No specific plan yet where localization files should live. | |||
| 2008-11-22 | * Added test for rest::request_method(). | Jozef Selesi | |
| * Implemented delete in comment. | |||
| 2008-11-21 | Fixed a bug in the REST controller dispatcher and added a test case that ↵ | Jozef Selesi | |
| excercises it. | |||
| 2008-11-20 | Break dispatch tests up into little ones. | Bharat Mediratta | |
| 2008-11-20 | Add unittest and caching for ORM_MTPP::descendants | Tim Almdal | |
| 2008-11-20 | Limit File_Structure_Test to only apply the regex expression if views is ↵ | Tim Almdal | |
| contained in the path name. | |||
| 2008-11-20 | Add unittest and caching to ORM_MTPP::descendants_count | Tim Almdal | |
| 2008-11-20 | * Added HTTP status constants and helper functions to REST helper. | Jozef Selesi | |
| * HTTP header setting in comment module now going through REST helper API. * Fixed items controller test. * Fixed user installer test. * Fixed _create() handling in the REST controller. * Fixed routing for edit and add forms. * Added some tests for the REST controller. * Set svn:eol-style to LF on a bunch of files. * Added preamble to MY_Forge.php. | |||
| 2008-11-19 | Add the original item height and width to the item table | Tim Almdal | |
| 2008-11-19 | Change the regex to assert true for files that match the pattern ↵ | Tim Almdal | |
| "#/views/.*?(\.html|mrss)\.php$#" | |||
| 2008-11-19 | Change the view_files_end_in_html_dot_php_test to ↵ | Tim Almdal | |
| view_files_correct_suffix_test and change it to also accept mrss as a valid suffix | |||
| 2008-11-19 | Update the unit test for mime types. Can't test it right now because ↵ | Bharat Mediratta | |
| routing is broken for the test framework so we have to fix that first. | |||
| 2008-11-11 | Updated for recent Item_Controller API change | Bharat Mediratta | |
| 2008-11-11 | Reset PasswordHash.php to its original state and exclude it from the ↵ | Tim Almdal | |
| file_structure_test | |||
| 2008-11-10 | Add a test to make sure that we have no windows-style line endings. | Bharat Mediratta | |
| 2008-11-10 | Tests for Item_Controller | Bharat Mediratta | |
| 2008-11-09 | Rename tests to make room for controller tests | Bharat Mediratta | |
| Album_Test -> Album_Helper_Test Photo_Test -> Photo_Helper_Test | |||
| 2008-11-09 | Implement Item_Controller::put() and delete() | Bharat Mediratta | |
| Adjust/simplify photo::create Add image uploading to the scaffolding | |||
| 2008-11-07 | Add children_count() to ORM_MPTT | Bharat Mediratta | |
| 2008-11-05 | * Add thumbnail and resize dimensions to the item table and use them | Bharat Mediratta | |
| properly in the theme. * Move thumbnail and resize generation down into the model for consistency. * Add a sample thumbnail for albums * Fix a bug in the ORM to clear the cache when we reload an object. * Add Kohana docs to the scaffold. | |||
| 2008-11-05 | ORM_MPTT::parents() should not include the node itself. | Bharat Mediratta | |
| 2008-11-05 | Change the default theme to actually render what's in the Gallery. | Bharat Mediratta | |
| Currently only the album view works, albums have no thumbnails, and there's only 1 image in use. Improved Item_Model to have the following API methods file_path() -- returns the path to the source image or album dir thumbnail_path(), thumbnail_url() -- returns path/url to the thumbnail resize_path(), resize_url() -- returns path/url to the resize All tests updated. | |||
| 2008-11-05 | The carousel block is now off into its own module. The | Bharat Mediratta | |
| sidebar.html.php file loops over $theme->blocks() which in turn calls carousel::block() which uses the Block object to create a standard block UI. Hooray! | |||
