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
/
themes
/
default
/
views
/
movie.html.php
Age
Commit message (
Expand
)
Author
2009-08-29
Update all code to use helper method html::clean(), html::purify(), ... inste...
Andy Staudacher
2009-08-29
Merge commit 'upstream/master'
Andy Staudacher
2009-08-29
Fixing all detected XSS vectors in PHP->JS code.
Andy Staudacher
2009-08-29
Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...
Andy Staudacher
2009-08-28
Fix ticket #591: reCaptcha always on the page.
Tim Almdal
2009-08-10
Create the concept of an "ajax link" and use it for thumbnail rotation
Bharat Mediratta
2009-08-08
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_branch
Bharat Mediratta
2009-08-08
Use the same pager layout as we do in photo.html.php.
Bharat Mediratta
2009-08-03
Add the context menu to the photo/movie pages also.
Bharat Mediratta
2009-07-04
Fix for ticket #477. Use nl2br method when rendering comment::text and
Tim Almdal
2009-07-03
Split the clean method into two clean and purify. clean is a light weight
Tim Almdal
2009-06-30
Fix for #319.
Tim Almdal
2009-06-26
Move the inclusion of photo and movie specific javascript into gallery_theme
Tim Almdal
2009-06-19
Fix a javascript error that was breaking IE, and localize
Bharat Mediratta
2009-05-31
Run all variables containing user-entered text through p::clean()
Bharat Mediratta
2009-04-23
Auto-hide the control toolbar so that it doesn't obscure the movie any longer...
Bharat Mediratta
2009-02-25
Add support MP4 movies also. Flowplayer supports them and can stream
Bharat Mediratta
2009-02-22
Very basic movie support. You can upload a FLV file, we use ffmpeg to
Bharat Mediratta