6.0.0-alpha12
6/17/25

[#5922] Direct URL access to Queues
Summary Direct URL access to Queues
Queue Whups
Type Enhancement
State Resolved
Priority 1. Low
Owners chuck (at) horde (dot) org
Requester chuck (at) horde (dot) org
Created 11/26/2007 (6413 days ago)
Due
Updated 02/28/2008 (6319 days ago)
Assigned
Resolved 02/28/2008 (6319 days ago)
Milestone
Patch No

History
02/28/2008 05:03:49 AM Chuck Hagenbuch Comment #5
Assigned to Chuck Hagenbuch
State ⇒ Resolved
Reply to this comment
Done.
02/19/2008 03:22:39 AM Michael Rubinsky Comment #4
State ⇒ Accepted
Taken from Chuck Hagenbuch
Taken from Michael Rubinsky
Reply to this comment
Guess we should keep this one open too, then for adding the support 
for pretty url conf in Ticket: 6264.
12/12/2007 04:11:21 AM Chuck Hagenbuch Comment #3
Assigned to Michael Rubinsky
Assigned to Chuck Hagenbuch
State ⇒ Resolved
Reply to this comment
I added the rewrite rules, and Michael had already put in the slug 
support (which works great - thanks!).
12/08/2007 08:10:17 PM Michael Rubinsky Comment #2 Reply to this comment
I've got basic support added for ?id=[queue id] queries (to queue.php 
& rss.php ) that provides open tickets in the requested queue.  I'll 
work on adding the support needed to the code for the slugs, but I'll 
leave the mod_rewrite rules to someone else, as I'm a lighttpd person 
and the syntax for rewrite rules is different...
11/26/2007 03:24:28 AM Chuck Hagenbuch Comment #1
Priority ⇒ 1. Low
State ⇒ New
Queue ⇒ Whups
Summary ⇒ Direct URL access to Queues
Type ⇒ Enhancement
Reply to this comment
- allow queues to have an optional "slug" - a short name (like "whups" 
for this one, for example)

- inline ajax check to see if a slug is already taken (enforced on 
server-side at save of course)

- going to whups/queue/[slug] shows all open tickets for that queue

- whups/queue/[slug]/rss shows an rss feed for open tickets

- the two above URLs are made possible with mod_rewrite, with 
fallbacks to ?id=[queue id] or ?slug=[queue slug] (either index.php or 
rss.php/atom.php)

Saved Queries