summaryrefslogtreecommitdiff
path: root/reportengine.php
AgeCommit message (Collapse)AuthorFilesLines
2013-07-13Refactor away find_gedcom_record() - reportsfisharebest1-12/+11
2013-02-06Previously, AJAX pages loaded their own copies of JS libraries (to work ↵fisharebest1-2/+2
around limitation in old versions of jquery?). Don't do this any more - it breaks jQuery extensions, by re-creating the jQuery object. This also has the benefit of making the home page more responsive.
2012-10-07Fix validation error (missing ">") in reportengine.phpfisharebest1-3/+1
2012-07-18Specify WT_STATIC_URL path for all JS files - otherwise they won't get ↵fisharebest1-1/+1
picked up from a CDN server
2012-06-16Defer loading of external javascript (and most inline javascript) to the ↵fisharebest1-2/+2
bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed.
2012-04-18ergonomy of reports type selectionŁukasz Wilenski1-4/+4
2012-04-16Simplify redundant logic: "if (x==y || x!=y)" is always true.fisharebest1-74/+68
2012-04-16reportengine.php - filter inputsfisharebest1-36/+17
2012-04-02add WT_I18N::number to numbers in report optionsŁukasz Wilenski1-2/+7
2012-04-02Introduce support for "mime-type" based iconsfisharebest1-2/+2
2012-03-31Replace 3rd party autocomplete library with native jQuery functionsfisharebest1-16/+5
#964398 - find individual id
2012-03-28Functions should return HTML, rather than output itfisharebest1-4/+4
2012-03-24Replace $WT_IMAGES array of images with CSS.fisharebest1-11/+4
2012-01-04#911640 - PDF Display Issue (Minor)fisharebest1-2/+2
2011-12-12Standardise format for each overall page container: <div id="xxx-page"> ↵Nigel Osborne1-2/+2
where xxx is the page name (like login.php) without .php
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-15/+15
2011-12-08Fix centring on report settings pageNigel Osborne1-41/+42
2011-12-05#900273 - Default person in chartsfisharebest1-9/+2
2011-11-19Remove classes .rtl and .lrt - these exist to correct the alignment when we ↵fisharebest1-1/+1
apply "center" at a parent element. We have now removed the "center", and no longer need this markup.
2011-11-14Update some comments from PGV to webtreesfisharebest1-1/+1
2011-11-11Remove redundant/obsolete html attribute (border="0") as this is already set ↵fisharebest1-1/+1
in CSS
2011-11-11Use consistent style for <a href="#" onclick="foo();"> the various ↵fisharebest1-1/+1
combinations of javascript:XXX are non-standard, and cause problems with some browsers.
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest1-8/+6
2011-09-27Tidy up report-parameters formfisharebest1-20/+8
2011-09-07Remove the "enable multimedia" option. Multimedia is always enabled. Add a ↵fisharebest1-92/+90
new configuration option to restrict who can upload new media files.
2011-08-18Bug #827621 Bug in Vital RecordsNigel Osborne1-1/+2
2011-06-17Show report descriptions, as well as their titles when running reports.fisharebest1-1/+1
2011-06-10fix typoŁukasz Wilenski1-1/+1
2011-06-10Remove repeated check for the same file existing.fisharebest1-154/+149
2011-06-10Add I18N commentsfisharebest1-0/+9
2011-06-08Don't close the session until after we have displayed the header. ↵fisharebest1-222/+218
Customised themes might want to read/write session variables.
2011-03-12Update code to use new function WT_Gedcom_Tag::getLabel()fisharebest1-1/+1
2011-03-11Report menu -- no default webtrees Bugs Bug #732955Nigel Osborne1-2/+0
2011-02-26#725432 - Report no selection svn 10975fisharebest1-1/+1
2011-02-09Copy common images to individual themes. Remove old/unused icons.fisharebest1-2/+2
2011-01-02Refactoring class names and use autoloading.fisharebest1-2/+192
2011-01-02Refactoring class names and use autoloading.fisharebest1-1/+1
2011-01-01Refactoring class names and use autoloading.fisharebest1-13/+13
2011-01-01Refactoring class names and use autoloading.fisharebest1-1/+1
2010-12-22Use proper object accessfisharebest1-11/+12
2010-12-09Allow the use of translate_fact() in reports, as well as i18n::translate().fisharebest1-1/+1
2010-10-30(no commit message)fisharebest1-7/+7
2010-10-30Cosmetic change - consistent "; " before PHP close tagfisharebest1-6/+4
2010-10-25Downloading PDF files crashes fastcgi servers with regiser_globals=On. Set ↵fisharebest1-3/+2
headers to allow browser to determine whether to view/open/save file, rather than try to force download.
2010-09-21(no commit message)fisharebest1-2/+2
2010-09-18added some code that make easier the installation of pedigree single page ↵Łukasz Wilenski1-0/+5
report (agreed with Nigel)
2010-09-10Tidy up some whitespace/formattingfisharebest1-1/+1
2010-07-17Remove static image names for ease of sorting/maintenancefisharebest1-2/+2
2010-07-17Combine large and small icons - use CSS to downsize when small icons are ↵fisharebest1-4/+4
required
2010-07-17Combine WT_THEME_DIR with WT_IMAGES. This reduces repetition, and will ↵fisharebest1-3/+3
allow themes to share common images, e.g. in the images directory.