summaryrefslogtreecommitdiffstats
path: root/public
Commit message (Collapse)AuthorAgeFilesLines
* Adds favorites and recently used projects lists to project jump box (#31355).Go MAEDA2019-05-203-0/+2
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@18181 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set background color in order to provide a consistent style on GTK dark ↵Go MAEDA2019-05-201-1/+1
| | | | | | | | | themes (#31147). Patch by Bernhard Rohloff. git-svn-id: http://svn.redmine.org/redmine/trunk@18177 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts undesired changes in r18175 (#31391).Go MAEDA2019-05-201-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18176 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Small refactorization of avatar methods (#31391).Go MAEDA2019-05-191-1/+1
| | | | | | | | | | | | | * move existing methods from ApplicationHelper to a new helper file (AvatarsHelper) * change default avatar size from 50 to 24 because most of the avatars are using the size 24 * class 'gravatar' is always added and all custom classes are appended * added user name as default title for avatar images * added two new methods: @assignee_avatar@ and @author_avatar@ Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18175 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix a misspelled CSS property name (#27672).Go MAEDA2019-05-171-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18173 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix broken gantt layout due to r18171 (#27672).Go MAEDA2019-05-172-1/+5
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18172 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show selected columns in gantt chart (#27672).Go MAEDA2019-05-163-9/+103
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18171 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Visually distinguishable style for inline code (#31343).Go MAEDA2019-05-161-0/+6
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18170 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that "Stay logged in" checkbox in Sign in page is misaligned (#31147, ↵Go MAEDA2019-05-161-1/+2
| | | | | | | | | #31371). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18169 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Swaps out the icon-fav for icon-user on projects#index (#31356).Go MAEDA2019-05-141-1/+1
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@18164 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that down arrow for dropdowns is broken in Edge and Internet Explorer ↵Go MAEDA2019-05-131-2/+12
| | | | | | | | | (#31147, #31358). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18163 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace the "+" button in the issues filter with a larger one (#31328).Go MAEDA2019-05-132-0/+0
| | | | | | | Contributed by Hiroyuki ENDO. git-svn-id: http://svn.redmine.org/redmine/trunk@18162 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Code cleanup: Remove an extra closing brace from ↵Go MAEDA2019-05-091-1/+1
| | | | | | public/stylesheets/application.css git-svn-id: http://svn.redmine.org/redmine/trunk@18144 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix layout problem when showing wide tables (#30435).Go MAEDA2019-05-081-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18135 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Left align long text custom fields in the issues list (#31280).Go MAEDA2019-05-011-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18115 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add hover styles to buttons (#31204).Go MAEDA2019-04-301-1/+13
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18110 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove unnecessary padding (#31147).Go MAEDA2019-04-291-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18097 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that r18089 disabled context menu in the gantt subject column (#31268).Go MAEDA2019-04-291-1/+1
| | | | | | | Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@18095 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix gaps in resizable gantt chart (#31268).Go MAEDA2019-04-281-0/+4
| | | | | | | Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@18089 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wrap subprojects in the overview section with an unordered list (#29289).Go MAEDA2019-04-231-0/+4
| | | | | | | Patch by Bernhard Rohloff. git-svn-id: http://svn.redmine.org/redmine/trunk@18077 e93f8b46-1217-0410-a6f0-8f06a7374b81
* input#months on gantt is too narrow (#31147, #31238).Go MAEDA2019-04-221-1/+1
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18074 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails ujs (#31205).Go MAEDA2019-04-181-2/+2
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18062 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Multiselect elements don't expand (#31147, #31216).Go MAEDA2019-04-181-2/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18059 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add custom styles for all fields (#31147).Go MAEDA2019-04-101-9/+20
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18056 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show version status as badge in rodmap#index and roadmap#show (#29391).Go MAEDA2019-04-091-0/+14
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18053 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move styles for count and private to a new class named 'badge' (#29391).Go MAEDA2019-04-091-3/+23
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18052 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add hints to clipboard paste and dragging of images (#31169).Go MAEDA2019-04-0898-1/+198
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@18049 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace float rules with flexbox for content and sidebar block (#30435).Go MAEDA2019-04-021-6/+3
| | | | | | | Patch by Max Johansson and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18033 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Preformatted text overflows the preview area (#30988).Jean-Philippe Lang2019-03-301-1/+1
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18014 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a link syntax "#note-6" to help files (#30829).Go MAEDA2019-03-2398-0/+98
| | | | | | | Contributed by Hinako Tajima. git-svn-id: http://svn.redmine.org/redmine/trunk@18002 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change Japanese translation for "note" in help files (#30170).Go MAEDA2019-03-212-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17998 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a description for trackers (#442).Jean-Philippe Lang2019-03-152-0/+9
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17970 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display details about inheritance when editing a member roles (#31032).Jean-Philippe Lang2019-03-151-1/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17968 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow collapse/expand in gantt chart (#6417).Go MAEDA2019-03-052-3/+63
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@17929 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverted r17925 (#6417). The change breaks GanttHelperTest.Go MAEDA2019-03-042-63/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17926 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow collapse/expand in gantt chart (#6417).Go MAEDA2019-03-042-3/+63
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@17925 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Links to forum replies should highlight the linked reply (#30834).Go MAEDA2019-02-191-0/+1
| | | | | | | Patch by Popoki Tom. git-svn-id: http://svn.redmine.org/redmine/trunk@17884 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow pasting screenshots from clipboard (#3816).Go MAEDA2019-02-171-1/+29
| | | | | | | Patch by Takenori TAKAKI and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17874 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Styles for block column name (#26081).Go MAEDA2019-02-131-0/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17866 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show full width layout custom fields as block columns in issue listing (#26081).Go MAEDA2019-02-131-2/+2
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17865 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix the styles for the responsive (#30168).Go MAEDA2019-01-201-6/+1
| | | | | | | Patch by Max Johansson. git-svn-id: http://svn.redmine.org/redmine/trunk@17835 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Accidentally clicking next to the checkbox breaks issue selection (#30236).Jean-Philippe Lang2019-01-201-1/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17830 e93f8b46-1217-0410-a6f0-8f06a7374b81
* The tooltip layout of the calendar is broken (#30287).Jean-Philippe Lang2019-01-191-0/+5
| | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17821 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not break inside columns (#29951).Jean-Philippe Lang2019-01-191-2/+20
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17812 e93f8b46-1217-0410-a6f0-8f06a7374b81
* New date filter operators: tomorrow, next week, next month (#4502).Go MAEDA2019-01-191-1/+4
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17811 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add the splitcontent* classes to my page layout (#30168).Go MAEDA2019-01-191-3/+4
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17810 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Table rows are not highlighted on mouseover on some pages (#30426).Go MAEDA2019-01-181-1/+3
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17806 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverted r17800 (#30426).Go MAEDA2019-01-171-2/+2
| | | | | | | Undesirable behavior in the issues list. git-svn-id: http://svn.redmine.org/redmine/trunk@17803 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Table rows are not highlighted on mouseover on some pages (#30426).Go MAEDA2019-01-161-2/+2
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17800 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a style for non-working days in calendar (#27096).Go MAEDA2019-01-141-0/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17799 e93f8b46-1217-0410-a6f0-8f06a7374b81