summaryrefslogtreecommitdiff
path: root/modules_v3/gedcom_news
AgeCommit message (Collapse)AuthorFilesLines
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
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
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
Escape username, to remove restriction on allowed characters.
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 ↵fisharebest1-2/+1
underlying OS function. Saves a DB query. Only call time() once. For consistency, and for a very minor performance tweak.
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
is very slow. (int)($x/$y) is measurably faster. We call this function many thousands of times, especially in date calculations.
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 ↵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-2/+2
2012-03-07Update DB schema for favorites and news tables. Use numeric IDs instead of ↵fisharebest2-4/+88
the user/tree name.
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(), ↵fisharebest1-1/+1
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.
2012-02-22The default news article is (a) outdated, (b) not created until after the ↵fisharebest1-1/+1
tree config is changed, (c) created even if the news module is disabled (which causes an error). Remove it.
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 ↵fisharebest1-3/+3
combinations of javascript:XXX are non-standard, and cause problems with some browsers.
2011-10-24#604136 - Nav Options box location display bug-SVN906651Łukasz Wilenski1-1/+2
2011-10-20Eliminate some of the differences between the news and journal blocks. We ↵fisharebest1-11/+8
should be able to combine them completely, as we did with the user/gedcom favourite blocks.
2011-10-05Remove unused codefisharebest1-5/+0