summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)AuthorFilesLines
2013-04-19Merge branch 'master' of github.com:bitweaver/themesspiderr1-1/+1
2013-04-19move Theme Layout to columns pagespiderr2-46/+45
2013-04-19remove extra <li> in admin menuspiderr1-1/+0
2013-04-19make modules a .wellspiderr1-1/+1
2013-04-19fix menu_*_admin to be multi-purpose as dropdown or visual list like normal ↵spiderr1-11/+10
user menus
2013-04-18tweak menu to display title link only when passed varspiderr1-1/+1
2013-04-10fix footer layout editspiderr1-1/+1
2013-04-10tweak menu orderspiderr1-1/+1
2013-04-09add configurable support for fluid layoutsChristian Fowler1-53/+59
2013-04-09clean theme admin selectionChristian Fowler2-22/+23
2013-04-08Functional S3 bug fixes, but need to know how to handle odd/even in bootstraplsces1-6/+6
2013-04-07Merge branch 'master' of github.com:bitweaver/themesChristian Fowler7-14/+14
2013-04-07renamed to avoid duplicate namesChristian Fowler1-2/+2
2013-04-06update template syntax to not use ticks outside of double quotesspiderr7-14/+14
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 formsspiderr11-26/+26
2013-04-04fix icons for moving modulesspiderr1-5/+3
2013-04-03update all admin menus for bootstrap dropdowns with proper sub-menusspiderr1-10/+13
2013-04-03fix regex gone wildspiderr1-2/+2
2013-04-03update all admin menus for bootstrap dropdownsspiderr1-4/+4
2013-04-02convert lots of biticon to booticonspiderr5-9/+9
2013-04-02convert lots of biticon to booticonspiderr5-10/+10
2013-04-02convert lots of biticon to booticonspiderr2-3/+3
2013-03-27bootstrap conversionsspiderr8-49/+49
2012-08-06Complete role model support in theme managementlsces2-19/+47
2012-08-06Integrated in so don't need separate filelsces1-333/+0
2012-08-06Separate templates for role modellsces2-0/+413
still need selecting corretly Theme still needs some work to merge remaining group/role switch
2012-05-25replace PHP_SELF with SCRIPT_NAMEspiderr1-1/+1
2012-05-25bit_log_error-2-bit_error_logspiderr2-2/+2
2012-04-29Strip extra white spaceLester Caine ext:(%22)1-4/+4
( simply ignoring is causing problems with comment merging )
2012-03-03add jquerylocal to loadAjax for local use, and jquery now links to ↵spiderr1-0/+3
ajax.googleapis.com; add support for gBitThemes->mRawFiles.js in header
2011-03-16fix module layout variable collisionChristian Fowler1-4/+4
2011-02-06show all layoutsspiderr1-11/+9
2010-10-01address vuln ↵spiderr1-1/+1
http://www.johnleitch.net/Vulnerabilities/Bit.Weaver.2.7.Reflected.Cross-site.Scripting/7 by pulling silly file that just displayed an image
2010-06-09Strip down CVS keywords.cvs2git6-6/+6
2010-03-25make it easy to choose a default icon set to fall back to if your custom ↵wjames51-1/+9
icon set does not have an image -- no need to set this in config_inc any more
2010-02-10update javascript to use BitBase namespaceChristian Fowler3-4/+4
2010-01-27new param for {bitmodule}, classplus, allowing additonal class(es) to be ↵Daniel Sutcliffe1-2/+2
provided for encapsulating div
2009-11-25add listing of ALL installed icon styles and highlight active & default; and ↵Christian Fowler1-20/+21
linking drilldown to see just one icon set
2009-11-12Begin module upgrade - read in modules from both old and new locations and ↵wjames52-4/+41
process config files during layout editing. Add an upgrade method for packages which upgrade their modules to call to assist people updating their site. Make some use of the new config data to demonstrate possibilities in layout menu. Include one module update in blog pkg to sketch out how configuration file might look.
2009-07-04add options to control themes_use_msie_js_fix - which version of IE to ↵Christian Fowler2-8/+14
support, if at all
2009-05-29Correct path to IE8.jsLester Caine1-2/+2
2009-05-28do not pack IE8.js else it will through errorsChristian Fowler1-2/+2
2009-05-28only eval data if its not emptyTekimaki1-2/+2
2009-05-22mercy. IE8.js makes bwo render perfectly on IE6. it goes back in. - spiderrbitweaver.org1-2/+2
2009-05-21fix dropmenu to work without IE fixes, remove IE8 js fix dependencyChristian Fowler1-2/+2
2009-05-11add back fixes/ie7/IE6.js until something better can be sortedbitweaver.org1-1/+7
2009-05-11remove IE7 fixes js as it does more harm than goodbitweaver.org1-7/+1
2009-05-11try to make menu labels more clearly relate, use more common language, and ↵Tekimaki1-6/+6
resort for more logical hierarchy, objections can be filed in person at the central office
2009-05-04IE8 does not need any of the fixes. The google code IE7/8.js do not work ↵Lester Caine1-3/+1
with base.css so the alternate ie7-standard-p.js needs to be used. IE6.js is a copy of that.