Revisions for gollem/view.php

Location: [ Horde ] / gollem / view.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.64 (+3 -3 lines) 05/17/2008 11:33 PM Chuck Hagenbuch chuck

finalized method name

1.63 (+2 -2 lines) 01/02/2008 06:12 AM Jan Schneider jan

Happy New Year

1.62 (+6 -2 lines) 12/11/2007 12:11 AM Chuck Hagenbuch chuck

Loop through streams instead of using fpassthru
Bug: 5913

1.61 (+30 -8 lines) 11/29/2007 12:22 AM Chuck Hagenbuch chuck

[cjh] If the VFS backend supports streams, use them to avoid reading entire
files into memory when downloading (Request #5913).

1.60 (+1 -2 lines) 11/27/2007 06:42 PM Michael M Slusarz slusarz

Re-enable compression here.

1.59 (+2 -2 lines) 11/07/2007 12:45 PM Jan Schneider jan

Copyright assignments from Max.

1.58 (+2 -2 lines) 06/27/2007 01:23 PM Jan Schneider jan

Bump year, looks like a missed a few last time.

1.51.2.3 FRAMEWORK_3 (+3 -3 lines) 01/02/2007 08:54 AM Jan Schneider jan

Happy New Year

Tags: GOLLEM_1_0_3

1.57 (+2 -2 lines) 01/02/2007 07:47 AM Jan Schneider jan

Happy New Year

1.56 (+5 -3 lines) 01/01/2007 07:40 PM Jan Schneider jan

Assign copyright to The Horde Project for those copyright holders that already agreed to it.

1.55 (+4 -3 lines) 09/04/2006 06:28 PM Jan Schneider jan

Use Horde_Array::array_merge_recursive_overwrite().

1.54 (+11 -2 lines) 09/01/2006 12:43 PM Jan Schneider jan

Vhost'ed mime driver configuration.

1.51.2.2 FRAMEWORK_3 (+2 -2 lines) 07/12/2006 06:23 PM Michael M Slusarz slusarz

MFH 1.53

1.53 (+2 -2 lines) 07/12/2006 06:22 PM Michael M Slusarz slusarz

Send Content-Length information to browser when downloading.

1.51.2.1 FRAMEWORK_3 (+3 -3 lines) 01/01/2006 04:28 PM Jan Schneider jan

Happy new year

Tags: GOLLEM_1_0_2, GOLLEM_1_0_2_RC2, GOLLEM_1_0_2_RC1

1.52 (+3 -3 lines) 01/01/2006 04:10 PM Jan Schneider jan

Happy new year\!

1.51 (+8 -1 lines) 06/28/2005 12:33 AM Michael M Slusarz slusarz

Allow us to switch drivers via view.php.

Tags: FRAMEWORK_3, GOLLEM_1_0_1, GOLLEM_1_0_1_RC1, GOLLEM_1_0, GOLLEM_1_0_RC2, GOLLEM_1_0_RC1

1.50 (+3 -2 lines) 06/28/2005 12:03 AM Michael M Slusarz slusarz

[mms] Add 'driver' and 'dir' parameters to download/view links so that these
links are not tied to the current session.

1.49 (+2 -2 lines) 03/22/2005 10:59 PM Michael M Slusarz slusarz

Bug: 1607
A couple more $vfs -> $GLOBALS['gollem_vfs'] missed conversions.
Make sure directory is set correctly when logging in.

Tags: GOLLEM_1_0_BETA, GOLLEM_1_0_ALPHA1

1.48 (+3 -3 lines) 01/03/2005 09:34 AM Jan Schneider jan

Happy New Year

1.47 (+2 -7 lines) 10/20/2004 01:43 AM Michael M Slusarz slusarz

Don't need session_write_close() here - Registry:: handles that for us.
Don't need to inclue the horde-wide mime_drivers file - MIME_Contents:: handles
that for us.

1.46 (+1 -5 lines) 10/14/2004 02:51 AM Michael M Slusarz slusarz

Convert Gollem authentication to use the Auth:: framework.

1.45 (+4 -2 lines) 08/07/2004 12:18 PM Chuck Hagenbuch chuck

Don't compress viewed/downloaded parts or files; apparently IE at
least has trouble with this. If this works well, we can consider
adding compression back in for cases that IE handles, or for browsers
that handle it okay.

1.44 (+2 -2 lines) 06/25/2004 12:14 PM Jan Schneider jan

Casing.

1.43 (+8 -8 lines) 04/12/2004 01:20 PM Michael M Slusarz slusarz

Use MIME_Contents to render the data.

1.42 (+4 -5 lines) 04/09/2004 03:48 PM Michael M Slusarz slusarz

Only support viewing one backend at a time now.  This is more consistent
with the rest of the Horde applications, and makes the code a whole heck
of a lot easier to read.
While cleaning out, clean up a lot of other stuff too (i.e. unused functions).
Lots of phpdoc/phpdoc stubs added.

1.41 (+4 -4 lines) 04/07/2004 10:43 AM Chuck Hagenbuch chuck

No more HORDE_LIBS.

1.40 (+3 -3 lines) 01/01/2004 10:14 AM Jan Schneider jan

Happy new year everyone.

1.39 (+4 -4 lines) 12/16/2003 02:34 AM Michael M Slusarz slusarz

Move Horde_MIME to framework.  If I somehow managed to convert all includes to
the new path, I owe myself a beer.

1.38 (+2 -3 lines) 11/20/2003 02:10 PM Michael M Slusarz slusarz

very tiny tweak

1.37 (+3 -8 lines) 11/19/2003 05:36 PM Michael M Slusarz slusarz

Add checkGollemAuth().

1.36 (+19 -22 lines) 11/17/2003 09:18 AM Chuck Hagenbuch chuck

Add a bunch of support for readonly sessions and some sesson_write_close()
calls to try and avoid blocking any session activity while larger files are downloading.

1.35 (+7 -14 lines) 10/03/2003 04:56 PM Chuck Hagenbuch chuck

View files in a new window - not just kinds that can be displayed inline.

1.34 (+2 -2 lines) 10/03/2003 11:19 AM Chuck Hagenbuch chuck

fix incorrect classname.

1.33 (+8 -8 lines) 09/16/2003 07:04 PM Jan Schneider jan

Use the new Util:: class.

1.32 (+2 -6 lines) 07/13/2003 11:09 PM Chuck Hagenbuch chuck

Template cleanup.

1.31 (+20 -17 lines) 06/18/2003 03:15 AM Michael M Slusarz slusarz

Action ID from numbers -> strings
More Horde::addParameter() usage.

1.30 (+2 -2 lines) 05/22/2003 11:56 PM Chuck Hagenbuch chuck

Another set of menu.php files gone.

1.29 (+3 -3 lines) 04/29/2003 06:21 PM Chuck Hagenbuch chuck

Treat an empty array as "show all columns"

1.28 (+4 -9 lines) 03/18/2003 01:41 PM Chuck Hagenbuch chuck

Fix a bunch of problems with pushing notification errors after having
called notify().

1.27 (+8 -7 lines) 02/21/2003 11:22 PM Chuck Hagenbuch chuck

[cjh] Add ability to view different backends side-by-side
(j.huinink@wanadoo.nl).

Still some issues, UI is pretty unintuitive, but I think I've ironed
out all the serious errors.

1.26 (+3 -3 lines) 01/02/2003 09:13 PM Jan Schneider jan

Bump year.

1.25 (+2 -2 lines) 08/24/2002 03:31 PM Jan Schneider jan

typo

1.24 (+5 -7 lines) 08/24/2002 02:25 PM Jan Schneider jan

Better gettext string.

1.23 (+36 -1 lines) 08/06/2002 01:10 PM Chuck Hagenbuch chuck

MIME_Viewer integration!

Submitted by: Mike Cochrane <mike@graftonhall.co.nz>

1.22 (+2 -2 lines) 08/06/2002 11:53 AM Chuck Hagenbuch chuck

nuking NOOP

1.21 (+1 -4 lines) 08/01/2002 12:43 PM Chuck Hagenbuch chuck

remove now-unnecessary code

1.20 (+8 -3 lines) 07/16/2002 02:59 PM Chuck Hagenbuch chuck

catch download errors.

1.19 (+2 -4 lines) 07/11/2002 01:05 AM Chuck Hagenbuch chuck

Alright, I give up - we do much better if we don't send content-length
OR content-type.

1.18 (+2 -3 lines) 07/11/2002 12:57 AM Chuck Hagenbuch chuck

the content-length is just causing problems for me...

1.17 (+9 -10 lines) 07/10/2002 02:58 PM Chuck Hagenbuch chuck

Download headers/filenames should be sorted out now.

1.16 (+9 -17 lines) 07/03/2002 04:20 PM Chuck Hagenbuch chuck

Gollem is now completely based on the VFS backend system. Things should be
functional now, for FTP at least.

Submitted by: Michael Varghese <mike.varghese@ascellatech.com>

1.15 (+16 -10 lines) 07/03/2002 01:00 AM Chuck Hagenbuch chuck

use Horde::compressOutput()

1.14 (+6 -16 lines) 06/19/2002 03:56 AM Michael M Slusarz slusarz

Generation of download headers for browsers has been moved to Browser::
(downloadHeaders()).

1.13 (+13 -9 lines) 05/23/2002 05:53 AM Jan Schneider jan

I don't know why but if we call Horde::getTempFile() with auto deletion
we can't read the temp file's size.

1.12 (+4 -4 lines) 04/15/2002 04:59 PM Jan Schneider jan

Next shot of superglobals patch. After MFH is completed I'll commit Horde,
IMP and Nag.

Submitted by: Nuno Loureiro <nuno@eth.pt>

1.11 (+4 -7 lines) 01/29/2002 10:32 AM Jan Schneider jan

More GOLLEM_ constants and remove unused switch() case.

1.10 (+3 -3 lines) 01/24/2002 05:40 PM Chuck Hagenbuch chuck

use $registry->getParam()
use GOLLEM_TEMPLATES
use the new Notification system.
prefix all application constants with GOLLEM_

1.9 (+3 -9 lines) 10/21/2001 05:26 PM Chuck Hagenbuch chuck

take framework changes into account

1.8 (+3 -3 lines) 04/29/2001 02:02 PM max

Style nit: if( -> if (

1.7 (+2 -2 lines) 04/15/2001 12:15 AM jon

Use the Horde temporary file routines.

1.6 (+5 -6 lines) 03/21/2001 08:57 PM max

Fix IE SSL downloading.

1.5 (+3 -5 lines) 03/15/2001 11:27 PM max

Following IMP's example:

- remove HTTP_SESSION_VARS[] check in favor of Gollem::setupSession()
- use Gollem::authenticate() return value
- be consistant about Gollem::logoutUrl()
- use reason=failed instead of reason=logout when setupSession() or
  authenticate() fail

1.4 (+2 -2 lines) 02/09/2001 04:55 PM Chuck Hagenbuch chuck

The configuration array is now simply $conf. Any settings that must be
accessible unchanged (not overridden) should be put into $conf['horde'].
Everything else is fair game for applications to override.

1.3 (+4 -4 lines) 01/21/2001 07:00 PM max

- get rid of Gollem_util:: class in favor of Gollem::
- add Gollem::setLabel()
- format dates and number (getting ready to put this in conf)
- document constants
- many other additions and fixes

1.2 (+14 -16 lines) 01/20/2001 02:56 AM max

Here we go:

- Move login submission to redirect.php
- Add GOLEM_BASE (works the same as IMP_BASE)
- Add file downloading
- Add a couple directory icons
- Allow creating folders in empty directories
- Fix all directory navigation problems (I hope)
- Fix files with spaces
- Fix default server selection (copy/paste oops)
- A few dozen cleanups

1.1 01/11/2001 12:05 AM max

Initial commit of the gollem revamp.  The file manager has the basic
functionality with much more on the way when I get back from Alaska.
This is just to get it into cvs.  The brave can try it out.