| 1 | # InDefero 1.2 - xxx xxx xx xx:xx 2011 UTC␊ |
| 2 | ␊ |
| 3 | ## New Features␊ |
| 4 | ␊ |
| 5 | ## Bugfixes ␊ |
| 6 | ␊ |
| 7 | - monotone zip archive entries now all carry the revision date as mtime (issue 645)␊ |
| 8 | - Timeline only displays filter options for items a user has actually access to (issue 655)␊ |
| 9 | - Fix the self-link of the RSS feed (issue 666)␊ |
| 10 | ␊ |
| 11 | ## Documentation␊ |
| 12 | ␊ |
| 13 | ## Translations␊ |
| 14 | ␊ |
| 15 | # InDefero 1.1.1 - Mon Mar 28 15:52 2011 UTC␊ |
| 16 | ␊ |
| 17 | ## Bugfixes␊ |
| 18 | ␊ |
| 19 | - Fix an incompatibility with Python 3.1 in gitserve.py (issue 554)␊ |
| 20 | - Fix PHP error when the commit view shows a commit with changed binary files (issue 643)␊ |
| 21 | - A migration problem prevented the preferences page being displayed properly (issues 644 and 653)␊ |
| 22 | - Fix PHP error when trying to create Mercurial source archives (issue 648)␊ |
| 23 | - Improve the French translation (issue 651)␊ |
| 24 | - Registration page missed a link to password recovery that was mentioned in a form error (issue 652)␊ |
| 25 | ␊ |
| 26 | # InDefero 1.1 - Sun Mar 20 11:44 2011 UTC␊ |
| 27 | ␊ |
| 28 | ## New Features␊ |
| 29 | ␊ |
| 30 | * _Version control_:␊ |
| 31 | - Support for the monotone Version Control system (see [[InstallationScmMonotone]])␊ |
| 32 | - Display detailed changeset information in the commit details (git, mtn) (issue 544)␊ |
| 33 | - Show branch in the commit details (git, mtn, hg) (issue 450)␊ |
| 34 | - Render branch and tag names in a popup and make them filterable (git, hg, mtn) (issue 601)␊ |
| 35 | ␊ |
| 36 | * _Issue tracking_:␊ |
| 37 | - Forge-wide and per-project watch lists of starred issues (issue 589)␊ |
| 38 | - Configure a default issue template for each project (issues 212 and 540)␊ |
| 39 | - Pick default issue labels from the configured project settings (issue 556)␊ |
| 40 | - Navigate to a preceding / following issue in the issue detail view␊ |
| 41 | - Many new text syntaxes to auto-link revisions (see [[AutomaticLinks]], issue 569)␊ |
| 42 | ␊ |
| 43 | * _Documentation wiki_:␊ |
| 44 | - Automatically create a table of contents on wiki pages (issue 350)␊ |
| 45 | - Allow the usage of text labels for Wiki text links (issue 456)␊ |
| 46 | ␊ |
| 47 | * _Other_:␊ |
| 48 | - Enhanced user profile page (issue 510)␊ |
| 49 | - Manage multiple (commit) emails in the account settings (issues 136 and 500)␊ |
| 50 | - Filter the timeline and its feed by item type (issue 543)␊ |
| 51 | - Add multiple email addresses for project notifications (issue 372)␊ |
| 52 | - Direct links to other projects via the new `Project List` dropdown␊ |
| 53 | - InDefero gained a favicon (issue 594)␊ |
| 54 | ␊ |
| 55 | ## Bugfixes␊ |
| 56 | ␊ |
| 57 | - Fix `Need SSH_ORIGINAL_COMMAND in environment` error for git sync (issue 198)␊ |
| 58 | - Added an option to disable lengthy project size calculation in the forge (issue 403)␊ |
| 59 | - Fix a problem when deleting an orphaned git repository (issue 467)␊ |
| 60 | - Ignore XML parsing problems when trying to retrieve commit messages for svn (issues 469 and 518)␊ |
| 61 | - Sort the project list by the display name of the project (issue 477)␊ |
| 62 | - Project creation form now has a short description field as well (issue 479)␊ |
| 63 | - Add more file extensions supported by our in-tree prettify version (issues 490 and 567)␊ |
| 64 | - Improve the parsing of hg's log output (issues 507 and 508)␊ |
| 65 | - Do not clean `<ins>` and `<del>` HTML markup from user input (issue 509)␊ |
| 66 | - Improve HTML validation by switching from `strict` to `transitional` DOCTYPE (issue 511)␊ |
| 67 | - Properly handle git commits without a changelog title (issue 520)␊ |
| 68 | - Improve BSD compatibility in shell scripts (issue 526)␊ |
| 69 | - Properly render inner whitespaces in viewed issue attachments (issue 528)␊ |
| 70 | - Support for uploading SSH keys without optional comment (issue 531)␊ |
| 71 | - Recognize irc: and git: protocols in Markdown renderer (issue 546)␊ |
| 72 | - New config option `git_core_quotepath` to handle non-ASCII git file names (issue 553)␊ |
| 73 | - Ensured that active views are rendered in the menu as such (issue 555)␊ |
| 74 | - Add CSS for nested and mixed ordered and unordered lists (issue 557)␊ |
| 75 | - Directories are now sorted before files in source tree views (issue 573)␊ |
| 76 | - File attachments now have explicit view and download links in issue views (issue 575)␊ |
| 77 | - Display anonymous access URL when user has no SSH key registered (issue 588)␊ |
| 78 | - Improve the rendering of tag lists in issue views (issue 591)␊ |
| 79 | - Improved error page when a commit or branch was not found (issue 609)␊ |
| 80 | - Disable browser autocomplete of password fields in the account settings (issue 616)␊ |
| 81 | - Improvements in the automatic linker parser (issue 618)␊ |
| 82 | - The `createIssue` API method did not check the API authentication (issue 619)␊ |
| 83 | - Reduce the memory footprint and compatibility of the internal diff parser (issues 627 and 633)␊ |
| 84 | - Print the git branches and tags in bold which contain the currently displayed revision␊ |
| 85 | ␊ |
| 86 | ## Documentation␊ |
| 87 | ␊ |
| 88 | - Document how to contribute to Indefero in `CONTRIBUTE.mdtext` (issue 486)␊ |
| 89 | - Note possible problems with mbstring.func_overload in `INSTALL.mdtext` (issue 481)␊ |
| 90 | - Improve links to Markdown documentation (issue 489)␊ |
| 91 | - Explain purpose of `idf_strong_key_check` in `idf.php-dist` (issue 516)␊ |
| 92 | ␊ |
| 93 | ## Translations␊ |
| 94 | ␊ |
| 95 | - Spanish translation added␊ |
| 96 | - Started with a Simplified Chinese translation (issue 521)␊ |
| 97 | - Started with a Russian translation␊ |
| 98 | - Updates and fixes to the French translation (issue 574)␊ |
| 99 | - Updates and fixes to the German translation␊ |
| 100 | - English source language has been improved (issues 441, 478, and 631)␊ |
| 101 | ␊ |
| 102 | # InDefero 1.0 - Tue Apr 20 07:00 2010 UTC␊ |
| 103 | ␊ |
| 104 | First stable release.␊ |
| 105 | ␊ |
| 106 | |