summaryrefslogtreecommitdiff
path: root/admin
AgeCommit message (Collapse)AuthorFilesLines
2026-06-04Icon system: switch from silk-sprite/colourstrap to Tango3 freedesktop ↵Lester Caine2-4/+5
iconset with SVG support - function.biticon.php: look in util/iconsets/ (moved from config/); add SVG fallback via scalable/ directory; biticon_first_match accepts optional extensions param; isize (small/medium/large) mapped to 16/24/32px for SVG width+height; isize added to ommit list so it never leaks as an HTML attribute - admin_themes_inc.php: iconset path updated to UTIL_PKG_PATH; biticon_sizes expanded to small (16px) / medium (24px) / large (32px) - admin_themes_manager.php: iconset path updated to UTIL_PKG_PATH - admin_themes_manager.tpl: replace stale Gnome/KDE links with Tango3/freedesktop refs - icon_browser.php: icon_fetcher now uses scalable/ SVGs as primary name source, supplements with large/ PNGs; all iconset paths updated to UTIL_PKG_PATH - icon_browser.tpl: three clean size columns (small/medium/large) using isize= instead of sloppy iname path embedding; help text updated Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-01Remove 5.0.0 upgrade script — default version set to 5.0.0Lester Caine1-12/+0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18Trim redundent use of legacy codeLester Caine1-4/+0
2026-05-15Namespace fixesLester Caine1-1/+2
2026-05-15To simplyfy maintenence BitUser classes have been retired and active code ↵Lester Caine3-31/+9
base defaulted to ROLE_MODEL
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine6-26/+26
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-05Short array format for PHP8.4lsces1-49/+47
2026-03-27Legacy code tweakslsces1-1/+1
2026-03-26Namespace tidieslsces1-2/+4
2025-08-27Admin tools updated to PHP8.4 and namespacelsces8-109/+208
2025-08-27Tidy old upgrade stuff for new 5.0 startlsces3-150/+12
2022-07-18fix INCLUDE path for simple_form_functions_lib.php in admin themesspiderr1-1/+1
2022-04-17fix include pathspiderr1-1/+1
2021-02-03resolve conflict - deleteed edit_css.phpspiderr5-5/+5
2021-02-03update path for kernel/includes/setup_inc.phpmodela bitweaver5-5/+5
2021-02-03remove custom theme.php feature themes_edit_cssspiderr1-96/+0
2017-10-19remove login.php and use only signin.phpspider@app11-1/+1
2017-09-03do not call verifyInstalledPackages in admin_layout_incspider@dev1-2/+0
2016-02-07Merge github commitslsces4-20/+20
2014-06-17clean up jquery to allow for google hosted or local optionspider1-6/+6
2014-06-04Mergelsces1-1/+1
2014-05-31Modify templates for ink frameworkINK_Portlsces1-1/+1
2014-05-29fix mAppMenu['bar'] changesChristian Fowler1-1/+1
2013-08-02Identified the real problem with 'form'. admin_columns.tpl had a second embededlsces1-7/+4
form which Firefox/Seamonkey objected to. <div> block helped compensate but the correct fix was to remove the inner form and just use the main submit button.
2013-04-19move Theme Layout to columns pagespiderr2-6/+7
2013-04-10fix footer layout editspiderr1-1/+1
2013-04-09add configurable support for fluid layoutsChristian Fowler1-0/+6
2012-08-06Parallel the role model data as required, using ROLE_MODEL to enablelsces5-12/+35
themes_layout needs a little tidy to remove the unnecessary extra field.
2012-08-05niggle with strict compliance ... can't define variable in the function calllsces1-1/+2
2011-03-16fix module layout variable collisionChristian Fowler1-3/+14
2011-02-06show all layoutsspiderr1-1/+3
2010-08-13disable menu_languages (all of which is duped in admin menu) and menu_users ↵spiderr1-0/+4
by default
2010-08-06default to gala_1spiderr1-1/+1
2010-07-20Merge branch 'master' of github.com:bitweaver/themestekimaki1-2/+2
Conflicts: BitThemes.php smartyplugins/function.biticon.php merge uses CONFIG_PKG_* constants instead of root constant plus config/
2010-07-20clean up bugs in migrating iconsets to new config pkg locationtekimaki1-1/+1
2010-06-29turn off joined and packed by defaultBitweaver1-2/+2
2010-06-24fix some icon paths we missedtekimaki2-2/+2
2010-06-09Strip down CVS keywords.cvs2git4-4/+4
2010-04-17SCHEMA CHANGE - liberty_content_types - change content_description to ↵wjames51-1/+1
content_name, add column content_name_plural - update all class files and hashes where appropriate
2010-04-08remove rogue vd() triggered when adding module to all layoutsDaniel Sutcliffe1-2/+2
2010-03-25make it easy to choose a default icon set to fall back to if your custom ↵wjames51-0/+9
icon set does not have an image -- no need to set this in config_inc any more
2010-03-06dont hide core pkgs from config lists - users and liberty have normal pages ↵wjames51-1/+1
which one might want to control and admin panels are worth controlling at times to
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames55-8/+8
2009-11-12Begin module upgrade - read in modules from both old and new locations and ↵wjames51-1/+3
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-09-15fix to add module to current layout when add to all box is checkedTyler Bello1-8/+11
2009-07-04add options to control themes_use_msie_js_fix - which version of IE to ↵Christian Fowler1-4/+9
support, if at all
2009-05-11admin option to disable all package cssTekimaki1-0/+4
2009-05-06move themes.css to css/admin_themes.cssChristian Fowler1-1/+1
2008-11-15fix QUERY array. we're still missing SQL92 query hereMax Kremmel1-20/+17
2008-10-31renamed dep stuff to requirement stuff, clean up schema_inc files, move ↵Max Kremmel1-2/+2
version info from info hash to registerPackageVersion90, move requirements to registerRequirements()