Search
Results (2555)
- Revision 10263 (svn): replace shoulder "with a due_date attribute" context of unit IssuesHelperTest and use with_settings
- Revision 10257 (svn): use date_format setting at unit IssuesHelperTest test_with_a_start_date_attribute_*
- Revision 10253 (svn): replace shoulder "with a start_date attribute" context of test/unit/helpers/issues_helper_test.rb
- Revision 10247 (svn): Gemfile: pin i18n gem version 0.6.0
- Tests on CI server fails. http://www.redmine. ... expected to be =~ </01\/31\/2010/>. test: IssuesHelper#show_detail with a due_date attribute should format the current date. (IssuesHelperTest) test/unit/helpers/issues_helper_test.rb:127:in `block (3 levels) in <class:IssuesHelperTest>' </pre>
- Revision 10226 (svn): set default category_id instead of the object (#11665)
- Rails 2.3 still has issues with synchronizing the association_id and a ... setting of the id gets lost. This is not an issue in Rails >= 3.1 anymore. Contributed by Holger Just.
- Revision 10208 (svn): Prevents "Overwriting existing method Issue.open" warning (#11545).
- Revision 10199 (svn): Fixed that open scope on Project#issues raises an error (#11545).
- Patch by Petr Pospisil.
- Revision 10198 (svn): Adds a title to the issue link in the flash message.
- Revision 10183 (svn): Don't show the project dropdown when logging time on an issue.
- Revision 10182 (svn): Adds autocomplete to issue field on time logging form.
- Revision 10181 (svn): Adds autocomplete to "Related issue" field on revision (#11102).
- Revision 10164 (svn): Ability to filter issues using project, author, assignee and target version custom fields (#8161).
- Custom fields must be marked as "Used as filter" to show up in the filters list.
- Revision 10162 (svn): Build issue filters using javascript.
- Revision 10159 (svn): Prevents "Overwriting existing method Issue.open" warning (#11545).
- Revision 10151 (svn): Sort issues by scheduled versions first then unscheduled versions.
- Revision 10079 (svn): Changed issues css class from priority-{position} to status-{id} (#2071).
- Revision 10078 (svn): Changed issues css class from status-{position} to status-{id} (#11304).
- Revision 10076 (svn): Sort versions ascending when grouping issues by version (#11153).
- Revision 10073 (svn): Ability to group and sort the issue list by user/version custom field (#9419).
- Revision 10050 (svn): Removes RJS from IssuesController.
- Revision 10045 (svn): Removes RJS from IssueRelationsController.
- Revision 9989 (svn): Adds a sorted scope to IssueStatus model.
- Revision 9974 (svn): Fixes transparency issue.
- Revision 9967 (svn): Fixed that link to the assignee is escaped twice on the issue view (#11352).
- Revision 9962 (svn): Compute issue ids array only once.