summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
...
* remove unneeded Relation#all from WorkflowTransition#count_by_tracker_and_roleToshi MARUYAMA2014-03-261-4/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13012 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix race condition of highest rgt at ↵Toshi MARUYAMA2014-03-261-2/+1
| | | | | | Issue#update_nested_set_attributes_on_parent_change (#6579) git-svn-id: http://svn.redmine.org/redmine/trunk@13011 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix always new lft and rgt are lft = 1, rgt = 2 (#6579)Toshi MARUYAMA2014-03-261-3/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13009 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from Issue#workflow_rule_by_attributeToshi MARUYAMA2014-03-241-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13000 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from WorkflowsController#editToshi MARUYAMA2014-03-241-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12999 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use named routes.Jean-Philippe Lang2014-03-211-5/+11
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12998 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disable children when checking parent notifiable.Jean-Philippe Lang2014-03-211-6/+18
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12996 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't abort processing of emails when an email triggers a parsing exception ↵Jean-Philippe Lang2014-03-211-0/+8
| | | | | | (#16122). git-svn-id: http://svn.redmine.org/redmine/trunk@12995 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Custom queries: buttons to move column to top and bottom (#16326).Jean-Philippe Lang2014-03-211-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12991 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Let user choose an issue of another project when updating a time entry (#16338).Jean-Philippe Lang2014-03-211-0/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12990 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: right-aligned table of contents (TOC) not working with markdown (#16236).Jean-Philippe Lang2014-03-211-3/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12989 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Extract code to render project context links to helper (#16381).Jean-Philippe Lang2014-03-212-6/+10
| | | | | | Patch by Michael Esemplare. git-svn-id: http://svn.redmine.org/redmine/trunk@12986 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Error generated on 'search for watchers to add' after clicking add ↵Jean-Philippe Lang2014-03-211-0/+3
| | | | | | without selected users (#14298). git-svn-id: http://svn.redmine.org/redmine/trunk@12985 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds an option to send email on "Assignee updated" in application settings ↵Jean-Philippe Lang2014-03-171-1/+1
| | | | | | (#16362). git-svn-id: http://svn.redmine.org/redmine/trunk@12975 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds an option to send email on "Assignee updated" in application settings ↵Jean-Philippe Lang2014-03-171-4/+10
| | | | | | (#16362). git-svn-id: http://svn.redmine.org/redmine/trunk@12974 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed flawed regexp for removing pre blocks when quoting messages (#16353).Jean-Philippe Lang2014-03-171-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12973 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that requesting a specific version of a non-existent wiki page raises ↵Jean-Philippe Lang2014-03-151-3/+5
| | | | | | an error (#16255). git-svn-id: http://svn.redmine.org/redmine/trunk@12971 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Select proper tracker and status for when hitting F5 with browsers that ↵Jean-Philippe Lang2014-03-151-0/+8
| | | | | | preserve select values on reload, eg. Firefox (#16259). git-svn-id: http://svn.redmine.org/redmine/trunk@12970 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed flawed regexp for removing pre blocks when quoting notes (#16353).Jean-Philippe Lang2014-03-151-1/+1
| | | | | | Patch by Stephane Lapie. git-svn-id: http://svn.redmine.org/redmine/trunk@12969 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use #read/#write_attribute instead of #super when overwriting default ↵Jean-Philippe Lang2014-03-151-2/+3
| | | | | | | | accessors (#16319). Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@12968 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Always load formatter scripts for when the description is read-only on page ↵Jean-Philippe Lang2014-02-281-0/+2
| | | | | | load (#16161). git-svn-id: http://svn.redmine.org/redmine/trunk@12941 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that non-empty blank strings as custom field values are not properly ↵Jean-Philippe Lang2014-02-281-3/+1
| | | | | | validated (#16169). git-svn-id: http://svn.redmine.org/redmine/trunk@12938 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed hard-coded strings (#16164).Jean-Philippe Lang2014-02-251-2/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12928 e93f8b46-1217-0410-a6f0-8f06a7374b81
* prevent issue tree hierarchy is broken in race conditions (#6579)Toshi MARUYAMA2014-02-251-7/+13
| | | | | | | awesome_nested_set 2.1.6 uses lock. Issue model uses as same way. git-svn-id: http://svn.redmine.org/redmine/trunk@12927 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulk edit workflows for multiple trackers/roles (#16164).Jean-Philippe Lang2014-02-257-80/+264
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12924 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Strip invalid UTF-8 bytes in User#find_by_login (#16107).Jean-Philippe Lang2014-02-221-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12916 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Trigger basic HTTP authentication only when Basic authorization header is ↵Jean-Philippe Lang2014-02-221-1/+1
| | | | | | present (#16107). git-svn-id: http://svn.redmine.org/redmine/trunk@12915 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Only notify users that can see news (#16134).Jean-Philippe Lang2014-02-221-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12914 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Prevent N queries on custom_fields when call /issues API.Jean-Philippe Lang2014-02-221-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12913 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Preload authors for /issues API calls.Jean-Philippe Lang2014-02-221-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12912 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Preload issue authors when displayed on the issue list (#16091).Jean-Philippe Lang2014-02-221-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12911 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Preload issue relations when exporting issues to CSV with all columns (#16091).Jean-Philippe Lang2014-02-221-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12910 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move the field format at the top of the form.Jean-Philippe Lang2014-02-151-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12897 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Export CSV - Custom field true/false not using translation (#16081).Jean-Philippe Lang2014-02-151-0/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12896 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Always preload issues custom values (#16091).Jean-Philippe Lang2014-02-151-3/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12894 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed alignments.Jean-Philippe Lang2014-02-151-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12892 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of Repository::Cvs modelToshi MARUYAMA2014-02-131-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12878 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Makes #watcher_link return an empty string when given nil.Jean-Philippe Lang2014-02-091-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12869 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display watch link only when inside project with logged-in user (#2549).Jean-Philippe Lang2014-02-091-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12868 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use spaces instead of tabs.Jean-Philippe Lang2014-02-091-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12867 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Enable the watching of news (#2549).Jean-Philippe Lang2014-02-096-4/+32
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12866 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r12855.Jean-Philippe Lang2014-02-072-5/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12856 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds JS response support to #render_error (#15760).Jean-Philippe Lang2014-02-072-0/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12855 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Project.activities should always return a ActiveRecord::Relation (#15983).Jean-Philippe Lang2014-02-071-8/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12854 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Code cleanup.Jean-Philippe Lang2014-02-071-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12851 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show tabs for existing custom field types only and adds a view for choosing ↵Jean-Philippe Lang2014-02-077-10/+38
| | | | | | the type when adding a new custom field. git-svn-id: http://svn.redmine.org/redmine/trunk@12849 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make sure that Repository#extra_info returns a Hash or nil (#16032).Jean-Philippe Lang2014-02-061-0/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12848 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix wrong issue 'assigned-to-my-group' css class (#16038)Toshi MARUYAMA2014-02-061-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12844 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate ↵Toshi MARUYAMA2014-02-061-1/+1
| | | | | | at app/views/issues/_list_simple.html.erb git-svn-id: http://svn.redmine.org/redmine/trunk@12841 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate ↵Toshi MARUYAMA2014-02-061-1/+1
| | | | | | at app/views/repositories/revision.html.erb git-svn-id: http://svn.redmine.org/redmine/trunk@12840 e93f8b46-1217-0410-a6f0-8f06a7374b81