Commit Graph

93 Commits

Author SHA1 Message Date
70c4ed6d6f Update README.md 2025-12-16 16:53:18 -06:00
066e15f954 Version fix 2025-12-16 16:51:58 -06:00
898eaa6b1d Update version_branch.yml 2025-12-16 16:45:18 -06:00
c441a76c8e Update version_branch.yml 2025-12-16 16:43:39 -06:00
25216eac69 Update README.md 2025-12-16 16:42:23 -06:00
3d9a8a3417 Update version_branch.yml 2025-12-16 16:40:14 -06:00
951be2907e Update version_branch.yml 2025-12-16 16:35:52 -06:00
56f2a113cf Update release_from_version.yml 2025-12-16 16:34:53 -06:00
5c56607750 Update release_from_version.yml 2025-12-16 16:26:49 -06:00
86385b6a31 Update release_from_version.yml 2025-12-16 16:23:56 -06:00
e22b4b8d6f Update version_branch.yml 2025-12-16 16:23:20 -06:00
7b5756ed9c Delete updateserver.yml 2025-12-16 16:15:13 -06:00
2ea29242ed Delete init.yml 2025-12-16 16:13:21 -06:00
3d87f831ba Update init.yml 2025-12-16 16:10:07 -06:00
e334246abd Update init.yml 2025-12-16 15:53:18 -06:00
62f61073c7 Update init.yml 2025-12-16 15:44:48 -06:00
a53595650f Update updateserver.yml 2025-12-16 15:39:36 -06:00
Jonathan Miller
f177cd905a Update GitHub Actions workflow for environment setup
Signed-off-by: Jonathan Miller <jmiller2979@gmail.com>
2025-12-16 15:36:46 -06:00
f359fb966b Update init.yml 2025-12-16 15:33:58 -06:00
a0a7d2c7e2 Update init.yml 2025-12-16 15:32:09 -06:00
2d0cb207d9 Reorganization 2025-12-16 15:27:14 -06:00
94f3c457ec Reorganization 2025-12-16 15:15:36 -06:00
Jonathan Miller
feac5973cf Merge pull request #7 from mokoconsulting-tech/dev
Update README.md
2025-12-11 10:59:47 -06:00
f0f536be2c Update README.md 2025-12-11 10:59:16 -06:00
56a74c3ab3 Upgraded FontAwesome 6 to FontAwesome 7 Free 2025-12-09 17:56:51 -06:00
8d5da1f72c Update README.md 2025-12-09 16:45:55 -06:00
1923ccce79 Update CHANGELOG.md 2025-12-09 16:43:06 -06:00
35b665977f Aligned version number (3.0-RC to 3.0) 2025-12-09 16:33:41 -06:00
dfbc20b992 Added colors_standard.css fallback 2025-12-09 15:52:50 -06:00
cfd59c7421 Fixed style injection 2025-12-09 15:47:18 -06:00
ac8a2803c3 Loaded default ./.github 2025-12-05 04:34:46 -06:00
3e6527a5e3 Version number update 2025-12-05 04:16:25 -06:00
7100e0338b Update .gitignore 2025-12-05 04:14:51 -06:00
9f274cc700 Update .gitignore 2025-12-05 04:11:25 -06:00
5837793c8a Version Number & DEFGROUP Update 2025-12-05 02:17:41 -06:00
Jonathan Miller
dc416dd4ec Fix version formatting in README.md
Signed-off-by: Jonathan Miller <jmiller2979@gmail.com>
2025-12-03 04:14:17 -06:00
Jonathan Miller
e9ca2b446f Merge pull request #5 from mokoconsulting-tech/dev
Dev->3.0 RC
2025-12-03 03:38:00 -06:00
2410b43cb6 Start of 03.00 RC
### Removed
 - `./CODE_OF_CONDUCT.md`
 - `./CONTRIBUTING.md`

### Updated
 - Copyright Headers to MokoCodingDefaults standards
2025-12-02 16:18:00 -06:00
77b059de3e Delete CODE_OF_CONDUCT.md 2025-12-02 16:06:02 -06:00
4ec5e9ae94 v02.01.05
**Minor Release**

## Fixed
- Removed vmbasic.css
- Repaired temaplte.css and colors_standard.css
2025-09-04 20:07:30 -05:00
6d2d855ddb v02.01.05-dev
Prepped Version Numbers
2025-08-30 21:14:37 -05:00
4569a2ccd2 v2.01
Fixed language files
Fixed json file
2025-08-30 20:58:04 -05:00
64fe072f47 Merge branch 'dev-2.1' of https://github.com/mokoconsulting-tech/moko-cassiopeia into dev-2.1 2025-08-30 20:00:19 -05:00
1c480ad5a0 Removed vmbasic.css 2025-08-30 19:53:21 -05:00
d85c945c7f Fixed joomla.asset.json 2025-08-30 19:49:11 -05:00
0dcc97b859 Fixed language files 2025-08-30 19:41:00 -05:00
93358397a5 Fixed Language Files 2025-08-30 19:38:01 -05:00
397873244b dev-2.1
INIIT
2025-08-30 19:05:26 -05:00
b7012e3af0 # Version 2.0 (2025-08-30)
**Major Release** — introduces the long-awaited **Dark Mode Toggle**, streamlining accessibility and usability enhancements.

## Added

* **Dark Mode Toggle**

	* Frontend toggle switch included in template.
	* JavaScript handles switching between light/dark modes.
	* Dark mode CSS rules applied across template styles.
	* Automatic persistence of user choice (via localStorage).

* **Header Parameters Update**

	* Added **logo parameter support** in template settings.
	* Updated metadata & copyright header.

* **Expanded TOC (Table of Contents)**

	* Automatic TOC injection when enabled.
	* User selects placement via article > options > layout (`toc-left` or `toc-right`).

## Improved

* Cleaned up `index.php` by removing **skip-to-content** duplicate calls.
* Consolidated JavaScript asset loading (ensuring dark-mode script is loaded correctly from external JS file).
* Streamlined CSS for **toggle switch**, ensuring it inherits Bootstrap/Cassiopeia defaults.
* General accessibility refinements in typography and color contrast.

## Fixed

* Fixed missing **logo param** in header output.
* Corrected stylesheet inconsistencies between Bootstrap 5 helpers and template overrides.
* Patched redundant calls in script includes.
2025-08-30 18:50:41 -05:00
82564b5b8a Merge branch 'main' into dev-02.00 2025-08-30 18:49:56 -05:00