| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-06-05 | Switch icons: document-properties → edit, text-x-generic → view-list-textHEADmaster | Lester Caine | 3 | -7/+7 | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-06-05 | Switch delete icon from edit-delete to user-trash (dustbin) | Lester Caine | 4 | -5/+5 | |
| 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-04 | Switch attachment icon from mail-attachment to stock_attach | Lester Caine | 1 | -1/+1 | |
| stock_attach (paperclip) is available as PNG (16px) and SVG (scalable), making it a cleaner fit for attach/assign/crosspost contexts than the mail-specific mail-attachment icon. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-06-04 | Convert {booticon} to {biticon} — freedesktop/tango icon names throughout | Lester Caine | 4 | -17/+17 | |
| 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-14 | php-cs-fixer tidies to php8.5 standards | Lester Caine | 6 | -0/+0 | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-03-27 | Figured what has been causing a problem with using && and || in smarty ↵ | lsces | 9 | -20/+20 | |
| templates and related to mistake in processing {2} elements that should use curly brackets and not revert to square ones. | |||||
| 2026-03-26 | Smarty style changes | lsces | 9 | -13/+13 | |
| 2021-02-12 | rename *_structure to structure_* | modela bitweaver | 1 | -1/+1 | |
| 2016-02-07 | Merge to github | lsces | 5 | -11/+8 | |
| 2016-02-07 | bootstrap3-css-changes-form-group | lsces | 6 | -32/+32 | |
| 2014-11-19 | add-forminput-label-param-for-bs3 | spiderr | 1 | -2/+2 | |
| 2014-05-30 | bootstrap3-css-changes-form-group | spiderr | 4 | -25/+25 | |
| 2014-05-23 | bootstrap3-btn-default | spiderr | 4 | -6/+6 | |
| 2013-04-24 | fix <label class=checkbox> wrapping to be bootstrap compliant; add .table to ↵ | spiderr | 3 | -7/+6 | |
| all table.data tags | |||||
| 2013-04-19 | convert {textarea} from block into function | spiderr | 1 | -1/+1 | |
| 2013-04-19 | fix menu_*_admin to be multi-purpose as dropdown or visual list like normal ↵ | spiderr | 1 | -3/+1 | |
| user menus | |||||
| 2013-04-18 | tweak menu to display title link only when passed var | spiderr | 1 | -1/+1 | |
| 2013-04-07 | more clean up for Smarty 3.0 and another pass at cleaning the top menus | Christian Fowler | 1 | -1/+1 | |
| 2013-04-07 | resolve menu conflict | Christian Fowler | 6 | -18/+18 | |
| 2013-04-07 | add strip to menus | Christian Fowler | 2 | -0/+3 | |
| 2013-04-06 | major clean up for Smarty 3.0 and another pass at cleaning the top menus | spiderr | 6 | -17/+18 | |
| 2013-04-04 | cleanup more booticonization | spiderr | 1 | -1/+0 | |
| 2013-04-04 | cleanup edit forms | spiderr | 4 | -6/+6 | |
| 2013-04-03 | update all admin menus for bootstrap dropdowns with proper sub-menus | spiderr | 1 | -1/+3 | |
| 2013-04-03 | update all admin menus for bootstrap dropdowns | spiderr | 1 | -1/+1 | |
| 2013-04-02 | convert lots of biticon to booticon | spiderr | 1 | -1/+1 | |
| 2013-04-02 | convert lots of biticon to booticon | spiderr | 4 | -12/+12 | |
| 2013-04-02 | convert lots of biticon to booticon | spiderr | 1 | -1/+1 | |
| 2013-04-02 | convert lots of biticon to booticon | spiderr | 1 | -3/+3 | |
| 2013-04-02 | bootstrap updates convert class=row to class=control-group | spiderr | 4 | -25/+25 | |
| 2010-07-20 | use content id on list links so we dont have redirects popping off on every ↵ | tekimaki | 1 | -8/+8 | |
| request | |||||
| 2010-06-09 | Strip down CVS keywords. | cvs2git | 1 | -1/+1 | |
| 2010-04-17 | SCHEMA CHANGE - liberty_content_types - change content_description to ↵CVS_HEAD | wjames5 | 1 | -1/+1 | |
| content_name, add column content_name_plural - update all class files and hashes where appropriate | |||||
| 2010-04-17 | step three of contenttype name plural - replace all instances where name is ↵ | wjames5 | 2 | -2/+2 | |
| accessed though systme hash with get name method call, still no schema change required | |||||
| 2009-01-24 | standardize search with 'find' param, removes find_objects - CUSTOM PACKAGE ↵ | wjames5 | 1 | -4/+4 | |
| DEVELOPERS who use get_content_list_inc take notecvs up -dP | |||||
| 2008-10-21 | fix bad EditPerm refsR250 | wjames5 | 1 | -1/+1 | |
| 2008-10-20 | BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming ↵ | Christian Fowler | 4 | -7/+7 | |
| convention, hasEditPermission is now hasUpdatePermission, many explicit perm checks have been cleaned up to hasUpdatePermission | |||||
| 2008-10-18 | Allow admins to set which content they want to be pigeonholeable.pre_update_permission | Nick Palmer | 3 | -3/+14 | |
| 2008-02-09 | Fix speeling. | Nick Palmer | 1 | -1/+1 | |
| 2007-11-30 | Add delete menu item to allow deletion of a category. | Nick Palmer | 1 | -0/+1 | |
| 2007-11-30 | use correct parameter for help | Max Kremmel | 1 | -1/+1 | |
| 2007-11-30 | general code cleanup, add {tr}s, indent with tabs... | Max Kremmel | 1 | -2/+3 | |
| 2007-11-19 | Fixed dismember bug and add dismember link to nav path for users with ↵ | Nick Palmer | 2 | -2/+6 | |
| permission. | |||||
| 2007-10-21 | fix indenting | Max Kremmel | 1 | -9/+9 | |
| 2007-10-21 | add option to set number of columns in table list and add option to display ↵ | Max Kremmel | 2 | -6/+52 | |
| primary attachment image if there is one. re-organise the admin page. | |||||
| 2007-09-10 | only display count if appropriatePRE_LIB_ATTACHMENT_REFACTOR | Max Kremmel | 1 | -1/+1 | |
| 2007-09-10 | make sure we use a unique id name and don't load mochi - will interfere with ↵ | Max Kremmel | 1 | -1/+1 | |
| ajax uploads | |||||
| 2007-08-25 | add option to return members in subcategories when filtering data | Max Kremmel | 1 | -1/+4 | |
| 2007-08-24 | further implement new feature to turn off content type display | Max Kremmel | 1 | -12/+12 | |
| 2007-08-24 | make content type display optional | Max Kremmel | 1 | -1/+1 | |
