Revisions for jonah/delivery/html.php

Location: [ Horde ] / jonah / delivery / html.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.22 (+3 -2 lines) 08/12/2008 01:21 AM Chuck Hagenbuch chuck

This is all set by user input anyway, but we should use Util::nonInputVar when
checking for variables that may or may not be set by an including file.

Tags: JONAH_2008_08_22

1.21 (+16 -9 lines) 08/11/2008 03:29 PM Ben Klang bklang

Make delivery usable via RESTful methods.

Example: http://site/jonah/delivery/rss/channel_id/1
Example: http://site/jonah/delivery/html/tag_id/1/channel_id/2

Todo: Implement lookups of channel and tag IDs via human-friendly names

1.20 (+2 -2 lines) 06/29/2008 07:16 PM Chuck Hagenbuch chuck

Remove delivery lists now that Jonah has branched (per http://wiki.horde.org/Project/Jonah)

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

Happy New Year

1.18 (+2 -3 lines) 11/11/2007 06:38 PM Chuck Hagenbuch chuck

... and now it works again here. I don't get it.

1.17 (+3 -2 lines) 11/09/2007 12:42 PM Chuck Hagenbuch chuck

I was getting a blank page if there was no output before the buffered notification. Haven't had a chance to check why, but this works for me now.

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

Happy New Year

1.15 (+4 -2 lines) 01/01/2007 07:41 PM Jan Schneider jan

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

1.14 (+2 -2 lines) 12/30/2006 03:24 PM Jan Schneider jan

Standardize copyright wrapping and spacing.

1.13 (+2 -2 lines) 09/10/2006 01:50 PM Chuck Hagenbuch chuck

Remove Jonah_News::singleton() and unnecessary references. Use
Jonah_News::factory() instead.

1.12 (+2 -2 lines) 05/11/2006 08:45 AM Jan Schneider jan

Default to first template.

1.11 (+2 -2 lines) 02/24/2006 04:03 PM Chuck Hagenbuch chuck

Avoid questions on where to place the & by simply removing it where
there's no point to having it. :)

1.10 (+2 -2 lines) 01/01/2006 04:10 PM Jan Schneider jan

Happy new year\!

1.9 (+2 -2 lines) 08/24/2005 01:39 AM Matt Selsky selsky

Use double-quotes.

1.8 (+4 -1 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.7 (+2 -1 lines) 06/21/2005 05:36 PM Chuck Hagenbuch chuck

- html cleanup
- don't instantiate $template variable in base.php
- menu item cleanups and accesskeys
- lots of htmlspecialchars fixes

1.6 (+2 -2 lines) 03/13/2005 06:07 AM Jan Schneider jan

Style

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

Happy New Year

1.4 (+2 -6 lines) 11/17/2004 10:01 AM Chuck Hagenbuch chuck

New menu.

Bug: 832

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

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

1.2 (+3 -2 lines) 07/15/2004 03:30 PM Jan Schneider jan

Set gettext option.

1.1 07/10/2004 01:59 PM Jan Schneider jan

Add the obvious: a HTML delivery page.