| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-06-04 | Update xss clean list | Bharat Mediratta | |
| 2009-06-02 | Improve test isolation so that Albums_Controller_Test doesn't fail when run ↵ | Tim Almdal | |
| with Photos_Controller_Test | |||
| 2009-06-02 | Restore "view" permissions on the root album in teardown. | Bharat Mediratta | |
| 2009-06-02 | fix the xss_security_test in regards to the renaming of thumb_tag, ↵ | Tim Almdal | |
| resize_tag and move_tag. | |||
| 2009-05-31 | Update for changes to admin_users_group.html.php | Bharat Mediratta | |
| 2009-05-31 | Updated for renamed variable | Bharat Mediratta | |
| 2009-05-31 | Merge branch 'master' of git://github.com/gallery/gallery3 | Bharat Mediratta | |
| 2009-05-31 | Xss scanner golden file. Up to date. | Bharat Mediratta | |
| 2009-05-31 | Update the clean/dirty format, check all ffiles instead of just one (which ↵ | Bharat Mediratta | |
| was for debugging) | |||
| 2009-05-31 | First pass at an XSS security test, along with the "p" helper which | Bharat Mediratta | |
| can clean HTML output. | |||
| 2009-05-31 | Remove the test images from the gallery module and move it to the developer ↵ | Tim Almdal | |
| module in -contrib | |||
| 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-28 | Update tests to reflect cache-buster param on thumbnail urls. | Bharat Mediratta | |
| 2009-05-28 | Rename Core_Installer_Test -> Gallery_Installer_Test to match the | Bharat Mediratta | |
| change from application -> modules/gallery. | |||
| 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. | |||
