Revisions for gollem/index.php

Location: [ Horde ] / gollem / index.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.27 (+2 -2 lines) 01/02/2008 06:12 AM Jan Schneider jan

Happy New Year

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

Copyright assignments from Max.

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

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

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

Happy New Year

Tags: GOLLEM_1_0_3

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

Happy New Year

1.23 (+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.22 (+7 -7 lines) 04/30/2006 07:37 PM Chuck Hagenbuch chuck

is_readable doesn't need to be silenced, but we generally silence app constant defines.

1.20.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.21 (+3 -3 lines) 01/01/2006 04:10 PM Jan Schneider jan

Happy new year\!

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

Happy New Year

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

1.19 (+3 -3 lines) 04/08/2004 08:20 PM Michael M Slusarz slusarz

Update copyright years.
As far as I can tell, $_SESSION['gollem']['username'] is never created so there is no way this code block in redirect.php is ever run.  Look instead inside
the current backend_key to determine the credentials.

1.18 (+1 -2 lines) 04/07/2004 10:43 AM Chuck Hagenbuch chuck

No more HORDE_LIBS.

1.17 (+2 -1 lines) 12/01/2003 05:33 PM max

Add a define('HORDE_LIBS', ''); for the unconfigured case to all index files to fix a warning.  Other ws and header nits here and there.

1.16 (+5 -3 lines) 08/24/2003 06:48 PM Jan Schneider jan

Use Horde_Test::configFileMissing().

1.15 (+5 -16 lines) 06/20/2003 07:25 PM Chuck Hagenbuch chuck

- fix logins
- streamline a few bits of code

1.14 (+5 -4 lines) 03/07/2003 12:15 PM mdjukic

add mime_drivers to notconfigured check, more logical order

1.13 (+3 -2 lines) 06/27/2002 02:58 PM Chuck Hagenbuch chuck

Update for new config files.

1.12 (+3 -3 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 (+1 -3 lines) 10/21/2001 05:26 PM Chuck Hagenbuch chuck

take framework changes into account

1.10 (+1 -9 lines) 09/01/2001 12:57 PM max

consistancy -- no longer rely on horde for the "not configured" template.

1.9 (+1 -2 lines) 05/23/2001 01:02 PM jon

Merge doctype.inc into common-header.inc.

1.8 (+3 -2 lines) 05/08/2001 02:25 AM max

Added a HORDE_BASE define in the non-configured clause of index.php.
It still guesses the location of Horde, but it doesn't cause a fatal
error.

1.7 (+2 -1 lines) 04/25/2001 12:09 PM Chuck Hagenbuch chuck

define and use HORDE_BASE.

You must track this change to conf.php.dist.

1.6 (+2 -1 lines) 02/17/2001 09:39 PM max

Making it work...

- update for the new prefs (still needs UI work)
- update for the new registry
- fix renaming multiple files (UI is not final)
- move help js to the menu
- fix problem reporting menu item
- add 'show_dotfiles' server setting
- many misc fixes

1.5 (+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.4 (+6 -4 lines) 01/25/2001 01:34 AM max

(trying desperately to keep up)

- Move authentication and session creating from manager to redirect
- Get login form to submit to redirect finally
- Fix a few copy/paste problems in index

1.3 (+11 -5 lines) 01/20/2001 02:58 PM Chuck Hagenbuch chuck

Add a notconfigured template for Gollem, and fix up a bunch of other index/configuration
nits for various apps while I'm at it.

1.2 (+7 -6 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.