Opened 10 years ago

Last modified 10 years ago

#1372 new Enhancement

clean up admin DB code — at Initial Version

Reported by: davea Owned by: davea
Priority: Minor Milestone: Undetermined
Component: Web - Other Version:
Keywords: Cc: Christian Beer

Description

The admin web code (html/inc/db_ops.inc) is a mess. Suggested changes:

  • don't use $_GET to pass args
  • eliminate hardwired constants (use common_defs.inc)
  • eliminate the SqlQueryString? class
  • eliminate mysql_* calls
  • wherever we show a count of results, make it a link so you can drill down and see the results with those properties
  • we already have code (in results.inc, user.inc etc.) to show entities as tables. Use this instead of having separate versions (which are now somewhat out of date, and don't show all fields)

Change History (0)

Note: See TracTickets for help on using tickets.