Skip to content

Commit

Permalink
V402.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Jan 26, 2024
1 parent b01bf4f commit ad3e075
Show file tree
Hide file tree
Showing 50 changed files with 2,150 additions and 1,969 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
DB: ${{ matrix.database }}
MOODLE_BRANCH: ${{ matrix.moodle-branch }}
IGNORE_PATHS: 'templates/mod_assign,node_modules'
IGNORE_NAMES: '*.txt,behat_*.php,fallback.css,activity_navigation.mustache,message_drawer.mustache,overlaymenu.mustache,overlaymenuitem.mustache,savediscard.mustache,tabs.mustache,tourstep.mustache,admin_settingspage_tabs.php,secondarynav.mustache,overflow.mustache'
IGNORE_NAMES: '*.txt,behat_*.php,fallback.css,activity_navigation.mustache,message_drawer.mustache,overlaymenu.mustache,overlaymenuitem.mustache,savediscard.mustache,tabs.mustache,tourstep.mustache,admin_settingspage_tabs.php,secondarynav.mustache,overflow.mustache,head.mustache,footer.mustache,nofooter.mustache'

- name: PHP Lint
if: ${{ always() }}
Expand Down
23 changes: 23 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
Change Log in version 402.1.0 (2023092501)
===========================================
1. Add the ability to show the marketing blocks when 'Logged out', 'Logged in' or 'Logged in or out',
'marketingvisible' setting.
2. Tidy up header logic in relation to titles.
3. Navbar and breadcrumb tidy.
4. Add 'buttontexthovercolor' setting to fix button hovers.
5. Fix header search icon.
6. Add 'headerbgimagetextcolour' and 'headertextcolor2' to fix lower header text colours.
7. Fix position of '#savediscardsection'.
8. Refactored layouts as a progressional aim towards use of templating to a greater extent.
9. Put the course title back in the header.
10. New setting 'headertitle' replaces 'sitetitle'.
11. New CSS id 'headertitle' replaces 'sitetitle', now 'sitetitle' is on the actual site title for styling purposes.
12. New setting 'responsiveheadertitle' replaces 'responsivecoursetitle' / 'responsivesitetitle'.
13. New setting 'coursepageheaderhidetitle' replaces 'coursepageheaderhidesitetitle'.
14. Fix 'Wrong context for theme_adaptable/savediscard'.
15. Remove call to 'context_header' so that the course title is not duplicated on the page.
16. Improved header logic. On a course page then if the course title is set to show 'enablecoursetitle' then it is
shown with the 'categoryheadercustomtitleX' if there is one. If not then the site title will show if 'sitetitle'
is set and with 'categoryheadercustomtitleX' if there is one. On a site page, then just the 'sitetitle' logic.
17. Fix 'Module menu delete item hover colour'.

Change Log in version 402.0.1 (2023092500)
===========================================
1. Removed social wall format (https://moodle.org/plugins/format_socialwall/versions) as last known version was for Moodle 3.3.
Expand Down
2 changes: 1 addition & 1 deletion Support.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you would like to sponsor me, get support or fund improvements, then please d

- gMail eMail | gjbarnard at gMail dt com.
- My website eMail | contact at gjbarnard dt co dt uk.
- GitHub | Please outline your issue / improvement on '[Adaptable issues](https://github.com/gjbarnard/moodle-theme_adaptable/issues'.
- GitHub | Please outline your issue / improvement on '[Adaptable issues](https://github.com/gjbarnard/moodle-theme_adaptable/issues)'.
- @gjbarnard | [X](https://x.com/gjbarnard).

Bespoke work
Expand Down
2 changes: 1 addition & 1 deletion classes/output/core_renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
* Core Renderer
*/
class core_renderer extends core_renderer_base {
use core_renderer_toolbox;
use core_renderer_toolbox, core_renderer_layout;
}
Loading

0 comments on commit ad3e075

Please sign in to comment.