| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-01-30 | Update copyright year | Greg Roach | 1 | -1/+1 | |
| 2015-06-08 | PHPDoc | Greg Roach | 1 | -2/+1 | |
| 2015-05-31 | PSR-4 | Greg Roach | 1 | -0/+2 | |
| 2015-03-02 | Module API | Greg Roach | 1 | -294/+1 | |
| 2015-02-06 | Rename function for consistency | Greg Roach | 1 | -2/+2 | |
| 2015-02-05 | Unreachable code | Greg Roach | 1 | -2/+0 | |
| 2015-02-05 | Statistics not always using settings from correct tree | Greg Roach | 1 | -15/+14 | |
| 2015-02-05 | Add API to access the parent tree of a record | Greg Roach | 1 | -3/+3 | |
| 2015-02-05 | Namespaces should consist of both vendor and package | Greg Roach | 1 | -1/+1 | |
| 2015-02-03 | Autoload includes/functions/* | Greg Roach | 1 | -2/+0 | |
| 2015-02-02 | Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3. | Greg Roach | 1 | -77/+71 | |
| 2015-01-31 | #1416744 - Family tree titles on RTL/LTR pages | Greg Roach | 1 | -3/+3 | |
| 2015-01-31 | English text | Greg Roach | 1 | -1/+1 | |
| 2015-01-25 | Merge pull request #380 from ddrury/languageCheckboxImprovements | Greg Roach | 1 | -8/+3 | |
| Improve code for language checkbox selection | |||||
| 2015-01-23 | Fix: pending changes block not shown when email disabled. Move more help ↵ | Greg Roach | 2 | -45/+13 | |
| text inline. | |||||
| 2015-01-21 | Improve code for language checkbox selection | David Drury | 1 | -8/+3 | |
| Renamed function parameter to better reflect it's use | |||||
| 2015-01-21 | Default settings on new blocks inconsistent, both yes/no radio buttons empty | Greg Roach | 1 | -23/+16 | |
| 2015-01-19 | HTML5 | Greg Roach | 1 | -6/+6 | |
| 2015-01-18 | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 1 | -56/+56 | |
| This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | |||||
| 2015-01-18 | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 1 | -5/+5 | |
| This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | |||||
| 2015-01-17 | New theme system and admin interface | Greg Roach | 1 | -4/+4 | |
| 2014-12-05 | PHPDoc | Greg Roach | 1 | -2/+3 | |
| 2014-12-04 | PHPDoc | Greg Roach | 1 | -3/+3 | |
| 2014-11-27 | PHPDoc | Greg Roach | 1 | -7/+7 | |
| 2014-11-04 | Use Auth class instead of constants - will allow better masquerade function. ↵ | Greg Roach | 1 | -1/+3 | |
| Escape username, to remove restriction on allowed characters. | |||||
| 2014-10-10 | Update .PO files. Fix some minor English grammar. | Greg Roach | 1 | -1/+1 | |
| 2014-09-17 | Split site-preference getter/setter into two functions | Greg Roach | 1 | -1/+1 | |
| 2014-08-14 | Code without side-effects (see PSR-1) does not require guard headers | Greg Roach | 1 | -5/+0 | |
| 2014-06-25 | Tidy up English punctuation, capitalisation, etc. | Greg Roach | 1 | -1/+1 | |
| 2014-05-08 | DocBlock headers - fix mismatches with code and apply consistent formatting | Greg Roach | 1 | -2/+2 | |
| 2014-01-04 | Update copyright date to 2014 | Greg Roach | 2 | -2/+2 | |
| 2014-01-04 | Fix address of FSF, replace licence of GPLv2 by latest version | weberho | 2 | -2/+2 | |
| 2013-12-16 | HTML block - selecting default tree when there is no default tree causes ↵ | Greg Roach | 1 | -1/+1 | |
| fatal error | |||||
| 2013-11-09 | Add CSRF checks to module configuration forms | Greg Roach | 1 | -2/+2 | |
| 2013-08-29 | New filter/validation functions for GET/POST variables | Greg Roach | 1 | -8/+8 | |
| 2013-08-24 | Update non-typographic quotation marks | Greg Roach | 2 | -2/+2 | |
| Tidy up punctuation | |||||
| 2013-08-21 | Add escaping functions, based on semantics of what is being escaped | Greg Roach | 1 | -4/+4 | |
| 2013-08-18 | Update .PO files. Change <br/> to <br> | Greg Roach | 1 | -1/+1 | |
| 2013-08-09 | Remove empty subversion Id tags | Greg Roach | 2 | -6/+2 | |
| 2013-06-01 | Don't say "GEDCOM" unless we mean it. | fisharebest | 1 | -1/+1 | |
| 2013-06-01 | Don't say "GEDCOM" unless we mean it. | fisharebest | 1 | -1/+1 | |
| 2012-11-16 | Cosmetic: updates to I18N hints | fisharebest | 1 | -1/+1 | |
| 2012-09-28 | #1057171 - CKEditor fails to save HTML block data in most browsers | fisharebest | 1 | -1/+7 | |
| 2012-09-15 | Remove unnecessary check - if a gedcom is unimported, we cannot get to the ↵ | fisharebest | 1 | -3/+1 | |
| index page. | |||||
| 2012-09-14 | Assume PHP time is the same as MySQL time. Both should use the same ↵ | fisharebest | 1 | -2/+2 | |
| underlying OS function. Saves a DB query. Only call time() once. For consistency, and for a very minor performance tweak. | |||||
| 2012-09-14 | Performance: fetch all the wt_site_setting values in one query. | fisharebest | 1 | -1/+1 | |
| 2012-09-13 | Complete rewrite of the handling of lists of trees: | fisharebest | 1 | -7/+6 | |
| https://bugs.launchpad.net/webtrees/+bug/1024825 - Custom language translations not working on family tree titles https://bugs.launchpad.net/webtrees/+bug/981640 - Partial solution - filter list of trees using REQUIRE_VISITOR_AUTHENTICATION to hide trees which the user cannot see. This also ensures that private trees remain completely hidden until after login. https://bugs.launchpad.net/webtrees/+bug/1046002 - v1.3.1 admin.php ERROR 8 at line 277 Performance tweak - save at least two DB calls per page. | |||||
| 2012-08-12 | Some fine tuning to the CKEditor bug fix. | Nigel Osborne | 1 | -6/+6 | |
| 2012-08-12 | Some fine tuning to the CKEditor bug fix. | Nigel Osborne | 1 | -8/+8 | |
| 2012-08-10 | Convert CKEditor to jQuery. Note - it doesn't actually work (still need to ↵ | fisharebest | 1 | -27/+3 | |
| configure it) but it didn't work beforehand either! | |||||
