Bug #239
closedClass import doesn't prune erased classes
Description
I imported some classes, which I later erased from disk.
Repeating import doesn't prune these classes.
Updated by Paul Kelly over 14 years ago
- Status changed from New to Ready For Testing
- Assignee changed from Ohad Levy to Paul Kelly
- Branch set to bug/239-prune-erased-classes
The fix also includes a page in which the user selects the additions and removals which they would wish to apply to their database.
Errors are reported and an opportunity is given to reapply the changes.
Updated by Ohad Levy over 14 years ago
Paul Kelly wrote:
The fix also includes a page in which the user selects the additions and removals which they would wish to apply to their database.
Errors are reported and an opportunity is given to reapply the changes.
Would you mind adding tests?
Updated by Paul Kelly over 14 years ago
A few minor fixes
Tests added
NOTE that this branch consists of two commits, #239 and then #377, as the assert_select tests do not work without XHTML compliance
I would guess that git will find that the patch has already been applied if you were to apply this branch to develop after the separate #377 branch had been applied.
Updated by Paul Kelly over 14 years ago
- % Done changed from 0 to 100
Applied in changeset adcd0374b6f62d483a1b324b30a98fbf98f45765.
Updated by Ohad Levy over 14 years ago
- Status changed from Ready For Testing to Closed