summaryrefslogtreecommitdiff
path: root/modules_v3/gedcom_favorites
AgeCommit message (Expand)AuthorFilesLines
2017-03-082017Greg Roach1-1/+1
2016-01-30Update copyright yearGreg Roach1-1/+1
2015-06-08PHPDocGreg Roach1-2/+1
2015-06-03Refactor database migrations to use autoloading and remove duplicatesGreg Roach4-196/+0
2015-05-31PSR-4Greg Roach1-0/+2
2015-04-05Update .PO filesGreg Roach1-1/+1
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 Roach5-5/+5
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 Roach5-164/+135
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-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer3-28/+28
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-10-06Tidy up DB schema updatesGreg Roach4-20/+0
2014-09-20Simplify Person box drop down menu functionsDavid Drury1-1/+1
2014-09-17Split site-preference getter/setter into two functionsGreg Roach4-4/+4
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 Roach5-5/+5
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho5-5/+5
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 Roach5-14/+4
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-09-14Performance: fetch all the wt_site_setting values in one query.fisharebest4-4/+4
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 truncatedfisharebest3-2/+46