[wp-trac] [WordPress Trac] #2539: Better maintainability of
client-server administration code.
WordPress Trac
wp-trac at lists.automattic.com
Mon Mar 6 21:16:01 GMT 2006
#2539: Better maintainability of client-server administration code.
-----------------------+----------------------------------------------------
Id: 2539 | Status: new
Component: General | Modified: Mon Mar 6 21:16:01 2006
Severity: normal | Milestone: 2.1
Priority: low | Version: 2.0.1
Owner: anonymous | Reporter: mdawaffe
-----------------------+----------------------------------------------------
Much of the server-DB interaction code for administration is in one place
(admin-db.php). It'd be nice if all the client-server interaction code
were in one place as well (admin-delta.php?).
Example: you can delete a comment both by going through list-
manipulation.php and edit-comments.php. With one file, we could see if we
were
1. doing AJAX and just die() some strings like we do now in list-
manipulation.php, or
2. rockin it old school and redirect to the right template.
Easier to keep all our ducks in a row (cf. #2538).
(Is this a dupe? I seem to remember seeing some conversation about
related issues, but can't find anything here or on the lists.)
--
Ticket URL: <http://trac.wordpress.org/ticket/2539>
WordPress Trac <http://wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list