summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fixed that creating an issue without tracker_id attribute ignores custom fiel...Jean-Philippe Lang2015-03-141-0/+5
* Ignore auto reply messages from Exchange server (#19322).Jean-Philippe Lang2015-03-141-1/+1
* Incorrect links generated in emails if host setup uses other port (#19323).Jean-Philippe Lang2015-03-141-1/+10
* Attached inline images with non-ascii file name can not be seen when text for...Jean-Philippe Lang2015-03-141-1/+1
* CustomField#possible_values may raise undefined method `force_encoding' error...Jean-Philippe Lang2015-03-141-2/+2
* Fixed that spent time on my page does not include entries without issue (#193...Jean-Philippe Lang2015-03-101-1/+3
* Use named routes.Jean-Philippe Lang2015-03-101-2/+2
* Fixed that #require_login should respond for other request types (#19325).Jean-Philippe Lang2015-03-101-1/+4
* Reverts r14067 that triggers "can't modify frozen String" errors (#19305).Jean-Philippe Lang2015-03-081-21/+1
* Make sure that strings of serialized settings are UTF-8 encoded (#19305).Jean-Philippe Lang2015-03-081-1/+21
* Code cleanup.Jean-Philippe Lang2015-03-082-4/+6
* Fixed rendering of multivalued custom fields in the issue history (#19225).Jean-Philippe Lang2015-03-081-9/+13
* Fixed undefined method `compact!' error when additional_user_ids is empty (#1...Jean-Philippe Lang2015-03-071-1/+1
* Fixed that non-default identifier-less git repositories are undeletable (#192...Jean-Philippe Lang2015-03-071-1/+0
* Missing notification if previous assignee was a group (#19197).Jean-Philippe Lang2015-03-071-2/+2
* Adds the date format for ambiguous dates (#19243).Jean-Philippe Lang2015-03-072-1/+12
* Don't validate custom fields that are not editable (#19193).Jean-Philippe Lang2015-03-011-0/+11
* Use named routes.Jean-Philippe Lang2015-02-251-5/+5
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-2394-159/+159
* Send a better content type than application/octet-stream (#19131).Jean-Philippe Lang2015-02-191-1/+1
* Escape flash messages (#19117).Jean-Philippe Lang2015-02-172-4/+4
* Check plugins updates using https (#17722).Jean-Philippe Lang2015-02-151-1/+1
* Workaround for timestamps rounding issues with Rails4.2 and mysql5.7 that may...Jean-Philippe Lang2015-02-152-2/+2
* Adds custom fields to documents (#7249).Jean-Philippe Lang2015-02-146-1/+40
* 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