summaryrefslogtreecommitdiff
path: root/library/WT/Controller/Lifespan.php
AgeCommit message (Expand)AuthorFilesLines
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-609/+0
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-4/+4
2015-01-18Comments after braces confuse scrutinizer's code-style analysis.Greg Roach1-1/+1
2014-11-08PHPDoc / typingGreg Roach1-2/+2
2014-11-08PHPDocGreg Roach1-2/+6
2014-10-18PHPDocGreg Roach1-96/+90
2014-10-16Too many arguments to WT_Date::display()Greg Roach1-2/+2
2014-10-16More PSR-1 code styleGreg Roach1-6/+6
2014-10-15PHPDocGreg Roach1-1/+6
2014-10-15PHPDocGreg Roach1-120/+165
2014-09-18Unused codeGreg Roach1-1/+1
2014-09-17PHPDoc and code layoutGreg Roach1-152/+168
2014-09-13Cleanup unused variablesGreg Roach1-14/+5
2014-09-13Refactor dates and calendars. These are two different types of entity.Greg Roach1-8/+10
2014-09-12Use the (faster) native mb_string functions where available, and fallbacks wh...Greg Roach1-2/+2
2014-08-29Move global I18N functions to I18N classGreg Roach1-2/+2
2014-08-27Remove more unused code / cleanupGreg Roach1-5/+2
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-5/+0
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-09-06Use WT_Place objects for manipulating placesfisharebest1-3/+2
2013-08-30#1218624 - Interactive tree event sequence - dev / do not abbreviate chart la...fisharebest1-7/+16
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-9/+9
2013-08-16Typo in commentsGreg Roach1-1/+1
2013-08-16Fix: one-parent family causes PHP error in lifespan chartGreg Roach1-3/+6
2013-08-09Remove empty subversion Id tagsGreg Roach1-2/+0
2013-07-18Comparing GedcomRecords needs === rather than == as the same record will alwa...fisharebest1-1/+1
2013-07-16Refactor - no longer need WT_GedcomRecord::equals() - can use "=="fisharebest1-1/+1
2013-07-04Show missing spouse as an unknown person on charts. Provides more consistent...fisharebest1-4/+1
2013-06-30More refactoringfisharebest1-3/+7
2013-06-29(no commit message)fisharebest1-8/+8
2013-06-23Use PHP5.3 language features in gedcom-record classesfisharebest1-1/+1
2013-02-06Previously, AJAX pages loaded their own copies of JS libraries (to work aroun...fisharebest1-2/+2
2012-08-26Fix typofisharebest1-1/+1
2012-08-26#584835 - Global variables clash with session variables (register_globals=On)fisharebest1-5/+5
2012-07-08Make more use of new WT_Place class. Update indexes for wt_place table.fisharebest1-2/+6
2012-05-29Refactor handling of facts - do not use global "nonfacts" arrayfisharebest1-1/+9
2012-04-17Start to disentangle the require_once dependencies. Previously, session.php ...fisharebest1-2/+0
2012-04-06Timeline and Lifespan charts do not have a "root" individual, and were giving...fisharebest1-1/+1
2012-04-02fix variables in lifespanƁukasz Wilenski1-7/+10
2012-03-27Copy the shared icons (from /images/) into each theme - every image should be...fisharebest1-1/+1
2012-03-18Fix: lifespan chart (with date-range search) is double-counting individuals w...fisharebest1-1/+25
2012-02-29Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), etc...fisharebest1-23/+1
2011-12-28#908630 - Charts > INDI-ID should not be Root-IDfisharebest1-0/+8
2011-12-21#902683 - HTML validation - remove stray </div>fisharebest1-1/+1
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-11/+11
2011-12-05#900273 - Default person in chartsfisharebest1-1/+1
2011-11-08Remove untranslated ":" - it is wrong in many languages, including French and...fisharebest1-1/+1
2011-11-05More refactoring - separation into Model/View/Controllerfisharebest1-5/+4
2011-11-03Refactoring - move towards a MVC (model/view/controller) architecturefisharebest1-6/+8