forked from superawesomeme/moodle-theme_aardvark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
executable file
·107 lines (92 loc) · 4.35 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
/*
* Aardvark
*
* The original menubar based theme for Moodle based on Bootstrap.
*
* Aardvark has evolved over the years as the Moodle core has integrated the many
* of the features that have made Aardvark so popular, including custom menu and
* user menu.
*
* The theme features a simple flat look with inspiration taken from Flat UI and
* Google's material design.
*
* ------------------------------------------------------------------------------
* More information and documentation can be
* found at https://moodle.org/plugins/view.php?plugin=theme_aardvark
*
* Licenses
* ------------------------------------------------------------------------------
* - Theme - http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* - Font Awesome font is licensed under SIL OFL 1.1 - http://scripts.sil.org/OFL
* - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
* http://opensource.org/licenses/mit-license.html
*
* Author - Shaun Daubney
* ------------------------------------------------------------------------------
* Twitter: http://twitter.com/newburycollege
* Website: http://vle.newbury-college.ac.uk
*/
v3.2
- (2017020203) Code tidyup to closer align with Clean theme
- (2017020203) Intergration of core 'Logo' settings - see https://docs.moodle.org/32/en/Logos
- (2017020203) Intergration of core 'Notifications' and 'Messages' in navbar (Moodle 3.2+)
- (2017020203) Fixed page layout issues in gradebook
- (2017020203) Enabled docking by default - It's not pretty, but it means you can use it if you want.
- (2016120900) Added new custom HTML area in footer
- (2016120900) Moved copyright notice to bottom of footer to make way for new custom area
- (2016120900) Copyright now links to main organisation site
- (2016129000) Instagram logo changed to pink
v3.1
- (2016081900) Fixed mobile/responsive menu issue (hamburger)
- (2016081800) Fixed Undefined variable: html in aardvark/layout/header.php
- (2016081800) Fixed alignment of logo in header
- (2016080500) Integrated global search function
- (2016080500) Added new range of small 'M' logos in pix/logos
- (2016080500) Added Snapchat option in footer
- (2016080500) Replaced Wikipedia svg with Fontawesome icon in footer
- (2016080500) Removed z-index for Assignment PDF editor from aardvark.css
- (2016080500) Updated Fontawesome to 4.6.3
- (2016080500) Updated aardvark/lib.php
- (2016080500) Updated aardvark/settings.php
- (2016080500) Updated aardvark/version.php
- (2016080500) Created new branch - AARDVARK_31_STABLE
v3.0 (Unpublished - used as base for 3.1 - thanks to Mary Evans)
- Depreciated Logo URL.
- Added new setting for 'Brand Logo' filpicker.
- Transfered all individual settings CSS to style/setting.css.
- Renamed style/custom.css to style/aardvark.css.
- Updated aardvark/lib.php.
- Updated aardvark/settings.php.
- Validated all CSS stylesheets with W3C CSS Validator (http://jigsaw.w3.org/css-validator/)
- Updated aardvark/version.php
- Created new branch - AARDVARK_30_STABLE
v2.9.7
- Removed <?php echo $html->navbarclass ?> from header.php (not required) [Mary Evans]
v2.9.6
- Convert fixed path to dynamic path for img.defaultuserpic url. Fixes broken default user image links; when Moodle is mounted in a sub-directory. [Timothy OBrien]
v2.9.5
- removed the z-index fix that turned out to be less of a fix and more or a nightmare
v2.9.4
- increased z-index even more because 5000 was too low for the activity chooser
v2.9.3
- fixed actionmenu hover colour
- increased z-index on PDF Editor
v2.9.2
- fixed img max-width issue that affected Gradebook in Chrome
v2.9.1
- updated a few oranges and yellows to make them less "murky"
- fixed logo width to allow for wider logos
v2.9
- redesigned with a modern, flat style to appear less cluttered and easier to navigate.
- fixed issue with mobile/responsive menu not showing in 2.9
- tidied up some custom settings that are no longer required or broken.
v2.8.1
- replaced 'profileblock' with new 'User menu items' from Moodle Core.
- set Moodle 2.8+ as minimum specification
v2.8
- updated to fix image widths in version 2.8
v2.6.4
- updated config.php for gradebook compatibility in Moodle 2.6+ (Thank you Mary)
- added Wikipedia to Social Network icons in footer
v2.6.3
- added a workaround for the TinyMCE hyperlink issue in IE11