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
/
controllers
Age
Commit message (
Expand
)
Author
2013-01-30
Merge pull request #110 from mikeage/g2_import
Bharat Mediratta
2013-01-30
#1973 Handle redirected G2 URLs for tags, including g2_itemId passed
Mike Miller
2013-01-25
#1956 - Escape LIKE queries (for _ and %).
shadlaws
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2013-01-13
Tags by name (includes a G2 mapping)
Mike Miller
2012-06-05
Follow on to a9be0691d9efd84cbf5a9f05236caf4df23bcfdb for #1872.
Bharat Mediratta
2012-05-19
Create an ajax response framework that inserts <meta> tags to guard
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-06-27
[Fixes #1757] Redirect to root album if path comes in as main.php or index.php
Andy Lindeman
2011-05-22
Leave the "updated" field alone when importing comments so that if
Bharat Mediratta
2011-05-02
Track and redirect core.DownloadItem requests properly. This can
Bharat Mediratta
2011-04-30
Differentiate between invalid, missing and broken G2 configs and
Bharat Mediratta
2011-04-24
Look for and return embed.php files in the autocomplete list if we can
Bharat Mediratta
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-01-21
Update copyright to 2011.
Bharat Mediratta
2010-09-18
When looking for G2 urls in the g2_map, try also swapping spaces for +
Bharat Mediratta
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
2010-08-29
Reformat comment.
Bharat Mediratta
2010-07-03
Internationalize the "Gallery 2 path saved." message and remove the trailing ...
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-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-09
Change access::can to access::required in g2 redirect, to please the controll...
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_import admin screen: It wouldn't work if it didn't know the location o...
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-01
Improve the PHPdoc for map()
Bharat Mediratta
2010-01-01
New controller for remapping Gallery 2 urls to Gallery 3 urls.
Bharat Mediratta
2009-11-19
Revert "Revert "Revert "Use call_user_func instead of call_user_func_array as...
Tim Almdal
2009-11-19
Revert "Revert "Use call_user_func instead of call_user_func_array as we don'...
Tim Almdal
2009-11-19
Revert "Use call_user_func instead of call_user_func_array as we don't need t...
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-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-06-23
Gracefully handle the case when the gallery2 instances moves somewhere
Bharat Mediratta
2009-06-01
Security pass over all controller code. Mostly adding CSRF checking
Bharat Mediratta
2009-05-27
Update all references to the core application to now point to the
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-05-12
Deal with the user-entered g2 embed.php path a little more sanely so that if ...
Bharat Mediratta
2009-05-09
Don't try to put g2_stats and g2_size into the view if g2 is not initialized.
Bharat Mediratta
2009-05-09
Usability and performance improvements
Bharat Mediratta
2009-04-15
Very early round of Gallery 2 import code. It can import users (with
Bharat Mediratta