summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)AuthorFilesLines
2026-05-20Working state: footer_inc.tpl fix, extra skinsLester Caine1-1/+4
- footer_inc.tpl: guard CKEDITOR.replace() with getElementById check to prevent editor-incorrect-element error on pages without the edit area; switch condition to isPackageActive('ckeditor'); add disableNativeSpellChecker - Add moonocolor, moonocolor16, n1theme skins Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-16Add filter to display {code} block is ckeditorLester Caine1-0/+1
Caution, the {code} element is replaced by <pre class="bwcode"></pre>' wrapper in souce view
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine2-1/+1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-08Empty template file for footer.tpl scan should be used to add features to ↵lsces1-0/+0
ckeditor
2026-04-16PHP8.4 style tweakslsces1-5/+5
2026-04-05Tidy to the current production code. Ideally this needs upgrading to the ↵lsces2-91/+60
latest ckeditor, but since the source option is now behind a paywall ... an alternative editor may be a better option.
2023-11-25w3c cleanup: The type attribute is unnecessary for JavaScript resources.spiderr1-1/+1
2015-06-02add CKEDITOR.config.autoParagraph = falsespider1-0/+1
2015-02-11move CKEDITOR.config.toolbarGroups to functionspider1-2/+3
2015-01-30overhaul to get working with bitweaver4; works with edit_format selectorChristian Fowler1-1/+1
2015-01-30overhaul to get working with bitweaver4; works with edit_format selectorChristian Fowler1-65/+87
2015-01-30move distro to ckeditor subdirectoryChristian Fowler1-1/+1
2015-01-30bring ckeditor admin up to speed for Smarty 3 and bootstrapChristian Fowler1-15/+12
2014-08-05Switch template to bootstrap style layoutlsces1-42/+42
2014-06-07First pass adding ckeditor configuration in footer scriptslsces1-0/+66
2014-06-07Upgrade to version 4.3 - remove older fileslsces1-11/+0
2014-06-07Sync with form-roup update on github masterlsces1-6/+6
2013-07-15ckeditor.js handles the loading in CKE4 so we don't need the big block in <head>lsces1-110/+1
2013-07-15Administration of CKE4 needs a major overhaul due to the changes in the projectlsces1-1/+1
Selecting skin and organisation of plugins has been moved to the 'downloader' so adding a replacement facility probably needs to be on the todo list.
2013-04-19fix menu_*_admin to be multi-purpose as dropdown or visual list like normal ↵spiderr1-3/+1
user menus
2013-04-18tweak menu to display title link only when passed varspiderr1-1/+1
2013-04-06major clean up for Smarty 3.0 and another pass at cleaning the top menusspiderr1-6/+6
2013-04-05rename header_inc.tpl to html_head_inc.tpl for naming consistency and ↵spiderr1-0/+0
avoiding abiguiuty with new html5 header tag
2013-04-04cleanup edit formsspiderr1-1/+1
2013-04-03update all admin menus for bootstrap dropdowns with proper sub-menusspiderr1-3/+3
2013-04-03update all admin menus for bootstrap dropdownsspiderr1-1/+1
2013-04-02bootstrap updates convert class=row to class=control-groupspiderr1-5/+5
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2010-02-03Replace {strip} in ckeditor\'s header_inc.tpl, commented out to debugDaniel Sutcliffe1-3/+3
2010-02-02Update CKEditor to 3.1 and make work as a bw packageDaniel Sutcliffe1-35/+19
2009-11-24ckeditor 3.0.1 'raw' - needs reordering a little, but samples currently ↵Lester Caine3-0/+183
functional