6b2ba5548f
Delete user.css
2026-03-07 14:04:06 -06:00
copilot-swe-agent[bot]
81b46db3dd
Hardcode XML description in templateDetails.xml instead of using language constant
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-03-01 08:11:56 +00:00
copilot-swe-agent[bot]
f910e1e704
Fix language file installation paths in templateDetails.xml
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-03-01 08:07:30 +00:00
copilot-swe-agent[bot]
705dc33114
Fix language file issue - remove metadata from .ini files
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-03-01 08:02:37 +00:00
copilot-swe-agent[bot]
82427e18ca
Restructure language files - move .sys.ini and .ini to same folders
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-03-01 07:56:01 +00:00
copilot-swe-agent[bot]
0ad1f4d77b
Fix: Add language and administrator folders to templateDetails.xml files section
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-03-01 07:46:26 +00:00
copilot-swe-agent[bot]
bb3636a232
Fix: Correct administrator folder attribute to just "administrator"
...
The folder attribute should specify the base destination directory, not the
full path. Changed from folder="administrator/language" to folder="administrator"
while keeping the full source path in the language tags.
This follows Joomla's standard where:
- folder="administrator" = base destination in Joomla
- path includes full source structure from template root
- Result: files install to JOOMLA_ROOT/administrator/language/en-GB/
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-03-01 07:38:56 +00:00
copilot-swe-agent[bot]
8e8da2636f
Fix: Correct language file paths to be relative to template root
...
The paths in <language> tags must be relative to the template source root
(src/), not relative to the folder attribute. The folder attribute specifies
the DESTINATION in Joomla, but file paths must point to actual source files.
Corrected paths:
- Frontend: language/en-GB/tpl_mokocassiopeia.ini (was: en-GB/...)
- Backend: administrator/language/en-GB/tpl_mokocassiopeia.sys.ini (was: en-GB/...)
This ensures Joomla can find and install the language files correctly.
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-03-01 07:38:15 +00:00
copilot-swe-agent[bot]
38a8b73703
Fix: Remove language and administrator folders from files section
...
Language files should only be declared in <languages> sections, not in
<files> section. Having them in <files> causes Joomla to copy them to
the template directory instead of the proper Joomla language directories,
resulting in language constants showing instead of translations.
Removed:
- <folder>language</folder>
- <folder>administrator</folder>
The <languages> sections (lines 89-97) properly handle installation of
language files to Joomla's language directories where they can be loaded.
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-03-01 07:36:57 +00:00
copilot-swe-agent[bot]
2f2e461ec1
Fix: Add language and administrator folders to templateDetails.xml
...
Language files were not being installed because the folders weren't
listed in the <files> section. Added <folder>language</folder> and
<folder>administrator</folder> to ensure language files are packaged
and installed correctly.
Fixes language not working on install issue.
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-03-01 07:30:07 +00:00
06df7bb604
Reorganization
2026-03-01 01:15:39 -06:00
aa5065e4ab
Update templateDetails.xml
2026-02-28 21:21:57 -06:00
copilot-swe-agent[bot]
7170635ef0
Change update server to GitHub raw URL for updates.xml
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-28 23:49:23 +00:00
copilot-swe-agent[bot]
e2ddd58d2a
Add comprehensive CSS styles for JEM component overrides
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-27 04:19:46 +00:00
copilot-swe-agent[bot]
201094d8de
Add JEM component overrides with mobile-first design
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-27 04:18:24 +00:00
copilot-swe-agent[bot]
18100dd563
Rename all default.php override files to mobile.php
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-27 04:09:40 +00:00
copilot-swe-agent[bot]
185d933bd1
Add Google Tag Manager and Analytics to component.php and offline.php
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-27 04:07:11 +00:00
copilot-swe-agent[bot]
087b19d9ad
Changes before error encountered
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-27 02:51:12 +00:00
copilot-swe-agent[bot]
9ab91e4d90
Enable dark theme selection in component.php and offline.php matching index.php approach
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-27 02:38:17 +00:00
copilot-swe-agent[bot]
75f3296ccc
Changes before error encountered
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-27 02:03:34 +00:00
copilot-swe-agent[bot]
9c67cdd6f5
Changes before error encountered
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-27 01:28:48 +00:00
copilot-swe-agent[bot]
bf85cc0580
Changes before error encountered
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-27 01:01:35 +00:00
copilot-swe-agent[bot]
a1efa8f2fb
Remove all markdown documentation files from html folder - docs belong in docs/ only
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-27 00:57:04 +00:00
copilot-swe-agent[bot]
1cb32751e4
Add Main Menu collapsible dropdown override with Bootstrap 5 responsive navbar
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-27 00:56:21 +00:00
copilot-swe-agent[bot]
077ed5fd43
Remove standard Joomla module overrides to fix language loading (Cassiopeia approach)
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-27 00:42:43 +00:00
copilot-swe-agent[bot]
c61de3f8cf
Revert language loading additions - will use Joomla core layouts
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-27 00:40:53 +00:00
copilot-swe-agent[bot]
a4463e374b
Remove mod_menu overrides to fix breaking menu links and language loading
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-27 00:25:03 +00:00
copilot-swe-agent[bot]
01414563f5
Add Community Builder component overrides with mobile responsive design
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-22 23:18:28 +00:00
copilot-swe-agent[bot]
1117cb32ff
Fix CSS class naming consistency for Kunena stats module
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-22 22:40:05 +00:00
copilot-swe-agent[bot]
fb4bdbeace
Add comprehensive Kunena and Membership Pro modules and components
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-22 22:38:54 +00:00
copilot-swe-agent[bot]
fdc2cc555b
Add mobile responsive overrides for common industry Joomla extensions (K2, AcyMailing, HikaShop, Kunena)
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-22 22:35:38 +00:00
copilot-swe-agent[bot]
5e9a9a1170
Fix typos in login module IDs and add comprehensive documentation
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-22 22:28:53 +00:00
copilot-swe-agent[bot]
0c6a35f9bd
Add mobile responsive overrides for standard Joomla and Community Builder modules
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-22 22:27:02 +00:00
copilot-swe-agent[bot]
c723fba946
Add comprehensive documentation for all VirtueMart module overrides
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-22 21:35:42 +00:00
copilot-swe-agent[bot]
9c95884a7a
Add mobile responsive VirtueMart module overrides with comprehensive CSS
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-22 21:34:38 +00:00
copilot-swe-agent[bot]
85d890c8df
Add mobile responsive mod_search override with comprehensive CSS and documentation
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-22 05:50:13 +00:00
34e1d0d0cb
Update template.css
2026-02-19 19:29:34 -06:00
1ece5720eb
Update template.css
2026-02-19 17:58:48 -06:00
d5f3dfb5ac
remfoe Alternative option
2026-02-07 11:48:53 -06:00
copilot-swe-agent[bot]
db16db87a4
Convert theme style descriptions to tooltips using hint attribute
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-07 17:44:32 +00:00
copilot-swe-agent[bot]
fd998b6f49
Remove Alternative color scheme option and enhance theme selection instructions
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-07 17:43:36 +00:00
copilot-swe-agent[bot]
19d83e4d92
Add description instructions to font scheme selection field
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-07 17:40:04 +00:00
copilot-swe-agent[bot]
7a91855a2a
Expand template description with custom color theme implementation instructions
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-07 17:36:37 +00:00
copilot-swe-agent[bot]
f1316ccb58
Update global padding variables from 1rem to 0.15rem across all color schemes
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-07 17:28:22 +00:00
copilot-swe-agent[bot]
910d1dcb3e
Complete CSS variable system: Add missing values, regenerate alternative colors, add Bootstrap/Joomla styles
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-07 17:17:49 +00:00
copilot-swe-agent[bot]
e4f880c621
Reorganize 4 CSS variable files with consistent structure and section headers
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-07 17:08:25 +00:00
06e837ea58
Update template.css
2026-02-07 10:56:19 -06:00
copilot-swe-agent[bot]
631407297d
Move user.css styles to template.css and add site-title margin
...
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com >
2026-02-07 16:55:16 +00:00
466cc6b642
Merge branch 'copilot/fix-language-constants-display' of https://github.com/mokoconsulting-tech/MokoCassiopeia into copilot/fix-language-constants-display
2026-02-07 10:55:05 -06:00
712220dca9
Update template.css
2026-02-07 10:54:55 -06:00