index
:
liberty
master
Bitweaver liberty package repository
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
Fix mContentTypeGuid never set after getLibertyObject load
HEAD
master
Lester Caine
1
-0
/
+1
13 days
Fix pdfjs viewer URL: move zoom to hash, fix search hash parameter
Lester Caine
1
-2
/
+1
13 days
Replace Add Comment text button with insert-text icon in non-AJAX path
Lester Caine
1
-1
/
+1
13 days
Replace network-receive with go-down for file download icon
Lester Caine
1
-1
/
+1
13 days
Replace Add Comment text button with insert-text icon
Lester Caine
1
-1
/
+1
2026-06-14
Add CLAUDE.md with liberty xref machinery developer notes
Lester Caine
1
-0
/
+106
2026-06-12
loadContent: add linked_data alongside linked_title from lc_linked JOIN
Lester Caine
1
-1
/
+2
2026-06-12
LibertyXref: propagate mPackageGuid so dual-guid types resolve correctly in l...
Lester Caine
3
-5
/
+28
2026-06-11
Consolidate xref loading: LibertyXrefInfo → LibertyXrefContent + LibertyXre...
Lester Caine
6
-184
/
+166
2026-06-11
LibertyXref: extend BitBase directly, not LibertyBase
Lester Caine
1
-1
/
+1
2026-06-11
LibertyContent: document xrefType() accessor and mXrefType property
Lester Caine
1
-2
/
+17
2026-06-11
LibertyXrefType: expand class docblock to cover dual-guid schema pattern
Lester Caine
1
-2
/
+30
2026-06-11
LibertyXrefType: convert to instance class; fix cross-guid xref join
Lester Caine
2
-122
/
+123
2026-06-10
liberty: fix view_xref_value_item — drop empty cell, gate date/action cols ...
Lester Caine
2
-4
/
+5
2026-06-08
LibertyXref: guard xorder against null when item not in liberty_xref_item
Lester Caine
1
-1
/
+1
2026-06-07
LibertyXrefInfo/LibertyXrefGroup: optional package-level guid support
Lester Caine
7
-14
/
+33
2026-06-06
liberty: fix null mUserId in LibertyXrefType JOIN conditions
Lester Caine
1
-4
/
+4
2026-06-06
LibertyBase: replace placeholder with architecture docblock; tighten factory ...
Lester Caine
1
-30
/
+43
2026-06-06
xref: migrate query methods to LibertyXrefType; docblocks throughout
Lester Caine
6
-229
/
+682
2026-06-06
xref item templates: replace $source eq/ne 'history' with $isHistory
Lester Caine
9
-101
/
+101
2026-06-06
list_xref.tpl: remove fixed column widths
Lester Caine
1
-6
/
+6
2026-06-06
list_xref.tpl: fix legacy path headers to Type/Value/Notes
Lester Caine
1
-2
/
+2
2026-06-06
list_xref.tpl: add class="table" for full-width tab rendering
Lester Caine
1
-4
/
+4
2026-06-06
xref group templates: drop Link column; tighten text item edit gating
Lester Caine
3
-31
/
+153
2026-06-06
liberty_xref.xorder: add DEFAULT 0 NOTNULL constraint
Lester Caine
1
-1
/
+1
2026-06-05
Switch icons: document-properties → edit, text-x-generic → view-list-text
Lester Caine
13
-22
/
+22
2026-06-05
Switch delete icon from edit-delete to user-trash (dustbin)
Lester Caine
16
-17
/
+17
2026-06-04
Switch attachment icon from mail-attachment to stock_attach
Lester Caine
1
-1
/
+1
2026-06-04
Convert {booticon} to {biticon} — freedesktop/tango icon names throughout
Lester Caine
33
-63
/
+63
2026-06-02
add_xref.tpl: add Extended Value (xkey_ext) field between xkey and Note
Lester Caine
1
-0
/
+7
2026-06-02
add_xref.tpl: use xkey for Value, add Note (edit), drop Linked Content ID
Lester Caine
1
-5
/
+4
2026-06-02
mime_pdf_update: add reload_pdf branch for non-upload text re-extraction
Lester Caine
1
-2
/
+10
2026-06-02
Tidy Imagick usage in processor and mime.pdf plugins
Lester Caine
2
-3
/
+4
2026-06-02
Fix deprecated Imagick calls in mime_pdf_thumbnail
Lester Caine
1
-2
/
+2
2026-06-02
Fix PDF plugin admin form — button name was settings_store, PHP checks plug...
Lester Caine
1
-1
/
+1
2026-06-01
Fix PDF thumbnail generation — fire on upload even when source_file not yet...
Lester Caine
1
-2
/
+2
2026-06-01
Guard null pFileHash type in preg_match/preg_split calls — PHP 8.x deprecation
Lester Caine
1
-3
/
+3
2026-06-01
Remove pbase/pdfx plugin — facilities moved into mime.pdf
Lester Caine
3
-134
/
+0
2026-05-31
list_xref.tpl: gate date and edit column headers on xrefAllowEdit
Lester Caine
1
-6
/
+8
2026-05-30
Fix xref role guard and add xorder to loadXrefList SELECT
Lester Caine
1
-6
/
+6
2026-05-29
Fix cross-package _record.tpl references; remove key_seal template
Lester Caine
3
-3
/
+2
2026-05-29
Add enrichXrefDisplay hook and xkey_ext to value edit template
Lester Caine
3
-0
/
+11
2026-05-29
Standardise xref templates to _item naming; add value and group templates
Lester Caine
15
-13
/
+97
2026-05-29
BOM parts list support: xref template dispatch and LibertyXref fixes
Lester Caine
5
-10
/
+50
2026-05-27
Allow xref tabs to suppress edit/delete buttons via allow_edit=false
Lester Caine
9
-17
/
+18
2026-05-27
Fix LibertyXref: public mContentTypeGuid, format dates for Firebird
Lester Caine
1
-5
/
+5
2026-05-26
Add liberty_xref cleanup to LibertyContent::expunge()
Lester Caine
1
-0
/
+4
2026-05-26
Fix stale column name source → item in getXrefTypeList num_entries query
Lester Caine
1
-2
/
+2
2026-05-26
Add liberty_xref subsystem: package-agnostic typed cross-references
Lester Caine
14
-118
/
+124
2026-05-25
Add bridge templates for contact-specific xref record types
Lester Caine
3
-0
/
+3
[next]