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