Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kennibc committed Feb 9, 2017
1 parent 4bb6819 commit 3e8e687
Show file tree
Hide file tree
Showing 44 changed files with 2,706 additions and 41 deletions.
5 changes: 5 additions & 0 deletions README.TXT
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ This means when Moodle updates the core Boost theme those changes will be applie
#Install from Github
Click on the button to "Clone or Download" https://github.com/kennibc/moodle-theme_fordson . When downloaded to your computer, unzip it. It should create a folder named "moodle-theme_fordson-master". Rename the folder so that it is "fordson" (without quotes). You can FTP that folder to your moodle site in /moodle/theme/ directory. Or you can create a new ZIP file of the "fordson" folder and upload and install it via the Plugin Administration in Site Administration.

## Fordson v1.2.1
*Removed default colors being set on install. This created issues when swapping out presets as the colors would override the preset.
*Created 4 new presets: The Rouge, The Rouge X, Ford Field, Ford Field X
*Fixed undesired headers being made vertical when using X series presets

## Fordson v1.2.0
*Removed Bootswatch Presets due to accessibility issues. Will be hand crafting presets with "purpose" such as elementary, middle, and high schools, college, business, etc.
*Fixed accessibility contrast issue for login text in top navigation bar
Expand Down
Empty file modified classes/admin_settingspage_tabs.php
100644 → 100755
Empty file.
Empty file modified classes/autoprefixer.php
100644 → 100755
Empty file.
Empty file modified classes/output/block_settings_renderer.php
100644 → 100755
Empty file.
Empty file modified classes/output/core/admin_renderer.php
100644 → 100755
Empty file.
Empty file modified classes/output/core/course_renderer.php
100644 → 100755
Empty file.
Empty file modified classes/output/core/files_renderer.php
100644 → 100755
Empty file.
Empty file modified classes/output/core_renderer.php
100644 → 100755
Empty file.
Empty file modified classes/output/core_renderer_maintenance.php
100644 → 100755
Empty file.
Empty file modified classes/output/gradereport_history_renderer.php
100644 → 100755
Empty file.
Empty file modified config.php
100644 → 100755
Empty file.
2 changes: 2 additions & 0 deletions lang/en/theme_fordson.php
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@

// Colours Settings.
$string['colours_settings'] = 'Colours';
$string['colours_headingsub'] = 'Colour Settings';
$string['colours_desc'] = 'Colour choosers will allow you to customize the look and feel of the main elements on the page. If you are using a Preset other than the default, you will need to remove any custom colors below for best results as these will over-ride the Preset with undesireable results. Generally, the Preset will have default colors that you will want to see before customizing them here.';
$string['brandColour'] = 'Brand Colour';
$string['brandColour_desc'] = 'Your main brand colour';
$string['brandprimary'] = 'Brand Primary';
Expand Down
Empty file modified layout/frontpage.php
100644 → 100755
Empty file.
Empty file modified lib.php
100644 → 100755
Empty file.
Empty file modified lib/README.TXT
100644 → 100755
Empty file.
Empty file modified lib/filesettings_lib.php
100644 → 100755
Empty file.
Empty file modified lib/fordson_lib.php
100644 → 100755
Empty file.
Empty file modified lib/scss_lib.php
100644 → 100755
Empty file.
Empty file modified pix/favicon.ico
100644 → 100755
Empty file.
Empty file modified pix/headerbg.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified pix/screenshot.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified scss/moodle.scss
100644 → 100755
Empty file.
Empty file modified scss/preset.scss
100644 → 100755
Empty file.
Loading

0 comments on commit 3e8e687

Please sign in to comment.