| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-06-08 | PHPDoc | Greg Roach | 1 | -2/+1 | |
| 2015-06-05 | Refactor includes/functions into classes | Greg Roach | 1 | -6/+8 | |
| 2015-05-31 | PSR-4 | Greg Roach | 1 | -0/+2 | |
| 2015-05-30 | Code style | Greg Roach | 1 | -1/+1 | |
| 2015-03-08 | Remove constants, to improve multi-tree handling | Greg Roach | 1 | -5/+5 | |
| 2015-03-02 | PSR-1 | Greg Roach | 1 | -4/+4 | |
| 2015-03-01 | Fix 1426849 - undefined variable in family.php | Greg Roach | 1 | -1/+1 | |
| 2015-02-16 | Globals | Greg Roach | 1 | -1/+1 | |
| 2015-02-05 | Globals | Greg Roach | 1 | -0/+1 | |
| 2015-02-05 | Replace globals with tree properties | Greg Roach | 1 | -3/+0 | |
| 2015-02-05 | Namespaces should consist of both vendor and package | Greg Roach | 1 | -1/+1 | |
| 2015-02-04 | PHPDoc for globals | Greg Roach | 1 | -1/+7 | |
| 2015-02-02 | Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3. | Greg Roach | 1 | -39/+32 | |
| 2015-01-28 | Use PHP function to set HTTP status | Greg Roach | 1 | -1/+1 | |
| 2015-01-21 | Code quality - avoid @, exit() and die() | Greg Roach | 1 | -1/+2 | |
| 2015-01-18 | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 1 | -8/+8 | |
| This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | |||||
| 2015-01-18 | Default constructors do not need parentheses | Greg Roach | 1 | -1/+1 | |
| 2015-01-17 | New theme system and admin interface | Greg Roach | 1 | -1/+1 | |
| 2014-11-08 | PHPDoc | Greg Roach | 1 | -1/+1 | |
| 2014-10-22 | Better description of variable names | Greg Roach | 1 | -2/+2 | |
| 2014-10-06 | Whitespace changes to reduce merge conflicts with the assets branch | Greg Roach | 1 | -1/+1 | |
| 2014-08-02 | Unused CSS, etc. | Greg Roach | 1 | -7/+2 | |
| 2014-07-20 | Removed unused javascript functions | David Drury | 1 | -6/+0 | |
| 2014-04-05 | Fix: using the result of void functions | 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-08 | Add CSRF checks to action.php callbacks | Greg Roach | 1 | -4/+4 | |
| 2013-08-24 | Update non-typographic quotation marks | Greg Roach | 1 | -1/+1 | |
| Tidy up punctuation | |||||
| 2013-08-19 | Fix: add spouse to one-parent family from family page | Greg Roach | 1 | -2/+2 | |
| 2013-08-11 | Fix: cannot add spouse to family | Greg Roach | 1 | -2/+2 | |
| 2013-08-09 | Remove empty subversion Id tags | Greg Roach | 1 | -3/+1 | |
| 2013-06-29 | (no commit message) | fisharebest | 1 | -19/+9 | |
| 2013-01-22 | Remove the lightbox plugin from the "album" module. Add the colorbox module ↵ | fisharebest | 1 | -5/+0 | |
| (temporarily) in its place. | |||||
| 2012-11-16 | Cosmetic: updates to I18N hints | fisharebest | 1 | -2/+2 | |
| 2012-11-16 | Move print_family_facts() to the family controller | fisharebest | 1 | -1/+4 | |
| 2012-10-23 | #1049039 - Help text bugs on family tab | fisharebest | 1 | -2/+2 | |
| Remove some unhelpful/outdated help text. Combine some similar translations. Spell "Re-order" consistently | |||||
| 2012-07-07 | Tidy up the "showchanges()" logic. The option to hide/show changes was ↵ | fisharebest | 1 | -1/+0 | |
| removed a very long time ago. | |||||
| 2012-06-16 | Defer loading of external javascript (and most inline javascript) to the ↵ | fisharebest | 1 | -2/+2 | |
| bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed. | |||||
| 2012-04-26 | add lightbox init function to module class | Łukasz Wilenski | 1 | -3/+4 | |
| 2012-02-25 | Send 404 instead of 403 for private/not found pages. Otherwise search ↵ | fisharebest | 1 | -1/+1 | |
| engines keep coming back.... | |||||
| 2012-02-13 | Provide better sizes for popup windows. | fisharebest | 1 | -3/+3 | |
| 2011-12-12 | Standardise format for each overall page container: <div id="xxx-page"> ↵ | Nigel Osborne | 1 | -1/+3 | |
| where xxx is the page name (like login.php) without .php | |||||
| 2011-12-12 | HTML validation - use html5-style for self-closing tags, instead of xhtml-style | fisharebest | 1 | -2/+2 | |
| 2011-11-11 | Use consistent style for <a href="#" onclick="foo();"> the various ↵ | fisharebest | 1 | -6/+6 | |
| combinations of javascript:XXX are non-standard, and cause problems with some browsers. | |||||
| 2011-11-03 | Refactoring - move towards a MVC (model/view/controller) architecture | fisharebest | 1 | -36/+28 | |
| 2011-11-01 | Use AJAX for handling update actions. These should not be GET/POST ↵ | fisharebest | 1 | -4/+4 | |
| requests. Introduce Zend "FlashMessenger" to provide feedback from AJAX requests. | |||||
| 2011-10-24 | #604136 - Nav Options box location display bug-SVN906651 | Łukasz Wilenski | 1 | -1/+1 | |
| 2011-09-21 | Send 403 (denied) instead of 200 (OK) for records that are not found. ↵ | fisharebest | 1 | -0/+1 | |
| Otherwise search engines will keep re-loading non-existent/private pages. | |||||
| 2011-09-11 | #826094 - Add/Change SOUR approval missing - SVN 12122 | fisharebest | 1 | -4/+0 | |
| Remove "Return to sources/repositories" links. We can arrive here from other pages, so "return" is incorrect. In any case, every page has a link to the source/repo list in the menu. | |||||
| 2011-07-14 | #807800 - accept or reject: context? | fisharebest | 1 | -4/+4 | |
