summaryrefslogtreecommitdiff
path: root/app/Controller/SearchController.php
AgeCommit message (Expand)AuthorFilesLines
2017-08-06Fix #1226 - NICK is a standard name fact, not and advanced oneGreg Roach1-2/+1
2017-07-14Review esacpingGreg Roach1-1/+1
2017-06-18Modern browsers support RFC7231 - relative URLs in 30x responsesGreg Roach1-7/+7
2017-06-17jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windowsGreg Roach1-37/+65
2017-03-25Merge changes from develop branchGreg Roach1-9/+7
2017-03-082017Greg Roach1-1/+1
2017-01-13Merge minor changes from develop branchGreg Roach1-3/+3
2016-12-25Code style - single quotesGreg Roach1-19/+19
2016-12-23Code style - short array syntaxGreg Roach1-8/+8
2016-02-21Case mismatchGreg Roach1-1/+1
2016-01-30Update copyright yearGreg Roach1-1/+1
2016-01-17Fix #805 - search and replace containing regex charactersGreg Roach1-13/+15
2016-01-15Fix #801 - search/replace with one resultGreg Roach1-25/+27
2015-09-17Search results where the first result is privateGreg Roach1-1/+1
2015-07-26Further changes to Search page divs structureJonathan Jaubart1-0/+1
2015-07-22Apply privacy filters earlier, and more consistentlyGreg Roach1-4/+4
2015-06-08PHPDocGreg Roach1-3/+2
2015-06-06ConfigData => ConfigGreg Roach1-2/+2
2015-06-05Refactor includes/functions into classesGreg Roach1-10/+12
2015-06-04Code style - remove globalsGreg Roach1-3/+2
2015-06-01Fix #590 Missing title, search and replaceGreg Roach1-0/+1
2015-05-31PSR-4Greg Roach1-3/+16
2015-05-30Code styleGreg Roach1-11/+8
2015-05-30PHP-CS-FIXER, PSR-2 (mostly!)Greg Roach1-19/+35
2015-04-26Replace Zend_Session with our own classGreg Roach1-6/+0
2015-04-03Typo in EnglishGreg Roach1-1/+1
2015-03-09Use Tree object instead of ID/nameGreg Roach1-1/+1
2015-03-06Code clarity tips from scrutinizerGreg Roach1-8/+8
2015-03-06We can now show records from different trees on the same pageGreg Roach1-85/+13
2015-02-16Add visibility to constructorsGreg Roach1-1/+1
2015-02-14Fix #1225606 - search needs to use GET, replaces needs to use POSTGreg Roach1-255/+171
2015-02-14Use Tree objects instead of tree IDsGreg Roach1-11/+11
2015-02-14GlobalsGreg Roach1-6/+8
2015-02-12Unused codeGreg Roach1-21/+13
2015-02-06TypoGreg Roach1-6/+6
2015-02-05Remove global $GEDCOMGreg Roach1-2/+0
2015-02-05No longer need to update globals, as records contain their own privacy settingsGreg Roach1-13/+0
2015-02-05Replace globals with tree propertiesGreg Roach1-2/+2
2015-02-05Replace globals with tree propertiesGreg Roach1-2/+2
2015-02-05Use tree objects instead of idsGreg Roach1-4/+4
2015-02-05Fix ##1284239 - Search: User permissions of selected tree are used for every ...Greg Roach1-9/+9
2015-02-05Missed a few conflictsGreg Roach1-20/+0
2015-02-05Add API to access the parent tree of a recordGreg Roach1-9/+30
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-7/+7
2015-02-05NamespacesGreg Roach1-1/+1
2015-02-03Autoload includes/functions/*Greg Roach1-2/+0
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-0/+702