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

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

jameskirsop

Ticket Summary Component Milestone Type Severity Created
Description
#530 User Administration Bozo/Blocked Administration 1.0 enhancement normal 01/07/07

It would be beneficial if we could have user administration options for Bozo/Blocked users. I would like to see an option in admin to change bozo users in meta to blocked and delete the users. Then having that username 'blocked' in metauser, then they can no longer register. If that is not possible, have new meta value of 'banned' and then delete the user.

That way, bozo's can be moved to blocked (permanant ban from registration) and also have that user deleted. This would be useful when integrated with Wordpress.

Stems out of this forum post.

Trent


mdawaffe

Ticket Summary Component Milestone Type Severity Created
Description
#773 Remove Prototype and FAT Javascript libraries Back-end 1.0-beta & XML-RPC enhancement major 01/23/08

Track progress on replacing the FAT and Prototype libraries here.


#752 Provide better error feedback for profile edit form Front-end 1.0-beta & XML-RPC enhancement minor 10/12/07

Currently the profile edit form fails to provide reasonable feedback on errors. A notable one is the lack of feedback when newly entered passwords don't match.


#692 All bbPress functions that interact with the DB should expect unsanitized data Administration 1.0-beta & XML-RPC defect normal 07/13/07

bbPress has two kinds of functions that interact with the database: those that expect data to be pre-escaped, and those that escape the data for you.

All bbPress functions should expect data to be un-escaped.

This means that bbPress will be able to (and should) escape the data right before the actual query is made, greatly reducing any chance of SQL injection holes in core or plugins. It also makes passing data around between functions easier.

We have a new prepare() method [906] in the DB classes now that will do the escaping for us via a printf-like mechanism:

$result = $bbdb->get_results( $bbdb->prepare(
	"SELECT something FROM $bbdb->table WHERE foo = %s LIMIT %d",
	$value,
	$number
) );

See #WP4553

This will "break" some plugins that use certain bbPress functions. I put break in quotes because the only symptom will be extra slashes (which are, granted, super annoying). The present and future benefits, I think, will greatly outweigh any backward incompatibility.


#718 Bring back the AJAX posting? integration 1.5 enhancement normal 08/04/07

I know there where some problems with it (http://trac.bbpress.org/ticket/141), but it was one of the main reasons I started to try out bbPress. AJAX posting makes bbPress differ from all the other forum software. It looks cool, it IS cool and makes the forum feel faster aswell. AJAX deleting posts is still there, bring back the posting too :)


sambauers

Ticket Summary Component Milestone Type Severity Created
Description
#824 Re-style installer to more closely match the new admin style Installation/Upgrade 1.0 enhancement major 03/14/08

The installer no longer matches the look and feel of the admin area since it has changed. We need to design a new installer which more closely resembles the new admin area in colour and feel. We should also assess some of the installation workflow parts of WordPress and see if there is anything in the way of helpful error messages which can be ported across.


so1o

Ticket Summary Component Milestone Type Severity Created
Description
#466 Combine login action files and templates Back-end 1.0 enhancement normal 10/27/06

bb-login.php login.php

register.php, register.php

, register-success.php

bb-password-reset.php, password-reset.php

Make them "Admin looking" so that people don't need to use custom templates as often.


#528 Change function names, filters to resolve conflict with wordpress and be consistent Back-end 1.0 task normal 01/05/07

example bb_get_title and get_user_title.. prefix bb_ is missing in the second one..


#632 Basic Role Management Administration 1.5 enhancement normal 04/05/07

Ref: #514

we'll move the role management discussion to new ticket


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