index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
server_add
Age
Commit message (
Expand
)
Author
2009-07-14
Don't use "else" clauses in upgrade() -- it prevents multiple version bumps a...
Bharat Mediratta
2009-07-13
Add quotes around all values that contain spaces in them, and add a
Bharat Mediratta
2009-07-11
Get rid of the form from server_add, we're not using it.
Bharat Mediratta
2009-07-11
Add a "close" button.
Bharat Mediratta
2009-07-11
Forgot to bump the version up to 3
Bharat Mediratta
2009-07-11
Further simplify server_add (and bump it to version 3).
Bharat Mediratta
2009-07-10
Remove debug code.
Bharat Mediratta
2009-07-10
Fix a bug where we were not properly locating the parent album when
Bharat Mediratta
2009-07-09
Avoid blowing the task data column by only adding directories to the queue in...
Bharat Mediratta
2009-07-09
Add status output to make it clearer what's happening when you add files.
Bharat Mediratta
2009-07-09
Use p::purify instead of p::clean
Bharat Mediratta
2009-07-07
Rework server_add. It's smaller and leaner now, storing the list of
Bharat Mediratta
2009-07-02
Merge branch 'master' of git@github.com:/gallery/gallery3
Bharat Mediratta
2009-07-02
Temporary 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 the
Bharat Mediratta
2009-07-02
Properly manage disabled state for the [add] button.
Bharat Mediratta
2009-07-02
Only enable the [add] button when boxes are checked.
Bharat Mediratta
2009-07-02
Add some jsDoc.
Bharat Mediratta
2009-07-02
Partial pass of server_add cleanup. It's broken at this stage since
Bharat Mediratta
2009-07-02
Eliminate temporary variables by passing the $item into the view and
Bharat Mediratta
2009-07-02
Remove empty <script> block.
Bharat Mediratta
2009-07-02
In remove_path(), if the path is invalid don't echo it back in the UI.
Bharat Mediratta
2009-07-01
Fix a bunch of XSS vulnerabilities turned up by manual inspection
Bharat Mediratta
2009-06-29
Temporary checkin to allow merge with trunk... don't integrate
Tim Almdal
2009-06-28
Use $theme->script() method to render module javascript files
Tim Almdal
2009-06-23
Merge branch 'master' of git@github.com:gallery/gallery3
Chad Kieffer
2009-06-23
Use gMessage for "no paths defined" status message.
Chad Kieffer
2009-06-23
Refactor the install/upgrade code to be more flexible.
Bharat Mediratta
2009-06-12
Convert the filename to a sensible title to match the way that the simple upl...
Bharat Mediratta
2009-06-10
Changed how directories are processed when the parent directory is selected and
Tim Almdal
2009-06-04
Only request the server_add js if the user is an admin
Bharat Mediratta
2009-06-05
Rewrite the server_add to have the server format the selection when a branch ...
Tim Almdal
2009-06-03
Guard against pages with no items.
Bharat Mediratta
2009-06-03
Minor tweaks to the way that we turn the add photos item into a menu
Bharat Mediratta
2009-06-02
made "Add photos" its own site menu item
jhilden
2009-06-02
Have server_add turn the "Add Photo" menu option into a dropdown and
Bharat Mediratta
2009-06-01
Security pass over all controller code. Mostly adding CSRF checking
Bharat Mediratta
2009-05-31
Run all variables that come from user-entered data through p::clean()
Bharat Mediratta
2009-05-26
Restructure the module lifecycle.
Bharat Mediratta
2009-05-21
Change $view->action to a absolute url.
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-05-13
Create a new "add" permission and require it at the controller level
Bharat Mediratta
2009-05-09
Remove quotes and correct typo
Tim Almdal
2009-05-09
Fix for ticket #217
Tim Almdal
2009-05-02
Change comment style for brevity.
Bharat Mediratta
2009-05-02
Whitespace cleanup.
Bharat Mediratta
2009-04-23
1) Change the processing so the server_add start task can return done = 1
Tim Almdal
2009-04-09
Don't try to import the staging directory as an album
Tim Almdal
2009-04-09
Provide a translation of the titleon the fatal error dialog pop-up
Tim Almdal
2009-04-09
Create a pause method on the server_add controller and get rid of the
Tim Almdal
[next]