summaryrefslogtreecommitdiff
path: root/modules_v3/recent_changes
AgeCommit message (Collapse)AuthorFilesLines
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed ↵Greg Roach1-22/+0
module lists; use traits to provide default implementations for interfaces; enable new modules by default; remove constructor
2019-01-01Happy 2019Greg Roach1-1/+1
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2017-03-082017Greg Roach1-1/+1
2016-01-30Update copyright yearGreg Roach1-1/+1
2015-06-08PHPDocGreg Roach1-2/+1
2015-05-31PSR-4Greg Roach1-0/+2
2015-03-02Module APIGreg Roach1-150/+1
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-03Autoload includes/functions/*Greg Roach1-3/+0
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-44/+38
2015-01-26Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-1/+1
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-01-25Merge branch 'wt-dev' of https://github.com/JustCarmen/webtrees into ↵Greg Roach1-1/+1
JustCarmen-wt-dev Conflicts: modules_v3/recent_changes/module.php
2015-01-21Default settings on new blocks inconsistent, both yes/no radio buttons emptyGreg Roach1-12/+14
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-7/+7
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-01-18whitespaceGreg Roach1-1/+1
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-7/+7
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-01-17New theme system and admin interfaceGreg Roach1-4/+4
2014-12-24Fix recent changes module text if no facts found.JustCarmen1-1/+1
2014-12-05PHPDocGreg Roach1-3/+3
2014-11-27PHPDocGreg Roach1-7/+7
2014-11-24Fix recent changes module textVytautas Krivickas1-1/+1
2014-11-04Use Auth class instead of constants - will allow better masquerade function. ↵Greg Roach1-6/+8
Escape username, to remove restriction on allowed characters.
2014-08-14Code without side-effects (see PSR-1) does not require guard headersGreg Roach1-5/+0
2014-01-27DRY recent changes moduleGreg Roach1-3/+4
2014-01-27Extend the definition of recent from 30 to 90 daysGreg Roach1-2/+3
2014-01-04Update copyright date to 2014Greg Roach1-1/+1
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho1-1/+1
2013-11-09Add CSRF checks to module configuration formsGreg Roach1-2/+2
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-7/+7
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2012-11-16Cosmetic: updates to I18N hintsfisharebest1-1/+1
2012-06-16Defer loading of external javascript (and most inline javascript) to the ↵fisharebest1-1/+0
bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed.
2012-03-24Replace array of images with CSS.fisharebest1-3/+2
2012-03-05Use modal dialog instead of popup window to edit block settingsfisharebest1-1/+1
2012-02-13Provide better sizes for popup windows.fisharebest1-2/+2
2012-01-03More I18N for numbersfisharebest1-2/+2
2011-12-21#902683 - HTML validationfisharebest1-5/+6
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-2/+2
2011-11-19Change final few headers to use consistent comment style. Delete some ↵fisharebest1-35/+0
empty/unused files.
2011-11-13Recent - can now load using AJAXfisharebest1-1/+1
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-09Remove showparents from small blocksNigel Osborne1-11/+2
2011-11-05(final part). (1) Only load datatables.js on pages that use it. (2) move ↵fisharebest1-1/+1
JavaScript to end of page.
2011-10-24#604136 - Nav Options box location display bug-SVN906651Łukasz Wilenski1-0/+1
2011-10-05Remove unused codefisharebest1-5/+0
2011-08-04#821050 - Error calling page after update to 1.2.2fisharebest2-0/+227