Age | Commit message (Expand) | Author |
2013-01-30 | Improve the display context API to return a "siblings_callback" field | Bharat Mediratta |
2013-01-21 | Update copyright to 2013. Fixes #1953. | Bharat Mediratta |
2012-05-15 | Send back form errors wrapped in JSON. Fixes #1867. | Bharat Mediratta |
2012-02-27 | Update copyright to 2012. #1822 | Bharat Mediratta |
2011-08-27 | Refactor the display context code a bit: | Bharat Mediratta |
2011-08-11 | Patch for tickets #1428 and #1760 | Tim Almdal |
2011-08-11 | Simplification of 59b04b897b8a664cd7334b017fac8158a6281434 for #1764: | Bharat Mediratta |
2011-08-11 | Initial commit of a patch for Ticket #1764. as discussed here: https://github... | Tim Almdal |
2011-01-21 | Update copyright to 2011. | Bharat Mediratta |
2011-01-09 | Fixed item controllers so that any item position is computed correctly, when ... | Jérémy Subtil |
2011-01-03 | Follow on to cfaa62370ecbdb3badf4ab68bbefa7cfedaea154 to fix indentation. | Bharat Mediratta |
2011-01-03 | Reimplemented Kohana 2.3's View::set_global() with array support. | Joe7 |
2011-01-03 | Keep view counters of all item types accurate | Joe7 |
2010-08-29 | Convert the "parents" variable from a result iterator to an array so | Bharat Mediratta |
2010-08-09 | The root album's edit form doesn't have a name field, so don't count | Bharat Mediratta |
2010-07-31 | Full pass over all the JSON encoding and JS dialog code. We now abide | Bharat Mediratta |
2010-07-31 | More patches as part of #1225. Change the 'core' modules to use the json::reply | Tim Almdal |
2010-07-06 | Fix for ticket #1181. Use $.getJSON to retrieve the json contents of the dial... | Tim Almdal |
2010-06-11 | Actually execute the database query that updates the album view count. Fixes ... | Tim Almdal |
2010-04-17 | Trigger the album_add_form_completed event after creating a new album. | Bharat Mediratta |
2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | Bharat Mediratta |
2010-02-14 | For consistency, use straight Kohana_404_Exception instead of the event system. | Andy Staudacher |
2010-02-12 | Fix for tickets 1009 and 603: Show a themed error page to guests / registered... | Andy Staudacher |
2010-02-11 | Security: Fix leaking of album / photo names. Reject previous fix for ticket ... | Andy Staudacher |
2010-02-10 | Refactor the code to display the login page if the user does not have view | Tim Almdal |
2010-02-10 | If the user does not have permission to view the album, photo or movie, redirect | Tim Almdal |
2010-01-19 | Change "dirname" to "name" in the edit album form. I'd rather have | Bharat Mediratta |
2010-01-15 | Move model business logic out of album::create() and into | Bharat Mediratta |
2010-01-15 | Don't use Input directly to get album names, etc. Use the form fields. | Bharat Mediratta |
2010-01-14 | Begin the process of converting to model based validation. Right | Bharat Mediratta |
2009-12-31 | A more thorough fix for #745 and #940. Stop using the referer to | Bharat Mediratta |
2009-12-21 | Updates for the latest version of Kohana 2.4: | Bharat Mediratta |
2009-12-13 | Convert a database call. | Bharat Mediratta |
2009-12-01 | Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev | Bharat Mediratta |
2009-12-01 | Fix a typo that was breaking the home page (doh!) | Bharat Mediratta |
2009-11-30 | Clean up item routing a bit. | Bharat Mediratta |
2009-11-26 | Database::orwhere() is now Database_Builder::or_where() | Bharat Mediratta |
2009-11-26 | Convert all DB where() calls to take 3 arguments. | Bharat Mediratta |
2009-11-25 | Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev | Bharat Mediratta |
2009-11-25 | Preliminary work to cut over to Kohana 2.4 | Bharat Mediratta |
2009-11-25 | Refactor the album, movie and photo handling to remove the REST_Controller. ... | Tim Almdal |
2009-11-19 | Revert "Create theme::get_var(), theme::set_var() methods to set the options ... | Tim Almdal |
2009-11-18 | Create theme::get_var(), theme::set_var() methods to set the options of the a... | Tim Almdal |
2009-11-17 | Redesign the way that we consider page types to create buckets of page | Bharat Mediratta |
2009-11-14 | Normalize pagination so that pager.html.php can handle pagination for | Bharat Mediratta |
2009-10-30 | Rename the login helper to auth. Create a login and logout helper function t... | Tim Almdal |
2009-10-24 | Remove a redundant comment, change the name of the identity change event to '... | Tim Almdal |
2009-10-22 | Change the name of identity library from Identity to IdentityProvider. Create... | Tim Almdal |
2009-10-22 | Use the request::referrer to determine if we are editting the photo or album | Tim Almdal |
2009-10-22 | Merge branch 'master' into talmdal_dev | Tim Almdal |