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
/
gallery
/
controllers
Age
Commit message (
Expand
)
Author
2009-08-31
XSS review fixes (mostly adding missing html::mark_clean()) calls.
Andy Staudacher
2009-08-31
Rename mark_safe() to mark_clean()
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
Fix link in l10n UI (for SafeString changes)
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
Using SafeString in album controller / view
Andy Staudacher
2009-08-28
improved translations admin interface
jhilden
2009-08-28
improved UI for the languages admin
jhilden
2009-08-27
Merge branch 'master' of git://github.com/gallery/gallery3
Tim Almdal
2009-08-27
Properly deal with invalid images. This fixes ticket #611 which shows
Bharat Mediratta
2009-08-27
Merge branch 'master' of git://github.com/gallery/gallery3
Tim Almdal
2009-08-27
Remove 'ENGINE=InnoDB' specification from tables that we create. Use
Bharat Mediratta
2009-08-20
Fix the setting of the mime type header. as per
Tim Almdal
2009-08-19
Fix the setting of the mime type header. as per
Tim Almdal
2009-08-19
Merge branch 'master' of git://github.com/gallery/gallery3
Tim Almdal
2009-08-18
Merge branch 'master' of git@github.com:gallery/gallery3
Chad Kieffer
2009-08-18
Merge branch 'master' of git://github.com/gallery/gallery3
Tim Almdal
2009-08-18
Don't call dirname() on the toolkit dir, it's already a directory! (Thanks K...
Bharat Mediratta
2009-08-16
In this patch, drag now works to the album tree, but the progress bar is not
Tim Almdal
2009-08-08
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_branch
Bharat Mediratta
2009-08-08
Improve the graphics toolkit detection code so that properly
Bharat Mediratta
2009-08-03
Combine the quick menu and the thumb menu into a single menu called
Bharat Mediratta
2009-07-28
Convert the album add dialog to use the new Form_Script library
Tim Almdal
2009-07-28
Convert the album add dialog to use the new Form_Script library
Tim Almdal
2009-07-28
Revert commit 078c77a62b623322956457bfd7bfbdaf56203b00 and change the
Tim Almdal
2009-07-28
Revert commit 078c77a62b623322956457bfd7bfbdaf56203b00 and change the
Tim Almdal
2009-07-24
Add tag autocomplete to the album and photo edit pop up dialogs.
Tim Almdal
2009-07-21
Properly display thumbnails for private movies by backtracking from
Bharat Mediratta
2009-07-21
Remove the fallback code. It should trigger extremely rarely and seems highl...
Bharat Mediratta
2009-07-20
Make some API changes simplify the tag editing code. We now have a
Bharat Mediratta
2009-07-20
(1)Add tag edit field in album/photo edit form. (2)provide edit functionality...
hiwilson
2009-07-17
Rename "locale" helper to "locales" to avoid conflicting with PHP 5.3.
Bharat Mediratta
2009-07-17
Don't send back the gzipped version if we're using
Bharat Mediratta
2009-07-16
Second non-trivial change to the event code. We now publish model
Bharat Mediratta
2009-07-16
Non-trivial changes to the event handling code:
Bharat Mediratta
2009-07-16
Remove spurious blank line at the top of the file introduced in 09c9b1a755618...
Bharat Mediratta
2009-07-15
Remove a completed @todo.
Bharat Mediratta
2009-07-15
Fix 542 by changing the wording from you to your, thanks Floridave
Tim Almdal
2009-07-12
Use %27 instead of ' (the latter is the wrong form of escaping for urls).
Bharat Mediratta
2009-07-11
Unescape ' also (single quote)
Bharat Mediratta
2009-07-11
Fix a problem in delete() where we were referencing $parent without
Bharat Mediratta
2009-07-11
Fix a bug where we're referring to $photo when we just uploaded a
Bharat Mediratta
2009-07-11
Turn off extended inserts when creating install.sql so that it's
Bharat Mediratta
2009-07-10
Added the upload::required validation in order to insure that failed uploads
Tim Almdal
2009-07-07
Added a wee bit of phpDoc.
Tim Almdal
2009-07-06
Cleanup remove task processing. Change Task_Model::delete to call parent::delete
Tim Almdal
2009-07-05
Add task logging functionality. When a task runs, it creates a log that is
Tim Almdal
[next]