summaryrefslogtreecommitdiffstats
path: root/public
Commit message (Collapse)AuthorAgeFilesLines
* Don't set border-radius for the items in the dropdown menu (#32013).Go MAEDA2019-09-261-4/+6
| | | | | | | Patch by Bernhard Rohloff. git-svn-id: http://svn.redmine.org/redmine/trunk@18543 e93f8b46-1217-0410-a6f0-8f06a7374b81
* input[type="number"] should be highlighted as well when it has focus (#31971).Go MAEDA2019-09-251-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18527 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Highlight the input field that has focus by setting border-color (#31971).Go MAEDA2019-09-251-0/+10
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18524 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rounded corners of "my page" blocks (#32015).Go MAEDA2019-09-231-0/+1
| | | | | | | Patch by Antonio McDeal. git-svn-id: http://svn.redmine.org/redmine/trunk@18505 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Auto-complete issues #id in the search form (#32052).Go MAEDA2019-09-211-0/+3
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18498 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rounded corners of the main menu (#32013).Go MAEDA2019-09-201-3/+3
| | | | | | | Patch by Antonio McDeal. git-svn-id: http://svn.redmine.org/redmine/trunk@18483 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Constrain sidebar width on different resolutions (#32037).Go MAEDA2019-09-151-1/+7
| | | | | | | Patch by Antonio McDeal. git-svn-id: http://svn.redmine.org/redmine/trunk@18471 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add clear query icon next to selected query in sidebar (#31640).Go MAEDA2019-09-141-2/+3
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18468 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't use ^= operator to target the wrapper elements (#30467).Go MAEDA2019-09-111-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18446 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Inline auto complete for issue (#) in wiki-edit fields (#31989).Go MAEDA2019-09-094-0/+86
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18444 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove unnecessary vertical scroll bar from gantt (#32019, #27672).Go MAEDA2019-09-051-3/+0
| | | | | | | Patch by Antonio McDeal. git-svn-id: http://svn.redmine.org/redmine/trunk@18439 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Broken gzip icon in the repository view (#32024).Go MAEDA2019-09-051-1/+1
| | | | | | | Patch by Seiei Miyagi. git-svn-id: http://svn.redmine.org/redmine/trunk@18435 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Broken JavaScript icon in the repository view (#32012).Go MAEDA2019-09-041-1/+1
| | | | | | | Patch by Antonio McDeal. git-svn-id: http://svn.redmine.org/redmine/trunk@18428 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Footer is not placed at the bottom on pages with little content (#30467).Go MAEDA2019-09-041-1/+4
| | | | | | | Patch by Bernhard Rohloff. git-svn-id: http://svn.redmine.org/redmine/trunk@18427 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update raphael.js to 2.3.0 (#31436).Go MAEDA2019-09-021-10/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18420 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add CSS class to "journal" and "reply" headers (#31950).Go MAEDA2019-08-271-2/+2
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18403 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add different style for group names in the New member modal window (#6831).Go MAEDA2019-08-241-1/+1
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18385 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove deprecated .zIndex() method (#31870).Go MAEDA2019-08-181-2/+2
| | | | | | | Patch by Fabrice Helmbacher. git-svn-id: http://svn.redmine.org/redmine/trunk@18377 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix jQuery.fn.attr('selected') might use property instead of attribute ↵Go MAEDA2019-08-131-4/+4
| | | | | | | | | (#31894, #31196). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18365 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates jQuery to 2.2.4 and adds jQuery Migrate library to find APIs and ↵Go MAEDA2019-08-131-4/+7
| | | | | | | | | features that have been or will be removed from jQuery core (#31196). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18363 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that h4 headings in an issue note is unintendedly highlighted (#31742).Go MAEDA2019-07-181-2/+2
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18329 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix the compatibility problem with Internet Explorer 11 (#3058).Go MAEDA2019-07-121-1/+2
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18328 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "issue" macro to help files (#29489).Go MAEDA2019-06-2396-0/+672
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18313 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "selected" class is wrongly removed from journal edit tabs when switching ↵Go MAEDA2019-06-221-2/+2
| | | | | | | | | the issue history tabs (#3058, #31599). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18311 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set border on tab content instead of #history.Jean-Philippe Lang2019-06-201-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18279 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove history label and no data (#3058).Jean-Philippe Lang2019-06-201-0/+1
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18278 e93f8b46-1217-0410-a6f0-8f06a7374b81
* User preference for issue history default tab (#3058).Jean-Philippe Lang2019-06-201-0/+5
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18277 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Load remote tab only once (#3058).Jean-Philippe Lang2019-06-201-12/+17
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18276 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Load changesets and time entries tabs async (#3058).Jean-Philippe Lang2019-06-201-0/+18
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18275 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show issue history in tabs (#3058).Jean-Philippe Lang2019-06-201-3/+35
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18272 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show elements titles using jQuery UI tooltips (#31441).Go MAEDA2019-06-192-0/+21
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18260 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Some fixes for r18214 (#31496):Go MAEDA2019-06-031-3/+3
| | | | | | | | | | | | * incorrect icon-toggle-plus and icon-toggle-minus background rules * broken CSS rule in .toggle-multiselect and removes some unnecessary rules * some cases where clicking on toggle-multiselect element adds the icon class to "a" element instead of "span" * icon switch in workflow permissions tab Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18224 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Insert a link to the source to the attribution line when quoting a note or a ↵Go MAEDA2019-06-021-1/+1
| | | | | | | | | message (#31427). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18217 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Switch between toggle plus and minus icons for toggle multi select (#31496).Go MAEDA2019-06-022-3/+6
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18214 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use "icon icon-*" classes for sort elements (#31433).Go MAEDA2019-05-301-2/+2
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18210 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use "icon icon-*" classes for expandable elements (#31433).Go MAEDA2019-05-303-2/+9
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18209 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the regular "icon icon-*" classes for collapsible fields (#31433).Go MAEDA2019-05-272-4/+5
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18204 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the regular "icon icon-*" classes for sort-handle (#31433).Go MAEDA2019-05-271-1/+2
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18203 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Stacked bar charts in the issue details report (#31418).Go MAEDA2019-05-261-0/+1
| | | | | | | Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@18200 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year.Go MAEDA2019-05-257-7/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18198 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Chart.js to 2.8.0 (#31434).Go MAEDA2019-05-231-14/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18195 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show assignee avatar in Roadmap and Version (#28510).Go MAEDA2019-05-221-0/+2
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18189 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix unintended background color for fields input[type="file"]. (#31147).Go MAEDA2019-05-211-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18186 e93f8b46-1217-0410-a6f0-8f06a7374b81
* 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