summaryrefslogtreecommitdiff
path: root/modules/gallery/tests/File_Structure_Test.php
AgeCommit message (Collapse)Author
2009-12-21Fix preambles, and fix the File_Structure_Test to be more lenientBharat Mediratta
because of preamble variation in K24.
2009-10-22Rename No_Direct_access_Test and change the require_once to fully qualify ↵Tim Almdal
the path to Gallery_Filters.php
2009-10-21Create 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-30Improve no_tabs test to print out a complete list of files + line numbers + ↵Andy Staudacher
line snippet.
2009-07-13Add quotes around all values that contain spaces in them, and add aBharat 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-03Update the source so the third party code passes the File Structure TestTim Almdal
2009-05-28Prepend all code files we copy from Gallery2 and put into var with ourBharat 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-27Convert a few more references of APPPATH to MODPATH/galleryBharat Mediratta
2009-05-27Update all references to the core application to now point to theBharat Mediratta
gallery module. This type of mass update is prone to some small bugs.
2009-05-27Restructure 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.