Downloads
Download tar.gz
55.97 KB
MD5: ab08735fcd25ba556cba8b5f68f4bba2
SHA-1: 46b750692966618bf0c845a151d73825219d0b5d
SHA-256: a55b3bff0163ba597c11f3a7df079401aa34065efbf30fa4c20ede3c42c25cfb
Download zip
67.88 KB
MD5: 1ee68c1476e1ef7a7a65d8185c171150
SHA-1: ee0281003533c42eaad4874e388582832fea3f1b
SHA-256: 6ee5d6034fe6f619ed60579143a6146f7d53f6c4e9bd263ef885b82811d0b71a
Release notes
Changes since version 5.x-1.1:
- #189278 by John Morahan: Advanced search doesn't escape % in LIKE matches, causing errors when searching for keywords that begin with 's' or 'b'.
- #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.
- #103795 by plumbley, drewish, hunmonk: E_ALL Compliance: Fix PHP Notices in issue.inc.
- #112909 by hunmonk: The default issue state setting wasn't always used.
- #157512 by hunmonk: 'Project' form value was lost on search.
- #143154 by ChrisKennedy: URL regex assumed href is the sole attribute.
- #173657 by hunmonk: Cron cannot close fixed issues when anonymous has no access.
- #181544 by demeritcowboy: DB tables were not always prefixed in project_issue.install.
- #36619 by hunmonk: change from name in issue emails to project name + 'issue queue'.
- #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. reorder use of check_markup().
- #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.
- #189843 by dww: Issue-related email settings are now properly validated. Also removed some really old, weird, dead code.
- #198645 by aclight: Fixed incorrect phpdoc for project_issue_state()
- #44833 by hunmonk: clean up inconsistent breadcrumbs for issues/issue followups.
- #36619 by aclight, hunmonk, dww et. all: clean up email user/subject in project issue mails.
- #104583 by hunmonk: 'my projects' page doesn't honor projects that disable issue tracker. added check for issue tracker being enabled for a project, and provide a link to enable.
- #206502, #206210 by beginner, dww and hunmonk: Fixed some translation errors regarding issue priorities and categories, and some other untranslatable strings.
New features since version 5.x-1.1: