summaryrefslogtreecommitdiff
path: root/modules/server_add/controllers/server_add.php
AgeCommit message (Expand)Author
2013-01-28#1945 - Extend legal_file helper functions.shadlaws
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-05-07Use legal_file::get_extensions() and variants where appropriate. Fixes #1815.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-04-02Fix an outdated reference to $entry->file which went away in v4 of theBharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2011-01-21Fix: photos get added as albums in case only some photos are selected via ser...Joe7
2011-01-20Fix a bug introduced in the refactor inBharat Mediratta
2011-01-19Fix a bug introduced in 65ff2470a505fbc18211093ac131c29b1e820c3e,Bharat Mediratta
2011-01-10New albums should take the sort order from their parent. Fixes #1599.Bharat Mediratta
2011-01-09Use eeldivad's fallback code from http://gallery.menalto.com/node/96806#comme...Bharat Mediratta
2011-01-09Move the directory queue into the database as well, otherwise if youBharat Mediratta
2011-01-09Replace preg_quote with a more targeted regex to fix the problem whereBharat Mediratta
2010-07-31Full pass over all the JSON encoding and JS dialog code. We now abideBharat Mediratta
2010-07-31More patches as part of #1225. Change the 'core' modules to use the json::replyTim Almdal
2010-07-11Merge branch 'master' into talmdal_devTim Almdal
2010-07-10Cast the status message to a string so that it gets sent down as a string in ...Bharat Mediratta
2010-07-10Accept extension .m4v as video/mp4Romain LE DISEZ
2010-07-06Fix for ticket #1181. Use $.getJSON to retrieve the json contents of the dial...Tim Almdal
2010-04-04preg_quote() the pattern we use for directory globs to avoid lettingBharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-22Fix server-add for German and other locales that use comma as decimal separator.Andy Staudacher
2010-01-31Remove debug code.Bharat Mediratta
2010-01-28cast $task->done to bool so that it doesn't show up as "0" to the JS,Bharat Mediratta
2010-01-27Convert back to using ORM::factory(..., $id) instead of calling where().Bharat Mediratta
2010-01-23Switch to model based validation.Bharat Mediratta
2010-01-24First pass at converting server add to model based validation.Bharat Mediratta
2010-01-09Fix for ticket #972 and more. In Kohana 2.4, ORM::delete_all ignores any whereTim Almdal
2009-12-30The problem occurs because the square brackets are treated as special charact...Tim Almdal
2009-12-25Fix uses of count_records() and use ORM to count instead.Bharat Mediratta
2009-12-21Updates for the latest version of Kohana 2.4:Bharat Mediratta
2009-12-18Convert a database call.Bharat Mediratta
2009-12-02Fix a bunch of places where we were using "= null" instead of "IS NULL".Bharat Mediratta
2009-11-26Convert all DB where() calls to take 3 arguments.Bharat Mediratta
2009-11-25ORM::orderby -> ORM::order_byBharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-10-22Change the name of identity library from Identity to IdentityProvider. Create...Tim Almdal
2009-10-16Remove all non Identity API methods from Identity.php. Created an MY_Session...Tim Almdal
2009-10-16Start simplifying the interface by moving the static methods from user.php an...Tim Almdal
2009-09-17Don't try to creat an album that corresponds to the staging directory. Just ...Tim Almdal
2009-08-27Properly deal with invalid images. This fixes ticket #611 which showsBharat Mediratta
2009-08-04Skip empty files, since we know they're broken. Fixes ticket #610.Bharat Mediratta
2009-07-21Fix some consistency in text.Shai Ben-Naphtali
2009-07-19Fix l10n message inconsistency, ticket 546Andy Staudacher
2009-07-11Further simplify server_add (and bump it to version 3).Bharat Mediratta
2009-07-10Remove debug code.Bharat Mediratta
2009-07-10Fix a bug where we were not properly locating the parent album whenBharat Mediratta
2009-07-09Avoid blowing the task data column by only adding directories to the queue in...Bharat Mediratta
2009-07-09Add status output to make it clearer what's happening when you add files.Bharat Mediratta
2009-07-07Rework server_add. It's smaller and leaner now, storing the list ofBharat Mediratta