{5} Assigned, Active Tickets by Owner (Full Description) (10 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

obaltzer

Ticket Summary Component Milestone Type Severity Created
Description
#106 Cleanup markup, split up views, beautify JavaScript View 0.8.0 enhancement normal 13/08/05

This is cool: http://www.ripcord.co.nz/behaviour/


ssmith

Ticket Summary Component Milestone Type Severity Created
Description
#90 Postgresql Support Database WishList enhancement normal 08/08/05

Ideally, at some point we should make table files for other databases, such as postgresql.

I assume that ruby will handle the database type transparently?


#169 Persistent Cookies Do not know 0.8.0 enhancement normal 27/08/05

We should provide a feature like, "stay logged in on this computer for 30 days". The technical term I believe is, cookies that are persistent across browser sessions. We need to figure out how to create those with Rails (it currently only creates session cookies) and allow the user to choose those.


#274 Non-approved deadline events should be shown to superusers for approval as well Controller 0.8.0 enhancement normal 10/10/05

Some group managers are lazy and forget to approve their members such that some events may not get approved in time. We could implement some mechanism which cause deadline events to also show up at the superuser's admin page and can be approved by him/her.


#287 SQLite backend support General WishList enhancement normal 21/10/05

This will allow us to ship a distribution that has no dependencies on other services installed on the system.


#341 User's Can't Retrieve Forgotten Passwords Do not know 0.8.0 defect normal 23/11/05

Needs to be a method to send a user a new password if they have forgotten it.


#344 Revamp Data Retention Do not know WishList enhancement normal 30/11/05

At the current time, user/event changes are the only things saved.

For true data retention, all other transactions should be saved.


#347 Write a framework for hybrid authentication Do not know task normal 03/12/05

In some special cases, it might be required to check authentication against two sources.

ie/ check LDAP first, then check the database.

It would be nice to have a simple framework to easily drop in current methods, select the order of authentication, and then have everything else handled automatically.

module HybridController

   def define_order(*args)
      //define other modules and order here
   end

   def authenticate(username, password)
      //try first login
      //try second is first fails
      //return result
   end

#349 Spell Checking Do not know WishList new feature normal 06/12/05

Event descriptions should be able to be spell checked using AJAX.


#391 Google Calender Addition Do not know 0.8.0 defect normal 28/09/06

Being able to add an event to Google Calender would be neat.

http://www.google.com/googlecalendar/event_publisher_guide.html


Note: See TracReports for help on using and creating reports.