summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Memorize project override roles.Jean-Philippe Lang2015-01-241-1/+4
* Set :inverse_of option on journals association.Jean-Philippe Lang2015-01-211-1/+1
* fix code indent at app/models/repository/cvs.rbToshi MARUYAMA2015-01-181-1/+1
* use "where" instead of find_by_ at Repository::Cvs classToshi MARUYAMA2015-01-181-3/+3
* revert r13901Toshi MARUYAMA2015-01-181-10/+3
* workaround unit cvs test failure on sqlite3Toshi MARUYAMA2015-01-181-3/+10
* Use attribute writers instead of before_create callback to normalize comments...Jean-Philippe Lang2015-01-181-3/+11
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-172-7/+8
* Send password reset email to the email used in lost password form (#4244).Jean-Philippe Lang2015-01-171-2/+3
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-179-48/+184
* Copyright update.Jean-Philippe Lang2015-01-1170-70/+70
* Option to search open issues only (#10734).Jean-Philippe Lang2015-01-101-1/+2
* Option to search attachment filenames and description (#4383).Jean-Philippe Lang2015-01-091-1/+1
* Search custom fields and journals with different queries to take advantage of...Jean-Philippe Lang2015-01-081-7/+2
* Skip validation if attribute did not change.Jean-Philippe Lang2015-01-071-2/+2
* Deprecates Project#set_allowed_parent!.Jean-Philippe Lang2015-01-071-1/+2
* Fixed that project copy triggers a 500 error if project validation fails.Jean-Philippe Lang2015-01-071-1/+2
* Cleans up parent project assignment in ProjectsController.Jean-Philippe Lang2015-01-071-38/+44
* Moved Project#hierarchy to NestedSet::Traversing.Jean-Philippe Lang2015-01-071-9/+0
* Replaces awesome_nested_set gem with a simple and more robust implementation ...Jean-Philippe Lang2015-01-072-97/+21
* Preload wiki page content for search results.Jean-Philippe Lang2014-12-261-1/+1
* Attachment content type not set when uploading attachment (#18667).Jean-Philippe Lang2014-12-211-4/+5
* Don't overwrite headers that were already set (#14699).Jean-Philippe Lang2014-12-211-1/+1
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-213-4/+4
* Use a CustomFieldValue instead of CustomValue.Jean-Philippe Lang2014-12-201-1/+1
* Use logger.info? (#18605).Jean-Philippe Lang2014-12-141-1/+1
* Use a simple count query.Jean-Philippe Lang2014-12-131-17/+0
* Don't show roles without issue add/edit permission in workflow setup (#15988).Jean-Philippe Lang2014-12-132-2/+2
* Don't consider roles without issue add/edit permissions for determining field...Jean-Philippe Lang2014-12-132-0/+5
* Droped legacy behaviour that allows a user to edit a few attributes of an iss...Jean-Philippe Lang2014-12-131-8/+0
* Removed unused method.Jean-Philippe Lang2014-12-121-4/+0
* Rewrites search engine to properly paginate results (#18631).Jean-Philippe Lang2014-12-126-10/+10
* ignore X-Autoreply mails (#15999, #13425)Toshi MARUYAMA2014-12-121-1/+2
* Misc tests.Jean-Philippe Lang2014-12-081-1/+1
* Don't create a journal when creating an issue.Jean-Philippe Lang2014-12-081-3/+6
* Skip some validations if attribute did not change.Jean-Philippe Lang2014-12-062-3/+5
* Specify the order for finding a setting.Jean-Philippe Lang2014-12-051-1/+1
* Skip uniqueness validation when updating a setting without changing its name.Jean-Philippe Lang2014-12-051-1/+1
* Adds methods for loading and adding settings.Jean-Philippe Lang2014-12-051-32/+52
* Removed dead code, Rails4 handles that in its attribute writer.Jean-Philippe Lang2014-12-051-3/+0
* Removed unused scopes.Jean-Philippe Lang2014-12-051-15/+0
* Typo.Jean-Philippe Lang2014-12-051-1/+1
* Removed unused and deprecated Issue#move_to_project method.Jean-Philippe Lang2014-12-051-27/+0
* Moved journal details generation to Journal model.Jean-Philippe Lang2014-12-052-78/+122
* Rescue RecordNotSaved in #save_with_content.Jean-Philippe Lang2014-12-031-2/+7
* Get version ids with a single query (was n+1).Jean-Philippe Lang2014-12-021-3/+4
* Removed broken and unused method added in r5313.Jean-Philippe Lang2014-12-021-6/+0
* Use scope.Jean-Philippe Lang2014-12-021-1/+1
* Code cleanup.Jean-Philippe Lang2014-11-301-4/+5
* Edit attachments after upload (#1326).Jean-Philippe Lang2014-11-294-1/+41