summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
* Use query with custom select for faster rendering of the project drop-down (#...Jean-Philippe Lang2015-02-141-1/+1
* Fixed Stack level too deep error when calling #find_name_by_reflection for mi...Jean-Philippe Lang2015-02-141-3/+3
* Don't include unused helper modules.Jean-Philippe Lang2015-02-141-7/+0
* Updated code comments.Jean-Philippe Lang2015-02-141-4/+4
* Implements /issues/new form for creating issues outside a project (#1003).Jean-Philippe Lang2015-02-145-39/+44
* IssuesController#edit as XML is not implemented.Jean-Philippe Lang2015-02-131-1/+0
* Removed IssuesController#update_form action, use #new and #edit instead.Jean-Philippe Lang2015-02-136-32/+35
* Added Issue#attributes_editable?Jean-Philippe Lang2015-02-133-4/+7
* Moved users list diplayed as available watchers on the new issue form to an h...Jean-Philippe Lang2015-02-133-5/+11
* Don't call #upcase on nil.Jean-Philippe Lang2015-02-081-1/+1
* Fixed filtering on date custom field with SQLServer.Jean-Philippe Lang2015-02-081-25/+35
* Fixed an error in IssuesControllerTest#test_index_with_query_grouped_by_track...Jean-Philippe Lang2015-02-081-1/+1
* Links to completed versions on the roadmap page might lead to a "403 not auth...Jean-Philippe Lang2015-02-081-1/+1
* Adds a :copy_issues permission (#18855).Jean-Philippe Lang2015-02-086-6/+38
* Removed :move_issues permission (#18855).Jean-Philippe Lang2015-02-084-20/+19
* Adds a specific string for blank values (#18918).Jean-Philippe Lang2015-02-081-1/+1
* Extract grouping logic to an helper.Jean-Philippe Lang2015-02-072-5/+21
* TimeEntry acts_as_activity_provider scope should joins(:project) (#18818).Jean-Philippe Lang2015-02-071-1/+1
* Sort helper undefined to_a for string (#18817).Jean-Philippe Lang2015-02-071-1/+1
* Respect cross-project subtask setting on issue bulk edit form (#18711).Jean-Philippe Lang2015-02-071-1/+1
* Raise an error if version is not found (#18983).Jean-Philippe Lang2015-02-071-2/+5
* Allow filtering of Redmine Reminders by Version (#18983).Jean-Philippe Lang2015-02-071-0/+3
* Make search results per page configurable (#19005).Jean-Philippe Lang2015-02-072-1/+5
* Show long text custom field changes as a diff (#15236).Jean-Philippe Lang2015-01-312-6/+23
* Removed :update key and use :edit instead.Jean-Philippe Lang2015-01-272-9/+8
* The :change_status permission was removed in r1043.Jean-Philippe Lang2015-01-271-1/+1
* Adds support for macro and Redmine links in PDF export (#13051).Jean-Philippe Lang2015-01-259-8/+12
* Use named route.Jean-Philippe Lang2015-01-241-1/+1
* Link to the anchor only.Jean-Philippe Lang2015-01-241-1/+1
* Use .klass instead of .class_name.constantize.Jean-Philippe Lang2015-01-241-1/+1
* Memorize journal details value name to display.Jean-Philippe Lang2015-01-241-6/+10
* Use journalized attachments to prevent a query when displaying added file.Jean-Philippe Lang2015-01-241-1/+2
* Set :inverse_of on details association.Jean-Philippe Lang2015-01-241-1/+1
* Don't check if attachments are editable individually.Jean-Philippe Lang2015-01-242-4/+9
* 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
* Fixed that group is not displayed when the first group is a boolean custom fi...Jean-Philippe Lang2015-01-191-3/+3
* Fixed that boolean custom field groups have same label for blank and false va...Jean-Philippe Lang2015-01-191-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
* Prevents calling #truncate on nil.Jean-Philippe Lang2015-01-181-1/+1
* 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-174-23/+28
* Send password reset email to the email used in lost password form (#4244).Jean-Philippe Lang2015-01-172-4/+8
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-1719-49/+369
* Copyright update.Jean-Philippe Lang2015-01-11159-159/+159
* Fixed: Custom field is rendered, even if its value is empty (for multiple) (#...Jean-Philippe Lang2015-01-103-8/+15
* Fixed open div tag position.Jean-Philippe Lang2015-01-101-1/+1