Revisions for whups/templates/common-header.inc

Location: [ Horde ] / whups / templates / common-header.inc 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.39 (+3 -3 lines) 07/10/2008 05:04 PM Jan Schneider jan

Only show feed icons for saved queries.

Tags: WHUPS_1_0, WHUPS_1_0_RC2

1.38 (+3 -0 lines) 07/10/2008 04:51 PM Jan Schneider jan

Add links to query feed.

1.37 (+1 -1 lines) 02/28/2008 12:01 AM Chuck Hagenbuch chuck

[cjh] Use pretty URLs if Horde is configured for them (Request #5922).

Tags: WHUPS_1_0_RC1

1.36 (+1 -1 lines) 01/02/2008 07:51 AM Jan Schneider jan

Happy New Year

1.35 (+1 -1 lines) 11/01/2007 01:26 PM Jan Schneider jan

Use name including url so that the search bar automatically detects that this
engine has been added already.

1.34 (+1 -0 lines) 09/23/2007 02:22 PM Jan Schneider jan

Add OpenSearch interface. It as easy for any other app.

1.33 (+3 -3 lines) 01/12/2007 08:13 AM Jan Schneider jan

Fix and update copyright headers.

1.32 (+1 -1 lines) 12/30/2006 02:15 PM Jan Schneider jan

Standardize on "_The_ Horde Project" and "http://_www_.horde.org".

1.31 (+1 -1 lines) 01/05/2006 05:48 AM Jan Schneider jan

Happy new year

1.30 (+1 -1 lines) 01/04/2006 10:09 PM Chuck Hagenbuch chuck

Add support for bodyId to all apps and improve the bodyClass code in some apps.
Also make sure some apps load their own css (if it exists).

1.29 (+1 -1 lines) 12/28/2005 02:47 PM Chuck Hagenbuch chuck

close meta tag (xhtml)

1.28 (+1 -1 lines) 12/04/2005 04:15 PM Chuck Hagenbuch chuck

Always make sure that $page_title is escaped.

1.27 (+1 -1 lines) 05/27/2005 12:46 PM Jan Schneider jan

Update years.

1.26 (+1 -0 lines) 02/20/2005 01:20 PM Jan Schneider jan

Add shortcut icons for all applications.

1.25 (+1 -1 lines) 02/11/2005 12:24 PM Jan Schneider jan

Fix RSS link. Still can't be parsed by Firefox though.

1.24 (+4 -0 lines) 02/11/2005 10:47 AM Chuck Hagenbuch chuck

[cjh] Link to ticket RSS feeds on all ticket display pages.

1.23 (+0 -14 lines) 11/03/2004 03:42 PM Chuck Hagenbuch chuck

On second thought, better not to pollute common-header.inc with the menu.

1.22 (+14 -0 lines) 11/03/2004 03:30 PM Chuck Hagenbuch chuck

Use new <ul> menu. Consolidates things even a bit more.

1.21 (+2 -0 lines) 11/03/2004 11:04 AM Chuck Hagenbuch chuck

IE was throwing a ton of errors in whups because the alpha_filter.js script
wasn't included; putting in the missing includeScriptFiles() fixes it.

1.20 (+1 -1 lines) 10/18/2004 08:46 PM Chuck Hagenbuch chuck

Registry::getParam() -> Registry::get().

1.19 (+1 -1 lines) 06/27/2004 09:34 PM Chuck Hagenbuch chuck

Refresh My Bugs every 5 minutes.

1.18 (+1 -1 lines) 01/18/2004 12:54 PM Jan Schneider jan

Remove $js_onLoad variable altogether.

1.17 (+1 -1 lines) 01/01/2004 11:18 AM Jan Schneider jan

Happy new year everyone.

1.16 (+1 -1 lines) 09/26/2003 12:44 PM Chuck Hagenbuch chuck

I can't figure out why we needed to load all of the html.php files on every
single page load just to get the theme name to pass to Horde::stylesheetLink().
This rearranges stylesheetLink() to make a bit more sense and to not need
the $theme parameter unless you want to override it.

1.15 (+1 -1 lines) 09/16/2003 07:08 PM Jan Schneider jan

Use the new Util:: class.

1.14 (+1 -1 lines) 06/10/2003 11:18 AM Chuck Hagenbuch chuck

consistently use bodyClass, not bodyStyle.

1.13 (+1 -1 lines) 04/28/2003 07:03 PM Jan Schneider jan

Use Horde::nonInputVar()

1.12 (+5 -2 lines) 12/28/2002 10:52 AM Jan Schneider jan

Use NLS::getCharset().
Update copyright information.

1.11 (+1 -9 lines) 07/31/2002 12:52 PM Michael M Slusarz slusarz

Stylesheet link generation handled by Horde::stylesheetLink().

1.10 (+0 -3 lines) 07/18/2002 05:06 PM Chuck Hagenbuch chuck

template oopsies

1.9 (+15 -7 lines) 07/17/2002 04:31 PM Chuck Hagenbuch chuck

- whups now has a standard horde menu
- add an Options screen
- fix a bunch of bugs
- convert to the Notification framework
- remove a bunch of unneeded code.

1.8 (+0 -0 lines) 01/24/2002 06:23 PM Chuck Hagenbuch chuck

these aren't used

1.7 (+2 -2 lines) 01/24/2002 02:38 PM Chuck Hagenbuch chuck

use $registry->getParam()
use WHUPS_TEMPLATES
let Types be either global or linked to a specific module.

1.6 (+2 -9 lines) 12/22/2001 09:43 PM Chuck Hagenbuch chuck

NEVER use a regular expression to match or replace a static string.
str_replace, strstr, or strtr are your friends.

Other than that, try to be consistent about style and features between apps.

1.5 (+1 -2 lines) 09/28/2001 05:43 PM max

Whups didn't have sitename set either.  Nuked.

1.4 (+1 -0 lines) 08/10/2001 06:48 PM avsm

Add a Vary: Accept-Language header to indicate language negotiation
if $language is set

1.3 (+1 -1 lines) 07/21/2001 02:10 PM Chuck Hagenbuch chuck

single quotes

1.2 (+1 -1 lines) 07/17/2001 06:13 AM avsm

Cleanup: change all the $conf['paths'] variables to query this information
from the registry using the new API functions:

getTemplatePath(), getWebRoot(), getFileRoot(), getGraphicsPath()

Update your config files!

1.1 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