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
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