314
edits
Zachlipton (talk | contribs) |
Zachlipton (talk | contribs) |
||
Line 57: | Line 57: | ||
* In Progress | * In Progress | ||
** * '''User management''': admin tools for working with use accounts; | |||
** '''Web Services Interface - Design''' | ** '''Web Services Interface - Design''' | ||
*** Need to have a XML-RPC whatever interface to Litmus to get tests, submit results, etc... | *** Need to have a XML-RPC whatever interface to Litmus to get tests, submit results, etc... | ||
*** Status: See [[Litmus:Web_Services]] for design documents. | |||
*** Initial spike version of Test::Litmus module (to help clients submit their results) complete | |||
* Completed Projects | |||
** '''The testdata filter''' | |||
*** The testdata filter (in Template.pm) is in pretty bad shape and needs to get fixed. It likely opens us up to XSS attacks if we actually had a real cookie to attack. [[User:Zachlipton|Zachlipton]] 11:03, 28 Jul 2005 (PDT) | |||
** '''litmusconfig.js''' | |||
*** Select boxes need to be converted to pull data from litmusconfig.js rather than the clunky show/hide div approach. [[User:Zachlipton|Zachlipton]] 15:47, 29 Jul 2005 (PDT) | |||
** '''Precompiled templates''' | |||
** '''Authentication''': there is currently no authentication in Litmus. We accept the first email address the user provides when testing, use this to build a cookie, and then never let them change it (without removing the cookie, of course). We need to implement proper authentication: | ** '''Authentication''': there is currently no authentication in Litmus. We accept the first email address the user provides when testing, use this to build a cookie, and then never let them change it (without removing the cookie, of course). We need to implement proper authentication: | ||
*** '''Status''': Initial version checked into CVS 1/7/06. Working on migration to allow user accounts from the previous system to be used under the new authentication system. | *** '''Status''': Initial version checked into CVS 1/7/06. Working on migration to allow user accounts from the previous system to be used under the new authentication system. | ||
Line 66: | Line 77: | ||
*** Update INSTALL | *** Update INSTALL | ||
*** Update auth information on wiki and add API description | *** Update auth information on wiki and add API description | ||
edits