summaryrefslogtreecommitdiff
path: root/modules/server_add
AgeCommit message (Expand)Author
2013-03-11Merge pull request #205 from shadlaws/fix_2053Bharat Mediratta
2013-03-11#2053 - Change all .bind() to .on() for jQuery future-proofing.shadlaws
2013-03-10#2048 - Remove unneeded jquery.autocomplete.css/js inclusions.shadlaws
2013-02-26Follow-on from autocomplete updates.shadlaws
2013-02-17Fix up autocomplete for admin_server_add - found and fixed some bugsBharat Mediratta
2013-01-31Drop the requirement to have the install() function set the moduleBharat Mediratta
2013-01-28#1945 - Extend legal_file helper functions.shadlaws
2013-01-22gallery.menalto.com -> galleryproject.orgBharat Mediratta
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-05-19Create an ajax response framework that inserts <meta> tags to guardBharat Mediratta
2012-05-19Revert "Prevent server_add autocomplete from being interpreted as UTF-7. Fix...Bharat Mediratta
2012-05-16Prevent server_add autocomplete from being interpreted as UTF-7. Fixes #1871.Bharat Mediratta
2012-05-11Improve the way server add deals with wacky directory names. Fixes #1857.Bharat Mediratta
2012-05-07Use legal_file::get_extensions() and variants where appropriate. Fixes #1815.Bharat Mediratta
2012-03-26Fixed Delete buttonMaxim Rubis
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-04-23Oops, fix broken codex urls. For #1698.Bharat Mediratta
2011-04-23Oops, this is the rest of the modules and themes for #1696 and #1698.Bharat Mediratta
2011-04-23Revive server_add.js which I accidentally removed in 80af9f0f17ce5ac10ceefc9d...Bharat Mediratta
2011-04-23Oops, forgot to remove the reference to admin.js. Follow-on for #1686.Bharat Mediratta
2011-04-23Inline admin JS into admin_server_add.html.php. Fixes #1686.Bharat 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-15Fix all the head() and admin_head() theme callbacks to return theBharat 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-10-25All modules should be named Xxx_Core for extensibility. Fixes #1458.Bharat Mediratta
2010-08-09"Server Add" -> "Server add"Bharat 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-30Add page_title to admin views. Closes #1038.ckieffer
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-25Fix typo, thanks cajun100 for reporting!Andy Staudacher
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