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

History
02/28/2008 Chuck Hagenbuch Comment #5
State ⇒ Resolved
Assigned to Chuck Hagenbuch
Reply to this comment
Done.
02/18/2008 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/11/2007 Chuck Hagenbuch Comment #3
State ⇒ Resolved
Assigned to Michael Rubinsky
Assigned to Chuck Hagenbuch
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 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/25/2007 Chuck Hagenbuch Comment #1
Priority ⇒ 1. Low
Queue ⇒ Whups
Summary ⇒ Direct URL access to Queues
Type ⇒ Enhancement
State ⇒ New
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)