summaryrefslogtreecommitdiff
path: root/modules/gallery
AgeCommit message (Expand)Author
2011-01-16Fixed paging for albums ordered by random.Joe7
2011-01-15Golden file updates for xss and controller authentication.Bharat Mediratta
2011-01-15Revive the code from Cache_Driver::exists and put it into a helperBharat Mediratta
2011-01-15Fix all the head() and admin_head() theme callbacks to return theBharat Mediratta
2011-01-15Reorganize the url() function out from in the middle of the script/css combin...Bharat Mediratta
2011-01-11Update comments to annotate what data is where during the process.Bharat Mediratta
2011-01-11Merge branch 'Ticket#1518' of git://github.com/Joe7/gallery3Bharat Mediratta
2011-01-11Two improvements to Joe's fix for #1504:Bharat Mediratta
2011-01-11Merge branch 'Ticket#1504' of git://github.com/Joe7/gallery3Bharat Mediratta
2011-01-11Update some comments.Bharat Mediratta
2011-01-11Merge branch 'fix-viewable2_master' of git://github.com/BigMadWolf/gallery3Bharat Mediratta
2011-01-12Returning 2 flags from l10n_client::validate_api_key(), 1 to reflect if conne...Joe7
2011-01-11Removed check as input value is compared against dataset of validated values,...Joe7
2011-01-11Don't resize if the target size is the same as the original. Fixes #1602.Bharat Mediratta
2011-01-10Create new APIs for allowing themers to control what CSS/JS getBharat Mediratta
2011-01-10Stop using "which" to find binaries. Create system::find_binary()Bharat Mediratta
2011-01-10Allow File_Proxy_Controller to run in private gallery mode since itBharat Mediratta
2011-01-10Fix up the version detecting regex for GraphicsMagick and don't crashBharat Mediratta
2011-01-10Merge branch 'graphics/detect_toolkits()_refactoring' of git://github.com/Joe...Bharat Mediratta
2011-01-09Fixed item controllers so that any item position is computed correctly, when ...Jérémy Subtil
2011-01-09Moved item_Model::get_position() method to the Item helper. It now calls the...Jérémy Subtil
2011-01-08Improve gallery::find_file() to do a better job of detecting the modules/them...Bharat Mediratta
2011-01-09Made t() calls parsable by localization scannerJoe7
2011-01-08Revert "Warn admins after login if their PHP install has the"Bharat Mediratta
2011-01-08Use the code version when installing a module that has no installer,Bharat Mediratta
2011-01-08Minor coding style fixJoe7
2011-01-08Refactored graphics::detect_toolkits() so ImageMagick and GraphicsMagick shar...Joe7
2011-01-07Merge branch 'Ticket#1154' of git://github.com/Joe7/gallery3Bharat Mediratta
2011-01-08Set video player to keep the aspect ratio of the video when playing in fullsc...Joe7
2011-01-07Don't enable the REST module by default (fixes #1585).Bharat Mediratta
2011-01-07Allow '..' segment in photo/album paths through file_proxy (as is not forbidd...Joe7
2011-01-06Merge branch 'master' into organize_devBharat Mediratta
2011-01-05Keep Item_Model::scale_dimensions from upscaling. Fixes #1579.Bharat Mediratta
2011-01-03Some small follow on fixes for #1559 and #1568:Bharat Mediratta
2011-01-03Follow on to cfaa62370ecbdb3badf4ab68bbefa7cfedaea154 to fix indentation.Bharat Mediratta
2011-01-03Using array support introduced in 8295201adf948ea35f21f75801b7a8bf36c27569Joe7
2011-01-03Reimplemented Kohana 2.3's View::set_global() with array support.Joe7
2011-01-03case fixJoe7
2011-01-03Bugfix: input validation validates description up to length of 65535 chars, b...Joe7
2011-01-03Removed accidental whitespaceJoe7
2011-01-03Keep view counters of all item types accurateJoe7
2010-12-29Improve the solution for #1545 by sorting the settings menu properlyBharat Mediratta
2010-12-28Coding style fixes: identation on line 48+removed trailing whitespaces, added...Joe7
2010-12-28Truncating table first againt collides when converting INDEX into UniqueJoe7
2010-12-28Added changes to installer and upgrader scripts to support INSERT ON DUPLICAT...Joe7
2010-12-28Using ON DUPLICATE KEY UPDATE instead of SELECT+UPDATE/INSERT style method (t...Joe7
2010-12-28Added limit on select as for the outcome it doesn't matter if there are 20 ro...Joe7
2010-12-28Use db::expr instead of "new Database_Expression". Resolves #1560.Bharat Mediratta
2010-12-28Update test to match change in Item_Model::as_restful_array made inBharat Mediratta
2010-12-28Update golden file to reflect the change inBharat Mediratta