summaryrefslogtreecommitdiff
path: root/modules_v3/gedcom_favorites/module.php
AgeCommit message (Expand)AuthorFilesLines
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-22/+0
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-302/+1
2015-03-02PSR-1Greg Roach1-1/+1
2015-02-05Replace globals with tree propertiesGreg Roach1-16/+1
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
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 Roach1-48/+45
2015-01-31Combine WT_SERVER_NAME and WT_SCRIPT_PATH into WT_BASE_URLGreg Roach1-1/+1
2015-01-24Add visual feedback for privacy settingsGreg 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-3/+4
2015-01-19HTML5Greg Roach1-3/+3
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-50/+50
2015-01-17New theme system and admin interfaceGreg Roach1-12/+17
2014-12-16PHPDoc, unused codeGreg Roach1-2/+2
2014-12-05PHPDocGreg Roach1-7/+30
2014-11-27PHPDocGreg Roach1-11/+14
2014-11-04Use Auth class instead of constants - will allow better masquerade function. ...Greg Roach1-7/+10
2014-10-17Fix #246 - replace checks for sex=='U' with a default (not male or female), f...Greg Roach1-9/+9
2014-09-20Simplify Person box drop down menu functionsDavid Drury1-1/+1
2014-08-14Code without side-effects (see PSR-1) does not require guard headersGreg Roach1-5/+1
2014-07-30Use UUID when unique ID is neededDavid Drury1-1/+2
2014-06-21#58 - do not update superglobalsGreg Roach1-2/+0
2014-06-21Capitalisation and punctuationGreg Roach1-1/+1
2014-06-17Autocomplete doesn't work on pages with data from multiple treesGreg Roach1-2/+3
2014-02-24Consolidate paste_*, pastename and openerpasteid implementationsMatthew Noorenberghe1-1/+0
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-17Browser sniffing is bad. Move to themes, for those that need itGreg Roach1-1/+1
2013-11-09Add CSRF checks to module configuration formsGreg Roach1-1/+1
2013-11-06W3C Validation issue: The for attribute of the label element must refer to a...JustCarmen1-1/+1
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-23/+23
2013-08-24Update non-typographic quotation marksGreg Roach1-1/+1
2013-08-09Remove empty subversion Id tagsGreg Roach1-2/+0
2013-06-29(no commit message)fisharebest1-3/+3
2013-06-23Use PHP5.3 language features in gedcom-record classesfisharebest1-3/+3
2013-06-01Don't say "GEDCOM" unless we mean it.fisharebest1-6/+3
2012-11-16Cosmetic: updates to I18N hintsfisharebest1-1/+1
2012-07-18Specify WT_STATIC_URL path for all JS files - otherwise they won't get picked...fisharebest1-1/+1
2012-07-12Cannot add a GEDCOM favourite when a USER favourite already exists for the sa...fisharebest1-0/+2
2012-07-09#1022422 - Note field in wt_favorite table truncatedfisharebest1-1/+1
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 DBfisharebest1-1/+1