Revisions for whups/index.php

Location: [ Horde ] / whups / 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.29 (+3 -2 lines) 06/24/2008 06:25 PM Jan Schneider jan

Limit Robert's copyright to the years of his contributions. We should really find him.

Tags: WHUPS_1_0, WHUPS_1_0_RC2, WHUPS_1_0_RC1

1.28 (+8 -3 lines) 06/12/2008 04:34 PM Chuck Hagenbuch chuck

check for new email templates

1.27 (+2 -2 lines) 01/06/2008 07:00 PM Chuck Hagenbuch chuck

@define -> define

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

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

1.25 (+2 -2 lines) 08/17/2006 09:08 AM Jan Schneider jan

Load prefered page instead of redirecting to it.

1.24 (+5 -5 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.23 (+2 -2 lines) 01/01/2006 04:12 PM Jan Schneider jan

Happy new year\!

1.22 (+2 -2 lines) 01/03/2005 09:35 AM Jan Schneider jan

Happy New Year

1.21 (+3 -4 lines) 10/19/2004 06:09 AM Jan Schneider jan

Remove html.php tests.

1.20 (+2 -2 lines) 08/17/2004 10:15 AM Jan Schneider jan

mime_drivers.php is required.

1.19 (+3 -2 lines) 07/25/2004 11:11 PM Chuck Hagenbuch chuck

Check for mime_drivers.php

1.18 (+2 -2 lines) 07/19/2004 08:38 PM Chuck Hagenbuch chuck

Redirect instead of including redirect.php to avoid form target problems.

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

No more HORDE_LIBS.

1.16 (+2 -2 lines) 01/01/2004 11:17 AM Jan Schneider jan

Happy new year everyone.

1.15 (+2 -1 lines) 12/01/2003 05:34 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.14 (+5 -3 lines) 08/24/2003 06:48 PM Jan Schneider jan

Use Horde_Test::configFileMissing().

1.13 (+2 -2 lines) 04/26/2003 08:28 PM Chuck Hagenbuch chuck

Fix license URL.

1.12 (+2 -2 lines) 01/03/2003 07:47 AM Jan Schneider jan

Bump year.

1.11 (+6 -13 lines) 11/22/2002 06:52 PM Chuck Hagenbuch chuck

Start converting some redirects to just require statements where we
can. This saves some loading of libraries and variable setup, and
saves an HTTP redirect as well.

Comments on this? I'm thinking of trying to do it in more places, to
streamline our app flow a bit.

1.10 (+6 -7 lines) 11/17/2002 10:49 PM Chuck Hagenbuch chuck

Use Horde_Template to generate configurable reports from search result
sets.

1.9 (+2 -2 lines) 11/11/2002 08:10 PM Chuck Hagenbuch chuck

Cosmetic patches from Brian Keifer <brian@valinor.net>.

1.8 (+4 -5 lines) 07/18/2002 02:46 PM Chuck Hagenbuch chuck

fix a few style nits.

1.7 (+2 -1 lines) 07/12/2002 05:30 PM Chuck Hagenbuch chuck

Cleanups, and ticket search results are now fully sortable and a user preference.

1.6 (+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.5 (+1 -7 lines) 10/28/2001 08:35 PM Chuck Hagenbuch chuck

fix notconfigured scripts

1.4 (+2 -2 lines) 10/06/2001 03:07 PM jon

Removing the 't_' prefix from the script names.

1.3 (+5 -5 lines) 03/22/2001 02:16 PM Chuck Hagenbuch chuck

- Fix errors caused by having error_reporting set to E_ALL.

- Fix license to be BSD, as intended/requested by original contributor

- Fix short tags (<?) - change to <?php

1.2 (+36 -2 lines) 03/22/2001 12:07 AM bjn

Code reorganization, to bring Whups more in line with the modern Horde
framework layout.  Please feel free to change the names of files in
lib/, where functions are defined, how they're grouped into files,
etc. as you see fit!

I did not alter any functionality at all with these changes... however,
one result is that error_reporting() is now at E_ALL, and this has
revealed a lot of issues that need to be dealt with (Undefined index
and property all over).  However, the code is functional as it was before.

1.1 03/20/2001 09:53 PM Chuck Hagenbuch chuck

initial import of contributed whups code.

Submitted by: Robert E. Coyle <robertecoyle@hotmail.com>