Ticket #925 (closed defect: wontfix)

Opened 3 years ago

Last modified 3 years ago

Can't delete topics and posts

Reported by: wiseacre Owned by:
Priority: normal Milestone:
Component: Administration Version: 1.0-alpha-1
Severity: normal Keywords:
Cc:

Description

I Alpha 1 and rev 1648 too I 1 Create some new topic 2 Post in some topic 3 Delete one post 4 Delete some entire topic 5 Go to Manage/Topics? 6 All deleted topics and posts are here

OK, that's good feature. But I (the good old key master) can't remove deleted topics and posts from the database.

I am using FF 3.0.1 and kUbuntu 8.04.

Change History

comment:1 in reply to: ↑ description   wiseacre3 years ago

I forgot (5:38 AM for me)

PHP 4.4.8 and 5.0 with .htaccess mysql Ver 14.7 Distrib 4.1.22, ...

  • Status changed from new to closed
  • Resolution set to invalid
  • Milestone 1.0-beta & XML-RPC deleted

This is a feature, not a bug.

If you want to delete for good, then use phpMyAdmin or another direct SQL method.

  • Milestone set to 1.0-beta & XML-RPC

Collecting rubbish in the database can't be feature

  • Status changed from closed to reopened
  • Resolution invalid deleted

It'd be a nice feature if the ability to delete from the database was available too (especially with a pseudo-cron implemented rolling delete of older-than-specified stuff).

  • Status changed from reopened to closed
  • Resolution set to wontfix

This is a safety net to stop teh same unique id being used twice on topics and posts and users.

This can occur when admins migrate from one database to another and somehow reset the auto_increment on the unique id.

We won't be adding "real" topic/post deletion in core. Some people don't like having "dead" data in their database, but it really has little to no effect on the operation of the application.

Having said that it can be done via plugin if you really want it.

Sorry, back to wontfix.

  • Milestone 1.0-beta & XML-RPC deleted
Note: See TracTickets for help on using tickets.