summaryrefslogtreecommitdiff
path: root/placelist.php
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-02#791629 SVN 11676 - Placelist.php problemfisharebest1-3/+6
2011-06-02Reverse incorrect change in 11684Nigel Osborne1-1/+1
2011-06-02Bug #791629 - SVN 11676 - Placelist.php problemNigel Osborne1-1/+1
2011-06-01Place hierarchy was showing for visitors, even if set to members-only.fisharebest1-8/+1
2011-03-16Place hierarchy - remove some (unhelpful) help messages about the "FORM" value.fisharebest1-129/+129
2011-02-25placelist now has a direct link to Batch Update to make it easier to clean dataLarry Meaney1-10/+12
2011-02-23Remove unnecessary text and simplify table structure (slightly)Nigel Osborne1-1/+1
2011-02-21I18N: improve English textfisharebest1-3/+1
2011-02-19reverting part of 10837 that breaks placelistLarry Meaney1-4/+0
2011-02-18Use constant WT_MODULES_DIR instead of hard-coded references to 'modules/'fisharebest1-3/+3
2011-02-16Google Maps: Correct Prefix/Suffix parameters for correct operation (Many tha...Brian Holland1-5/+25
2011-02-13move split places code to places_assistant moduleŁukasz Wilenski1-106/+3
2011-02-12(no commit message)Łukasz Wilenski1-97/+99
2011-02-11Google Maps v3: Remove "-" from Title on Place Hierarchy page when at "Top Le...Brian Holland1-2/+7
2011-02-10Integrate Brian's GoogleMap V3 branch into the trunk. Add config setting for...fisharebest1-5/+8
2011-01-22Remove hard-coded "dir:ltr". Not needed on LTR, and breaks RTL.fisharebest1-13/+3
2011-01-02Refactoring class names and use autoloading.fisharebest1-3/+3
2011-01-01Refactoring class names and use autoloading.fisharebest1-28/+28