summaryrefslogtreecommitdiff
path: root/placelist.php
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-4/+4
2011-11-24Fix: remove spurious "echo"fisharebest1-9/+20
2011-11-24Change source-list function to use a variable rather than echoing every cellNigel Osborne1-1/+1
2011-11-24Change fam-list function to use a variable rather than echoing every cellNigel Osborne1-1/+1
2011-11-23Change indi-list function to use a variable rather than echoing every cellNigel Osborne1-1/+1
2011-11-20Correct centering of table contentNigel Osborne1-2/+2
2011-11-19Remove classes .rtl and .lrt - these exist to correct the alignment when we a...fisharebest1-2/+2
2011-11-11Remove redundant/obsolete html attribute (border="0") as this is already set ...fisharebest1-2/+2
2011-11-07Adjust positioning of minor elementsNigel Osborne1-4/+4
2011-11-07Extend tabbed display to search and place hierarchy results pages.Nigel Osborne1-11/+26
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest1-3/+5
2011-11-04Remove type="square" from <li> item. It is deprecated and if we really want ...fisharebest1-2/+2
2011-11-04Square brackets are not valid characters in URLS, and need escapingfisharebest1-4/+4
2011-10-06Add initial support for serving static files from a content delivery network.fisharebest1-28/+24