Skip to content

Releases: mrliptontea/PurpleMine2

v1.8.0

20 Nov 23:43
Compare
Choose a tag to compare

New:

  • Introduced autoprefixer via PostCSS - Attention customizers! This might be a potential breaking change, as many mixins have been removed. You can now safely remove mixins from the code that you have overwritten, as vendor prefixes will be added automatically (if needed).
  • Added JavaScript Standard Style

Fixes:

  • Fixed #19: missing text wrapping for long text custom fields
  • Fixed #20: applied Font Awesome font-family for icons in Time Tracker overview
  • Fixed duplicated pencil icon for Description in issue form in Redmine 3.1.2+
  • Fixed #21: added styling for compatibility with layout changes in Redmine 3.2.0
  • Fixed #23: set width for progress bars
  • Fixed #25: proper styles for pagination
  • Fixed #28: correct icon will be displayed for users that cannot edit notes in journal
  • Fixed #30: styles will now compile with latest Sass
  • Fixed #32, #33: improve @shawndibble's styles for new main menu styles in Redmine 3.3
  • Fixed #34: project breadcrumbs in the header should wrap nicely
  • Fixed #35: .icon-only class should now display only icons, buttons with icons should de displayed correctly with Font-Awesome disabled
  • Fixed #36: npm dependencies can be installed on production environments + update grunt to its latest version
  • Fixed #37: added support for drag'n'drop re-ordering in issue statuses, roles, and trackers settings
  • Fixed #38: corrected z-index for dropdown new item menu on backlogs page (thanks to @futaz, see PR #39)

Changes:

  • Various small visual tweaks
  • Changed indentation to 2 spaces (to match with Redmine's coding style)
  • Updated scss-lint rules

v1.7.2

12 Oct 08:16
Compare
Choose a tag to compare

Fixes:

  • Fixed .pagination float in project members settings

Changes:

  • Lists' cells are aligned to center by default (as in Redmine's default theme)

v1.7.1

10 Oct 19:50
Compare
Choose a tag to compare

Changes:

v1.7.0

25 Sep 19:32
Compare
Choose a tag to compare

New:

  • Use flexbox layout by default (can be changed by setting $flexbox-layout to false)
  • Added styles for optgroup (Firefox only)
  • Configurable list borders and highlighting of hovered and even/odd rows
  • Introduced $pagination-padding- variables and make pagination buttons' height equal to buttons by default

Fixes:

  • Fixed #13: #header was missing clearfix and was breaking the layout is some cases
  • Fixed #16: remove white-space: nowrap from external links to prevent breaking the page with flexbox layout
  • Fixed colored trackers in tooltips in Backlogs plugin
  • Fixed broken codebutton modal after making buttons wider
  • Fixed animation issue when showing sidebar

Changes:

  • Coloring issue's title instead of link in Gantt diagram for overdue issues
  • Updated npm packages: grunt-sass from 0.18.0 to 1.0.0 and grunt-contrib-uglify 0.7.0 to 0.9.1
  • Slightly modified buttons' style
  • Few visual tweaks: nicer shadows, improved datepickers layout
  • Changed the license to MIT

v1.6.0

10 Jun 20:41
Compare
Choose a tag to compare

New:

  • Resolved #11: Company logo can be added to the header

Fixes:

  • Fixed #12: Removed display: block from issue's subject link to allow context menu to popup upon right click next to subject
  • Fixed #8: Setting $top-menu-collapse to true will enable script allowing to toggle if top menu should be collapsed (no wrapping) or expanded (wrapped, with auto height)
  • Fixed #9: Added $main-menu-collapse and applied the same logic as in #8

Changes:

  • Header matching current URL fragment will have # prepended
  • Introduced $font-weight-normal and $font-weight-bold variables to give better control on the appearance of text with custom fonts

v1.5.0

15 Apr 10:27
Compare
Choose a tag to compare

Fixes:

  • Fixed #3: Closed tasks will be more appreciable.
  • Fixed #5: Added default style for colored issue links.
  • Fixed #6: Added default padding for table cells.

Changes:

  • Attention customizers! $tracker-X-bg variables have been removed.
    The $tracker-colors-map have been introduced and it's merged from
    $tracker-default-colors-map and $tracker-custom-colors-map. The latter
    is the one you put in your _custom-variables.scss to add more trackers and
    override default ones. See d220db1 comments for more details.

v1.4.0

10 Apr 08:06
Compare
Choose a tag to compare

Fixes:

  • Fixed #2: Make sure that .sort with Font Awesome icons won't have background image
  • Fixed bottom margin of pre tag to preserve vertical rhythm.
  • Fixed attachments div's layout for wiki pages
  • WYSIWYG's icons will squeeze a little bit on smaller screens
  • Images in headers will be aligned to the middle vertically

New:

  • Introduced option $wiki-page-more-vertical-space (by default true) to improve wiki pages readability even more.
    With this option headers will be more distant from each other because their anchors will separate margins. Also it adds some margins to lists.

  • Added a few helper classes from Bootstrap:

    • wiki-pager - acts like Bootstrap's pager. Add wiki-pager--aligned modifier to align links to the sides.
    • lead for paragraphs that should stand out.
    • text-left, text-right, text-center, text-justify, text-nowrap alignment classes.
    • text-lowercase, text-uppercase, text-capitalize text transformation classes.
    • text-muted, text-primary, text-success, text-info, text-warning, text-danger for setting color of the text.
    • text-normal class for resetting font's weight
    • bg-primary, bg-success, bg-info, bg-warning, bg-danger for setting color of the background.
  • Added class toc-active-prev that will "highlight" table of contents as "active". Must be applied to direct predecessor of {{toc}}.
    For example, let's say you have wiki pages with some guide. For page of chapter 2 of your guide you would do this:

    p(toc-active-prev). [[some_page|Chapter 1: Introduction]]
    
    {{toc}}
    
    [[some_other_page|Chapter 3: Advanced usage]]
    [[yet_another_page|Chapter 4: FAQ]]
    

    You'll get the idea when you see it in use.

v1.3.0

01 Apr 09:30
Compare
Choose a tag to compare

Fixes:

  • Fixed #1: Font Awesome icons will no longer break plugins' icons
  • Enhanced styles for activities list
  • Regular buttons (e.g. Cancel) will look like links in dialog windows
  • Fixed look of collapsible arrow in Firefox
  • Backlogs: make it possible to click on empty field
  • Corrected issue form columns widths so they will be equal in all fieldsets
  • Changesets will look similar to issue's journal

Improvements:

  • Improved revision page layout and added Font Awesome icons
  • Improved file content view
  • Introduced styles for People plugin
  • Overrode Redmine's revision graph function to make it look better
  • Animated collapsible fieldsets
  • Custom image based icons changed to base64 embedded data

v1.2.0

03 Mar 19:11
Compare
Choose a tag to compare

Fixes:

  • Backlogs: added delay before hiding backlog menu
  • Changed ancestor project name in top to equal font size, but different weight
  • Fixed .warning style
  • Fixed context menu position regression introduced by sidebar toggle
  • Fixed external link icon, when URI contains the word 'edit'
  • Fixed master backlog sub-menu accessibility
  • Fixed watch task path for .js
  • Fixed wiki page headers links font-size
  • Improved issue page styles and adjusted default priority colors
  • Issue's journal appearance changed once again

New:

  • Bolded user name on issue page if it's current user
  • Changed font weight to normal for sub-projects in project list
  • Changed some trackers default colors
  • Coloring status on issue page (it'll look like label)
  • Introduced HistoryTabs for filtering issue journals
  • Some improvements in wiki formatting

Removed:

  • Removed unnecessary classes from .sidebar-toggler

v1.1.0

15 Feb 19:00
Compare
Choose a tag to compare

Note: in this release sass sources have been moved to src/ folder.

  • Changed issue's journal appearance
  • jQuery UI menus look improved
  • Removed box-shadow from boxes
  • Bumped grunt-sass version
  • Toggling sidebar visibility
  • Recompressed images
  • Changelog added