Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-04-25 | Update test golden files. | Bharat Mediratta | |
2011-04-23 | Add convert_to_human_readable and tests for both. Resolves #1693. | Bharat Mediratta | |
2011-04-22 | Do simple transliteration when converting filenames to slugs, but check | Bharat Mediratta | |
to see if the transliteration module is available and use a more complex transliteration if possible. Fixes #1668. | |||
2011-01-21 | Update XSS golden file | Bharat Mediratta | |
2011-01-21 | Update copyright to 2011. | Bharat Mediratta | |
2011-01-15 | Golden file updates for xss and controller authentication. | Bharat Mediratta | |
2011-01-15 | Revive the code from Cache_Driver::exists and put it into a helper | Bharat Mediratta | |
function in the test so that we can keep our tests functioning. Follow on to 66fd8c7518ab71466aca72d20fb7bcd5f374af26 for #1559. | |||
2010-12-28 | Use db::expr instead of "new Database_Expression". Resolves #1560. | Bharat Mediratta | |
2010-12-28 | Update test to match change in Item_Model::as_restful_array made in | Bharat Mediratta | |
7e31f97b4cbc5cf1894611de1e9de7a3efc6ad50 for #1536. | |||
2010-12-28 | Update golden file to reflect the change in | Bharat Mediratta | |
c989981041e66e336f1410b651173305ab184aba for #1520. | |||
2010-12-21 | Implement item::find_by_relative_url with tests. | Bharat Mediratta | |
2010-12-21 | Change item::find_by_path() to check the relative_path_cache first, | Bharat Mediratta | |
and only fall back the name/level comparison if there's no cached entry. Update tests accordingly. | |||
2010-12-21 | Return an empty Item_Model when item::find_by_path fails | Bharat Mediratta | |
2010-12-21 | Tighten up item::find_by_path slightly. Augment the tests to cover | Bharat Mediratta | |
special characters in the file name ("+" is an edge case differentiator between rawurlencode and urlencode). | |||
2010-12-21 | Fix assertion order to be (expected,actual) | Bharat Mediratta | |
Change strinct concatenation to be variable interpolation to tighten it up. | |||
2010-12-22 | Minor changes to satisfy the G3 code standards. | Kriss Andsten | |
2010-12-22 | Packaging + tests of Bharat's find_by_path routine. | Kriss Andsten | |
2010-12-15 | Consolidate all the random code into a random helper that offers: | Bharat Mediratta | |
random::hash() random::string() random::percent() random::int() So that we don't have lots of different ways to get random values all over the code. Follow-on to #1527. | |||
2010-12-15 | Use mt_rand() instead of rand() since it provides better portability. | Bharat Mediratta | |
Fixes #1527. | |||
2010-12-15 | Follow on to d2be26e407aeb620082bcad2d5a45272868b38a1 to update the | Bharat Mediratta | |
unit tests to reflect the proper type filtering for #1503. | |||
2010-12-15 | Clean up golden file as a follow-on to | Bharat Mediratta | |
3c523bcac6e902973c5891c02842254eaecd33a4 for #1499. | |||
2010-12-15 | Clean up xss golden file as a follow-on to | Bharat Mediratta | |
945e79b17182f7c96eb4b566bd41d26b5f8c4288 for #1478. | |||
2010-12-14 | Move photo/movie file extension validation into the model. Fixes #1524. | Bharat Mediratta | |
2010-11-20 | I don't run these, I doubt anybody does. Deleting | Bharat Mediratta | |
2010-11-09 | Tie the image cachebuster to the file mtime instead of | Bharat Mediratta | |
Item_Model::$updated since we want the url to be stable whenever possible. Fixes #1482. | |||
2010-11-08 | Implement module::clear_all_vars($module_name) | Bharat Mediratta | |
Also switch from using ORM to Database_Builder for the SQL because it's cleaner, and clean up the test. Fixes #1479. | |||
2010-10-04 | Not sure why digibug::close_window() changed in the listing, but it looks ↵ | Bharat Mediratta | |
fine here. | |||
2010-09-18 | The Kohana folks removed the cache cleanup code back in | Bharat Mediratta | |
http://dev.kohanaframework.org/projects/kohana2/repository/revisions/4605 So now our cache entries don't expire. For now, do cache expiration whenever we render Admin > Maintenance, since that's the type of place that users will go when they want their cache to expire anyway. | |||
2010-09-17 | Checkpoint. | Bharat Mediratta | |
2010-09-13 | When moving a single item, just copy its permissions from its parent | Bharat Mediratta | |
album. This is totally legal since an items permissions must be the same as its parent's, and it's much faster for large installs where a complete recalculation can be very costly. Should fix #1360. | |||
2010-09-11 | Uniqify the name and slug when we move an item to a new location with | Bharat Mediratta | |
a conflict. This fixes #1364. | |||
2010-09-11 | Verified. | Bharat Mediratta | |
2010-09-11 | upgrader/index does not require CSRF | Bharat Mediratta | |
2010-09-07 | Updated for b6fa33faf789749f4de3f4eadf8832748372c980 | Bharat Mediratta | |
2010-09-06 | Verified checkpoint. | Bharat Mediratta | |
2010-09-01 | Fix up the test so it works with the changes for ticket #1216. Also note the ↵ | Tim Almdal | |
name change to the first test. Form a php reflection point of view Sendmail_Test (class name) == sendmail_test (method name) so the method gets treated as a constructor instead of a test method. | |||
2010-08-31 | Patch for ticket #1216. Move the values that were in the sendmail config ↵ | Tim Almdal | |
file and store them as gallery module variables. Requires a version number bump to 37. | |||
2010-08-24 | Delete old SWFupload code. We replaced it with uploadify ages ago. | Bharat Mediratta | |
2010-08-15 | We use UTF-8 everywhere. Fixes ticket #1285. | Bharat Mediratta | |
2010-08-15 | Verified. | Bharat Mediratta | |
2010-08-08 | Use the gallery helper date/time functions wherever we format date | Bharat Mediratta | |
time for the browser. Fixes ticket #1278. | |||
2010-08-08 | Verified. | Bharat Mediratta | |
2010-08-08 | Verified. | Bharat Mediratta | |
2010-08-08 | Add the $max_level param to all calls to _sanitize_for_dump() | Bharat Mediratta | |
2010-08-07 | Add the ability to replace the source data file in Item_Model::save(). | Bharat Mediratta | |
Refactor the rotate code in Quick_Controller to replace the data file, and then have gallery_event::item_updated_data_file() pick up after the change is saved, rebuild the image and handle album covers. This is much more portable than before and it will allow any mechanism (eg: REST) to replace the source image. | |||
2010-07-27 | Verified | Bharat Mediratta | |
2010-07-27 | Updated | Bharat Mediratta | |
2010-07-06 | Fix for ticket #1181. Use $.getJSON to retrieve the json contents of the ↵ | Tim Almdal | |
dialog. Convert all the controllers that create the data to go into a dialog to return the html as part of a json object. | |||
2010-07-06 | Update the xss golden file | Tim Almdal | |