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
/
g2_import.php
Age
Commit message (
Expand
)
Author
2010-06-16
If the G2 orderBy or orderDirection fields are blank, use the G2 defaults.
Bharat Mediratta
2010-06-16
Fix a bug introduced in 1077477a9032d5a4855e19e2dd4ce923472b711c where
Bharat Mediratta
2010-06-16
Fix two bugs:
Bharat Mediratta
2010-03-30
Move G2_Import_Exception into libraries because it's not a helper class.
Bharat Mediratta
2010-03-28
Merge branch 'master' of github.com:gallery/gallery3
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-03-02
Ignore fetchItemViewCount errors during import and default to 0. The error is...
Andy Staudacher
2010-02-28
G2 importer stability improvements:
Andy Staudacher
2010-02-23
Specify the type for movie Item_Models correctly. Fixes ticket #1033.
Bharat Mediratta
2010-02-22
Normalize invalid/missing G2 email addresses
Bharat Mediratta
2010-02-09
Import hashed passwords from G2 (which will only work if they're PasswordHash...
Andy Staudacher
2010-02-09
Better handling of G2's multi level sort order in g2_import
Andy Staudacher
2010-02-09
More g2_import model validation fixes, and make import less noisy (don't copy...
Andy Staudacher
2010-02-09
Fix g2_import bugs related to item and user model validation.
Andy Staudacher
2010-02-07
Import G2 permissions in the import process. Ignores user and item specific p...
Andy Staudacher
2010-02-06
Add core.DownloadItem redirect for G2's Photo and Movie items (was previously...
Andy Staudacher
2010-01-31
Fix lots of warnings that pop up when we're in E_STRICT mode. They're
Bharat Mediratta
2010-01-27
Convert back to using ORM::factory(..., $id) instead of calling where().
Bharat Mediratta
2010-01-27
Convert __toString() to use (string) cast instead.
Bharat Mediratta
2010-01-24
Updated for model based validation.
Bharat Mediratta
2010-01-01
Remove an obsolete todo.
Bharat Mediratta
2010-01-01
Start tracking the original G2 url and id for all entities. This will
Bharat Mediratta
2009-12-24
Don't treat objects like strings.
Bharat Mediratta
2009-11-26
Convert all DB where() calls to take 3 arguments.
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-11-19
Revert "Create theme::get_var(), theme::set_var() methods to set the options ...
Tim Almdal
2009-11-19
Revert "Make sure that calls to the theme::get_var() have sane defaults in th...
Tim Almdal
2009-11-19
Make sure that calls to the theme::get_var() have sane defaults in the event ...
Tim Almdal
2009-11-18
Create theme::get_var(), theme::set_var() methods to set the options of the a...
Tim Almdal
2009-11-03
Get rid of "skipping" messages because they're overly verbose if you resume a...
Bharat Mediratta
2009-10-28
Normalize capitalization ticket #596
Tim Almdal
2009-10-22
Change the name of identity library from Identity to IdentityProvider. Create...
Tim Almdal
2009-10-21
Change this files to use the API instead of referencing the group tables dire...
Tim Almdal
2009-10-16
Start simplifying the interface by moving the static methods from user.php an...
Tim Almdal
2009-10-04
Fixed previous over zealous find and replace.
Chad Kieffer
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-08-29
Update all code to use helper method html::clean(), html::purify(), ... inste...
Andy Staudacher
2009-08-29
Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...
Andy Staudacher
2009-07-28
Standardize the specification of tags.
Tim Almdal
2009-07-18
Reduce import logging to errors only to reduce the size of the logs.
Bharat Mediratta
2009-07-14
Remove extra debug statements.
Bharat Mediratta
2009-07-09
Correct the pattern match to compress multiple spaces into a single
Tim Almdal
2009-07-09
Change the tag importer to convert spaces to a dot in multi word tags.
Tim Almdal
2009-07-07
Merge branch 'master' of git@github.com:gallery/gallery3
Tim Almdal
2009-07-07
Allow the task::log method to take an array of lines and change g2_import.php
Tim Almdal
2009-07-07
Clean up some indentation.
Bharat Mediratta
2009-07-07
Change references to Gallery 2 and Gallery 3 to consistently refer to
Tim Almdal
2009-07-06
Change wording of failed to import tags to make it consistent with the other ...
Tim Almdal
2009-07-06
correct spacing in a message. thanks shai
Tim Almdal
2009-07-06
Fix for tickets #312 and #370. Added a task logging api. Changed g2_import
Tim Almdal
[next]