summaryrefslogtreecommitdiff
path: root/placelist.php
AgeCommit message (Expand)AuthorFilesLines
2015-06-08PHPDocGreg Roach1-2/+1
2015-06-05Refactor includes/functions into classesGreg Roach1-3/+4
2015-05-31PSR-4Greg Roach1-0/+2
2015-05-30Code styleGreg Roach1-5/+5
2015-05-30PHP-CS-FIXER, PSR-2 (mostly!)Greg Roach1-0/+1
2015-03-09Use Tree object instead of ID/nameGreg Roach1-2/+2
2015-03-05Move help text inline (or remove it)Greg Roach1-1/+0
2015-03-02Module APIGreg Roach1-8/+3
2015-02-06GlobalsGreg Roach1-3/+10
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-03Autoload includes/functions/*Greg Roach1-1/+0
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-48/+43
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-37/+37
2015-01-18Default constructors do not need parenthesesGreg Roach1-1/+1
2014-09-13Code style - PSR-1 names for methodsGreg Roach1-2/+2
2014-06-25Tidy up English punctuation, capitalisation, etc.Greg Roach1-2/+2
2014-06-21Capitalisation and punctuationGreg Roach1-1/+1
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-1/+1
2014-02-23Refactoring GoogleMaps module - part oneGreg Roach1-10/+11
2014-01-04Update copyright date to 2014Greg Roach1-1/+1
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho1-1/+1
2013-11-01Tidy up trailing whitespaceGreg Roach1-5/+5
2013-10-16Remove debugGreg Roach1-1/+0
2013-10-15#1239274 - Place Hierarchy displayGreg Roach1-5/+5
2013-10-11#1238589 - Place hierarchy list Google Map - Missing markers - DevGreg Roach1-1/+5
2013-10-11#1238589 - Place hierarchy list Google Map - Missing markers - DevGreg Roach1-4/+2
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-8/+6
2013-08-24Update non-typographic quotation marksGreg Roach1-2/+2
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-1/+1
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2013-06-29(no commit message)fisharebest1-2/+2
2013-06-23Use PHP5.3 language features in gedcom-record classesfisharebest1-5/+3
2013-02-06Previously, AJAX pages loaded their own copies of JS libraries (to work aroun...fisharebest1-1/+1
2013-01-04Do not show the counts of places on the place-hierarchy page.fisharebest1-111/+99
2012-11-28#1082747 Use of quotes in PLAC tags, affects v1.3.2+ & likely earlierfisharebest1-20/+13
2012-09-16#1006430 - rtl/ltr parenthesis etc.fisharebest1-1/+1
2012-07-08Make more use of new WT_Place class. Update indexes for wt_place table.fisharebest1-14/+9
2012-07-07Create an object to represent places.fisharebest1-120/+60
2012-07-07Place hierarchy - tidy up initialisation code.fisharebest1-57/+13
2012-07-07Place hierarchy - only calculate list of individuals/families on pages where ...fisharebest1-52/+50
2012-07-07URLs for placelist.php do not need "level". We can work this out automatical...fisharebest1-18/+6
2012-06-30Performance. PHP has no native function for integer division. floor($x/$y) ...fisharebest1-6/+6
2012-06-16Defer loading of external javascript (and most inline javascript) to the bott...fisharebest1-8/+5
2012-04-16placelist.php - filter inputsfisharebest1-7/+4
2012-03-28Don't load the Google Maps CSS file when the module is disabledfisharebest1-1/+1
2012-03-24Replace $WT_IMAGES array of images with CSS.fisharebest1-4/+2
2012-02-29Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), etc...fisharebest1-25/+8
2012-02-28small adjustmentŁukasz Wilenski1-2/+2
2012-01-16#916852 - Help Content Wrong fisharebest1-1/+0
2011-12-22#907730 - Place Herarchy display person by place visble only managerŁukasz Wilenski1-17/+16