summaryrefslogtreecommitdiff
path: root/modules/server_add
AgeCommit message (Expand)Author
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
2009-09-15Forbid from add symbolink link in admin server add. Read ticket #744 for mor...Jan Koprowski
2009-09-06Fix indentation.Bharat Mediratta
2009-08-31Rename mark_safe() to mark_clean()Andy Staudacher
2009-08-30Fix double -> single quotes (::js_string returns a double-quotes delimited st...Andy Staudacher
2009-08-30(mostly harmless) XSS fix in server addAndy Staudacher
2009-08-30Merge commit 'upstream/master'Andy Staudacher
2009-08-30Tabs to spaces cleanupAndy Staudacher
2009-08-30Change all instances of SafeString::of_safe_html() to html::mark_safe() in vi...Andy Staudacher
2009-08-29Update all code to use helper method html::clean(), html::purify(), ... inste...Andy Staudacher
2009-08-29Delete obsolete comment and tighten the code in site_menu().Bharat Mediratta
2009-08-29Undo url helper changes - url methods no longer return a SafeString.Andy Staudacher
2009-08-29XSS fixesAndy Staudacher
2009-08-29Merge commit 'upstream/master'Andy Staudacher
2009-08-29Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...Andy Staudacher
2009-08-29* created new generic "Add" dropdown in the site menu. this should take care ...jhilden
2009-08-27Properly deal with invalid images. This fixes ticket #611 which showsBharat Mediratta
2009-08-27Remove 'ENGINE=InnoDB' specification from tables that we create. UseBharat Mediratta
2009-08-18Fix for ticket #590. The gallery.dialog.js looks for an element "#dialog #gPr...Tim Almdal
2009-08-08Refactor the gallery dialog into a jQuery widgetTim Almdal
2009-08-05Chain some jQuery calls together to reduce lines of code.Bharat Mediratta
2009-08-05Revert "Allow a theme to override the page refresh mechanism. Create a new"Tim Almdal
2009-08-05Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-08-04Skip empty files, since we know they're broken. Fixes ticket #610.Bharat Mediratta
2009-07-28Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-07-28Use events to generate menus, instead of having xxx_menu helpers.Bharat Mediratta
2009-07-27Allow a theme to override the page refresh mechanism. Create a newTim Almdal
2009-07-23Don't escape & in JS text; it triggers the "Disallowed key charactersBharat Mediratta
2009-07-22Use the Kohana cascading filesystem to locate resources loaded by theBharat Mediratta
2009-07-21Escape bare & symbols so that we use valid entities. Fixes ticket #577.Bharat Mediratta
2009-07-21Fix some consistency in text.Shai Ben-Naphtali
2009-07-19Fix l10n message inconsistency, ticket 546Andy Staudacher
2009-07-14Don't use "else" clauses in upgrade() -- it prevents multiple version bumps a...Bharat Mediratta
2009-07-13Add quotes around all values that contain spaces in them, and add aBharat Mediratta
2009-07-11Get rid of the form from server_add, we're not using it.Bharat Mediratta
2009-07-11Add a "close" button.Bharat Mediratta
2009-07-11Forgot to bump the version up to 3Bharat Mediratta
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