| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds estimated remaining time to version page (#37862, #1671). | Marius Balteanu | 2024-06-04 | 1 | -8/+12 |
* | Fixes RuboCop offense Layout/SpaceInsideParens (#24457). | Marius Balteanu | 2024-05-02 | 1 | -1/+1 |
* | Adds test for #24457. | Marius Balteanu | 2024-05-02 | 1 | -0/+14 |
* | Progress of version should be calculated the same way as parent tasks (#24457... | Marius Balteanu | 2024-05-02 | 1 | -0/+10 |
* | Remove current year from source file copyright headers and update year in foo... | Marius Balteanu | 2024-02-26 | 1 | -1/+1 |
* | Fix RuboCop offense Style/InverseMethods: Use `invalid?` instead of inverting... | Go MAEDA | 2023-03-25 | 1 | -5/+5 |
* | Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (... | Go MAEDA | 2023-01-01 | 1 | -1/+1 |
* | Update copyright year to 2023 (#38141). | Go MAEDA | 2023-01-01 | 1 | -1/+1 |
* | Add missing fixture issue_categories to VersionTest (#37466). | Go MAEDA | 2022-07-19 | 1 | -1/+1 |
* | Update copyright year in source files to 2022 (#36379). | Go MAEDA | 2022-01-02 | 1 | -1/+1 |
* | Use sanitize_sql_like in like scopes (#35073). | Marius Balteanu | 2021-10-03 | 1 | -0/+16 |
* | Update copyright year in source files to 2021 (#33069). | Go MAEDA | 2021-03-25 | 1 | -1/+1 |
* | fix source indent of test/unit/version_test.rb | Toshi MARUYAMA | 2020-10-27 | 1 | -5/+6 |
* | Update copyright year in source files to 2020 (#33069). | Go MAEDA | 2020-03-03 | 1 | -1/+1 |
* | Add missing fixtures to VersionTest (#32540). | Go MAEDA | 2019-12-02 | 1 | -1/+2 |
* | cleanup: rubocop: fix Layout/IndentFirstArrayElement in test/unit/version_tes... | Toshi MARUYAMA | 2019-11-24 | 1 | -4/+10 |
* | cleanup: rubocop: fix Layout/IndentFirstHashElement in test/unit/version_test.rb | Toshi MARUYAMA | 2019-11-23 | 1 | -3/+8 |
* | code cleanup: rubocop: fix Layout/AlignArguments in test/unit/version_test.rb | Toshi MARUYAMA | 2019-10-23 | 1 | -2/+2 |
* | Reject version custom field values not visible for the user (#31954, #23997). | Go MAEDA | 2019-08-27 | 1 | -0/+23 |
* | Update copyright year. | Go MAEDA | 2019-05-25 | 1 | -1/+1 |
* | Fix that deleting a version silently deletes its attachments (#31087). | Go MAEDA | 2019-03-26 | 1 | -0/+7 |
* | Enable frozen_string_literal for some files under test directory (#26561). | Go MAEDA | 2019-03-16 | 1 | -1/+1 |
* | Add "frozen_string_literal: false" for all files (#26561). | Go MAEDA | 2019-03-15 | 1 | -0/+2 |
* | Set User.current to nil before unit tests. | Jean-Philippe Lang | 2018-12-16 | 1 | -0/+4 |
* | Tests failure with SQLite3. | Jean-Philippe Lang | 2018-12-01 | 1 | -1/+2 |
* | Filter for version name should be case-insensitive (#27122). | Go MAEDA | 2018-04-28 | 1 | -0/+8 |
* | Update copyright. | Jean-Philippe Lang | 2017-06-25 | 1 | -1/+1 |
* | Use assert_nil instead of assert_equal. | Jean-Philippe Lang | 2016-12-11 | 1 | -2/+2 |
* | Add option to set a new version as default directly from New Version page (#2... | Jean-Philippe Lang | 2016-10-23 | 1 | -0/+16 |
* | Updates copyright for 2016. | Jean-Philippe Lang | 2016-03-13 | 1 | -1/+1 |
* | Closed versions should be marked as completed (#21433). | Jean-Philippe Lang | 2016-01-09 | 1 | -0/+5 |
* | Disallow users to delete a version referenced by a custom field (#20159). | Jean-Philippe Lang | 2015-06-27 | 1 | -0/+21 |
* | Copyright update. | Jean-Philippe Lang | 2015-01-11 | 1 | -1/+1 |
* | Adds a few tests. | Jean-Philippe Lang | 2014-12-03 | 1 | -0/+6 |
* | Merged rails-4.1 branch (#14534). | Jean-Philippe Lang | 2014-10-22 | 1 | -1/+1 |
* | fix typos at unit version test | Toshi MARUYAMA | 2014-04-07 | 1 | -2/+2 |
* | update copyright year (#15977) | Toshi MARUYAMA | 2014-01-29 | 1 | -1/+1 |
* | code layout clean up VersionTest | Toshi MARUYAMA | 2013-05-19 | 1 | -5/+10 |
* | remove empty setup method from VersionTest | Toshi MARUYAMA | 2013-05-19 | 1 | -3/+0 |
* | fix unit VersionTest failure | Toshi MARUYAMA | 2013-05-18 | 1 | -6/+6 |
* | Removed some shoulda context. | Jean-Philippe Lang | 2013-05-18 | 1 | -69/+58 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 1 | -1/+1 |
* | Adds a custom validator for dates (#12736). | Jean-Philippe Lang | 2013-01-05 | 1 | -0/+2 |
* | Deprecates Version#*_pourcent in favour of #*_percent (#12724). | Jean-Philippe Lang | 2013-01-04 | 1 | -17/+17 |
* | Replaces find(:first) calls. | Jean-Philippe Lang | 2012-12-03 | 1 | -6/+6 |
* | Fixed version date validation (#12359). | Jean-Philippe Lang | 2012-11-15 | 1 | -1/+7 |
* | Fixed test/unit/version_test.rb breaking when run alone (#12285) | Jean-Baptiste Barth | 2012-11-01 | 1 | -1/+1 |
* | Do not consider that versions that are due today are completed. | Jean-Philippe Lang | 2012-09-16 | 1 | -0/+5 |
* | Makes Version#<=> consistent with SQL sort. | Jean-Philippe Lang | 2012-08-02 | 1 | -0/+1 |
* | Sort issues by scheduled versions first then unscheduled versions. | Jean-Philippe Lang | 2012-08-02 | 1 | -0/+11 |