summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2026-05-22Migrate contact xref to liberty_xref tables; add package-owned gallery viewLester Caine6-258/+95
ContactXref and ContactXrefType become thin subclasses of their liberty counterparts, scoped to content_type_guid='contact'. load_emails.php updated to query liberty_xref. Gallery view template moved into contact package as fisheye_fixed_grid_contact.tpl (keeps fisheye clean; same pattern for future assembly/component packages). contact/admin/upgrades/5.0.1.php migrates existing contact_xref_* data into liberty_xref_* tables. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18Tidy mistakes in schema, but contact_xref_seq needs checking after a new installLester Caine1-3/+2
2026-05-15Namespace fixesLester Caine4-5/+9
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine52-4122/+4067
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27Figured what has been causing a problem with using && and || in smarty ↵V5-php84lsces27-75/+75
templates and related to mistake in processing {2} elements that should use curly brackets and not revert to square ones.
2026-03-27Smart5 style changeslsces16-53/+53
2025-09-10Tidy to use $gContent directly rather than via mInfolsces1-3/+3
2025-08-24Just a crude merging of the PHP7 code base with the PHP8.4 versionlsces156-1492/+4024
2016-02-07Second contact list stylelsces3-0/+153
This may need same treatment as fisheye gallery selection
2016-02-07Clear old library filelsces1-197/+0
2016-02-07Use more generic contact record addresslsces1-12/+12
Application specific as to primary contact address
2016-02-07Adjust xref categorieslsces1-2/+4
This needs to be transfered to an aplication specific format on top of the basic generic set
2016-02-07Move from Smarty2 to Smarty3 function stylelsces17-38/+38
2015-12-08Tidy templatelsces1-3/+1
2015-12-08Rename constructor for compliance with PHP7lsces5-8/+8
2015-01-22Change list stylelsces1-29/+34
2014-10-22Tidy missing surname fieldlsces1-6/+6
Not all items need names
2014-10-22Tidy up to Smarty3 and BS3lsces22-100/+102
2014-06-07Disable contact types list for the momentlsces1-2/+3
2014-06-07switch to form-grouplsces44-148/+148
2014-05-31Additional includes for sub elements to contact recordlsces1-1/+3
2014-05-31Populate mInfo only when data foundlsces1-2/+4
2014-05-31Strip hack for Spry template codelsces1-13/+1
2014-05-31Tidy bitredirect foldbackslsces3-10/+5
2014-05-31Initial code to add image/document gallery to contact packagelsces1-0/+11
STill needs a means of supplying gallery number for related gallery.
2014-05-31Added tag INK Port for changeset d1665839d836lsces1-0/+1
2014-05-31Modify templates for ink frameworkINK_Portlsces40-142/+242
2013-08-22Modify html for bootstrap frameworklsces1-1/+2
2013-08-22Tomporary fix of js and css library selection.lsces1-2/+12
Some of these need replacing by more modern scripts
2013-08-22Switch to getContactXrefTypeListlsces1-4/+3
2013-08-22Add getContactTypeList functionlsces1-2/+33
2013-08-22Expand admin functionalitylsces4-3/+198
2013-08-22XRef type listlsces2-1/+33
2013-07-11Tidy commenting for phpdoc manuallsces2-10/+28
2012-08-06Bring in line with getDisplayUrl changeslsces8-21/+26
2012-08-06xref_source defaults expanded to include multi tag and displey style templatelsces1-31/+31
2012-08-06Missed getDisplayUrl update - ContactOld is an alternative style of contactlsces1-4/+4
2012-06-10rework __construct()lsces3-3/+3
2012-06-10Update to strict stylelsces1-39/+39
2012-04-15Tidy up to remove 'STRICT' warningsLester Caine ext:(%22)8-25/+25
Split static and dynamic use of getDisplayUrl Create getContentUrl as the instantiated version load parameters need to be identical across all classes
2012-04-10Should be .csv data filesLester Caine ext:(%22)2-0/+0
2012-04-10Add sub-search on xkey dataLester Caine ext:(%22)1-3/+12
This needs to be tidied when usec with other filters, but basi list search works on Personal and Business searches.
2012-04-10Add additional search field for xref dataLester Caine ext:(%22)1-2/+4
2012-04-10Missplaced </h1> tagLester Caine ext:(%22)1-1/+2
2012-04-10Problem with static functions not passing dataLester Caine ext:(%22)2-7/+15
Add_xref extracts identified data fields to generic fields for storage
2012-04-10Tag each data type div with it's name to extract the data fields.Lester Caine ext:(%22)1-3/+41
2012-04-10Incorrect fields file nameLester Caine ext:(%22)1-1/+1
2012-04-10Dat type pemplates need to identify when they are used in parallel.Lester Caine ext:(%22)8-25/+25
Add was failing because we did not pass the data properly
2012-04-09Add .hgignore to filter out customer data filesLester Caine ext:(%22)1-0/+3
2011-07-12Add phpcoord libraryLester Caine3-0/+1010