summaryrefslogtreecommitdiff
path: root/modules/server_add
AgeCommit message (Expand)Author
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
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-30Add type attribute to rest of our script tags.Chad Kieffer
2009-10-28Normalize capitalization ticket #596Tim Almdal
2009-10-27Breadcrumb updates. Apply g-first and g-active consistently, use ems instead ...Chad Kieffer
2009-10-24Merge branch 'master' into talmdal_devTim Almdal
2009-10-23Adjust order of items on server_add admin page. Restore autocomplete to the a...Chad Kieffer
2009-10-22Change the name of identity library from Identity to IdentityProvider. Create...Tim Almdal
2009-10-19Merge branch 'master' into talmdal_devTim Almdal
2009-10-18Wrap all admin views in g-block and g-block content. This provides the means ...Chad Kieffer
2009-10-18Moved the short_form init function to gallery.common and made it jQuery plugi...Chad Kieffer
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-10-04Renamed more CSS selectors from gName to g-name.Chad Kieffer
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-09-30Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ...Chad Kieffer
2009-09-30Apply gModuleStatus to server add status message.Chad Kieffer
2009-09-19Change the fix for ticket #775 to always add the Add menu, but not add any it...Tim Almdal
2009-09-18Don't display the add menu if the underlying operating system directory is no...Tim Almdal
2009-09-18* Changed the close functionality so the page is reloaded when the dialog is ...Tim Almdal
2009-09-17Refactor the server add javascript into a ui.gallery_server_add widget.Tim Almdal
2009-09-17Reload the album when server_add dialog is closedTim Almdal
2009-09-17Don't try to creat an album that corresponds to the staging directory. Just ...Tim Almdal
2009-09-17Change the timeout on resubmitting the next task iteration to 25ms instead of...Tim Almdal
2009-09-17Don't show links as part of the auto complete listTim Almdal
2009-09-15Adjust the text of the symlink error message.Bharat Mediratta