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-09-06
Fix indentation.
Bharat Mediratta
2009-08-31
Rename mark_safe() to mark_clean()
Andy Staudacher
2009-08-30
Fix double -> single quotes (::js_string returns a double-quotes delimited st...
Andy Staudacher
2009-08-30
(mostly harmless) XSS fix in server add
Andy Staudacher
2009-08-30
Merge commit 'upstream/master'
Andy Staudacher
2009-08-30
Tabs to spaces cleanup
Andy Staudacher
2009-08-30
Change all instances of SafeString::of_safe_html() to html::mark_safe() in vi...
Andy Staudacher
2009-08-29
Update all code to use helper method html::clean(), html::purify(), ... inste...
Andy Staudacher
2009-08-29
Delete obsolete comment and tighten the code in site_menu().
Bharat Mediratta
2009-08-29
Undo url helper changes - url methods no longer return a SafeString.
Andy Staudacher
2009-08-29
XSS fixes
Andy Staudacher
2009-08-29
Merge commit 'upstream/master'
Andy Staudacher
2009-08-29
Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...
Andy Staudacher
2009-08-29
* created new generic "Add" dropdown in the site menu. this should take care ...
jhilden
2009-08-27
Properly deal with invalid images. This fixes ticket #611 which shows
Bharat Mediratta
2009-08-27
Remove 'ENGINE=InnoDB' specification from tables that we create. Use
Bharat Mediratta
2009-08-18
Fix for ticket #590. The gallery.dialog.js looks for an element "#dialog #gPr...
Tim Almdal
2009-08-08
Refactor the gallery dialog into a jQuery widget
Tim Almdal
2009-08-05
Chain some jQuery calls together to reduce lines of code.
Bharat Mediratta
2009-08-05
Revert "Allow a theme to override the page refresh mechanism. Create a new"
Tim Almdal
2009-08-05
Merge branch 'master' of git@github.com:gallery/gallery3
Tim Almdal
2009-08-04
Skip empty files, since we know they're broken. Fixes ticket #610.
Bharat Mediratta
2009-07-28
Merge branch 'master' of git@github.com:gallery/gallery3
Tim Almdal
2009-07-28
Use events to generate menus, instead of having xxx_menu helpers.
Bharat Mediratta
2009-07-27
Allow a theme to override the page refresh mechanism. Create a new
Tim Almdal
2009-07-23
Don't escape & in JS text; it triggers the "Disallowed key characters
Bharat Mediratta
2009-07-22
Use the Kohana cascading filesystem to locate resources loaded by the
Bharat Mediratta
2009-07-21
Escape bare & symbols so that we use valid entities. Fixes ticket #577.
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-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
[next]