summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)AuthorFilesLines
2026-06-05Switch icons: document-properties → edit, text-x-generic → view-list-textHEADmasterLester Caine2-2/+2
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05Switch delete icon from edit-delete to user-trash (dustbin)Lester Caine1-1/+1
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-04Convert {booticon} to {biticon} — freedesktop/tango icon names throughoutLester Caine3-5/+5
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 Caine13-0/+0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2014-11-03Update to new class modellsces1-1/+1
2014-06-06Merge with githublsces1-2/+2
2014-06-06switch to form-group elementslsces6-16/+16
2014-05-30bootstrap3-css-changes-form-groupspiderr4-11/+11
2014-05-23bootstrap3-btn-defaultspiderr4-4/+4
2013-05-09bootstrap and HTML5 updatesspiderr1-18/+19
2013-04-24fix <label class=checkbox> wrapping to be bootstrap compliant; add .table to ↵spiderr2-2/+2
all table.data tags
2013-04-19fix menu_*_admin to be multi-purpose as dropdown or visual list like normal ↵spiderr1-3/+3
user menus
2013-04-06major clean up for Smarty 3.0 and another pass at cleaning the top menusspiderr4-11/+11
2013-04-04cleanup edit formsspiderr4-4/+4
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 booticonspiderr1-1/+1
2013-04-02convert lots of biticon to booticonspiderr2-3/+3
2013-04-02convert lots of biticon to booticonspiderr1-1/+1
2013-04-02bootstrap updates convert class=row to class=control-groupspiderr4-10/+10
2013-03-13SEO cleanup to use canonicalspiderr1-22/+29
2013-03-12no output on no tagsspiderr1-4/+0
2012-04-29No tags found messageLester Caine ext:(%22)1-0/+4
2011-05-17silent if no tags foundspiderr1-4/+0
2010-03-10use append_url to limit tag linking by content_type_guidPRE_CONTENTTYPE_NAME_PLURALChristian Fowler1-2/+2
2010-01-23default to filter by content_type_guidpre_deprecate_bit_setup_incPRE_BIT_SETUP_CHANGEChristian Fowler1-1/+1
2010-01-23add content_type_guid suport to getList so tags can be restricted to certain ↵Christian Fowler1-1/+1
content types
2009-08-13adjust percentages for 100% at size 1Tyler Bello1-11/+14
2009-08-13re-add checking of illegal sort_modesTyler Bello2-11/+12
2009-01-28add new search template serviceTekimaki1-0/+7
2008-12-01revert check, current is too restrictive, and old we can grow into when ↵Tekimaki1-2/+2
feature is finally completed
2008-10-20BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming ↵Christian Fowler1-3/+2
convention, hasEditPermission is now hasUpdatePermission, many explicit perm checks have been cleaned up to hasUpdatePermission
2008-10-19inline heading and 'drop selected'pre_update_permissionlaetzer1-2/+14
2008-10-18admin sets content types which can be tagged; add/delete tags via input ↵laetzer3-58/+57
field; removed 'drop tags' outside of edit view, removed listing of linked tags near input field
2008-10-18Move tags popup to the area where "help" belongs instead of where labels go.Nick Palmer1-1/+3
2008-10-16roll back, last change removed existing tags list completely, please dont do ↵wjames51-16/+10
that
2008-10-16merged 'existing tags' form row with 'add tags' to avoid info duplication ↵laetzer1-10/+16
and links
2008-09-16more elegant comma; wordinglaetzer1-5/+7
2008-09-15checks to keep user input after previewlaetzer1-1/+1
2008-09-08add convenience link to popup tag cloud from edit processwjames51-0/+3
2008-08-29less direct wordinglaetzer1-1/+1
2008-07-16Added 'rel="tag"' to tag <a> elementsJo-Herman Haugholt3-3/+3
2008-07-16Added PrettyPrint support to TagsJo-Herman Haugholt3-3/+3
2008-07-15add display class so that include flows in layout like similarl serviceswjames51-1/+1
2008-06-14show link to tagged content in admin menulaetzer1-1/+6
2007-11-24added ability to choose which columns appear in the list of tagged contentlaetzer2-19/+69
2007-11-08massive update to javascript and css file loading. main aim is to reduce the ↵Max Kremmel1-5/+0
number of HTTP requests to speed up page loading times. speedup should be quite prominent in our favoutire browser. to load javascirpt files use: $gBitThemes->loadJavascript( '/full/path/to/javascript/file.js', <boolean: compress javascript> ); to load css files use: $gBitThemes->loadCss( '/full/path/to/javascript/file.css' ); if you have a relative path in your css file such as 'background-image: url( images/foo.png );', this method of loading will not work.
2007-09-07exclude Drop Tags quick edit options from content editing service, as it ↵wjames51-3/+12
nests a form within a form - add note to use drop tag feature available when viewing content
2007-09-04woops - included the style sheet wrong, this is the right waywjames51-1/+1
2007-09-04move tags styles to style sheet to avoid conflicts or work with ie7 fixes ↵wjames52-17/+13
hack js (depending on how you see this all)