- **labels**: for-support --> for-support, 42cc - Description has changed:
Diff: ~~~~ --- old +++ new @@ -1,6 +1,6 @@ * filter out deleted projects altogether; remove the column * checkbox is a tiny click target. Make clicking anywhere on the row check the checkbox. Except the links within the row. -* CSS formatting in sftheme to make cells narrower -* add "mark as reviewed" to take legit projects out of the view. And a "show reviewed projects" in case we want to re-review. -* add ability to filter by date/date ranges. -* quick way to block spammers (perhaps a greasemonkey script, since it needs to integrate with SF-specific tools) +* In the Admins column, only show their username & link to /u/username (not all the User info like current) +* CSS formatting in sftheme to make cells narrower so it all fits. +* add ability to filter by date/date ranges (doesn't have to have a pretty UI, just simple textboxes ok). See how /nf/admin/task_manager does date range filtering via ObjectId. +* remove the count() query since that is very slow with the `$ne` clause (that can't use an index). If the pagination doesn't work without knowing the total, change it to be a "next" button, which just passes a param that feeds into the date range filtering. ~~~~ --- ** [tickets:#4595] Revisions to /nf/admin/new_projects** **Status:** open **Labels:** for-support 42cc **Created:** Fri Jul 20, 2012 01:26 PM UTC by Dave Brondsema **Last Updated:** Tue Apr 30, 2013 04:00 PM UTC **Owner:** nobody * filter out deleted projects altogether; remove the column * checkbox is a tiny click target. Make clicking anywhere on the row check the checkbox. Except the links within the row. * In the Admins column, only show their username & link to /u/username (not all the User info like current) * CSS formatting in sftheme to make cells narrower so it all fits. * add ability to filter by date/date ranges (doesn't have to have a pretty UI, just simple textboxes ok). See how /nf/admin/task_manager does date range filtering via ObjectId. * remove the count() query since that is very slow with the `$ne` clause (that can't use an index). If the pagination doesn't work without knowing the total, change it to be a "next" button, which just passes a param that feeds into the date range filtering. --- Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.