Skip to content

Commit

Permalink
V401.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Nov 11, 2023
1 parent e9e9613 commit cd21fb0
Show file tree
Hide file tree
Showing 159 changed files with 12,579 additions and 4,855 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/ci.yml
Expand Up @@ -12,23 +12,18 @@ jobs:
env:
MYSQL_USER: 'root'
MYSQL_ALLOW_EMPTY_PASSWORD: "true"
MYSQL_CHARACTER_SET_SERVER: "utf8mb4"
MYSQL_COLLATION_SERVER: "utf8mb4_unicode_ci"
ports:
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval 10s --health-timeout 5s --health-retries 3

strategy:
fail-fast: false
matrix:
include:
- php: 7.4
moodle-branch: 'MOODLE_401_STABLE'
database: mariadb
- php: 8.0
# The following line is only needed if you're going to run php8 jobs and your
# plugin needs xmlrpc services.
extensions: xmlrpc-beta
moodle-branch: 'MOODLE_401_STABLE'
database: mariadb
php: ['7.4', '8.0']
moodle-branch: ['MOODLE_401_STABLE']
database: [mariadb]

steps:
- name: Check out repository code
Expand All @@ -46,7 +41,7 @@ jobs:

- name: Initialise moodle-plugin-ci
run: |
composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^3
composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^4
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
sudo locale-gen en_AU.UTF-8
Expand Down
28 changes: 0 additions & 28 deletions CONTRIBUTING.txt

This file was deleted.

35 changes: 35 additions & 0 deletions Changes.md
@@ -1,3 +1,38 @@
Change Log in version 401.1.7 (2022112308)
===========================================
1. Add 'courseactivitynavigationenabled' setting in 'Courses' tab (changed from 'Course Formats') to turn on / off activity
navigation. Disabled by default.
2. Fix "Spelling mistakes in 'theme_adaptable | responsivesectionnav'" - #14.
3. Fix 'Front Page Course Limited to 20' - ref: https://moodle.org/mod/forum/discuss.php?d=450609.
4. Fix 'Option to default right drawer to open for guests' - #16.
5. Removed social wall format (https://moodle.org/plugins/format_socialwall/versions) as last known version was for Moodle 3.3.
6. Add theme version of FontAwesome 6.4.2 from Foundation theme.
7. Fix 'Dragging a block results in an unknown block region error'.
8. Fix 'Grader report headings not sticky' - ref: https://moodle.org/mod/forum/discuss.php?d=451315S.
9. Add the ability to show the marketing blocks when 'Logged out', 'Logged in' or 'Logged in or out',
'marketingvisible' setting.
10. Improved alert dismissal functionality. The alert key only needs to change when the content does not.
11. Corrected alert information that incorrectly stated that it was possible to restrict alerts to the front page.
12. Move the 'Alerts', 'Category Headers', 'Login', 'My courses', 'News ticker', 'Tools menu', 'Tracking' and 'User profile'
functionality to a separate 'Local Adaptable' plugin that will be available to sponsors only. This has been an
extremely difficult decision to make, however with the continued lack of support I consider that I have been
left with no choice and thus have targetted functionality unlikely to be used by small installations.

Change Log in version 401.1.6 (2022112307)
===========================================
1. Fix as much as possible URL's in strings - ref: https://moodle.org/mod/forum/discuss.php?d=446353.
2. Fix long student names in the grade book - ref: https://moodle.org/mod/forum/discuss.php?d=447234.
3. Fix 'Sidebars cannot be closed with sticky navbar' - ref: https://github.com/gjb2048/moodle-theme_adaptable/issues/8.
4. Fix 'columns1 layout issue' - ref: https://moodle.org/mod/forum/discuss.php?d=446487#p1800161.
5. Fix 'Block marketing - images' - #12.
6. Fix 'Missing content region on dashboard'.
7. Add link in the navbar to the 'My courses' page, with setting 'enablemycourses', not to be confused with the 'My courses' menu 'enablemysites'.
8. Fix margin on 'Course overview' block has header buttons not lining up, fix is good but may impact on other unknown elements as removed style is too global in effect.
9. Put back activity navigation.
10. Add new setting 'slidervisible' to state when the slider should be shown, being one of 'Logged out', 'Logged in' or 'Logged in or out'.
11. Re-fix use of $CFG->themedir for when it exists but Adaptable is still in the basedir - #273.
12. Fix header search area too large.

Change Log in version 401.1.5 (2022112306)
===========================================
1. Fix zoom after header move in markup.
Expand Down
1 change: 0 additions & 1 deletion DidntReadme.md

This file was deleted.

7 changes: 0 additions & 7 deletions Readme.md
Expand Up @@ -131,13 +131,6 @@ Translation:
- Germán Valero (Español - México)
- Jordi Rodilla (Català - Andorra)


Contributions
=============
You are welcome to collaborate in the project. You can fix bugs, add new features or help in the translation to your language.
See CONTRIBUTING.txt for more information


Licenses
========
Adaptable is licensed under:
Expand Down
16 changes: 8 additions & 8 deletions Support.md
Expand Up @@ -10,8 +10,8 @@ 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.
- GitLab | Please outline your issue / improvement on '[Adaptable issues](https://gitlab.com/jezhops/moodle-theme_adaptable/-/issues)'.
- @gjbarnard | '[Twitter](https://twitter.com/gjbarnard)'.
- 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 All @@ -29,15 +29,15 @@ below). Otherwise, the Moodle '[Themes](https://moodle.org/mod/forum/view.php?i
Adaptable can be obtained from:

* [Moodle.org](https://moodle.org/plugins/theme_adaptable).
* [GitLab](https://gitlab.com/jezhops/moodle-theme_adaptable/-/releases).
* [GitHub](https://github.com/gjbarnard/moodle-theme_adaptable/releases).

You have all the rights granted to you by the GPLv3 license. If you are unsure about anything, then the
FAQ - [GPL FAQ](https://www.gnu.org/licenses/gpl-faq.html) - is a good place to look.

If you reuse any of the code then I kindly ask that you make reference to the theme.

If you make improvements or bug fixes then I would appreciate if you would send them back to me by forking from
[GitLab](https://gitlab.com/jezhops/moodle-theme_adaptable) and doing a 'Pull Request' so that the rest of the Moodle community
[GitHub](https://github.com/gjbarnard/moodle-theme_adaptable/) and doing a 'Pull Request' so that the rest of the Moodle community
benefits.

Required version of Moodle
Expand All @@ -58,7 +58,7 @@ the major release of Moodle you are using. It is essential that you are operati
this is because the theme relies on core functionality that is out of its control.

If you think you've discovered a genuine bug with the theme then please look at the Moodle Themes forum first to see if it
has already been repoted. Secondly, look at [GitLab](https://gitlab.com/jezhops/moodle-theme_adaptable/-/issues).
has already been repoted. Secondly, look at [GitHub](https://github.com/gjbarnard/moodle-theme_adaptable/issues).

I operate a policy that I will fix all genuine issues in 'my' (not other developers of the theme) code, when fully described and
replicatable.
Expand All @@ -68,12 +68,12 @@ version.php file / or the top of the 'Information' settings tab. Other version
theme name and version also helps. A screen shot can be really useful in visualising the issue along with any files you
consider to be relevant.

You can use either the '[Themes forum](https://moodle.org/mod/forum/view.php?id=46)' or '[GitLab](https://gitlab.com/jezhops/moodle-theme_adaptable/-/issues)'.
You can use either the '[Themes forum](https://moodle.org/mod/forum/view.php?id=46)' or '[GitHub](https://github.com/gjbarnard/moodle-theme_adaptable/issues)'.

Currently developed and maintained by
=====================================
G J Barnard MSc. BSc(Hons)(Sndw). MBCS. CEng. CITP. PGCE.

- Moodle profile | [Moodle.org](http://moodle.org/user/profile.php?id=442195)
- @gjbarnard | [Twitter](https://twitter.com/gjbarnard).
- Web profile | [About.me](http://about.me/gjbarnard)
- @gjbarnard | [X](https://twitter.com/gjbarnard).
- Web profile | [gjbarnard.co.uk](https://gjbarnard.co.uk)
2 changes: 1 addition & 1 deletion amd/build/adaptable.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cd21fb0

Please sign in to comment.