Revisions for whups/queue/rss.php

Location: [ Horde ] / whups / queue / rss.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.17 (+2 -2 lines) 07/10/2008 12:41 PM Jan Schneider jan

No need for two identical templates files.

Tags: WHUPS_1_0, WHUPS_1_0_RC2

1.16 (+2 -3 lines) 02/28/2008 04:15 PM Michael Rubinsky mrubinsk

Pruned too much off of this statement when we stopped limiting the length
of the title field.

Tags: WHUPS_1_0_RC1

1.15 (+3 -6 lines) 02/28/2008 12:01 AM Chuck Hagenbuch chuck

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

1.14 (+4 -5 lines) 02/03/2008 10:22 AM Michael Rubinsky mrubinsk

Don't limit the length of the title in the feed. This can lead to awkward
looking feeds. Feed consumers can limit the title if that's what they want.

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

Happy New Year

1.12 (+2 -2 lines) 12/16/2007 11:13 AM Jan Schneider jan

No reason for gettext here.

1.11 (+4 -4 lines) 12/16/2007 11:07 AM Jan Schneider jan

Not sure what was meant here, but remove hardcoded "Horde".

1.10 (+61 -55 lines) 12/13/2007 03:38 PM Jan Schneider jan

Remove useless else-clause, add semicolon to description.

1.9 (+5 -9 lines) 12/13/2007 03:24 PM Michael Rubinsky mrubinsk

Tweak rss fields.

1.8 (+30 -13 lines) 12/13/2007 01:31 PM Michael Rubinsky mrubinsk

Don't require a slug/queue_id. Default, with no parameters is to return
all open tickets in all queues. This now allows to provide a open enhancements
from all queues feed.

1.7 (+5 -2 lines) 12/12/2007 08:14 PM Michael Rubinsky mrubinsk

Add the last modified date to the rss item's description.

1.6 (+2 -2 lines) 12/09/2007 04:20 PM Michael Rubinsky mrubinsk

Actually limit it as intended.

1.5 (+9 -4 lines) 12/09/2007 04:13 PM Michael Rubinsky mrubinsk

Introduce a limit to the number of items returned if we explicitly request a
particular ticket state. (In other words, avoid returning the complete list of
resolved tickets via rss!)

1.4 (+33 -5 lines) 12/09/2007 01:44 PM Michael Rubinsky mrubinsk

Add ?type_id=[type id] for filtering on bugs, enhancements etc...
(defaults to all)
Add ?state=[unconfirmed | new | assigned | resolved] to filter on state
categories (defaults to all open tickets (unconfirmed || new || assigned)

1.3 (+2 -2 lines) 12/09/2007 11:44 AM Michael Rubinsky mrubinsk

Fix HORDE_BASE define now that we are in a different directory.

1.2 (+21 -8 lines) 12/09/2007 11:31 AM Michael Rubinsky mrubinsk

wrap, cs etc..

1.1 12/08/2007 07:22 PM Chuck Hagenbuch chuck

Move queue-level files into queue/ directory for easier pretty urls and grouping.