summaryrefslogtreecommitdiff
path: root/modules/gallery
AgeCommit message (Expand)Author
2009-09-08Move specialized (pretty) url generation back into Item_Model so thatBharat Mediratta
2009-09-08Improve comment.Bharat Mediratta
2009-09-07Automagically generate pretty urls for movies, too.Bharat Mediratta
2009-09-07Fix a bug where we were not properly decoding the path in the fallbackBharat Mediratta
2009-09-07Update Item_Model::save() to consider the relative_xxx_cache fields asBharat Mediratta
2009-09-071. Actually set the slug to the new value in the controllers.Bharat Mediratta
2009-09-07Add the 'Internet Address' field to all items, along with properBharat Mediratta
2009-09-07Correct a mental mistake in the prior change. All the xxx_url()Bharat Mediratta
2009-09-07Switch to using Item_Model::relative_url() for the url path.Bharat Mediratta
2009-09-07Remove unused item::validate_no_name_conflict() and a debug line.Bharat Mediratta
2009-09-07Add item::validate_url_safe() with a test.Bharat Mediratta
2009-09-07Populate the slug field from the title as well.Bharat Mediratta
2009-09-07Add the slug to album, photo, and movie forms.Bharat Mediratta
2009-09-07Update golden file.Bharat Mediratta
2009-09-07Add support for a per-item "slug" which will be the user-visible urlBharat Mediratta
2009-09-07Quiet down ffmpeg in movie::extract_frame()Bharat Mediratta
2009-09-06Don't allow users to take away their own edit permissions. If weBharat Mediratta
2009-09-06Don't show clickable link for breadcrumb items where the user doesn'tBharat Mediratta
2009-09-05Bugfixes for locales::locale_from_http_request(), and adding tests.Andy Staudacher
2009-09-05Update XSS test golden data file.Andy Staudacher
2009-09-05Change the module installer so that you don't need to provide your ownBharat Mediratta
2009-09-04Add @todo to replace locales::locale_from_http_request()Bharat Mediratta
2009-09-04XSS test golden data file updateAndy Staudacher
2009-09-04Add new locale preferences: Adding per session (cookie) locale preferences an...Andy Staudacher
2009-09-04Simplifying SafeString a bit: From a XSS HTML security point of view, treat c...Andy Staudacher
2009-09-03Checkpoint.Bharat Mediratta
2009-09-03Fix tests for new purifier API.Bharat Mediratta
2009-09-03Fix test for new purifier API.Bharat Mediratta
2009-09-03Refactor interaction with the purifier module so that the API isBharat Mediratta
2009-09-03Minor performance improvement: Reduce module var cache lookups in SafeString.Andy Staudacher
2009-09-03Ensure that purify isn't applied twice for an already purified SafeStringAndy Staudacher
2009-09-03Merge branch 'master' into talmdalTim Almdal
2009-09-03fix the expected return value of photos controllerTim Almdal
2009-09-03fix the expected return value of album controllerTim Almdal
2009-09-03Change the Html_Helper and SafeString tests to change the expeced results bas...Tim Almdal
2009-09-02Merge branch 'master' into talmdalTim Almdal
2009-09-02Merge branch 'master' of git@github.com:gallery/gallery3Chad Kieffer
2009-09-02Fix bg images in tables bug in webkit and ie. #718Chad Kieffer
2009-09-02Undo rest of the indentation issue accidentally created in 8312eb andBharat Mediratta
2009-09-02Change graphics::generate() API so that it doesn't return a boolean,Bharat Mediratta
2009-09-02Merge branch 'master' into talmdalTim Almdal
2009-09-02fix a leading space that was causing the file_structure_test to failTim Almdal
2009-09-02Merge branch 'master' into talmdalTim Almdal
2009-09-02Fix formatting, and use a properly named file inBharat Mediratta
2009-09-02Deal with the aftermath of adding sharpen() calls. Since GD does notBharat Mediratta
2009-09-02Refactor how we use $this->relative_path() so that we're not callingBharat Mediratta
2009-09-02Remove debugging statementesTim Almdal
2009-09-02Move HTMLPurifier from core to contrib and make it optional. Delete the modul...Tim Almdal
2009-09-01Fix up incorrectly applied html::mark_clean(). Resolves #698, thanks fperwth!Bharat Mediratta
2009-09-01Allow anything to be made an album cover, except for direct childrenBharat Mediratta