| Commit message (Expand) | Author | Age | Files | Lines |
* | Upgrade to Rails 4.2.0 (#14534). | Jean-Philippe Lang | 2015-01-17 | 2 | -7/+8 |
* | Send password reset email to the email used in lost password form (#4244). | Jean-Philippe Lang | 2015-01-17 | 1 | -2/+3 |
* | Add support for multiple email addresses per user (#4244). | Jean-Philippe Lang | 2015-01-17 | 9 | -48/+184 |
* | Copyright update. | Jean-Philippe Lang | 2015-01-11 | 70 | -70/+70 |
* | Option to search open issues only (#10734). | Jean-Philippe Lang | 2015-01-10 | 1 | -1/+2 |
* | Option to search attachment filenames and description (#4383). | Jean-Philippe Lang | 2015-01-09 | 1 | -1/+1 |
* | Search custom fields and journals with different queries to take advantage of... | Jean-Philippe Lang | 2015-01-08 | 1 | -7/+2 |
* | Skip validation if attribute did not change. | Jean-Philippe Lang | 2015-01-07 | 1 | -2/+2 |
* | Deprecates Project#set_allowed_parent!. | Jean-Philippe Lang | 2015-01-07 | 1 | -1/+2 |
* | Fixed that project copy triggers a 500 error if project validation fails. | Jean-Philippe Lang | 2015-01-07 | 1 | -1/+2 |
* | Cleans up parent project assignment in ProjectsController. | Jean-Philippe Lang | 2015-01-07 | 1 | -38/+44 |
* | Moved Project#hierarchy to NestedSet::Traversing. | Jean-Philippe Lang | 2015-01-07 | 1 | -9/+0 |
* | Replaces awesome_nested_set gem with a simple and more robust implementation ... | Jean-Philippe Lang | 2015-01-07 | 2 | -97/+21 |
* | Preload wiki page content for search results. | Jean-Philippe Lang | 2014-12-26 | 1 | -1/+1 |
* | Attachment content type not set when uploading attachment (#18667). | Jean-Philippe Lang | 2014-12-21 | 1 | -4/+5 |
* | Don't overwrite headers that were already set (#14699). | Jean-Philippe Lang | 2014-12-21 | 1 | -1/+1 |
* | Replaced "can't" with "cannot" in error messages. | Jean-Philippe Lang | 2014-12-21 | 3 | -4/+4 |
* | Use a CustomFieldValue instead of CustomValue. | Jean-Philippe Lang | 2014-12-20 | 1 | -1/+1 |
* | Use logger.info? (#18605). | Jean-Philippe Lang | 2014-12-14 | 1 | -1/+1 |
* | Use a simple count query. | Jean-Philippe Lang | 2014-12-13 | 1 | -17/+0 |
* | Don't show roles without issue add/edit permission in workflow setup (#15988). | Jean-Philippe Lang | 2014-12-13 | 2 | -2/+2 |
* | Don't consider roles without issue add/edit permissions for determining field... | Jean-Philippe Lang | 2014-12-13 | 2 | -0/+5 |
* | Droped legacy behaviour that allows a user to edit a few attributes of an iss... | Jean-Philippe Lang | 2014-12-13 | 1 | -8/+0 |
* | Removed unused method. | Jean-Philippe Lang | 2014-12-12 | 1 | -4/+0 |
* | Rewrites search engine to properly paginate results (#18631). | Jean-Philippe Lang | 2014-12-12 | 6 | -10/+10 |
* | ignore X-Autoreply mails (#15999, #13425) | Toshi MARUYAMA | 2014-12-12 | 1 | -1/+2 |
* | Misc tests. | Jean-Philippe Lang | 2014-12-08 | 1 | -1/+1 |
* | Don't create a journal when creating an issue. | Jean-Philippe Lang | 2014-12-08 | 1 | -3/+6 |
* | Skip some validations if attribute did not change. | Jean-Philippe Lang | 2014-12-06 | 2 | -3/+5 |
* | Specify the order for finding a setting. | Jean-Philippe Lang | 2014-12-05 | 1 | -1/+1 |
* | Skip uniqueness validation when updating a setting without changing its name. | Jean-Philippe Lang | 2014-12-05 | 1 | -1/+1 |
* | Adds methods for loading and adding settings. | Jean-Philippe Lang | 2014-12-05 | 1 | -32/+52 |
* | Removed dead code, Rails4 handles that in its attribute writer. | Jean-Philippe Lang | 2014-12-05 | 1 | -3/+0 |
* | Removed unused scopes. | Jean-Philippe Lang | 2014-12-05 | 1 | -15/+0 |
* | Typo. | Jean-Philippe Lang | 2014-12-05 | 1 | -1/+1 |
* | Removed unused and deprecated Issue#move_to_project method. | Jean-Philippe Lang | 2014-12-05 | 1 | -27/+0 |
* | Moved journal details generation to Journal model. | Jean-Philippe Lang | 2014-12-05 | 2 | -78/+122 |
* | Rescue RecordNotSaved in #save_with_content. | Jean-Philippe Lang | 2014-12-03 | 1 | -2/+7 |
* | Get version ids with a single query (was n+1). | Jean-Philippe Lang | 2014-12-02 | 1 | -3/+4 |
* | Removed broken and unused method added in r5313. | Jean-Philippe Lang | 2014-12-02 | 1 | -6/+0 |
* | Use scope. | Jean-Philippe Lang | 2014-12-02 | 1 | -1/+1 |
* | Code cleanup. | Jean-Philippe Lang | 2014-11-30 | 1 | -4/+5 |
* | Edit attachments after upload (#1326). | Jean-Philippe Lang | 2014-11-29 | 4 | -1/+41 |
* | Move wiki page to other project (#5450). | Jean-Philippe Lang | 2014-11-23 | 3 | -22/+85 |
* | Merged r13640 from 2.6-stable to trunk (#18280) | Toshi MARUYAMA | 2014-11-22 | 1 | -1/+2 |
* | replace tab to space at app/models/issue.rb | Toshi MARUYAMA | 2014-11-22 | 1 | -1/+1 |
* | Selected projects in email notifications on "my account" are lost when the pa... | Jean-Philippe Lang | 2014-11-22 | 1 | -1/+1 |
* | Code cleanup. | Jean-Philippe Lang | 2014-11-22 | 1 | -2/+1 |
* | Clear @spent_hours on reload (#18410). | Jean-Philippe Lang | 2014-11-22 | 1 | -0/+1 |
* | Ignore bogus issue strings like [some-string#1234] in email subjects (#17705). | Jean-Philippe Lang | 2014-11-14 | 1 | -1/+1 |