summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)AuthorFilesLines
2026-06-07Remove duplicate ipackage attributes from biticon callsHEADmasterLester Caine5-16/+16
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05Switch icons: document-properties → edit, text-x-generic → view-list-textLester Caine5-8/+8
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05Switch delete icon from edit-delete to user-trash (dustbin)Lester Caine4-4/+4
user-trash updated to a proper dustbin SVG. All templates across all packages updated to use user-trash instead of edit-delete. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-04Switch iconset to SVG-only — drop small/medium/large PNG directoriesLester Caine1-1/+1
All iconset icons (ipackage=icons) now served from scalable/ as SVGs. ipath (/small/, /medium/, /large/) is preserved only for cache key differentiation and SVG width/height calculation; no PNG directory lookups are performed. Four icons remapped to SVG equivalents that exist in tango/scalable/: dialog-cancel -> process-stop (newsletters: unsubscribed) emblem-downloads -> network-receive (fisheye: download file) emblem-shared -> emblem-symbolic-link (boards: moved topic) mail-mark-important -> emblem-important (messages: flagged) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-04Convert {booticon} to {biticon} — freedesktop/tango icon names throughoutLester Caine6-21/+21
Replace all {booticon iname="icon-*"} and {booticon iname="fa-*"} calls with {biticon ipackage="icons" iname="<freedesktop-name>"} using the tango iconset. Mapping covers ~70 distinct old names to tango equivalents (edit-delete, document-properties, go-next, lock, internet-mail, etc.). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine20-3/+3
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27Figured what has been causing a problem with using && and || in smarty ↵lsces8-14/+14
templates and related to mistake in processing {2} elements that should use curly brackets and not revert to square ones.
2026-03-26Smarty style changeslsces8-12/+12
2026-03-09Smarty5 compliance sorted, but PHP8.4 style advisories still need addressinglsces1-3/+2
2025-04-02move classes to includes/classesmodela bitweaver1-1/+1
2021-02-02move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constantsmodela bitweaver1-1/+1
2021-01-31PHP7 clean up dual static + object use of parseData, and create ↵modela bitweaver3-3/+3
->getParsedData & ::filterDataHash
2016-02-07Merge to githublsces4-15/+15
2016-02-07Bootstrap form classeslsces9-52/+52
2016-02-07Move from Smarty2 to Smarty3 function stylelsces1-2/+2
2014-11-19add-forminput-label-param-for-bs3spiderr4-15/+15
2014-06-06boostrap3-control-group-2-from-groupspiderr8-36/+36
2014-05-23bootstrap3-btn-defaultspiderr8-16/+16
2013-05-09bootstrap fixes to user_register_inc.tplspiderr1-1/+1
2013-04-24fix <label class=checkbox> wrapping to be bootstrap compliant; add .table to ↵spiderr7-32/+25
all table.data tags
2013-04-19convert {textarea} from block into functionspiderr1-1/+1
2013-04-19fix menu_*_admin to be multi-purpose as dropdown or visual list like normal ↵spiderr1-8/+6
user menus
2013-04-18tweak menu to display title link only when passed varspiderr2-14/+12
2013-04-06major clean up for Smarty 3.0 and another pass at cleaning the top menusspiderr2-3/+4
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 formsspiderr8-16/+16
2013-04-03lots of clean up for bootstrap menus, headers, and footer; purge some ↵spiderr1-1/+1
ancient defaults
2013-04-03update all admin menus for bootstrap dropdowns with proper sub-menusspiderr1-5/+8
2013-04-03update all admin menus for bootstrap dropdownsspiderr1-1/+1
2013-04-02convert biticon to booticonspiderr1-1/+1
2013-04-02convert lots of biticon to booticonspiderr5-9/+9
2013-04-02convert lots of biticon to booticonspiderr5-12/+12
2013-04-02bootstrap updates convert class=row to class=control-groupspiderr8-36/+36
2010-06-09Strip down CVS keywords.pre-lf-storage-path-to-file-namecvs2git1-1/+1
2010-04-17SCHEMA CHANGE - liberty_content_types - change content_description to ↵CVS_HEADwjames51-1/+1
content_name, add column content_name_plural - update all class files and hashes where appropriate
2010-03-03only show unsubscribe all if there is more than one newsletter, tweaking ↵pre_ctype_desc_name_schmeachangePRE_CONTENTTYPE_NAME_PLURALChristian Fowler1-3/+5
formhelp note
2010-03-03get unsubscribe_all button to work, clean up logic to use ↵Christian Fowler1-1/+1
BitNewsletterMailer to handle subscriptions
2010-03-03formhelp typoChristian Fowler1-1/+1
2010-02-26add newsletter optin hidden field so mass unsubscribes don't happenChristian Fowler1-0/+1
2010-02-14add registration_optin preference for newsletters to allow hand selecting ↵Christian Fowler2-0/+10
newsletters that are available on registration opt-in form
2010-02-09use js namespace for switchCheckboxesPRE_LIBERTYSYS_SERVICE_UPDATEwjames51-1/+1
2009-10-08add JS to uncheck unsub button when sub is checkedTyler Bello1-2/+2
2009-10-08change formhelpTyler Bello1-1/+2
2009-10-08improvements to opt-out, boxes are now prechecked and added unsubscribe all boxTyler Bello1-2/+18
2009-10-08add files necessary for prior commit, allow opt-out on registration page to ↵Tyler Bello1-0/+9
conform with spam guidelines
2009-04-02add Untitled default to edition, remove antiquated object permission stuffbitweaver.org1-2/+1
2009-04-02add default text for listing untitled editionsbitweaver.org1-1/+1
2009-01-20Fix quotes on many smarty include directivesR250Daniel Sutcliffe1-2/+2
2008-11-07added outer div, tr'slaetzer1-39/+44
2008-10-15replaced inline stylinglaetzer1-2/+2