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
/
core
/
tests
Age
Commit message (
Expand
)
Author
2008-12-25
Split Items_Controller_Test into Photos and Albums tests
Bharat Mediratta
2008-12-23
Change photo::create() and album::create() to take ORM instances
Bharat Mediratta
2008-12-22
Update Selenium IDE test case file names.
Chad Kieffer
2008-12-21
Removed my local dev url.
Chad Kieffer
2008-12-20
Add "created" and "updated" timestamps to the items table.
Bharat Mediratta
2008-12-18
I'm tired of clicking. Here are a few Selenium IDE tests.
Chad Kieffer
2008-12-17
Change the album thumbnail/resize from _album.jpg to .album.pjg
Bharat Mediratta
2008-12-17
Separate thumbnails out into var/thumbs. This clears up some ambiguity in I...
Bharat Mediratta
2008-12-16
Make the profiler output more legible by adding some padding to the table.
Bharat Mediratta
2008-12-16
Fix a bug where we were not deleting the .htaccess file on access::reset()
Bharat Mediratta
2008-12-16
Create and delete .htaccess files based on the view permissions for
Bharat Mediratta
2008-12-16
Permission only function on albums.
Bharat Mediratta
2008-12-15
Update to reflect changes in Kohana ORM relationship code.
Bharat Mediratta
2008-12-13
Fix a bug where parent permissions were not getting inherited to newly
Bharat Mediratta
2008-12-13
Make sure that access::can fails if the item is not loaded
Bharat Mediratta
2008-12-13
Set the resize and thumbnail maximum dimension into the module vars table
Tim Almdal
2008-12-12
Move the view permission cache directly into the item table for efficiency. ...
Bharat Mediratta
2008-12-12
New scaffold images. Landscape, portrait, square.
Chad Kieffer
2008-12-12
Get rid of all pseudo users and pseudo groups, while preserving all
Bharat Mediratta
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 st...
Tim Almdal
2008-12-10
Change all access API methods to take ORMs instead of ids. This will
Bharat Mediratta
2008-12-09
Move code to delete users and add/remove users from groups into the
Bharat Mediratta
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
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
2008-12-08
Restructure Menu processing to respect the differnent types of menu items (Me...
Tim Almdal
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
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
2008-12-04
Improvements to access helper.
Bharat Mediratta
2008-12-04
Implement ORM_MPTT::delete() properly.
Bharat Mediratta
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
2008-12-04
Add unit tests to test growing and contracting the left and right pointers
Tim Almdal
2008-12-03
Rename file::unlink() to dir::unlink(). This creates an API that is
Bharat Mediratta
2008-12-03
Add a MY_file class that extends the file helper by creating an unlink method...
Tim Almdal
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 cla...
Tim Almdal
2008-11-26
Some code audit fixes and adding some directory separator normalization code ...
Andy Staudacher
2008-11-26
Initial commit of the translation class, I18n_Core and some tests.
Andy Staudacher
2008-11-22
* Added test for rest::request_method().
Jozef Selesi
2008-11-21
Fixed a bug in the REST controller dispatcher and added a test case that exce...
Jozef Selesi
2008-11-20
Break dispatch tests up into little ones.
Bharat Mediratta
[next]