summaryrefslogtreecommitdiffstats
path: root/public/stylesheets
Commit message (Collapse)AuthorAgeFilesLines
...
* Import issues from CSV file (#950).Jean-Philippe Lang2015-08-141-0/+11
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14493 e93f8b46-1217-0410-a6f0-8f06a7374b81
* [#20288] Update styles to match CodeRay 1.1.0 (preserving changes of r10132).Toshi MARUYAMA2015-08-141-16/+23
| | | | | | | | | | | | | | | | | | | | | | | This commit updates the CSS styles to match with CodeRay 1.1.0, while it preserves the custom changes applied in r10132. The CSS styles were still based on CodeRay 1.0.6 (included since Redmine 1.4.0) with the custom changes from r10132 (included since Redmine 2.1.0). Redmine 2.3.2 till 2.3.4 came with CodeRay 1.0.9, an upgrade that didn't needed changes in the CSS styles. Starting with 2.4.0 Redmine comes with CodeRay 1.1.0, a minor upgrade that came with new/changed token_kinds and lots of changes in the alpha stylesheet, that in turn is used as a base for Redmine's own CodeRay CSS styles. As such, this upgrade needed CSS stylesheet changes like done before in r7618 and r7623 (for 1.0.0 upgrade) and r9389 (for 1.0.6 upgrade). But these changes, plus an update of the Redmine core documentation that is shipped along the core (wiki_syntax_detailed_[markdown|textile].html), aren't integrated up untill today. Contributed by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14488 e93f8b46-1217-0410-a6f0-8f06a7374b81
* [#20288] Remove line-numbers style (line numbers are removed per r10131).Toshi MARUYAMA2015-08-131-1/+0
| | | | | | Contributed by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14487 e93f8b46-1217-0410-a6f0-8f06a7374b81
* [#20288] Remove debug style (used only by CodeRay's internal debug scanner).Toshi MARUYAMA2015-08-131-1/+0
| | | | | | Contributed by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14486 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Monospace font-family values are differ between application.css and scm.css ↵Jean-Philippe Lang2015-08-021-2/+2
| | | | | | | | (#20407). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14475 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "Spent time" panel: columns not wrapping (#20401).Jean-Philippe Lang2015-08-021-1/+1
| | | | | | Patch by Gord Brown. git-svn-id: http://svn.redmine.org/redmine/trunk@14474 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Contents inside <pre> are not rendered as monospace font in Chrome for Mac ↵Jean-Philippe Lang2015-07-251-0/+1
| | | | | | | | (#20372). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14451 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace tabs with spaces and remove trailing tabs in several files (#20140).Jean-Philippe Lang2015-06-211-1/+1
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14365 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Align roles on new member form (#19844).Jean-Philippe Lang2015-06-141-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14311 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Raises 60-character limit for document titles to 255 (#12312).Jean-Philippe Lang2015-05-101-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14261 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Space between lines in nested lists not equal (#13583).Jean-Philippe Lang2015-04-251-0/+1
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14201 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include custom fields description in project settings and issue view (#19296).Jean-Philippe Lang2015-03-211-2/+1
| | | | | | Patch by Sebastian Paluch. git-svn-id: http://svn.redmine.org/redmine/trunk@14154 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wrap parent task title on the issue list (#19120).Jean-Philippe Lang2015-02-181-1/+1
| | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@14025 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds rtl and ltr css classes for use in text formatting (#8121).Jean-Philippe Lang2015-01-271-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13951 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13886 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Option to search attachment filenames and description (#4383).Jean-Philippe Lang2015-01-091-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13856 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use of PRE tag in issue description results in wrapped text (#18464).Jean-Philippe Lang2014-11-281-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13659 e93f8b46-1217-0410-a6f0-8f06a7374b81
* RTL css improvement (#18390)Toshi MARUYAMA2014-11-211-94/+385
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13623 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moved new project member to its own action MemberController#new.Jean-Philippe Lang2014-11-151-9/+17
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13600 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a single controller for users and groups memberships and support for ↵Jean-Philippe Lang2014-10-231-0/+13
| | | | | | adding multiple projects at once (#11702). git-svn-id: http://svn.redmine.org/redmine/trunk@13498 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds buit-in groups to give specific permissions to anonymous and non ↵Jean-Philippe Lang2014-09-281-1/+4
| | | | | | members users per project (#17976). git-svn-id: http://svn.redmine.org/redmine/trunk@13417 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Backport r13313 from rails-4.1 to trunk.Toshi MARUYAMA2014-09-1416-5/+7
| | | | | | Upgrade to JQuery 1.11.1 git-svn-id: http://svn.redmine.org/redmine/trunk@13408 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Long strings such as URL break out of box (#17322).Jean-Philippe Lang2014-09-141-0/+1
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@13401 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Long hyperlinks inserted in task description breaks right frame boundary ↵Jean-Philippe Lang2014-09-141-1/+1
| | | | | | | | | (#12580). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@13399 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mark private notes more clearly (#16240).Jean-Baptiste Barth2014-09-091-1/+1
| | | | | | | Contributed by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@13367 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set same width for all buttons (#16326).Jean-Philippe Lang2014-03-211-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12992 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulk edit workflows for multiple trackers/roles (#16164).Jean-Philippe Lang2014-02-251-2/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12924 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
* Prevent inline images to overflow (#3163).Jean-Philippe Lang2014-02-081-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12864 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds settings for disabling browser language detection and language ↵Jean-Philippe Lang2014-01-241-1/+1
| | | | | | preference (#2691). git-svn-id: http://svn.redmine.org/redmine/trunk@12691 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed multiple scrollbars in project tree (#15741).Jean-Philippe Lang2013-12-211-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12435 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-141-3/+30
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12400 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed repository browser alignment (#15307).Jean-Philippe Lang2013-11-111-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12272 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed deprecated align and width html attributes (#15307).Jean-Philippe Lang2013-11-111-9/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12268 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a CSS class for reorder links (#15307).Jean-Philippe Lang2013-11-101-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12265 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaced acronym with abbr tags (#15191).Jean-Philippe Lang2013-10-261-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12235 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Projects selection on custom field form (#15136).Jean-Philippe Lang2013-10-201-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12225 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Autocomplete fields rendering issue with alternate theme (#14340).Jean-Philippe Lang2013-07-281-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12059 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Role based custom queries (#1019).Jean-Philippe Lang2013-07-111-0/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11994 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Highlighting of source link target line (#13746).Jean-Philippe Lang2013-05-181-0/+3
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11857 e93f8b46-1217-0410-a6f0-8f06a7374b81
* JQuery Datepicker popup is missing multiple month/year modifiers (#13260).Jean-Philippe Lang2013-03-191-0/+4
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11663 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Project select for new membership overflows with long project names.Jean-Philippe Lang2013-03-011-0/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11511 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use li tags for issue links in the sidebar (#13242).Jean-Philippe Lang2013-02-241-2/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11470 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use ti tags for sidebar queries (#13242).Jean-Philippe Lang2013-02-241-2/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11466 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed hard-coded style in watchers list.Jean-Philippe Lang2013-02-201-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11444 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use a textarea instead of an input for the default value of long text custom ↵Jean-Philippe Lang2013-02-151-0/+2
| | | | | | fields (#13176). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11396 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that long project names in the header may overlap the main menu (#13127).Jean-Philippe Lang2013-02-111-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11351 e93f8b46-1217-0410-a6f0-8f06a7374b81
* CSS cleanup.Jean-Philippe Lang2013-02-021-9/+7
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11305 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed div around fieldset on project modules.Jean-Philippe Lang2013-02-021-0/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11304 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Style should be applied to child legend only.Jean-Philippe Lang2013-01-201-2/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11212 e93f8b46-1217-0410-a6f0-8f06a7374b81