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
/
gallery
/
tests
/
File_Structure_Test.php
Age
Commit message (
Expand
)
Author
2013-01-24
#1960 - Add unit test to look for extra spaces at end of line
shadlaws
2013-01-23
After finding a test in Item_Model_Test that didn't end in the string "_test"...
Bharat Mediratta
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-04-01
Exclude modules/gallery/vendor/joomla from some structure tests
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-04-25
Move random::string() to be test::random_string() and have it return a
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-06-20
Assert how many files we analyze so that we can tell if we're suddenly
Bharat Mediratta
2010-06-20
Add "json" as a valid view suffix.
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-06
Fix for ticket 1004: Replace all uses of split with explode (none actually re...
Andy Staudacher
2010-01-21
Exclude modules/gallery_unit_test/views/kohana/error.php
Bharat Mediratta
2010-01-19
Extend Gallery_Unit_Test_Case instead of Unit_Test_Case.
Bharat Mediratta
2010-01-02
Ignore modules/gallery/views/kohana/error.php -- we're required to have that ...
Bharat Mediratta
2009-12-21
Fix preambles, and fix the File_Structure_Test to be more lenient
Bharat Mediratta
2009-10-22
Rename No_Direct_access_Test and change the require_once to fully qualify the...
Tim Almdal
2009-10-21
Create a No_Direct_Access test which initially checks to insure there is no d...
Tim Almdal
2009-08-30
Improve no_tabs test to print out a complete list of files + line numbers + l...
Andy Staudacher
2009-07-13
Add quotes around all values that contain spaces in them, and add a
Bharat Mediratta
2009-07-03
Update the source so the third party code passes the File Structure Test
Tim Almdal
2009-05-28
Prepend all code files we copy from Gallery2 and put into var with our
Bharat Mediratta
2009-05-27
Convert a few more references of APPPATH to MODPATH/gallery
Bharat Mediratta
2009-05-27
Update all references to the core application to now point to the
Bharat Mediratta
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta