summaryrefslogtreecommitdiff
path: root/modules/g2_import
AgeCommit message (Expand)Author
2010-08-29Properly identify the base G2 url when G2 isn't using the rewriteBharat Mediratta
2010-08-29Remember which comments we imported and don't import them a secondBharat Mediratta
2010-08-29Reformat comment.Bharat Mediratta
2010-08-29Don't concatenate two strings together as an argument for t() or t2();Bharat Mediratta
2010-08-08If the imported item from Gallery 2 has a preferred derivative with aBharat Mediratta
2010-08-08Visually separate the G2 comment's subject and body when we blend themBharat Mediratta
2010-08-08Backdate the created/updated dates for imported comments. Fixes ticket #1215.Bharat Mediratta
2010-08-08Handle "1" as a default order direction in G2. Why would we ever do that? D...Bharat Mediratta
2010-07-26Fix ticket #1253 where the maintenance page bombs if you have alreadyBharat Mediratta
2010-07-03Internationalize the "Gallery 2 path saved." message and remove the trailing ...Bharat Mediratta
2010-06-16If the G2 orderBy or orderDirection fields are blank, use the G2 defaults.Bharat Mediratta
2010-06-16Fix a bug introduced in 1077477a9032d5a4855e19e2dd4ce923472b711c whereBharat Mediratta
2010-06-16Fix two bugs:Bharat Mediratta
2010-06-15The fact that we have a path to a G2 embed file doesn't mean that it's stillBharat Mediratta
2010-04-30Add page_title to admin views. Closes #1038.ckieffer
2010-03-30Move G2_Import_Exception into libraries because it's not a helper class.Bharat Mediratta
2010-03-28Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-03-02Ignore fetchItemViewCount errors during import and default to 0. The error is...Andy Staudacher
2010-02-28G2 importer stability improvements:Andy Staudacher
2010-02-23Specify the type for movie Item_Models correctly. Fixes ticket #1033.Bharat Mediratta
2010-02-22Normalize invalid/missing G2 email addressesBharat Mediratta
2010-02-22Fix cut/paste typoBharat Mediratta
2010-02-09Revise the "review your permission" text to my liking.Bharat Mediratta
2010-02-09Change access::can to access::required in g2 redirect, to please the controll...Andy Staudacher
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-06Fixing G2 url mapping for G2 default style URLs (where ShowItem and DownloadI...Andy Staudacher
2010-02-06Add core.DownloadItem redirect for G2's Photo and Movie items (was previously...Andy Staudacher
2010-02-06Fix g2 redirects for non-admins. The g2 URL mapping controller was accidental...Andy Staudacher
2010-02-06Fix g2 redirect to use external redirect (and declare it as permanent).Andy Staudacher
2010-02-06Fix maintenance view, which was broken when the g2_import module was installe...Andy Staudacher
2010-02-06Fix g2_import admin screen: It wouldn't work if it didn't know the location o...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-02Clean the G2 base url so that we can't leak XSS vulnerabilities thatBharat Mediratta
2010-01-02Add a tip about deactivating some modules to make importing faster.Bharat Mediratta
2010-01-01Remove an obsolete todo.Bharat Mediratta
2010-01-01Add a code block showing how to add a mod_rewrite block to the old Gallery2 i...Bharat Mediratta
2010-01-01Improve the PHPdoc for map()Bharat Mediratta
2010-01-01New controller for remapping Gallery 2 urls to Gallery 3 urls.Bharat Mediratta
2010-01-01Start tracking the original G2 url and id for all entities. This willBharat Mediratta