Replace log_date with created_date & modified_date in advanced search
authoreileen <emcnaughton@wikimedia.org>
Fri, 1 Nov 2019 06:15:03 +0000 (19:15 +1300)
committereileen <emcnaughton@wikimedia.org>
Fri, 1 Nov 2019 07:06:03 +0000 (20:06 +1300)
commit80b5c9f1662cbf567980fe96bc640819753b37e6
treeb9e261d833f684ca0b1b2c0ca2669cc2e7b9c38a
parentf512329a0ea87b3f0cb5b7b0f0cb143c66d5673a
Replace log_date with created_date & modified_date in advanced search

This is almost the last step in getting rid of an awful lot of technical debt & hard to maintain code around jcalendar & datepicker.

It does change the UI a bit - the code to create the current UI is pretty tough going and from seeing users try
to work with it I don't think all that code is making it more usable. OTOH we can remove a maintainability blockerr
by switching over
CRM/Contact/BAO/Query.php
CRM/Contact/BAO/SavedSearch.php
CRM/Contact/Form/Search/Criteria.php
CRM/Contact/Form/Task/SaveSearch.php
templates/CRM/Contact/Form/Search/Criteria/ChangeLog.tpl
tests/phpunit/CRM/Contact/BAO/QueryTest.php
tests/phpunit/CRM/Contact/BAO/SavedSearchTest.php