Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-08 | Rename uploadify SWF wrappers to end in .swf.php for consistency. | Bharat Mediratta | |
2013-05-09 | Get rid of the security preamble - we intend for these files to be directly ↵ | Bharat Mediratta | |
accessible. | |||
2013-01-24 | #1960 - Add unit test to look for extra spaces at end of line | shadlaws | |
- Added no_extra_spaces_at_end_of_line_test to File_Structure_Test. - Updated Gallery_Filters to exclude testing code that isn't ours. - Removed existing extra spaces. New test now passes. | |||
2013-01-23 | After finding a test in Item_Model_Test that didn't end in the string ↵ | Bharat Mediratta | |
"_test" and fixing it in 9ba9f3953132c5c5de9efb0a4724c7b9300dc9ea I decided to write a test to make sure that we don't have any other overlooked tests. We don't. | |||
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 | |
random string of any length. Also introduce test::lorem_ipsum() and use that in places where we want strings of words. Fixes #1713. | |||
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 | |
analzying too many or too few. | |||
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 ↵ | Andy Staudacher | |
required regular expressions). Thanks to Brian Hartsock for providing a patch! | |||
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 | |
name by Kohana_404_Exception. | |||
2009-12-21 | Fix preambles, and fix the File_Structure_Test to be more lenient | Bharat Mediratta | |
because of preamble variation in K24. | |||
2009-10-22 | Rename No_Direct_access_Test and change the require_once to fully qualify ↵ | Tim Almdal | |
the path to Gallery_Filters.php | |||
2009-10-21 | Create a No_Direct_Access test which initially checks to insure there is no ↵ | Tim Almdal | |
direct access to the users and groups table defined by the user module. | |||
2009-08-30 | Improve no_tabs test to print out a complete list of files + line numbers + ↵ | Andy Staudacher | |
line snippet. | |||
2009-07-13 | Add quotes around all values that contain spaces in them, and add a | Bharat Mediratta | |
test to make sure that we continue to do so. This makes sure that we don't have problems with 5.3 which treats the literal "on" as a boolean. | |||
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 | |
code preamble for security. Update File_Structure_Test::code_files_start_with_preamble_test to check all the php files in var, too. | |||
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 | |
gallery module. This type of mass update is prone to some small bugs. | |||
2009-05-27 | Restructure things so that the application is now just another module. | Bharat Mediratta | |
Kohana makes this type of transition fairly straightforward in that all controllers/helpers/etc are still located in the cascading filesystem without any extra effort, except that I've temporarily added a hack to force modules/gallery into the module path. Rename what's left of "core" to be "application" so that it conforms more closely to the Kohana standard (basically, just application/config/config.php which is the minimal thing that you need in the application directory) There's still considerable work left to be done here. |