summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
AgeCommit message (Expand)Author
2009-06-12Create gallery::date_time(), gallery::date() and gallery::time()Bharat Mediratta
2009-06-12Don't count the root as an album in the stats block. It'll just confuse our ...Bharat Mediratta
2009-06-12Continue refactoring the rss module and distribute the creation of album andTim Almdal
2009-06-12Move the processing of rss feeds from the rss controller to callbacks in theTim Almdal
2009-06-12Change from an event driven model to a call driven model similiar to the taskTim Almdal
2009-06-12Change the "request_feed_links" eventing handling so that individual modulesTim Almdal
2009-06-12Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-06-12Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2009-06-12Add /usr/local/bin to PATH before trying to detect binaries.Bharat Mediratta
2009-06-12adding string to localizerunostar
2009-06-11Merge branch 'master' of git@github.com:talmdal/gallery3Tim Almdal
2009-06-11Rename theme_details to theme_options. These changes got left out ofBharat Mediratta
2009-06-11Changed rss_theme::sidebar_blocks to fire the event "request_feed_links" toTim Almdal
2009-06-09Fix a bug in set_version() where we were always forcing the value to 1. Oops!Bharat Mediratta
2009-06-09Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2009-06-09Cache the available module list in module::$available.Bharat Mediratta
2009-06-09Use a reference in available() to avoid crappy looking dereferencing.Bharat Mediratta
2009-06-09Merge branch 'master' of git@github.com:gallery/gallery3Andy Staudacher
2009-06-09Fix for fetching l10n plural messages. Need to cast from stdclass to array(),...Andy Staudacher
2009-06-09Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2009-06-09Check in /usr/local/bin for ffmpeg, and create the setting even if itsBharat Mediratta
2009-06-09Removed extra whitespaceTim Almdal
2009-06-09Create a new method in MY_url.php "get_item_from_uri" which loads the itemTim Almdal
2009-06-08Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2009-06-07Improve error handling support for corrupt images and report themBharat Mediratta
2009-06-06Merge branch 'master' of git@github.com:gallery/gallery3Andy Staudacher
2009-06-06Preliminary BiDi support (needs *a lot* of tweaking)Andy Staudacher
2009-06-06Merge branch 'master' of git@github.com:gallery/gallery3Chad Kieffer
2009-06-06Remove album view icon link, added album link to info module. This and breadc...Chad Kieffer
2009-06-05change the version to beta 1Bharat Mediratta
2009-06-06Add the exception message to the trace string when there's a graphicsBharat Mediratta
2009-06-06Correct locale and local translationunostar
2009-06-06Add Belarusian to the language list.Bharat Mediratta
2009-06-06Localize the 'Advanced' menu itemBharat Mediratta
2009-06-04Skip over busted images when rebuilding. Change graphics::generate()Bharat Mediratta
2009-06-04Work around a problem with the CGI sapi on urls that don't containBharat Mediratta
2009-06-04Make sure the item is loaded in parse_url() before we use it.Bharat Mediratta
2009-06-04Add MY_num containing num::convert_to_bytes() which supports PHP'sBharat Mediratta
2009-06-04Let the Akismet module create the statistics menu, since it's the onlyBharat Mediratta
2009-06-03Sanitize all data we return via json_encode() to guard against XSS andBharat Mediratta
2009-06-02made "Add photos" its own site menu itemjhilden
2009-06-02make cleanm staticTim Almdal
2009-06-02Extend L10n client to provide UI for plural translation.Andy Staudacher
2009-06-01Security pass over all controller code. Mostly adding CSRF checkingBharat Mediratta
2009-06-01Fix a place where I shouldn't have renamed "core" to "gallery", breaking main...Bharat Mediratta
2009-05-31Relax the regex we use to extract the movie size so that it works withBharat Mediratta
2009-05-31Switch to using html::specialchars() for cleaning.Bharat Mediratta
2009-05-31First pass at an XSS security test, along with the "p" helper whichBharat Mediratta
2009-05-30gate $can_edit and $can_add on whether or not we have an $item at allBharat Mediratta
2009-05-29remove scaffolding codetim almdal