| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-04-24 | Ignore the presort when transferring over sort orders. Fixes #1710. | Bharat Mediratta | |
| 2011-04-24 | Fix a bug introduced in f2477703faa7cd05ff1aa16da3ecef7b666bef40 which | Bharat Mediratta | |
| was a fix for #1581 that caused us to skip adding highlights for any albums that had no sub-albums. | |||
| 2011-04-24 | Sentence-case the url. Fixes #1706. | Bharat Mediratta | |
| 2011-04-23 | Oops, fix broken codex urls. For #1698. | Bharat Mediratta | |
| 2011-04-23 | Oops, this is the rest of the modules and themes for #1696 and #1698. | Bharat Mediratta | |
| 2011-04-23 | Merge branch 'master' of git://github.com/gallery/gallery3 | Chad Kieffer | |
| 2011-04-23 | Remove enumeration unordered list class, it's no longer needed. | Chad Kieffer | |
| 2011-04-23 | Enable autocomplete for the embed path. Fixes #1687. | Bharat Mediratta | |
| 2011-04-22 | Totally revamp the G2 Import UI to make it sexxxy. Fixes #1683. | Bharat Mediratta | |
| 2011-02-23 | Added extra arg to gallery_graphics calls and updated users | colings | |
| 2011-01-21 | Update copyright to 2011. | Bharat Mediratta | |
| 2011-01-07 | Added missing spaces (manual merging from ↵ | Joe7 | |
| 0d36b97aca3b5ed53ea3ea398ce28b0f6198e577) | |||
| 2011-01-07 | Added batch importer for groups | Joe7 | |
| Added missing ordering for comments and tags retrieving queries (One might gets the same output without ordering especially if column is the primary key, but the only way to go for sure it by setting it) | |||
| 2011-01-07 | Importing Gallery2 users in batches | Joe7 | |
| Fixes Ticket #1554 | |||
| 2011-01-07 | Fix against ticket #1581 - based on ↵ | Joe7 | |
| https://github.com/Joe7/gallery3/commit/0d36b97aca3b5ed53ea3ea398ce28b0f6198e577 | |||
| 2010-11-28 | Fix g2_import::g2_url() to only replace the $g2_base_url once at the | Bharat Mediratta | |
| beginning of the url string. Also, only do this when we're about to put it into the map, not when we're getting the g2 url else the url is mangled for other purposes. Fixes #1512. | |||
| 2010-11-09 | Add an extra line break after the RewriteBase line so that the | Bharat Mediratta | |
| RewriteBase and RewriteRule lines don't get merged in the resulting textarea. Fixes #1481. | |||
| 2010-11-08 | Dump something in the logs if GalleryEmbed::init() fails. | Bharat Mediratta | |
| 2010-10-25 | All modules should be named Xxx_Core for extensibility. Fixes #1458. | Bharat Mediratta | |
| 2010-09-18 | When looking for G2 urls in the g2_map, try also swapping spaces for + | Bharat Mediratta | |
| in case the url had spaces in it. Fixes ticket #1388. | |||
| 2010-09-18 | Fix a bug in that last commit where I was treating resource_type as a function. | Bharat Mediratta | |
| 2010-09-18 | Redirect to the root album when there's an empty path and empty id. | Bharat Mediratta | |
| Fixes ticket #1387. | |||
| 2010-09-08 | Tighten up the "your gallery2 has xxx in it" info display. | Bharat Mediratta | |
| 2010-09-08 | Remove unnecessary g2_import CSS (which we were loading on every page | Bharat Mediratta | |
| -- doh!) and replace it with a new "enumeration" list style in the admin_wind CSS. Reshuffle the page a little bit to make it look cleaner. | |||
| 2010-09-08 | Add information about disabling XCache during the import process. Fixes ↵ | Bharat Mediratta | |
| ticket #1352. | |||
| 2010-09-07 | The G2 import sets the sort_order to "asc"/"desc" but | Bharat Mediratta | |
| Item_Model::get_position() expects "DESC". This breaks navigation in any album imported from G2 that has a descending sort order. Two things: 1) Use "ASC"/"DESC" in G2 import for consistency 2) Make Item_Model::get_position() more robust against capitalization Fixes ticket #1334. | |||
| 2010-09-06 | Add "Options +FollowSymLinks" to the example mod_rewrite rules and put | Bharat Mediratta | |
| it in a textarea for easy copying. | |||
| 2010-08-29 | Properly identify the base G2 url when G2 isn't using the rewrite | Bharat Mediratta | |
| module. Fixes ticket #1322. | |||
| 2010-08-29 | Remember which comments we imported and don't import them a second | Bharat Mediratta | |
| time. Fixes ticket #1282. | |||
| 2010-08-29 | Reformat comment. | Bharat Mediratta | |
| 2010-08-29 | Don't concatenate two strings together as an argument for t() or t2(); | Bharat Mediratta | |
| the l10n_scanner cannot parse it properly and drops those from the localization list. Fixes ticket #1284. | |||
| 2010-08-08 | If the imported item from Gallery 2 has a preferred derivative with a | Bharat Mediratta | |
| rotation, then rotate the imported image accordingly. Fixes ticket #1274.. | |||
| 2010-08-08 | Visually separate the G2 comment's subject and body when we blend them | Bharat Mediratta | |
| into the G3 comment body. Fixes ticket #1269. | |||
| 2010-08-08 | Backdate the created/updated dates for imported comments. Fixes ticket #1215. | Bharat Mediratta | |
| 2010-08-08 | Handle "1" as a default order direction in G2. Why would we ever do that? ↵ | Bharat Mediratta | |
| Dunno. Fixes ticket #1276. | |||
| 2010-07-26 | Fix ticket #1253 where the maintenance page bombs if you have already | Bharat Mediratta | |
| configured your Gallery 2 import but you move your Gallery 3. | |||
| 2010-07-03 | Internationalize the "Gallery 2 path saved." message and remove the trailing ↵ | Bharat Mediratta | |
| period. Fixes ticket #1171. | |||
| 2010-06-16 | If the G2 orderBy or orderDirection fields are blank, use the G2 defaults. | Bharat Mediratta | |
| Second half of fix for #1054. | |||
| 2010-06-16 | Fix a bug introduced in 1077477a9032d5a4855e19e2dd4ce923472b711c where | Bharat Mediratta | |
| we don't generate album highlights correctly. Possible fix for #1054. | |||
| 2010-06-16 | Fix two bugs: | Bharat Mediratta | |
| #1161: guest comments get dropped because of a missing email address. #1075: G2 comments with " get turned into " | |||
| 2010-06-15 | The fact that we have a path to a G2 embed file doesn't mean that it's still | Bharat Mediratta | |
| valid so check to see that it's ok before proceeding. This should resolve #458. | |||
| 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 ↵ | Andy Staudacher | |
| is still logged to the G3 syslog. | |||
| 2010-02-28 | G2 importer stability improvements: | Andy Staudacher | |
| - Log which validation rule was violated if there's an ORM validation error. - Add more try / catch blocks to avoid abortion where possible. | |||
| 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 | |
