index
:
webtrees
firebird
webtrees suite with firebird driver
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
WT
/
Controller
/
Fanchart.php
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-02
Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.
Greg Roach
1
-429
/
+0
2015-01-31
Combine WT_SERVER_NAME and WT_SCRIPT_PATH into WT_BASE_URL
Greg Roach
1
-1
/
+1
2015-01-18
Scrutinizer Auto-Fixes
Scrutinizer Auto-Fixer
1
-25
/
+25
2015-01-17
New theme system and admin interface
Greg Roach
1
-11
/
+40
2014-12-16
PHPDoc
Greg Roach
1
-4
/
+8
2014-10-25
Move chart function to chart controller. Use objects instead of XREFs
Greg Roach
1
-5
/
+5
2014-10-23
Fanchart - cleanup
Greg Roach
1
-44
/
+53
2014-10-18
PHPDoc
Greg Roach
1
-2
/
+2
2014-10-17
Fix #246 - replace checks for sex=='U' with a default (not male or female), f...
Greg Roach
1
-5
/
+5
2014-10-14
Incorrect use of plurals - Sibling/Siblings
Greg Roach
1
-1
/
+4
2014-10-05
Split tree preference getter/setter into two separate functions
Greg Roach
1
-1
/
+3
2014-09-14
Unescaped output in fan chart
Greg Roach
1
-7
/
+12
2014-09-14
Merge conflicts
Greg Roach
1
-11
/
+12
2014-09-14
Merge branch 'SimplifyJS' of https://github.com/ddrury/webtrees into ddrury-S...
Greg Roach
1
-40
/
+42
2014-09-04
Simplify JS assoc with pedigree & fanchart charts
David Drury
1
-32
/
+36
2014-08-29
Fanchart lifespans incorrect on arabic pages. A11Y of fanchart form.
Greg Roach
1
-29
/
+39
2014-08-29
Remove function from global scope, and add unit tests
Greg Roach
1
-2
/
+2
2014-08-27
Remove more unused code / cleanup
Greg Roach
1
-122
/
+111
2014-08-27
Coding style - prefer &&/|| to and/or
Greg Roach
1
-7
/
+16
2014-05-09
Refactor global user functions into new User/Auth classes
Greg Roach
1
-5
/
+0
2014-05-03
Cleanup - remove unused variables
Greg Roach
1
-7
/
+9
2014-03-19
#1294555 - Fan Chart Not Loading Correctly
Greg Roach
1
-0
/
+1
2014-01-04
Update copyright date to 2014
Greg Roach
1
-1
/
+1
2014-01-04
Fix address of FSF, replace licence of GPLv2 by latest version
weberho
1
-1
/
+1
2013-12-28
Issue #62 - siblings missing from fan-chart menu
Greg Roach
1
-1
/
+1
2013-12-19
functions_rtl.php is for the reports; functions_utf8.php is for mb_string sty...
Greg Roach
1
-1
/
+1
2013-11-01
Tidy up trailing whitespace
Greg Roach
1
-1
/
+1
2013-08-29
New filter/validation functions for GET/POST variables
Greg Roach
1
-13
/
+12
2013-08-21
Add escaping functions, based on semantics of what is being escaped
Greg Roach
1
-1
/
+1
2013-08-16
One-parent family causes PHP error in fan chart
Greg Roach
1
-3
/
+5
2013-08-09
Remove empty subversion Id tags
Greg Roach
1
-3
/
+1
2013-07-18
Comparing GedcomRecords needs === rather than == as the same record will alwa...
fisharebest
1
-1
/
+1
2013-07-16
Refactor - no longer need WT_GedcomRecord::equals() - can use "=="
fisharebest
1
-1
/
+1
2013-07-07
Fanchart - one-parent families cause PHP error
fisharebest
1
-5
/
+5
2013-07-04
Show missing spouse as an unknown person on charts. Provides more consistent...
fisharebest
1
-3
/
+1
2013-06-29
(no commit message)
fisharebest
1
-4
/
+4
2013-06-14
#1089932 - Fanchart doesn't show baptism/burial years
fisharebest
1
-8
/
+1
2012-11-16
Cosmetic: updates to I18N hints
fisharebest
1
-1
/
+1
2012-09-03
#1045113 - Fanchart error
fisharebest
1
-2
/
+0
2012-08-25
Do not save large data items (e.g. images) in $_SESSION. It is unnecessary, ...
fisharebest
1
-45
/
+17
2012-06-30
Performance. PHP has no native function for integer division. floor($x/$y) ...
fisharebest
1
-3
/
+3
2012-04-17
Start to disentangle the require_once dependencies. Previously, session.php ...
fisharebest
1
-2
/
+0
2012-03-25
Replace $WT_IMAGES array of images with CSS.
fisharebest
1
-5
/
+1
2012-01-18
Update to 13278 - one file did not get submitted.
fisharebest
1
-0
/
+8
2012-01-16
Minor updates to fan chart
fisharebest
1
-1
/
+1
2012-01-16
Split fanchart into separate view and controller
fisharebest
1
-0
/
+406