- Readme: add webserver setup section
- pre-release versions should not perform any version and ticket shuffling
- README: add section link for jenkins integration
- README: remove personal mantisbt bugs page ref
- Dry Run: dry run should return an id. Return 0.
- the 'get releases' endpoint is broken
- Readme: add configuration section
-
add new endpoint for retrieving a version changelog.
The following endpoint has been added to achieve this functionality:
/releases/{project}/{changelog/{version}
-
add support for several post-release actions:
create_next_versions remove_past_unreleased_versions sort_unreleased_versions update_unresolved_issues_tgt
- can no longer delete releases as of v1.1.8
- when manually uploading assets, the user id is shown as the 'released by' user instead of the username/avatar
- Releases Page: manually uploaded releases differ in title to those uploaded via rest api
- remove reauthorization for requests coming from releases page itself
- fix security vulnerabilities with delete/enable/upload actions on release page
- gantt chart buttons no longer appear after remaing of GanttChart2 plugin to GanttChart
- convert download links to buttons
- show assets to users with view_threshhold_level but not download button
- use query binding for all database inserts/updates
- API: an existing version should have its date_order updated when a release request is made for that version
- readme: udpate issues submit section
- if a project does not have any released versions, dont display the Releases link in the navigation bar.
- readme: move screenshots to bottom to follow convention
- php include path is being filled with mutliple entries for core_path
- tgz release package does not contain the plugin directory as the top level
- ap: add gzip tarball to mantisbt and github release assets
- show the success redirect when saving config settings
- README: update info
-
releases: error encountered when clicking Edit to edit a release if changelog exceeds 8192 bytes (Apache specific).
The changelog was previously encoded and included as a GET parameter.This param has been eliminated.
- app-publisher: correct mantisbt release url to https
- readme: update version badges
- releases: add support for editing a released version changelog
- cannot save config settings - missing parameter download_threshhold
- update to MIT license
- app-publisher: set interactive flag to N for non-interactive setting of new version during publish run (compliments of ap v1.10.4 update)
- Update license to GPLv3
- readme: update installation section and issues badge links
- automatically generated bug links in changelog are missing the last digit in the bug id.
- gantt chart button is no longer displayed by patched files in roadmap and changelog page. GanttChart plugin renamed to GanttChart2 causes the break.
- Initial release