summaryrefslogtreecommitdiffstats
path: root/public
Commit message (Collapse)AuthorAgeFilesLines
* Activity icons should stay at the top of the line.Jean-Philippe Lang2017-01-271-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16269 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix avatar icons in activity view (#24935).Jean-Philippe Lang2017-01-271-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16268 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds odd_even class to time entries (#15361).Jean-Philippe Lang2017-01-261-2/+0
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16262 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Option for long text custom fields to be displayed under the description ↵Jean-Philippe Lang2017-01-251-2/+2
| | | | | | | | field (#21705). Based on patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16251 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes row background for alternate theme (#15361).Jean-Philippe Lang2017-01-251-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16250 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use css pseudo-classes instead of cycle("odd", "even") (#15361).Jean-Philippe Lang2017-01-252-7/+6
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16249 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove old and obsolete 'Content-Style-Type' meta tag (#24800).Jean-Philippe Lang2017-01-1598-98/+0
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16208 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Extract wiki_syntax internal style sheets into an external one (#24800).Jean-Philippe Lang2017-01-1599-1274/+109
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16207 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Extract wiki_syntax_detailed internal style sheets into an external one ↵Jean-Philippe Lang2017-01-1599-2646/+123
| | | | | | | | (#24800). Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16206 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Always show "Jump to project" drop-down (#24833).Jean-Philippe Lang2017-01-151-0/+3
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16199 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add margin between tables and the following headings (#24776).Jean-Philippe Lang2017-01-141-1/+1
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16189 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a link to all projects in the jump drop down (#23310).Jean-Philippe Lang2017-01-101-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16172 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Typo (#24787).Jean-Philippe Lang2017-01-091-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16171 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't preload all query filters (#24787).Jean-Philippe Lang2017-01-091-3/+15
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16170 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Typo: s/changset-comments/changeset-comments/ (#22758, #24604).Jean-Philippe Lang2016-12-181-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16091 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed unused CSS class ".icon-details" (#24578).Jean-Philippe Lang2016-12-161-1/+0
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16080 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a setting to enable/disable formatting of commit messages (#22758).Jean-Philippe Lang2016-12-121-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16062 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r16051 and r16050 for now (#15361).Jean-Philippe Lang2016-12-032-5/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16052 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use css pseudo-classes instead "odd", "even" classes (#15361).Jean-Philippe Lang2016-12-032-7/+5
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16050 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Query totals and query buttons overlaps on small screens (#24274).Jean-Philippe Lang2016-12-032-2/+8
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16045 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Prevent scrollbars on issue attributes.Jean-Philippe Lang2016-12-031-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16039 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed layout for enumerations tables.Jean-Philippe Lang2016-12-031-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16038 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Dutch (NL) translation enhancements and complete review by Gregory Van der ↵Toshi MARUYAMA2016-11-301-8/+8
| | | | | | Steen (#24407) git-svn-id: http://svn.redmine.org/redmine/trunk@16029 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Boards list layout broken by r15647.Jean-Philippe Lang2016-11-261-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15997 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow only vertical reorderingin sortable lists (#24062).Jean-Philippe Lang2016-11-261-0/+1
| | | | | | Patch by Vincent Robert. git-svn-id: http://svn.redmine.org/redmine/trunk@15996 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Text in contextual div not visible on mobiles.Jean-Philippe Lang2016-11-261-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15995 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces project jump select with custom dropdown (#23310).Jean-Philippe Lang2016-11-263-39/+187
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15994 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "Table of contents" heading to toc macro (#23179).Jean-Philippe Lang2016-11-191-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15992 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move the star to the right to preserve the indentation.Jean-Philippe Lang2016-11-191-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15986 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set the border for children of root projects only.Jean-Philippe Lang2016-11-191-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15985 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix icon-news class (#24313).Jean-Philippe Lang2016-11-191-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15980 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Small improvement (#24313).Jean-Philippe Lang2016-11-191-2/+2
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@15979 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the regular "icon icon-*" in other pages (#24313).Jean-Philippe Lang2016-11-192-20/+17
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15978 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the regular "icon icon-*" on search results (#24313).Jean-Philippe Lang2016-11-191-3/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15977 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the regular "icon icon-*" on roadmap (#24313).Jean-Philippe Lang2016-11-181-2/+0
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@15976 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the regular "icon icon-*" on activity view (#24313).Jean-Philippe Lang2016-11-181-17/+11
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@15975 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the regular "icon icon-*" on project overview (#24313).Jean-Philippe Lang2016-11-181-6/+1
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@15973 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the regular "icon icon-*" for admin menu links (#24313).Jean-Philippe Lang2016-11-181-15/+6
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@15972 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Elements are not aligned properly in issues table for some cases (#23979).Jean-Philippe Lang2016-11-181-1/+1
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@15962 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Setting z-index of project menu drop down to 45, above context menus, below ↵Jean-Philippe Lang2016-11-181-1/+1
| | | | | | | | modals (#24000). Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@15954 e93f8b46-1217-0410-a6f0-8f06a7374b81
* My page - Spent time: configurable number of days to display (#8761).Jean-Philippe Lang2016-10-301-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15942 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't use a global variable for storing context menu URL.Jean-Philippe Lang2016-10-291-4/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15936 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use fixed layout and move status to its own column.Jean-Philippe Lang2016-10-291-0/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15929 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use regular icon-* class.Jean-Philippe Lang2016-10-291-14/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15928 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds helpers for rendering my page blocks.Jean-Philippe Lang2016-10-291-0/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15927 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix file upload for IE9 (#6719).Jean-Philippe Lang2016-10-231-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15926 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts to min-height.Jean-Philippe Lang2016-10-231-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15920 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds file custom field format (#6719).Jean-Philippe Lang2016-10-232-24/+43
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15917 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display project list on multiple columns.Jean-Philippe Lang2016-10-121-0/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15910 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Smaller font size for project breadcrumbs.Jean-Philippe Lang2016-10-091-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15897 e93f8b46-1217-0410-a6f0-8f06a7374b81