summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2011-05-18Expand the legal_file events to include separate photo and movie events, and ...Chad Parry
2011-05-18Merge branch 'master' of https://github.com/gallery/gallery3 into rawphotoChad Parry
2011-05-08Add the item id to the print_proxy line so that we have a little more infoBharat Mediratta
2011-05-06Merge pull request #52 from chadparry/tempnamBharat Mediratta
2011-05-05Follow-on to 6f916e49d5b431c2c1961a13d1a61fef8c02d628 -- don't makeBharat Mediratta
2011-05-04Remove a newline I accidentally introduced.Chad Parry
2011-05-04Merge branch 'master' into tempnamChad Parry
2011-05-04Simplified the temp_filename implementation and removed the mocks.Chad Parry
2011-05-04Avoid "self::" because Kohana can't override it.Chad Parry
2011-05-02Track and redirect core.DownloadItem requests properly. This canBharat Mediratta
2011-05-02Map the G2 album highlight thumbnail derivative id to the G3 album'sBharat Mediratta
2011-04-30Merge branch 'master' of https://github.com/gallery/gallery3 into rawphotoChad Parry
2011-04-30Explain the conditional rename in item::save() with a comment.Chad Parry
2011-04-30Improve the comment explaining why the data_file extension is important.Chad Parry
2011-04-30The data_file field is public, so we don't need to supply an accessor method.Chad Parry
2011-04-30Change the signature of system::tempnam to something more appropriate for Gal...Chad Parry
2011-04-30Create a tempnam substitute that safely creates files with a given extension.Chad Parry
2011-04-30Differentiate between invalid, missing and broken G2 configs andBharat Mediratta
2011-04-30Change the signature of system::tempnam to something more appropriate for Gal...Chad Parry
2011-04-30Change the name of the extensions helper to legal_file.Chad Parry
2011-04-30Change the name of the extensions helper to legal_file.Chad Parry
2011-04-27Remove a newline at the end of the file that I accidentally introduced.Chad Parry
2011-04-27Merge branch 'master' of https://github.com/gallery/gallery3 into rawphotoChad Parry
2011-04-27Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2011-04-27Move the extensions helpers out of the Kohana system directory and into their...Chad Parry
2011-04-26Overhaul the Admin > Content > Comments page. Use a tabbed interfaceBharat Mediratta
2011-04-26Stop using Pagination() and instead use $theme->pager() in views.Bharat Mediratta
2011-04-25Move random::string() to be test::random_string() and have it return aBharat Mediratta
2011-04-25Fix a bug introduced in 526859d9605d137ebe053ecbd80f46ca6a331194 whereBharat Mediratta
2011-04-25Update test golden files.Bharat Mediratta
2011-04-25Add appropriate preamble. #1696, #1698Bharat Mediratta
2011-04-24Show the tabs after the page has loaded to prevent Firefox from rendering theBharat Mediratta
2011-04-24Merge branch 'master' of git://github.com/ckieffer/gallery3Bharat Mediratta
2011-04-24Look for and return embed.php files in the autocomplete list if we canBharat Mediratta
2011-04-24Refactor the meat of g2_import::import_album() off into a separateBharat Mediratta
2011-04-24Ignore the presort when transferring over sort orders. Fixes #1710.Bharat Mediratta
2011-04-24Merge branch 'master' of git://github.com/gallery/gallery3Chad Kieffer
2011-04-24Fix a bug introduced in f2477703faa7cd05ff1aa16da3ecef7b666bef40 whichBharat Mediratta
2011-04-24Don't put the Admin > Theme Options Save button in a fieldset.Chad Kieffer
2011-04-24Revert my two "fixes" on top of Andy's tag combine change. Leave Tag_Model::...Bharat Mediratta
2011-04-24Merge branch 'master' of git://github.com/gallery/gallery3Chad Kieffer
2011-04-24Third times the charm. Rethink unordered lists and bullets. Revert to turning...Chad Kieffer
2011-04-24Sentence-case the url. Fixes #1706.Bharat Mediratta
2011-04-24Merge branch 'master' of https://github.com/gallery/gallery3 into rawphotoChad Parry
2011-04-24For ticket #1701. Remove unused variable.Tim Almdal
2011-04-24Expose the data file field.Chad Parry
2011-04-24Clarify the meaning of variable names.Tim Almdal
2011-04-24Don't assign to the item->name field if the name is unchanged, because the sa...Chad Parry
2011-04-23Preserve old data files long enough for them to be available to event handlers.Chad Parry
2011-04-23Allow the tag rename function to split a tag into multiple tags if a comma is...Tim Almdal