summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries
AgeCommit message (Expand)Author
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-02Remove debugging statementesTim Almdal
2009-09-02Move HTMLPurifier from core to contrib and make it optional. Delete the modul...Tim Almdal
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-30Use is_descendant() API inside move_to() for clarity.Bharat Mediratta
2009-08-29Merge commit 'upstream/master'Andy Staudacher
2009-08-29Bugfix: Don't forget to copy the _is_purified_html flag when cloning a SafeSt...Andy Staudacher
2009-08-29Add more factory methods for convenience:Andy Staudacher
2009-08-29Adding SafeString::for_html_attr()Andy Staudacher
2009-08-29Adding SafeString which is going to replace p::clean() and p::purify().Andy Staudacher
2009-08-28Don't record mail failures when we throw the exception, record themBharat Mediratta
2009-08-28Add logging to sendmail library when exception encounteredTim Almdal
2009-08-27Convert tabs to spaces.Bharat Mediratta
2009-08-25Workaround to make G3 work with Turkish locale.Andy Staudacher
2009-08-10Create the concept of an "ajax link" and use it for thumbnail rotationBharat Mediratta
2009-08-09Fix up context menus a bit.Bharat Mediratta
2009-08-06Merge branch 'master' of git@github.com:bharat/gallery3 into bharat_branchBharat Mediratta
2009-08-05Fix the default $orderby to be an associative array in descendants() and chil...Bharat Mediratta
2009-08-05Change the children and descendants APIs to be more consistent and toBharat Mediratta
2009-08-05Change the children methods on Item_Core and ORM_MPTT in order toTim Almdal
2009-08-03Combine the quick menu and the thumb menu into a single menu calledBharat Mediratta
2009-08-02Change the API for getting to the original state of an ORM.Bharat Mediratta
2009-07-29Make body_attributes() a theme callback instead of a method on theBharat 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-28Use events to generate menus, instead of having xxx_menu helpers.Bharat Mediratta
2009-07-28Create A Forge Script element. Form_Script allows the specificationTim Almdal
2009-07-25Rename columns that use reserved SQL words : items.left and items.rightRomain LE DISEZ
2009-07-22Use the Kohana cascading filesystem to locate resources loaded by theBharat Mediratta
2009-07-20Dump out the error message along with the stack trace when we catch anBharat Mediratta
2009-07-17Rename "locale" helper to "locales" to avoid conflicting with PHP 5.3.Bharat Mediratta
2009-07-17Don't show the combined CSS/JS elements if we didn't combine anything.Bharat Mediratta
2009-07-17Don't bother making gzencoded version of combined CSS/JS if zlib.output_compr...Bharat Mediratta
2009-07-17Change model_cache::clear() API to clear everything. This preventsBharat Mediratta
2009-07-16Non-trivial changes to the event handling code:Bharat Mediratta
2009-07-16move fix for backslashes on windows outside of loop per bharat's suggestionKevin Nehls
2009-07-16Fix backslashes in relative URLs of combined css files.Kevin Nehls
2009-07-14Removed unnecessary contructor from the HTMLPurifier.php library classTim Almdal
2009-07-11Get the thumbnail menu working.Bharat Mediratta
2009-07-11Fix whitespace typo.Bharat Mediratta
2009-07-11Put quotes around the href param (href="#")Tim Almdal
2009-07-10Add a title attribute to the li of a menuTim Almdal
2009-07-10Compact all menus. This fixes the problem that the new [Options]Bharat Mediratta
2009-07-03Update the source so the third party code passes the File Structure TestTim Almdal
2009-07-03Fix for ticket #400: Add HTMLPurifier to gallery3 and change p::clean() to ca...Tim Almdal
2009-07-012 fixes:Bharat Mediratta