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
/
controllers
/
server_add.php
Age
Commit message (
Expand
)
Author
2009-09-17
Don't try to creat an album that corresponds to the staging directory. Just ...
Tim Almdal
2009-08-27
Properly deal with invalid images. This fixes ticket #611 which shows
Bharat Mediratta
2009-08-04
Skip empty files, since we know they're broken. Fixes ticket #610.
Bharat Mediratta
2009-07-21
Fix some consistency in text.
Shai Ben-Naphtali
2009-07-19
Fix l10n message inconsistency, ticket 546
Andy Staudacher
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-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
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-01
Fix a bunch of XSS vulnerabilities turned up by manual inspection
Bharat Mediratta
2009-06-10
Changed how directories are processed when the parent directory is selected and
Tim Almdal
2009-06-05
Rewrite the server_add to have the server format the selection when a branch ...
Tim Almdal
2009-06-01
Security pass over all controller code. Mostly adding CSRF checking
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-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
Create a pause method on the server_add controller and get rid of the
Tim Almdal
2009-04-08
Fixes issues with Server Add:
Tim Almdal
2009-03-25
Fix for ticket #184. Sort the output children as DirectoryIterator
Tim Almdal
2009-03-24
Fix the problem I created by trying to run the task again after it was comple...
Tim Almdal
2009-03-24
Add a pause button to the server add dialog and if it is clicked then
Tim Almdal
2009-03-11
Refine the task api but removing the optional parameters on the
Tim Almdal
2009-03-10
Refactor the server add module to make use of the task api (Ticket
Tim Almdal
2009-03-05
Change how the urls are built in the java script
Tim Almdal
2009-03-04
Last of changes required from Bharat's 2nd review pass
Tim Almdal
2009-03-04
Changed $uid to $tree_id, so not to confuse anyone between and acroynm
Tim Almdal
2009-03-04
Rename local_import module to server_add
Tim Almdal