summaryrefslogtreecommitdiff
path: root/add_xref.php
AgeCommit message (Collapse)AuthorFilesLines
2026-05-26Migrate contact xref to liberty_xref tables; add address_postcode to schemaLester Caine1-4/+4
5.0.1 upgrade migrates contact_xref_type/source/xref data into liberty_xref_group/item/xref with content_type_guid='contact'. 5.0.2 upgrade drops the old contact_xref* tables. schema_inc.php updated for fresh installs: - Removes contact_xref, contact_xref_source, contact_xref_type tables - Adds address_postcode table (UK postcode lookup, LEFT JOIN'd in queries) - Defaults now INSERT into liberty_xref_group and liberty_xref_item directly - dependencies => 'liberty' ensures correct install ordering PHP and templates: source→item, xref_type→group rename throughout. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-8/+8
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2025-08-24Just a crude merging of the PHP7 code base with the PHP8.4 versionlsces1-6/+6
2016-02-07Move from Smarty2 to Smarty3 function stylelsces1-3/+3
2012-08-06Bring in line with getDisplayUrl changeslsces1-2/+2
2012-04-15Tidy up to remove 'STRICT' warningsLester Caine ext:(%22)1-2/+2
Split static and dynamic use of getDisplayUrl Create getContentUrl as the instantiated version load parameters need to be identical across all classes
2012-04-10Problem with static functions not passing dataLester Caine ext:(%22)1-3/+11
Add_xref extracts identified data fields to generic fields for storage
2011-07-07Move templates to their own selectable file so that add function can be ↵"Lester Caine ext:(%22)1-0/+8
built selectably. Add_xref has been rebuilt to allow the correct template to display as a different format is selected.
2010-11-28Setting 'format guid' to text overrides the html editor when only simple ↵Lester Caine1-0/+1
text notes boxes are required.
2010-11-03Import package again after stripping private data which should not have been ↵"Lester Caine ext:(%22)1-0/+54
commited