| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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-09 | Import hashed passwords from G2 (which will only work if they're ↵ | Andy Staudacher | |
| PasswordHash passwords, not if they're G2 style md5 / salted md5). | |||
| 2010-02-09 | Better handling of G2's multi level sort order in g2_import | Andy Staudacher | |
| 2010-02-09 | More g2_import model validation fixes, and make import less noisy (don't ↵ | Andy Staudacher | |
| copy each comment text to the import log). | |||
| 2010-02-09 | Fix g2_import bugs related to item and user model validation. | Andy Staudacher | |
| 2010-02-07 | Import G2 permissions in the import process. Ignores user and item specific ↵ | Andy Staudacher | |
| permissions. | |||
| 2010-02-06 | Fix maintenance view for the case when g2_import is configured and the user ↵ | Andy Staudacher | |
| replaced the original g2 directory with the .htaccess file only. | |||
| 2010-02-06 | Add core.DownloadItem redirect for G2's Photo and Movie items (was ↵ | Andy Staudacher | |
| previously omitted, but we already had core.DownloadItem redirects for derivatives) | |||
| 2010-02-06 | Fix maintenance view, which was broken when the g2_import module was ↵ | Andy Staudacher | |
| installed but not configured correctly. | |||
| 2010-02-01 | Corrected copy paste errors in g2_import task. Fixes ticket #949. | Tim Almdal | |
| 2010-01-31 | Fix lots of warnings that pop up when we're in E_STRICT mode. They're | Bharat Mediratta | |
| mostly issues around uninitialized variables, calling non-static functions in a static context, calling Session functions directly instead of on its singleton, passing non-variables by reference, and subclasses not using the same interface as the parent class. | |||
| 2010-01-29 | Oops, forgot to bump the version to 2 in install(). | Bharat Mediratta | |
| 2010-01-27 | Convert back to using ORM::factory(..., $id) instead of calling where(). | Bharat Mediratta | |
| 2010-01-27 | Convert __toString() to use (string) cast instead. | Bharat Mediratta | |
| 2010-01-24 | Updated for model based validation. | Bharat Mediratta | |
| 2010-01-01 | Remove an obsolete todo. | Bharat Mediratta | |
| 2010-01-01 | Start tracking the original G2 url and id for all entities. This will | Bharat Mediratta | |
| allow us to map G2 image urls to the appropriate G3 ones. | |||
| 2009-12-24 | Don't treat objects like strings. | Bharat Mediratta | |
| 2009-12-06 | Update database query. | Bharat Mediratta | |
| 2009-11-26 | Convert all DB where() calls to take 3 arguments. | Bharat Mediratta | |
| Convert all open_paren() calls to and_open() or or_open() as appropriate. | |||
| 2009-11-25 | Preliminary work to cut over to Kohana 2.4 | Bharat Mediratta | |
| - Kohana::log() -> Kohana_Log::add() - Kohana::config_XXX -> Kohana_Config::instance()->XXX - Implement View::set_global in MY_View - Updated Cache_Database_Driver to latest APIs - ORM::$loaded -> ORM::loaded() - Updated item::viewable() to use K2.4 parenthesization | |||
| 2009-11-19 | Revert "Create theme::get_var(), theme::set_var() methods to set the options ↵ | Tim Almdal | |
| of the active site theme. Change all refrences to theme options to use these methods. Update the version number of Gallery to 20 and move any them related options to the be stored under the active theme." This reverts commit 26114972c3388f065220b94a0d5962f20a6ccd0c. | |||
| 2009-11-19 | Revert "Make sure that calls to the theme::get_var() have sane defaults in ↵ | Tim Almdal | |
| the event that the theme does not supply them." This reverts commit 51f2b547672ab69a7a04d37b723c6afbeb584a59. | |||
| 2009-11-19 | Make sure that calls to the theme::get_var() have sane defaults in the event ↵ | Tim Almdal | |
| that the theme does not supply them. | |||
| 2009-11-18 | Create theme::get_var(), theme::set_var() methods to set the options of the ↵ | Tim Almdal | |
| active site theme. Change all refrences to theme options to use these methods. Update the version number of Gallery to 20 and move any them related options to the be stored under the active theme. | |||
| 2009-11-03 | Get rid of "skipping" messages because they're overly verbose if you resume ↵ | Bharat Mediratta | |
| an import. This fixes ticket #856. | |||
| 2009-10-28 | Normalize capitalization ticket #596 | Tim Almdal | |
| 2009-10-26 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2009-10-25 | Move g2_import styles from the theme to the module. | Chad Kieffer | |
| 2009-10-22 | Change the name of identity library from Identity to IdentityProvider. ↵ | Tim Almdal | |
| Create a helper class called identity to simplify call the Identity Provider. Move the contents of MY_Session.php to the new helper class and remove the MY_Session class | |||
| 2009-10-21 | Change this files to use the API instead of referencing the group tables ↵ | Tim Almdal | |
| directly | |||
| 2009-10-16 | Start simplifying the interface by moving the static methods from user.php ↵ | Tim Almdal | |
| and group.php. Tried creating a identity helper, but the helper identity.php was confused with the library Identity.php. So got around this by making the methods on Identity static and calling the instance within the static methods. Also temporarily moved the user.php and group.php back into the user module. | |||
| 2009-10-04 | Fixed previous over zealous find and replace. | Chad Kieffer | |
| 2009-10-04 | Renamed most, if not all css selectors from gName to g-name. Moved a few ↵ | Chad Kieffer | |
| shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features. | |||
| 2009-08-29 | Update all code to use helper method html::clean(), html::purify(), ... ↵ | Andy Staudacher | |
| instead of SafeString directly. | |||
| 2009-08-29 | Merge commit 'upstream/master' | Andy Staudacher | |
| Conflicts: modules/akismet/views/admin_akismet.html.php modules/comment/helpers/comment_rss.php modules/gallery/helpers/gallery_rss.php modules/gallery/libraries/I18n.php modules/gallery/views/permissions_browse.html.php modules/gallery/views/simple_uploader.html.php modules/info/views/info_block.html.php modules/organize/controllers/organize.php modules/organize/views/organize.html.php modules/organize/views/organize_album.html.php themes/default/views/album.html.php themes/default/views/movie.html.php themes/default/views/photo.html.php | |||
| 2009-08-29 | Refactor all calls of p::clean() to SafeString::of() and p::purify() to ↵ | Andy Staudacher | |
| SafeString::purify(). Removing any p::clean() calls for arguments to t() and t2() since their args are wrapped in a SafeString anyway. | |||
| 2009-08-27 | Remove 'ENGINE=InnoDB' specification from tables that we create. Use | Bharat Mediratta | |
| the system's default table specification. Fixes ticket #597. | |||
| 2009-07-28 | Use events to generate menus, instead of having xxx_menu helpers. | Bharat Mediratta | |
| This is the first step towards having a simple, lightweight and unified API for module interaction. | |||
| 2009-07-28 | Standardize the specification of tags. | Tim Almdal | |
| With this patch a comma(,) is the only valid tag separator. Spaces are allowed in tags and phrases no longer need to be specified with a dot. Signed-off-by: Tim Almdal <tnalmdal@shaw.ca> | |||
| 2009-07-18 | Reduce import logging to errors only to reduce the size of the logs. | Bharat Mediratta | |
| Excessive logging results in a very slow import. | |||
