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
2013-01-28
#1945 - Extend legal_file helper functions.
shadlaws
2013-01-22
gallery.menalto.com -> galleryproject.org
Bharat Mediratta
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-05-19
Create an ajax response framework that inserts <meta> tags to guard
Bharat Mediratta
2012-05-19
Revert "Prevent server_add autocomplete from being interpreted as UTF-7. Fix...
Bharat Mediratta
2012-05-16
Prevent server_add autocomplete from being interpreted as UTF-7. Fixes #1871.
Bharat Mediratta
2012-05-11
Improve the way server add deals with wacky directory names. Fixes #1857.
Bharat Mediratta
2012-05-07
Use legal_file::get_extensions() and variants where appropriate. Fixes #1815.
Bharat Mediratta
2012-03-26
Fixed Delete button
Maxim Rubis
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-04-23
Oops, fix broken codex urls. For #1698.
Bharat Mediratta
2011-04-23
Oops, this is the rest of the modules and themes for #1696 and #1698.
Bharat Mediratta
2011-04-23
Revive server_add.js which I accidentally removed in 80af9f0f17ce5ac10ceefc9d...
Bharat Mediratta
2011-04-23
Oops, forgot to remove the reference to admin.js. Follow-on for #1686.
Bharat Mediratta
2011-04-23
Inline admin JS into admin_server_add.html.php. Fixes #1686.
Bharat Mediratta
2011-04-02
Fix an outdated reference to $entry->file which went away in v4 of the
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2011-01-21
Fix: photos get added as albums in case only some photos are selected via ser...
Joe7
2011-01-20
Fix a bug introduced in the refactor in
Bharat Mediratta
2011-01-19
Fix a bug introduced in 65ff2470a505fbc18211093ac131c29b1e820c3e,
Bharat Mediratta
2011-01-15
Fix all the head() and admin_head() theme callbacks to return the
Bharat Mediratta
2011-01-10
New albums should take the sort order from their parent. Fixes #1599.
Bharat Mediratta
2011-01-09
Use eeldivad's fallback code from http://gallery.menalto.com/node/96806#comme...
Bharat Mediratta
2011-01-09
Move the directory queue into the database as well, otherwise if you
Bharat Mediratta
2011-01-09
Replace preg_quote with a more targeted regex to fix the problem where
Bharat Mediratta
2010-10-25
All modules should be named Xxx_Core for extensibility. Fixes #1458.
Bharat Mediratta
2010-08-09
"Server Add" -> "Server add"
Bharat Mediratta
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-30
Add page_title to admin views. Closes #1038.
ckieffer
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-25
Fix typo, thanks cajun100 for reporting!
Andy Staudacher
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
[next]