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
2010-07-31
Full pass over all the JSON encoding and JS dialog code. We now abide
Bharat Mediratta
2010-07-31
More patches as part of #1225. Change the 'core' modules to use the json::reply
Tim Almdal
2010-07-11
Merge branch 'master' into talmdal_dev
Tim Almdal
2010-07-10
Cast the status message to a string so that it gets sent down as a string in ...
Bharat Mediratta
2010-07-10
Accept extension .m4v as video/mp4
Romain LE DISEZ
2010-07-06
Fix for ticket #1181. Use $.getJSON to retrieve the json contents of the dial...
Tim Almdal
2010-04-04
preg_quote() the pattern we use for directory globs to avoid letting
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-22
Fix server-add for German and other locales that use comma as decimal separator.
Andy Staudacher
2010-01-31
Remove debug code.
Bharat Mediratta
2010-01-28
cast $task->done to bool so that it doesn't show up as "0" to the JS,
Bharat Mediratta
2010-01-27
Convert back to using ORM::factory(..., $id) instead of calling where().
Bharat Mediratta
2010-01-23
Switch to model based validation.
Bharat Mediratta
2010-01-24
First pass at converting server add to model based validation.
Bharat Mediratta
2010-01-09
Fix for ticket #972 and more. In Kohana 2.4, ORM::delete_all ignores any where
Tim Almdal
2009-12-30
The problem occurs because the square brackets are treated as special charact...
Tim Almdal
2009-12-25
Fix uses of count_records() and use ORM to count instead.
Bharat Mediratta
2009-12-21
Updates for the latest version of Kohana 2.4:
Bharat Mediratta
2009-12-18
Convert a database call.
Bharat Mediratta
2009-12-02
Fix a bunch of places where we were using "= null" instead of "IS NULL".
Bharat Mediratta
2009-11-26
Convert all DB where() calls to take 3 arguments.
Bharat Mediratta
2009-11-25
ORM::orderby -> ORM::order_by
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-10-22
Change the name of identity library from Identity to IdentityProvider. Create...
Tim Almdal
2009-10-16
Remove all non Identity API methods from Identity.php. Created an MY_Session...
Tim Almdal
2009-10-16
Start simplifying the interface by moving the static methods from user.php an...
Tim Almdal
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
[next]