| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-07-16 | Update Xss_Security_Test to know about p::purify() and checkpoint the | Bharat Mediratta | |
| golden file. | |||
| 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-06-30 | Checkpoint. | Bharat Mediratta | |
| 2009-06-29 | Revert to serializing and deserializing data. The cache table can't | Bharat Mediratta | |
| accept PHP constructs like arrays (the tests were choking on this). Update tests to reflect the new `key` column. | |||
| 2009-06-29 | Checkpoint. | Bharat Mediratta | |
| 2009-06-28 | Clean up code (i.e. preamble, tabs) from the caching implementation so the ↵ | Tim Almdal | |
| unit tests pass | |||
| 2009-06-27 | Implemented a Database driver for the Kohana Cache library. Rather then ↵ | Tim Almdal | |
| writing our own caching algorithm, we can leverage the Kohana library. This has the added advantage of allowing the administrator to replace the default caching with a 3rd party caching algorithm. | |||
| 2009-06-22 | Update version comparison to match latest gallery module version | Bharat Mediratta | |
| 2009-06-22 | Updated | Bharat Mediratta | |
| 2009-06-10 | Golden file update | Bharat Mediratta | |
| 2009-06-06 | Update xss golden file | Bharat Mediratta | |
| 2009-06-05 | Remove source code copy artefact | Andy Staudacher | |
| 2009-06-05 | Update golden file of Xss test | Andy Staudacher | |
| 2009-06-04 | Updated for csrf in admin.html.php | Bharat Mediratta | |
| 2009-06-04 | Change "CLEAN" to an empty string to see if it's better visually. | Bharat Mediratta | |
| Looks like it is. | |||
| 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. | |||
