| 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-08 | Create test harnesses for modules | Greg Roach | 1 | -1/+1 | |
| 2015-03-02 | Module API | Greg Roach | 1 | -250/+1 | |
| 2015-02-16 | class Auth should be responsible for checking search engines | Greg Roach | 1 | -3/+1 | |
| 2015-02-05 | Namespaces should consist of both vendor and package | Greg Roach | 1 | -1/+1 | |
| 2015-02-02 | Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3. | Greg Roach | 1 | -31/+28 | |
| 2015-01-28 | Use PHP function to set HTTP status | Greg Roach | 1 | -1/+1 | |
| 2015-01-24 | Do not need exit() at the last line of code | Greg Roach | 1 | -1/+0 | |
| 2015-01-18 | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 1 | -33/+33 | |
| 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 | -12/+12 | |
| 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 | -5/+7 | |
| 2014-12-05 | PHPDoc | Greg Roach | 1 | -2/+20 | |
| 2014-11-27 | PHPDoc | Greg Roach | 1 | -7/+7 | |
| 2014-10-06 | Whitespace changes to reduce merge conflicts with the assets branch | Greg Roach | 1 | -2/+2 | |
| 2014-08-14 | Code without side-effects (see PSR-1) does not require guard headers | Greg Roach | 1 | -5/+0 | |
| 2014-04-03 | Same variable used twice in foreach() | Greg Roach | 1 | -3/+3 | |
| 2014-02-25 | Make counting number of individuals per surname optional as not required in ↵ | Rico Sonntag | 1 | -1/+1 | |
| individual view, reducing number of database request | |||||
| 2014-01-29 | Search from families sidebar gives PHP error | Greg Roach | 1 | -1/+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-11-01 | Tidy up trailing whitespace | Greg Roach | 1 | -1/+1 | |
| 2013-09-22 | Don't show (most) sidebar content to search engines | Greg Roach | 1 | -2/+4 | |
| 2013-08-29 | New filter/validation functions for GET/POST variables | Greg Roach | 1 | -4/+4 | |
| 2013-08-09 | Remove empty subversion Id tags | Greg Roach | 1 | -2/+0 | |
| 2013-06-29 | (no commit message) | fisharebest | 1 | -12/+12 | |
| 2013-02-15 | #1126327 - Sidebar (individual or family list) - searching | fisharebest | 1 | -1/+1 | |
| 2013-02-09 | SIdebar individual/family list - need updating for jQuery 1.9 | fisharebest | 1 | -2/+2 | |
| 2013-02-02 | Upgrade JQuery-UI to latest version | fisharebest | 1 | -2/+2 | |
| 2012-11-16 | Cosmetic: updates to I18N hints | fisharebest | 1 | -1/+1 | |
| 2012-08-26 | Remove some unused code from individuals/families sidebar. It seems to be ↵ | fisharebest | 1 | -18/+0 | |
| trying to remember the state of the sidebar between calls - but this has never worked, and I am not sure we'd really want it... | |||||
| 2012-06-16 | Defer loading of external javascript (and most inline javascript) to the ↵ | fisharebest | 1 | -1/+1 | |
| bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed. | |||||
| 2012-05-26 | Need to explicitly close sessions for AJAX responses. TODO we should really ↵ | fisharebest | 1 | -0/+1 | |
| do this via the WT_Ajax_Controller (or a new WT_Json_Controller) | |||||
| 2012-05-06 | fix: ERROR 8: Use of undefined constant WT_AUTOCOMPLETE_LIMIT | Łukasz Wilenski | 1 | -1/+1 | |
| 2012-04-03 | #972588 - autocomplete - family results when marriage year is not knwon | fisharebest | 1 | -5/+7 | |
| 2012-03-31 | Replace 3rd party autocomplete library with native jQuery functions | fisharebest | 1 | -1/+1 | |
| #964398 - find individual id | |||||
| 2012-03-28 | Functions should return HTML, rather than output it | fisharebest | 1 | -1/+1 | |
| 2012-02-29 | Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), ↵ | fisharebest | 1 | -4/+4 | |
| etc. The browser will do a much faster and better job than we can. Unfortunately, only Webkit supports this at the moment. Presto and Gecko should support it soon. Trident support is unknown. | |||||
| 2011-12-12 | HTML validation - use html5-style for self-closing tags, instead of xhtml-style | fisharebest | 1 | -1/+1 | |
| 2011-12-12 | HTML validation: & => & | fisharebest | 1 | -2/+2 | |
| 2011-12-11 | #902683 - webtrees 1.2.4 W3C errors Bug | fisharebest | 1 | -18/+13 | |
| 2011-11-14 | Tidy up the options on the individiual-list page. show-married-names is now ↵ | fisharebest | 1 | -6/+4 | |
| a user-setting instead of a family-tree-setting. | |||||
| 2011-11-10 | Fix: sidebar modules should use the module interface for their AJAX ↵ | fisharebest | 1 | -4/+18 | |
| callback. Note that some of the "mod_action" and "sb_action" can be combined/simplified. | |||||
| 2011-10-15 | Minor refactoring - move code relating to GEDCOM records into the GEDCOM objects | fisharebest | 1 | -1/+1 | |
| 2011-09-15 | Performance - we do not need the f_numchil column to create a WT_Family ↵ | fisharebest | 1 | -1/+1 | |
| object. It takes less CPU/memory to calculate it as needed from the gedcom record. | |||||
| 2011-09-14 | Performance - it is faster to extract the sex from the gedcom record than it ↵ | fisharebest | 1 | -1/+1 | |
| is to fetch the i_sex column from the database | |||||
| 2011-09-10 | #822603 - Death flag set wrongly | fisharebest | 1 | -1/+1 | |
| 2011-08-04 | #821050 - Error calling page after update to 1.2.2 | fisharebest | 1 | -0/+267 | |
