summaryrefslogtreecommitdiff
path: root/modules/g2_import/helpers/g2_import.php
AgeCommit message (Expand)Author
2010-01-01Remove an obsolete todo.Bharat Mediratta
2010-01-01Start tracking the original G2 url and id for all entities. This willBharat Mediratta
2009-12-24Don't treat objects like strings.Bharat Mediratta
2009-11-26Convert all DB where() calls to take 3 arguments.Bharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-11-19Revert "Create theme::get_var(), theme::set_var() methods to set the options ...Tim Almdal
2009-11-19Revert "Make sure that calls to the theme::get_var() have sane defaults in th...Tim Almdal
2009-11-19Make sure that calls to the theme::get_var() have sane defaults in the event ...Tim Almdal
2009-11-18Create theme::get_var(), theme::set_var() methods to set the options of the a...Tim Almdal
2009-11-03Get rid of "skipping" messages because they're overly verbose if you resume a...Bharat Mediratta
2009-10-28Normalize capitalization ticket #596Tim Almdal
2009-10-22Change the name of identity library from Identity to IdentityProvider. Create...Tim Almdal
2009-10-21Change this files to use the API instead of referencing the group tables dire...Tim Almdal
2009-10-16Start simplifying the interface by moving the static methods from user.php an...Tim Almdal
2009-10-04Fixed previous over zealous find and replace.Chad Kieffer
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-08-29Update all code to use helper method html::clean(), html::purify(), ... inste...Andy Staudacher
2009-08-29Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...Andy Staudacher
2009-07-28Standardize the specification of tags.Tim Almdal
2009-07-18Reduce import logging to errors only to reduce the size of the logs.Bharat Mediratta
2009-07-14Remove extra debug statements.Bharat Mediratta
2009-07-09Correct the pattern match to compress multiple spaces into a singleTim Almdal
2009-07-09Change the tag importer to convert spaces to a dot in multi word tags.Tim Almdal
2009-07-07Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-07-07Allow the task::log method to take an array of lines and change g2_import.phpTim Almdal
2009-07-07Clean up some indentation.Bharat Mediratta
2009-07-07Change references to Gallery 2 and Gallery 3 to consistently refer toTim Almdal
2009-07-06Change wording of failed to import tags to make it consistent with the other ...Tim Almdal
2009-07-06correct spacing in a message. thanks shaiTim Almdal
2009-07-06Fix for tickets #312 and #370. Added a task logging api. Changed g2_importTim Almdal
2009-07-04Lets try the BBCode conversion again... go with basic tags even if some areTim Almdal
2009-07-04Change the BBCode Transformation to use the <span class=""> where possibleTim Almdal
2009-07-04Revert "Change the bbcode transformation to more standard tags that can be"Tim Almdal
2009-07-04Change the bbcode transformation to more standard tags that can beTim Almdal
2009-07-03Fix for #364 = G2 Import Doesn't support markupTim Almdal
2009-07-02Fix for ticket #359 and a partial fix for ticket #345.Tim Almdal
2009-07-02Fix for ticket #390.Tim Almdal
2009-07-02Suppress the filesize error if the thumbnail is not found so we can getTim Almdal
2009-07-01Start of fixing a problem with importing movies w/o a thumbnailTim Almdal
2009-07-01Fix for ticket #357.Tim Almdal
2009-06-30Unlink the old rewritten path files in var/modules/g2_import when weBharat Mediratta
2009-06-23Add support for Gallery 2.2.2 style bootstrap syntax.Bharat Mediratta
2009-06-20Keywords in G2 are free form. So we don't know what our user used as a separ...Bharat Mediratta
2009-06-19Swap the order of two lines to make the debug output have the right data.Bharat Mediratta
2009-06-18Make an attempt to catch all situations where loading an item from G2Bharat Mediratta
2009-06-15Don't try to require GalleryCommentHelper.class if the module is notBharat Mediratta
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