summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Style contextual buttons (#19097).Jean-Philippe Lang2015-11-071-0/+53
| | | | | | Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@14820 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Prevent zooming on mobile browsers (#19097).Jean-Philippe Lang2015-11-071-1/+1
| | | | | | Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@14819 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add smooth scrolling for webkit browsers (#19097).Jean-Philippe Lang2015-11-071-0/+2
| | | | | | Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@14818 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Responsive layout for mobile devices (#19097).Jean-Philippe Lang2015-11-074-2/+723
| | | | | | Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@14817 e93f8b46-1217-0410-a6f0-8f06a7374b81
* update rbpdf version to 1.18.7 (#20591, #20811)Toshi MARUYAMA2015-11-071-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14813 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that less-than sign is not escaped by textile formatter (#6969).Jean-Philippe Lang2015-11-072-2/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14812 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't omit version/category filters if project has no versions/categories.Jean-Philippe Lang2015-11-071-10/+6
| | | | | | This can be used to filter issues in subprojects that have versions or categories. git-svn-id: http://svn.redmine.org/redmine/trunk@14811 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds strings to locales (#16621).Jean-Philippe Lang2015-11-0746-0/+92
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14810 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ability to filter issues blocked by any/no open issues (#16621).Jean-Philippe Lang2015-11-077-3/+44
| | | | | | Patch by Arthur Andersen. git-svn-id: http://svn.redmine.org/redmine/trunk@14809 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rescue network level errors with LDAP auth (#21137).Jean-Philippe Lang2015-11-071-3/+10
| | | | | | Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@14808 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't display table headers if there's no trackers (#20413).Jean-Philippe Lang2015-11-071-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14798 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Hide empty ul on project overview (#21159).Jean-Philippe Lang2015-11-071-0/+2
| | | | | | Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@14797 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't let users log time on issues they cannot see in their projects (#21150).Jean-Philippe Lang2015-11-043-2/+21
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14796 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that time logging form may disclose subjects of issues that are not ↵Jean-Philippe Lang2015-11-041-1/+1
| | | | | | | | visible (#21150). Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@14795 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that Issues API may disclose changesets that are not visible (#21136).Jean-Philippe Lang2015-11-042-2/+16
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14794 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds strings to locales (#20008).Jean-Philippe Lang2015-11-0147-0/+141
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14793 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Files upload restriction by files extensions (#20008).Jean-Philippe Lang2015-11-016-1/+81
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14792 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds field_default_version string to locales (#1828).Jean-Philippe Lang2015-11-0147-0/+47
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14791 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Give numbers in query sort criteria consistent width for non-monospaced ↵Jean-Philippe Lang2015-11-012-1/+6
| | | | | | | | fonts (#21119). Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@14790 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow a default version to be set on the command line for incoming emails ↵Jean-Philippe Lang2015-11-014-1/+14
| | | | | | (#7346). git-svn-id: http://svn.redmine.org/redmine/trunk@14789 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set default project version after selecting a different project on the new ↵Jean-Philippe Lang2015-11-015-4/+29
| | | | | | issue form (#1828). git-svn-id: http://svn.redmine.org/redmine/trunk@14788 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use #safe_attributes= for building new time entry.Jean-Philippe Lang2015-11-011-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14787 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Default target version for new issues (#1828).Jean-Philippe Lang2015-11-0110-5/+70
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14786 e93f8b46-1217-0410-a6f0-8f06a7374b81
* run LDAP tests on Travis CIToshi MARUYAMA2015-10-313-0/+44
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14785 e93f8b46-1217-0410-a6f0-8f06a7374b81
* upgrade net-ldap gem to 0.12.0 (#17618)Toshi MARUYAMA2015-10-312-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14784 e93f8b46-1217-0410-a6f0-8f06a7374b81
* upgrade net-ldap gem to 0.10.1 (#17618)Toshi MARUYAMA2015-10-311-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14783 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove test-ldap.ldif entries which are unable imported to OpenLDAP 2.4.40Toshi MARUYAMA2015-10-311-35/+0
| | | | | | | | | | <pre> adding new entry "dc=redmine,dc=org" ldap_add: Constraint violation (19) additional info: structuralObjectClass: no user modification allowed </pre> git-svn-id: http://svn.redmine.org/redmine/trunk@14782 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add sample slapd.conf on CentOS6 (x86_64)Toshi MARUYAMA2015-10-311-0/+24
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14781 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulgarian translation updated by Ivan Cenov (#21102)Toshi MARUYAMA2015-10-311-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14779 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation for trunk updated by ChunChang Lo (#21019)Toshi MARUYAMA2015-10-311-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14778 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation for 3.1-stable changed by ChunChang Lo ↵Toshi MARUYAMA2015-10-311-2/+2
| | | | | | (#21019, #20791) git-svn-id: http://svn.redmine.org/redmine/trunk@14777 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation updated by Go MAEDA (#20902, #21043)Toshi MARUYAMA2015-10-311-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14776 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test failure (#21074).Jean-Philippe Lang2015-10-311-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14775 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that #parse_redmine_links errors when given a link tag without ↵Jean-Philippe Lang2015-10-312-1/+8
| | | | | | attributes (#19304). git-svn-id: http://svn.redmine.org/redmine/trunk@14774 e93f8b46-1217-0410-a6f0-8f06a7374b81
* New custom fields of existing issues are not initialized with their default ↵Jean-Philippe Lang2015-10-314-10/+20
| | | | | | value (#21074). git-svn-id: http://svn.redmine.org/redmine/trunk@14773 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moved tracker_id param.Jean-Philippe Lang2015-10-301-3/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14772 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Code cleanup.Jean-Philippe Lang2015-10-301-19/+15
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14771 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Missing fixtures.Jean-Philippe Lang2015-10-301-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14770 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test failure (#21074).Jean-Philippe Lang2015-10-301-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14769 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds tests for default custom field value (#21074).Jean-Philippe Lang2015-10-302-0/+85
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14768 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Keep anchor (i.e. to a specific issue note) throughout login (#21110).Jean-Philippe Lang2015-10-302-1/+12
| | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@14767 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that #l_hours_short shows 2 h (#21069).Jean-Philippe Lang2015-10-302-1/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14766 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese wiki_syntax_detailed_textile.html translation for trunk updated by ↵Toshi MARUYAMA2015-10-291-2/+2
| | | | | | Go MAEDA (#20911) git-svn-id: http://svn.redmine.org/redmine/trunk@14765 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese wiki_syntax_detailed_textile.html translation for 3.0-stable ↵Toshi MARUYAMA2015-10-291-9/+9
| | | | | | updated by Go MAEDA (#20911, #21105) git-svn-id: http://svn.redmine.org/redmine/trunk@14761 e93f8b46-1217-0410-a6f0-8f06a7374b81
* appveyor.yml: remove unneeded --without DBToshi MARUYAMA2015-10-291-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14760 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds translation string for hours with symbol (#21069).Jean-Philippe Lang2015-10-2950-1/+50
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14759 e93f8b46-1217-0410-a6f0-8f06a7374b81
* find_referenced_issue_by_id fails with RangeError for large numbers (#21071).Jean-Philippe Lang2015-10-292-1/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14758 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add appveyor.ymlToshi MARUYAMA2015-10-291-0/+36
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14756 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Spanish and Spanish Panama translation updated by Leonel Iturralde (#20892)Toshi MARUYAMA2015-10-292-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14755 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move inline CSS to application.css for private checkbox (#21076).Jean-Philippe Lang2015-10-292-1/+2
| | | | | | Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@14754 e93f8b46-1217-0410-a6f0-8f06a7374b81