summaryrefslogtreecommitdiff
path: root/modules/g2_import/helpers
AgeCommit message (Expand)Author
2010-02-22Normalize invalid/missing G2 email addressesBharat Mediratta
2010-02-09Import hashed passwords from G2 (which will only work if they're PasswordHash...Andy Staudacher
2010-02-09Better handling of G2's multi level sort order in g2_importAndy Staudacher
2010-02-09More g2_import model validation fixes, and make import less noisy (don't copy...Andy Staudacher
2010-02-09Fix g2_import bugs related to item and user model validation.Andy Staudacher
2010-02-07Import G2 permissions in the import process. Ignores user and item specific p...Andy Staudacher
2010-02-06Fix maintenance view for the case when g2_import is configured and the user r...Andy Staudacher
2010-02-06Add core.DownloadItem redirect for G2's Photo and Movie items (was previously...Andy Staudacher
2010-02-06Fix maintenance view, which was broken when the g2_import module was installe...Andy Staudacher
2010-02-01Corrected copy paste errors in g2_import task. Fixes ticket #949.Tim Almdal
2010-01-31Fix lots of warnings that pop up when we're in E_STRICT mode. They'reBharat Mediratta
2010-01-29Oops, forgot to bump the version to 2 in install().Bharat Mediratta
2010-01-27Convert back to using ORM::factory(..., $id) instead of calling where().Bharat Mediratta
2010-01-27Convert __toString() to use (string) cast instead.Bharat Mediratta
2010-01-24Updated for model based validation.Bharat Mediratta
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-12-06Update database query.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-26Merge branch 'master' into talmdal_devTim Almdal
2009-10-25Move g2_import styles from the theme to the module.Chad Kieffer
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-29Merge commit 'upstream/master'Andy Staudacher
2009-08-29Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...Andy Staudacher
2009-08-27Remove 'ENGINE=InnoDB' specification from tables that we create. UseBharat Mediratta
2009-07-28Use events to generate menus, instead of having xxx_menu helpers.Bharat Mediratta
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-16Non-trivial changes to the event handling code: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