Revisions for jonah/templates/common-header.inc

Location: [ Horde ] / jonah / 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.32 (+1 -1 lines) 01/02/2008 07:51 AM Jan Schneider jan

Happy New Year

Tags: JONAH_2008_08_22

1.31 (+6 -2 lines) 07/31/2007 10:35 PM Chuck Hagenbuch chuck

Add tag_id to the RSS url if it's set.

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

Fix and update copyright headers.

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

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

1.28 (+1 -1 lines) 03/27/2006 02:43 PM Chuck Hagenbuch chuck

Use story markup consistently in main view and latest block.

1.27 (+1 -1 lines) 01/05/2006 05:47 AM Jan Schneider jan

Happy new year

1.26 (+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.25 (+1 -1 lines) 12/04/2005 04:15 PM Chuck Hagenbuch chuck

Always make sure that $page_title is escaped.

1.24 (+5 -0 lines) 07/24/2005 08:59 PM Chuck Hagenbuch chuck

Lots of little updates. Re-use html delivery page instead of
JONAH_SHOW_CHANNEL code. Have an alternate RSS link on the HTML
delivery page. Hopefully more intuitive names for kinds of
channels. HTML cleanups.

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

Update years.

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

Add shortcut icons for all applications.

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

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

1.20 (+1 -1 lines) 10/17/2004 07:43 AM Jan Schneider jan

Use Horde's stylesheet only where we don't have app specific styles.

1.19 (+1 -1 lines) 08/19/2004 01:39 PM Jan Schneider jan

Add forgotten Horde::includeScriptFiles().

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/18/2004 10:27 AM Jan Schneider jan

Make sure that all applications respect the $bodyClass variable and use Util::nonInputVar().

1.16 (+1 -1 lines) 01/01/2004 10:15 AM Jan Schneider jan

Happy new year everyone.

1.15 (+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.14 (+1 -1 lines) 09/16/2003 07:05 PM Jan Schneider jan

Use the new Util:: class.

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

Use Horde::nonInputVar()

1.12 (+2 -1 lines) 04/28/2003 02:53 AM mdjukic

bodystyle not needed, update to the url

1.11 (+0 -1 lines) 04/26/2003 08:32 PM Chuck Hagenbuch chuck

point to the correct license file.

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

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

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

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

1.8 (+0 -3 lines) 07/20/2002 01:19 PM Chuck Hagenbuch chuck

Tons of improvements to Jonah, including user preferences for which
channels to show, the same admin cleanups as Klutz, a standard Horde
menu everywhere, etc.

1.7 (+3 -3 lines) 06/15/2002 01:04 AM Chuck Hagenbuch chuck

Replace <?= with <?php echo, and remove the short_open_tags requirement.

1.6 (+10 -1 lines) 04/06/2002 12:40 PM Jan Schneider jan

Add themes to Jonah.

1.5 (+2 -2 lines) 01/24/2002 05:33 PM Chuck Hagenbuch chuck

use $registry->getParam()
use JONAH_TEMPLATES

1.4 (+2 -7 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.3 (+8 -2 lines) 12/12/2001 10:51 PM Chuck Hagenbuch chuck

template cleanup

1.2 (+1 -2 lines) 09/28/2001 05:38 PM max

Nuke $conf['sitename'] in favor of $registry->getName

1.1 09/01/2001 01:12 PM max

Greatly update, revamp, modernize and in all good ways improve.