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

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

jaymacdonald

Ticket Summary Component Milestone Type Created
Description
#14 Conversion system in filesystem backends 1.3 task 01/24/08

Opening documents in a format such as opendocument or microsoft's office formats are not possible using just javascript. I think that the best way to work around this is to make a server-side conversion framework. This would allow us to open these kinds of formats by converting them to a format that we can handle, such as HTML, and then converting it back into the format once the changes have been made.


nefariousd

Ticket Summary Component Milestone Type Created
Description
#83 Improvements to the music player apps 1.4 enhancement 04/24/08

Music player improvements so it feels more like banshee or itunes

  • Music library management, using a dojo Grid and a registry store
  • playlist functionality

psychcf

Ticket Summary Component Milestone Type Created
Description
#11 Mail API + client api 1.1 task 01/24/08

A simple mail API supporting imap, pop3, and smtp.

It would consist of a php/python backend, along with ajax requests. It would use existing python/php modules to connect to the server.


#19 Package repositories and a package management app core 1.2 task 01/24/08

Package repositories similar to apt on debian or yum in fedora/redhat.

This will be it's own module, and take care of app, theme, translation and update management. App and theme management will be removed from the admin panel once this is done.

Packages will be installed using the existing package library.

Packages must be able to be installed, upgraded, and uninstalled.


#23 RPC communication with XHR long polling other 1.1 task 01/28/08

Crosstalk constantly pinging is creating a bottleneck on the client. This method of communication uses less connections, and solve the issue.

I've attached a flowchart that I drew up on how it will work.


#111 Rework backends to use Zend Framework backend framework 1.1 task 05/28/08

The Zend Framework is a framework for PHP that is very similar to dojo. Dojo is announcing Zend intergraton, so adopting Zend now will only help us with maintainability in the future. Zend's licensing is much clearer then the libraries that we are using now, and it's (from what I can tell) compatible with the AFL.

Here's how we can use Zend in the desktop:

  • Zend has an RPC module that we can use (or possibly modify) for ticket #23
  • Zend's Auth Adapters can help us with authentication backends (ticket #12)
    • Zend also has an openID class that intergrates with their auth adapters
  • We already use several zend modules, such as the json and mail libraries
  • The models can be modified to use zend's database module
  • Zend's class management system would replace the import() system, and would make debugging easier as it provides a call-stack on errors
  • We can use Zend's http client in xsite

#24 Python backends backends 1.2 task 01/29/08

Make an implementation of the backend framework written in python.


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