summaryrefslogtreecommitdiff
path: root/modules/g2_import/helpers
AgeCommit message (Expand)Author
2009-06-14Trap gallery2 errors when we try to load an invalid user id and abort loading...Bharat Mediratta
2009-06-12Support imports from multisite G2 installs.Bharat Mediratta
2009-06-12Work around different initialization code in earlier versions of Gallery 2.Bharat Mediratta
2009-06-11Trap exceptions from movie::create() and mark those movies as corrupt.Bharat Mediratta
2009-06-07Improve error handling support for corrupt images and report themBharat Mediratta
2009-05-28Prepend all code files we copy from Gallery2 and put into var with ourBharat Mediratta
2009-05-28Get rid of entire gallery2 session id param from the urls that we use to alertBharat Mediratta
2009-05-27Commit an egregious hack to work around the fact that both Gallery 2Bharat Mediratta
2009-05-27Update all references to the core application to now point to theBharat Mediratta
2009-05-26Restructure the module lifecycle.Bharat Mediratta
2009-05-20Don't import non-viewable image types (eg: psd). Swap in a brokenBharat Mediratta
2009-05-19Import album highlights. Fixes ticket #221.Bharat Mediratta
2009-05-19If there's a missing source image during import, swap in our "brokenBharat Mediratta
2009-05-17Skip over empty import modes. Fixes ticket #227Bharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-05-12Gracefully handle duplicate groups. Fixes ticket #280Bharat Mediratta
2009-05-12Deal with the user-entered g2 embed.php path a little more sanely so that if ...Bharat Mediratta
2009-05-12Beautify the status textBharat Mediratta
2009-05-12Skip the copy if the watermark module is enabled *and* there's a watermark.Bharat Mediratta
2009-05-12Import keywords as tags.Bharat Mediratta
2009-05-12Import tags.Bharat Mediratta
2009-05-12Deal gracefully with the case that the Gallery 2 instance didn't haveBharat Mediratta
2009-05-11Import comments. This was a lot easier than I thought it would beBharat Mediratta
2009-05-11Framework for importing comments -- we don't actually do the import yetBharat Mediratta
2009-05-11Add some commentsBharat Mediratta
2009-05-11Don't attempt to interact with comments if the Gallery2 comment module is not...Bharat Mediratta
2009-05-10Only run copy_matching_thumbnails_and_resizes() when we're doing an import, e...Bharat Mediratta
2009-05-10Change wording to avoid breaking File_Structure_TestBharat Mediratta
2009-05-10Make the code that copies g2 derivatives more robust if the g2 data file does...Bharat Mediratta
2009-05-10Fix a bug where when we copied over the g2 thumb or resize, we weren'tBharat Mediratta
2009-05-09Sigh.. fix it the *right* way.Bharat Mediratta
2009-05-09Oops, add in a missing ] (thanks kb7sei!)Bharat Mediratta
2009-05-09Usability and performance improvementsBharat Mediratta
2009-05-07Add debug log strings with the G2 stack trace when there's a failure in a g2 ...Bharat Mediratta
2009-05-06Don't fail when trying to import site admin group. Resolves ticket #249Bharat Mediratta
2009-05-05Return an array from available_tasks() when unconfigured.Bharat Mediratta
2009-05-02Cache the entry in our in-memory map when we map a g2 item to a g3Bharat Mediratta
2009-04-23Fix bug in the item_before_delete() event handlerBharat Mediratta
2009-04-23Remember to import album highlightsBharat Mediratta
2009-04-22Minor cleanups:Bharat Mediratta
2009-04-21Highlight: we can now import photos and movies.Bharat Mediratta
2009-04-19import album owners and be a little smarter about summary/description duplica...Bharat Mediratta
2009-04-18Properly import groups and put users into groups. Mark admin usersBharat Mediratta
2009-04-18Track what we've already imported in the G2_Map_Model and keep itBharat Mediratta
2009-04-17Import albums. Just the basics; misses permissions and a lot ofBharat Mediratta
2009-04-15Very early round of Gallery 2 import code. It can import users (withBharat Mediratta