summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
AgeCommit message (Expand)Author
2009-09-23Clone the photo::get_edit_form to the movies helper and use it to generate th...Tim Almdal
2009-09-22Create a gallery error handler that traps php errors and rethrows them as Exc...Tim Almdal
2009-09-19On the edit album form, add dirname and slug asa hidden fields, so that when ...Tim Almdal
2009-09-19Change the fix for ticket #775 to always add the Add menu, but not add any it...Tim Almdal
2009-09-18Don't display the add menu if the underlying operating system directory is no...Tim Almdal
2009-09-17Mark permission's display name for translationAndy Staudacher
2009-09-15Improve language preference (Acccept-Language header matching): Boost same-la...Andy Staudacher
2009-09-13Set the version to "3.0 git (pre-RC1)"Bharat Mediratta
2009-09-12Update version to "3.0 beta 3"Bharat Mediratta
2009-09-10Put the buttons for album/photo dialogs in their own group in the formBharat Mediratta
2009-09-10Remove debug code.Bharat Mediratta
2009-09-10Rename "after_installer" to "welcome_message" in the code to make itBharat Mediratta
2009-09-08Fix line > 100 chars.Bharat Mediratta
2009-09-08Replace two preg_replace() calls with a single trim() call.Bharat Mediratta
2009-09-08Amend the v12 installer to empty out the relative_url_cache andBharat Mediratta
2009-09-08Update item::convert_filename_to_slug() to eliminate leading andBharat Mediratta
2009-09-08Remove unused $feed->link.Bharat Mediratta
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-07Add the 'Internet Address' field to all items, along with properBharat 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-07Add the slug to album, photo, and movie forms.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-05Bugfixes for locales::locale_from_http_request(), and adding tests.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-04Add new locale preferences: Adding per session (cookie) locale preferences an...Andy Staudacher
2009-09-02Change graphics::generate() API so that it doesn't return a boolean,Bharat Mediratta
2009-09-02Deal with the aftermath of adding sharpen() calls. Since GD does notBharat Mediratta
2009-09-01Allow anything to be made an album cover, except for direct childrenBharat Mediratta
2009-08-31Don't include Make this the album's cover in context menu's for albums. #705Chad Kieffer
2009-08-31Add icons to context menu for albums. I'm open to other options, if folks thi...Chad Kieffer
2009-08-31XSS review fixes (mostly adding missing html::mark_clean()) calls.Andy Staudacher
2009-08-31Rename mark_safe() to mark_clean()Andy Staudacher
2009-08-30Merge commit 'upstream/master'Andy Staudacher
2009-08-30Tabs to spaces cleanupAndy Staudacher
2009-08-30Rename clean_js to js_string and have it return a complete JS string (with de...Andy Staudacher
2009-08-30Change all instances of SafeString::of_safe_html() to html::mark_safe() in vi...Andy Staudacher
2009-08-29Update all code to use helper method html::clean(), html::purify(), ... inste...Andy Staudacher
2009-08-29Adding html::clean(), ::purify(), etc.Andy Staudacher
2009-08-29Remove try/catch in resize() since that will swallow any exceptionsBharat Mediratta
2009-08-29Undo url helper changes - url methods no longer return a SafeString.Andy Staudacher
2009-08-29Fix for ticket #628:Tim Almdal
2009-08-29Merge commit 'upstream/master'Andy Staudacher
2009-08-29Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...Andy Staudacher