| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-05-22 | Migrate contact xref to liberty_xref tables; add package-owned gallery view | Lester Caine | 6 | -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-18 | Tidy mistakes in schema, but contact_xref_seq needs checking after a new install | Lester Caine | 1 | -3/+2 | |
| 2026-05-15 | Namespace fixes | Lester Caine | 4 | -5/+9 | |
| 2026-05-14 | php-cs-fixer tidies to php8.5 standards | Lester Caine | 52 | -4122/+4067 | |
| 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 ↵V5-php84 | lsces | 27 | -75/+75 | |
| templates and related to mistake in processing {2} elements that should use curly brackets and not revert to square ones. | |||||
| 2026-03-27 | Smart5 style changes | lsces | 16 | -53/+53 | |
| 2025-09-10 | Tidy to use $gContent directly rather than via mInfo | lsces | 1 | -3/+3 | |
| 2025-08-24 | Just a crude merging of the PHP7 code base with the PHP8.4 version | lsces | 156 | -1492/+4024 | |
| 2016-02-07 | Second contact list style | lsces | 3 | -0/+153 | |
| This may need same treatment as fisheye gallery selection | |||||
| 2016-02-07 | Clear old library file | lsces | 1 | -197/+0 | |
| 2016-02-07 | Use more generic contact record address | lsces | 1 | -12/+12 | |
| Application specific as to primary contact address | |||||
| 2016-02-07 | Adjust xref categories | lsces | 1 | -2/+4 | |
| This needs to be transfered to an aplication specific format on top of the basic generic set | |||||
| 2016-02-07 | Move from Smarty2 to Smarty3 function style | lsces | 17 | -38/+38 | |
| 2015-12-08 | Tidy template | lsces | 1 | -3/+1 | |
| 2015-12-08 | Rename constructor for compliance with PHP7 | lsces | 5 | -8/+8 | |
| 2015-01-22 | Change list style | lsces | 1 | -29/+34 | |
| 2014-10-22 | Tidy missing surname field | lsces | 1 | -6/+6 | |
| Not all items need names | |||||
| 2014-10-22 | Tidy up to Smarty3 and BS3 | lsces | 22 | -100/+102 | |
| 2014-06-07 | Disable contact types list for the moment | lsces | 1 | -2/+3 | |
| 2014-06-07 | switch to form-group | lsces | 44 | -148/+148 | |
| 2014-05-31 | Additional includes for sub elements to contact record | lsces | 1 | -1/+3 | |
| 2014-05-31 | Populate mInfo only when data found | lsces | 1 | -2/+4 | |
| 2014-05-31 | Strip hack for Spry template code | lsces | 1 | -13/+1 | |
| 2014-05-31 | Tidy bitredirect foldbacks | lsces | 3 | -10/+5 | |
| 2014-05-31 | Initial code to add image/document gallery to contact package | lsces | 1 | -0/+11 | |
| STill needs a means of supplying gallery number for related gallery. | |||||
| 2014-05-31 | Added tag INK Port for changeset d1665839d836 | lsces | 1 | -0/+1 | |
| 2014-05-31 | Modify templates for ink frameworkINK_Port | lsces | 40 | -142/+242 | |
| 2013-08-22 | Modify html for bootstrap framework | lsces | 1 | -1/+2 | |
| 2013-08-22 | Tomporary fix of js and css library selection. | lsces | 1 | -2/+12 | |
| Some of these need replacing by more modern scripts | |||||
| 2013-08-22 | Switch to getContactXrefTypeList | lsces | 1 | -4/+3 | |
| 2013-08-22 | Add getContactTypeList function | lsces | 1 | -2/+33 | |
| 2013-08-22 | Expand admin functionality | lsces | 4 | -3/+198 | |
| 2013-08-22 | XRef type list | lsces | 2 | -1/+33 | |
| 2013-07-11 | Tidy commenting for phpdoc manual | lsces | 2 | -10/+28 | |
| 2012-08-06 | Bring in line with getDisplayUrl changes | lsces | 8 | -21/+26 | |
| 2012-08-06 | xref_source defaults expanded to include multi tag and displey style template | lsces | 1 | -31/+31 | |
| 2012-08-06 | Missed getDisplayUrl update - ContactOld is an alternative style of contact | lsces | 1 | -4/+4 | |
| 2012-06-10 | rework __construct() | lsces | 3 | -3/+3 | |
| 2012-06-10 | Update to strict style | lsces | 1 | -39/+39 | |
| 2012-04-15 | Tidy up to remove 'STRICT' warnings | Lester 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-10 | Should be .csv data files | Lester Caine ext:(%22) | 2 | -0/+0 | |
| 2012-04-10 | Add sub-search on xkey data | Lester 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-10 | Add additional search field for xref data | Lester Caine ext:(%22) | 1 | -2/+4 | |
| 2012-04-10 | Missplaced </h1> tag | Lester Caine ext:(%22) | 1 | -1/+2 | |
| 2012-04-10 | Problem with static functions not passing data | Lester Caine ext:(%22) | 2 | -7/+15 | |
| Add_xref extracts identified data fields to generic fields for storage | |||||
| 2012-04-10 | Tag each data type div with it's name to extract the data fields. | Lester Caine ext:(%22) | 1 | -3/+41 | |
| 2012-04-10 | Incorrect fields file name | Lester Caine ext:(%22) | 1 | -1/+1 | |
| 2012-04-10 | Dat 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-09 | Add .hgignore to filter out customer data files | Lester Caine ext:(%22) | 1 | -0/+3 | |
| 2011-07-12 | Add phpcoord library | Lester Caine | 3 | -0/+1010 | |
