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
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-06-15
The fact that we have a path to a G2 embed file doesn't mean that it's still
Bharat Mediratta
2010-04-30
Add page_title to admin views. Closes #1038.
ckieffer
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-22
Fix cut/paste typo
Bharat Mediratta
2010-02-09
Revise the "review your permission" text to my liking.
Bharat Mediratta
2010-02-09
Change access::can to access::required in g2 redirect, to please the controll...
Andy Staudacher
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
Fix maintenance view for the case when g2_import is configured and the user r...
Andy Staudacher
2010-02-06
Fixing G2 url mapping for G2 default style URLs (where ShowItem and DownloadI...
Andy Staudacher
2010-02-06
Add core.DownloadItem redirect for G2's Photo and Movie items (was previously...
Andy Staudacher
2010-02-06
Fix g2 redirects for non-admins. The g2 URL mapping controller was accidental...
Andy Staudacher
2010-02-06
Fix g2 redirect to use external redirect (and declare it as permanent).
Andy Staudacher
2010-02-06
Fix maintenance view, which was broken when the g2_import module was installe...
Andy Staudacher
2010-02-06
Fix g2_import admin screen: It wouldn't work if it didn't know the location o...
Andy Staudacher
2010-02-01
Corrected copy paste errors in g2_import task. Fixes ticket #949.
Tim Almdal
2010-01-31
Fix lots of warnings that pop up when we're in E_STRICT mode. They're
Bharat Mediratta
2010-01-29
Oops, forgot to bump the version to 2 in install().
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-02
Clean the G2 base url so that we can't leak XSS vulnerabilities that
Bharat Mediratta
2010-01-02
Add a tip about deactivating some modules to make importing faster.
Bharat Mediratta
2010-01-01
Remove an obsolete todo.
Bharat Mediratta
2010-01-01
Add a code block showing how to add a mod_rewrite block to the old Gallery2 i...
Bharat Mediratta
2010-01-01
Improve the PHPdoc for map()
Bharat Mediratta
2010-01-01
New controller for remapping Gallery 2 urls to Gallery 3 urls.
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-12-06
Update database query.
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-17
Stop overlap of g2_import messages and info icon in the background. Fixes #765.
Chad Kieffer
2009-11-03
Get rid of "skipping" messages because they're overly verbose if you resume a...
Bharat Mediratta
[next]