| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Test failures with sqlite3. | Jean-Philippe Lang | 2018-09-23 | 1 | -0/+1 |
* | Update copyright. | Jean-Philippe Lang | 2017-06-25 | 1 | -1/+1 |
* | Removes #move_to= (#12909). | Jean-Philippe Lang | 2016-04-18 | 1 | -1/+1 |
* | Replaces acts_as_list with an implementation that handles #position= (#12909). | Jean-Philippe Lang | 2016-04-17 | 1 | -0/+1 |
* | Updates copyright for 2016. | Jean-Philippe Lang | 2016-03-13 | 1 | -1/+1 |
* | Forces enumeration override position to the same as its parent (#19657). | Jean-Philippe Lang | 2015-09-30 | 1 | -0/+44 |
* | Copyright update. | Jean-Philippe Lang | 2015-01-11 | 1 | -1/+1 |
* | update copyright year (#15977) | Toshi MARUYAMA | 2014-01-29 | 1 | -1/+1 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 1 | -1/+1 |
* | Replaces find(:first) calls. | Jean-Philippe Lang | 2012-12-03 | 1 | -1/+1 |
* | remove empty setup method from unit enumeration test | Toshi MARUYAMA | 2012-08-22 | 1 | -4/+1 |
* | add unit test that enumeration returns default in regardless of active or not | Toshi MARUYAMA | 2012-08-22 | 1 | -0/+11 |
* | Use subclasses method instead of class variable. | Jean-Philippe Lang | 2012-02-24 | 1 | -0/+11 |
* | remove trailing white-spaces from test/unit/enumeration_test.rb. | Toshi MARUYAMA | 2011-08-29 | 1 | -12/+12 |
* | Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 | Jean-Baptiste Barth | 2010-12-12 | 1 | -1/+1 |
* | Version sharing (#465) + optional inclusion of subprojects in the roadmap vie... | Jean-Philippe Lang | 2009-12-06 | 1 | -2/+2 |
* | Added project specific Enumeration overrides. | Eric Davis | 2009-10-21 | 1 | -0/+22 |
* | Enumerations can now have custom fields defined on them. #4077 | Eric Davis | 2009-10-21 | 1 | -1/+6 |
* | Upgraded to Rails 2.3.4 (#3597) | Eric Davis | 2009-09-13 | 1 | -1/+1 |
* | Changed Enumerations to use a Single Table Inheritance | Eric Davis | 2009-05-30 | 1 | -13/+15 |
* | Replaces Enumeration.get_values and Enumeration.default with named scopes. | Jean-Philippe Lang | 2009-02-15 | 1 | -8/+8 |
* | Fixed: default flag removed when editing a default enumeration (#2327). | Jean-Philippe Lang | 2008-12-12 | 1 | -0/+37 |
* | Ability to remove enumerations (activities, priorities, document categories) ... | Jean-Philippe Lang | 2008-06-17 | 1 | -0/+45 |