| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-07-04 | Fix for ticket #477. Use nl2br method when rendering comment::text and | Tim Almdal | |
| item::description. In addition add p::clean or p::purify to places that xss cleaning had missed (i.e. rss feeds) | |||
| 2009-07-03 | Split the clean method into two clean and purify. clean is a light weight | Tim Almdal | |
| approach using html::specialchars and purify uses HTMLPurifier to intelligently cleanse the output fields. Use purifier for text and title fields where it is likely that a user would enter html to format their data. | |||
| 2009-06-30 | Fix for #319. | Tim Almdal | |
| Created a new view "movieplayer.html.php", which is rendered by Item_Model::movie_img(). Changed movie.html.php to use movie_img to render the movie player link. | |||
| 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 | |
| ADD_A_COMMENT otherwise ui.init.js bombs. | |||
| 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 ↵ | Bharat Mediratta | |
| longer than it has to. This resolves ticket #199. | |||
| 2009-02-25 | Add support MP4 movies also. Flowplayer supports them and can stream | Bharat Mediratta | |
| them using the h264streaming plugin. Everything else is a fairly minor change. | |||
| 2009-02-22 | Very basic movie support. You can upload a FLV file, we use ffmpeg to | Bharat Mediratta | |
| extract a thumbnail out of it and if you click through we show it using flowplayer. | |||
