Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 1174)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#10 FIXED add inspiration line to bottom of website pages Will Kahn-Greene Will Kahn-Greene
Description

Since we're using the stylesheet from diveintohtml5 and the web site looks a lot like the diveintohtml5 site, we should add a line to the bottom of our website pages along these lines:

"site design inspired by diveintohtml5"

with "diveintohtml5" a link to the diveintohtml5 site.

This should probably get done (or alleviated by a different site design) before we launch on the 30th.

#11 FIXED Develop policy for external code in our repository Will Kahn-Greene Christopher Allan Webber
Description

StatusNet has both good writeup of legalcode descriptions of external libraries: https://gitorious.org/statusnet/mainline/blobs/master/README#line90

And also has a good policy for external libraries: https://gitorious.org/statusnet/mainline/blobs/master/extlib/README

Evan has made clear that it's cool (even a good idea) for us to just copy that extlib/README file and adapt it to mediagoblin, and that's what we should do.

We should also find a nice directory to keep these all in, and just use symlinks to move them around to appropriate places (eg, bootstrap.py from zc.buildout can be symlinked to the toplevel of the package, jquery can be symlinked to the mediagoblin static app media directory).

#12 FIXED Email verification for new users joar Christopher Allan Webber
Description

New users should be requested email verification.

Steps to make happen:

  • user['status'] should default to 'needs_email_verification'
  • After registering, a property should be set with a unique random verification key
  • Link embedding verification key and username should be emailed to user
  • Clicking the link should activate the user's account, setting user['status'] to active
1 2 3 4 5 6 7 8 9 10 11 12 13 14
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.