implemented RFEs for the manage committed versions screen for pagination and sorting the versions by date committed

This commit is contained in:
Colin Kuskie 2007-03-13 03:11:17 +00:00
parent 63337dcfb3
commit 2223ce8749
2 changed files with 29 additions and 23 deletions

View file

@ -42,6 +42,8 @@
- Wiki page revisions were not in order (perlDreamer Consulting, LLC)
- Spectre misses Sundays (thanks to Todor Kouyoumdjiev, ECoCoMS Ltd.)
- fix: RollbackVersion (Thanks to Erik Svanberg for the patch)
- rfe: Paginate "manageCommittedVersions" (perlDreamer Consulting, LLC)
- rfe: manageCommittedVersions in reverse chronological order (perlDreamer Consulting, LLC)
7.3.11
- Added an option for enabling coverage tests to testCodebase.pl.