summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2009-08-29Fixing all detected XSS vectors in PHP->JS code.Andy Staudacher
2009-08-29Bugfix: Don't forget to copy the _is_purified_html flag when cloning a SafeSt...Andy Staudacher
2009-08-29Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...Andy Staudacher
2009-08-29Add more factory methods for convenience:Andy Staudacher
2009-08-29Adding SafeString::for_html_attr()Andy Staudacher
2009-08-29Have url::site() and other methods return a SafeString, just as t() and t2().Andy Staudacher
2009-08-29Adding SafeString which is going to replace p::clean() and p::purify().Andy Staudacher
2009-08-29Using SafeString in album controller / viewAndy Staudacher
2009-08-04Fix l10n message for akismet, extracting URLs from the messageAndy Staudacher
2009-08-02Change the API for getting to the original state of an ORM.Bharat Mediratta
2009-07-31Add new events:Bharat Mediratta
2009-07-30Remove debug statementsBharat Mediratta
2009-07-30Update golden fileBharat Mediratta
2009-07-30Fix a static function declaration.Bharat Mediratta
2009-07-30Add some code to guard the weight calculation against zero rows whenBharat Mediratta
2009-07-29Clean up user form events. Thanks to Ben Smith (glooper).Bharat Mediratta
2009-07-29Show the author's username if the author has no fullname. Fixes ticket #601.Bharat Mediratta
2009-07-29Make body_attributes() a theme callback instead of a method on theBharat Mediratta
2009-07-29Oops, I removed too much in my last change. Put talmdal's query back,Bharat Mediratta
2009-07-29Bump the gallery version to 10 in install()Bharat Mediratta
2009-07-29Remove some scary debug code.Bharat Mediratta
2009-07-30Fix for ticket #576Tim Almdal
2009-07-30Remove debugging print statement in search.phpTim Almdal
2009-07-28Adjust the velocity based on whether or not we're waiting for moreBharat Mediratta
2009-07-28Make sure the thumb_menu has the gThumbMenu CSS class.Bharat Mediratta
2009-07-28Move site_menu and admin_menu into gallery helper so that site_menuBharat Mediratta
2009-07-28Disable smooth progressbar scrolling when we're at 100% (else theBharat Mediratta
2009-07-28Change search callbacks to use the event system, so move them out ofBharat Mediratta
2009-07-28Use events to generate menus, instead of having xxx_menu helpers.Bharat Mediratta
2009-07-28Convert the album add dialog to use the new Form_Script libraryTim Almdal
2009-07-28Revert commit 078c77a62b623322956457bfd7bfbdaf56203b00 and change theTim Almdal
2009-07-28Create A Forge Script element. Form_Script allows the specificationTim Almdal
2009-07-28Clean up amd simplify the tag processing: Only allow comma separators betweenTim Almdal
2009-07-28Standardize the specification of tags.Tim Almdal
2009-07-27Remove the unnecessary ORDER BY on $this->sort_column inBharat Mediratta
2009-07-27Updated.Bharat Mediratta
2009-07-27Merge branch 'master' of git@github.com:gallery/gallery3Andy Staudacher
2009-07-27Revert "Remove an useless ORDER BY."... the order by wasn't all that useless.Andy Staudacher
2009-07-27Revert "Fix for ticket #452"Tim Almdal
2009-07-27Back out the fix for ticket #452Tim Almdal
2009-07-27Back out fixes for ticket #452Tim Almdal
2009-07-26Merge branch 'master' of git://github.com/rledisez/gallery3 into rledisez/masterAndy Staudacher
2009-07-26Updated wording of tag separator tipChad Kieffer
2009-07-26It helps to save before committing :-)Tim Almdal
2009-07-26Changed access::user_can to force the owner of an item to haveTim Almdal
2009-07-25Fix for ticket #452Tim Almdal
2009-07-25Fix for ticket #594. Forced the directory name to be required when editting t...Tim Almdal
2009-07-25fix for ticket #574. The user->url database wasn't being set when the user wa...Tim Almdal
2009-07-25Pass the variable when the "user_edit_form" event is fired.Tim Almdal
2009-07-25Rename columns that use reserved SQL words : items.left and items.rightRomain LE DISEZ