Downloads
Download tar.gz
35.97 KB
MD5: f6035fbe897c01411b6713d252f37884
SHA-1: 21f276978a8f532157cc9247fc1a557905f5f6f0
SHA-256: 333ab454d3b94de56a6e45f4e280feea361dc60f6aea350e61188f676c040524
Download zip
40.14 KB
MD5: 152e87ab1b709e5369038be46a701f57
SHA-1: 20d22964146c323737e5367f10cdc29bfebe692d
SHA-256: 8bd6832287b70eebef75a02a409ee3175f9accd6f546d2e6482c37c3f5cfe625
Release notes
NOTE: Unless critical bugs are uncovered, this will be the last official release for the 4.7.x-1.* series. All users are strongly encouraged to upgrade to at least 4.7.x-2.*, or better yet, 5.x-1.*, as soon as feasible. Support for this release series is basically over.
Changes since version 4.7.x-1.5:
- Fixing evil bug from revision 1.172.2.50 where CVS merge conflict markers were left in the code that was committed.
- #159286 by dww: Fixed a syntax error that snuck in from the previous patch which and caused fatal errors on the settings page.
- #74953 by hunmonk: When deleting a project, issue comments were left in the DB. We now correctly remove all issues associated with a deleted project.
- #75725 by hunmonk: The project 'submission guidelines' used to show up after you submited an issue. Now, the message is only displayed if nothing has been posted.
- #112909 by hunmonk: The default issue state setting wasn't always used.
- #143154 by ChrisKennedy: URL regex assumed href is the sole attribute.
- #173657 by hunmonk: Cron could not close fixed issues when anonymous has no access.
- #173659 by zostay: Fixed bug where cron would only close one ticket per run because of a check against 'cid' in a comment object that was reused.
- #181099 by ChrisKennedy: Fixed bug with average lifetime issue statistics.
- #185388 by ChrisKennedy: Don't mangle long URLs when emailing.
- #185378 by dww: Fixed breadcrumbs on the issue statistics page.
- #185747 by ChrisKennedy: Fixed bug in mail output for issues that are assigned to Anonymous.
- #189822 by dww: Issue digest and reminder emails now honor PROJECT_NOMAIL.
- #157512 by hunmonk: 'Project' form value was lost on search.
- #206502 by beginner, dww and hunmonk: Fixed some translation errors regarding issue priorities and categories.
- #32792 by fgm: pubDate in feeds is illogical.