summaryrefslogtreecommitdiff
path: root/modules_v3/gedcom_news
AgeCommit message (Expand)AuthorFilesLines
2016-01-30Update copyright yearGreg Roach1-1/+1
2015-06-08PHPDocGreg Roach1-2/+2
2015-06-03Refactor database migrations to use autoloading and remove duplicatesGreg Roach4-163/+0
2015-05-31PSR-4Greg Roach1-0/+1
2015-04-05Update .PO filesGreg Roach1-1/+1
2015-03-02Module APIGreg Roach1-148/+1
2015-02-05Namespaces should consist of both vendor and packageGreg Roach4-4/+4
2015-02-03Autoload includes/functions/*Greg Roach1-2/+0
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach4-129/+107
2015-01-31Combine WT_SERVER_NAME and WT_SCRIPT_PATH into WT_BASE_URLGreg Roach1-1/+1
2015-01-21Fatal errors during DB upgrades are not shown to the userGreg Roach1-1/+3
2015-01-21Default settings on new blocks inconsistent, both yes/no radio buttons emptyGreg Roach1-6/+4
2015-01-19HTML5Greg Roach1-4/+4
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer4-27/+27
2015-01-17New theme system and admin interfaceGreg Roach1-2/+3
2014-12-05PHPDocGreg Roach1-7/+3
2014-11-27PHPDocGreg Roach1-8/+7
2014-11-04Use Auth class instead of constants - will allow better masquerade function. ...Greg Roach1-1/+3
2014-10-23CleanupGreg Roach1-5/+3
2014-10-22Move news/blog functions to the news/blog codeGreg Roach1-49/+53
2014-10-06Tidy up DB schema updatesGreg Roach3-15/+0
2014-09-17Split site-preference getter/setter into two functionsGreg Roach3-3/+3
2014-06-21Capitalisation and punctuationGreg Roach1-3/+3
2014-01-04Update copyright date to 2014Greg Roach4-7/+4
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho4-4/+4
2013-11-09Add CSRF checks to module configuration formsGreg Roach1-1/+1
2013-09-02Use HTML <br> instead of XHTML <br />Greg Roach1-3/+1
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-5/+5
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-1/+1
2013-08-09Remove empty subversion Id tagsGreg Roach4-12/+4
2013-06-17Minor tidy up of News module GUINigel Osborne1-3/+2
2013-01-20PHP5.2 / PHP5.3 issuesfisharebest1-1/+2
2013-01-19HTML5 validation - need to use the non-xhtml version of nl2br()fisharebest1-1/+1
2012-11-16Cosmetic: updates to I18N hintsfisharebest1-1/+1
2012-09-14Assume PHP time is the same as MySQL time. Both should use the same underlyi...fisharebest1-2/+1
2012-09-14Performance: fetch all the wt_site_setting values in one query.fisharebest3-3/+3
2012-06-30Performance. PHP has no native function for integer division. floor($x/$y) ...fisharebest1-1/+1
2012-06-29#1016873 - Delete users leaves orphaned data in DBfisharebest2-1/+56
2012-06-16Defer loading of external javascript (and most inline javascript) to the bott...fisharebest1-1/+0
2012-03-24Replace array of images with CSS.fisharebest1-2/+2
2012-03-07Update DB schema for favorites and news tables. Use numeric IDs instead of t...fisharebest2-4/+88
2012-03-05Use modal dialog instead of popup window to edit block settingsfisharebest1-1/+1
2012-02-29Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), etc...fisharebest1-1/+1
2012-02-22The default news article is (a) outdated, (b) not created until after the tre...fisharebest1-1/+1
2012-02-13Provide better sizes for popup windows.fisharebest1-4/+4
2011-12-21#902683 - HTML validationfisharebest1-5/+6
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-5/+5
2011-11-20Move module code from index.php to the modules.fisharebest1-2/+2
2011-11-19Remove unused global $TEXT_DIRECTIONfisharebest1-1/+1
2011-11-11Use consistent style for <a href="#" onclick="foo();"> the various combinatio...fisharebest1-3/+3