summaryrefslogtreecommitdiff
path: root/modules/g2_import/controllers
AgeCommit message (Expand)Author
2013-01-30Merge pull request #110 from mikeage/g2_importBharat Mediratta
2013-01-30 #1973 Handle redirected G2 URLs for tags, including g2_itemId passedMike Miller
2013-01-25#1956 - Escape LIKE queries (for _ and %).shadlaws
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2013-01-13Tags by name (includes a G2 mapping)Mike Miller
2012-06-05Follow on to a9be0691d9efd84cbf5a9f05236caf4df23bcfdb for #1872.Bharat Mediratta
2012-05-19Create an ajax response framework that inserts <meta> tags to guardBharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-06-27[Fixes #1757] Redirect to root album if path comes in as main.php or index.phpAndy Lindeman
2011-05-22Leave the "updated" field alone when importing comments so that ifBharat Mediratta
2011-05-02Track and redirect core.DownloadItem requests properly. This canBharat Mediratta
2011-04-30Differentiate between invalid, missing and broken G2 configs andBharat Mediratta
2011-04-24Look for and return embed.php files in the autocomplete list if we canBharat Mediratta
2011-04-23Enable autocomplete for the embed path. Fixes #1687.Bharat Mediratta
2011-04-22Totally revamp the G2 Import UI to make it sexxxy. Fixes #1683.Bharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2010-09-18When looking for G2 urls in the g2_map, try also swapping spaces for +Bharat Mediratta
2010-09-18Fix a bug in that last commit where I was treating resource_type as a function.Bharat Mediratta
2010-09-18Redirect to the root album when there's an empty path and empty id.Bharat Mediratta
2010-08-29Reformat comment.Bharat Mediratta
2010-07-03Internationalize the "Gallery 2 path saved." message and remove the trailing ...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-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-09Change access::can to access::required in g2 redirect, to please the controll...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_import admin screen: It wouldn't work if it didn't know the location o...Andy Staudacher
2010-01-31Fix lots of warnings that pop up when we're in E_STRICT mode. They'reBharat Mediratta
2010-01-27Convert back to using ORM::factory(..., $id) instead of calling where().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
2009-11-19Revert "Revert "Revert "Use call_user_func instead of call_user_func_array as...Tim Almdal
2009-11-19Revert "Revert "Use call_user_func instead of call_user_func_array as we don'...Tim Almdal
2009-11-19Revert "Use call_user_func instead of call_user_func_array as we don't need t...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-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-06-23Gracefully handle the case when the gallery2 instances moves somewhereBharat Mediratta
2009-06-01Security pass over all controller code. Mostly adding CSRF checkingBharat Mediratta
2009-05-27Update all references to the core application to now point to theBharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-05-12Deal with the user-entered g2 embed.php path a little more sanely so that if ...Bharat Mediratta
2009-05-09Don't try to put g2_stats and g2_size into the view if g2 is not initialized.Bharat Mediratta
2009-05-09Usability and performance improvementsBharat Mediratta
2009-04-15Very early round of Gallery 2 import code. It can import users (withBharat Mediratta