Tim Almdal
2da7f93784
Fix the setting of the mime type header. as per
...
http://gallery.menalto.com/node/90306
Thanks rWatcher
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca >
2009-08-20 12:26:47 +08:00
Bharat Mediratta
f83db99d39
Properly display thumbnails for private movies by backtracking from
...
the thumbnail to the movie and then showing it as a JPG. Fixes ticket
#570 .
2009-07-21 12:26:16 -07:00
Bharat Mediratta
8f1bca7459
Remove the fallback code. It should trigger extremely rarely and seems highly inefficient to me, so let's see if we can live without it.
2009-07-21 12:18:49 -07:00
Bharat Mediratta
9588e8604d
Use %27 instead of ' (the latter is the wrong form of escaping for urls).
2009-07-12 20:08:02 -07:00
Bharat Mediratta
9809238399
Unescape ' also (single quote)
2009-07-11 19:17:12 -07:00
Bharat Mediratta
132bd8306e
Re-add Session::abort_save(). It was reverted as part of the earlier
...
change, but this is the part that we want to keep.
2009-06-30 20:51:02 -07:00
Bharat Mediratta
666c807fcc
Revert "Add Session::abort_save() to Kohana."
...
Obsoleted by upstream fix.
This reverts commit 06f066164f .
2009-06-30 20:47:51 -07:00
Bharat Mediratta
06f066164f
Add Session::abort_save() to Kohana.
...
Filed upstream as: http://dev.kohanaphp.com/issues/1801
2009-06-21 15:09:32 -07:00
Bharat Mediratta
3b6567f38c
Unescape %20 into " " also.
2009-06-01 23:20:36 -07:00
Bharat Mediratta
54ae9fac88
Remove extra blank line
2009-05-31 22:12:14 -07:00
bharat
297fb737ac
Convert %7E to ~ when proxying files to work around Firefox's overzealous security model.
2009-06-01 01:07:05 -04:00
Bharat Mediratta
ce285b8feb
Use the relative_path_cache to look up items which should be a faster
...
query than using the level + the components.
2009-05-29 21:23:08 -07:00
Bharat Mediratta
28b41056e3
Restructure things so that the application is now just another module.
...
Kohana makes this type of transition fairly straightforward in that
all controllers/helpers/etc are still located in the cascading
filesystem without any extra effort, except that I've temporarily
added a hack to force modules/gallery into the module path.
Rename what's left of "core" to be "application" so that it conforms
more closely to the Kohana standard (basically, just
application/config/config.php which is the minimal thing that you need
in the application directory)
There's still considerable work left to be done here.
2009-05-27 15:07:27 -07:00