summaryrefslogtreecommitdiff
path: root/modules/server_add
AgeCommit message (Expand)Author
2009-08-06Revert "Revert "Revert "Allow a theme to override the page refresh mechanism....Tim Almdal
2009-08-06Merge branch 'master' of git://github.com/gallery/gallery3Tim Almdal
2009-08-05Chain some jQuery calls together to reduce lines of code.Bharat Mediratta
2009-08-05Revert "Revert "Allow a theme to override the page refresh mechanism. Create...Tim Almdal
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
2009-07-09Use p::purify instead of p::cleanBharat Mediratta
2009-07-07Rework server_add. It's smaller and leaner now, storing the list ofBharat Mediratta
2009-07-02Merge branch 'master' of git@github.com:/gallery/gallery3Bharat Mediratta
2009-07-02Temporary version add() that just dumps out the values for now.Bharat Mediratta
2009-07-02@todo if we uncheck all the children for a parent, we should uncheck theBharat Mediratta
2009-07-02Properly manage disabled state for the [add] button.Bharat Mediratta
2009-07-02Only enable the [add] button when boxes are checked.Bharat Mediratta
2009-07-02Add some jsDoc.Bharat Mediratta
2009-07-02Partial pass of server_add cleanup. It's broken at this stage sinceBharat Mediratta
2009-07-02Eliminate temporary variables by passing the $item into the view andBharat Mediratta
2009-07-02Remove empty <script> block.Bharat Mediratta
2009-07-02In remove_path(), if the path is invalid don't echo it back in the UI.Bharat Mediratta
2009-07-01Fix a bunch of XSS vulnerabilities turned up by manual inspectionBharat Mediratta
2009-06-29Temporary checkin to allow merge with trunk... don't integrateTim Almdal
2009-06-28Use $theme->script() method to render module javascript filesTim Almdal
2009-06-23Merge branch 'master' of git@github.com:gallery/gallery3Chad Kieffer
2009-06-23Use gMessage for "no paths defined" status message.Chad Kieffer
2009-06-23Refactor the install/upgrade code to be more flexible.Bharat Mediratta
2009-06-12Convert the filename to a sensible title to match the way that the simple upl...Bharat Mediratta
2009-06-10Changed how directories are processed when the parent directory is selected andTim Almdal
2009-06-04Only request the server_add js if the user is an adminBharat Mediratta
2009-06-05Rewrite the server_add to have the server format the selection when a branch ...Tim Almdal
2009-06-03Guard against pages with no items.Bharat Mediratta
2009-06-03Minor tweaks to the way that we turn the add photos item into a menuBharat Mediratta
2009-06-02made "Add photos" its own site menu itemjhilden