summaryrefslogtreecommitdiff
path: root/modules_v3/gedcom_favorites
AgeCommit message (Expand)AuthorFilesLines
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
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-3/+3
2012-05-07fix typo for recent changeƁukasz Wilenski1-1/+0
2012-05-07Add new favorite - update GUI to indicate that you enter XREF or URLfisharebest1-3/+7
2012-04-18HTML validation errorfisharebest1-3/+3
2012-04-10Add missing space in favorites blockfisharebest1-1/+1
2012-04-03Minor changeNigel Osborne1-1/+1
2012-04-02Bug #971874 - Validation Errors in GEDCOM Favorites - further tidyingNigel Osborne1-29/+17
2012-04-02Bug #971874 - Validation Errors in GEDCOM FavoritesNigel Osborne1-30/+26
2012-04-01Fix: undefined $ENABLE_AUTOCOMPLETE error in user-favourites blockfisharebest1-19/+5
2012-03-31Replace 3rd party autocomplete library with native jQuery functionsfisharebest1-1/+1
2012-03-28Functions should return HTML, rather than output itfisharebest1-6/+6
2012-03-25Replace $WT_IMAGES array of images with CSS.fisharebest1-2/+1
2012-03-24Replace $WT_IMAGES array of images with CSS.fisharebest1-1/+1
2012-03-09Remove debug codefisharebest1-15/+15
2012-03-07Update DB schema for favorites and news tables. Use numeric IDs instead of t...fisharebest2-66/+135
2012-02-29Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), etc...fisharebest1-5/+5
2011-12-21#902683 - HTML validationfisharebest1-2/+2
2011-12-13Revert a few changes of <br> to <br /> where they occur inside translation st...fisharebest1-1/+1
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-17/+17
2011-11-19Correct centering of favourites display and correct a margin issue on GM tab.Nigel Osborne1-1/+1
2011-11-19Remove classes .rtl and .lrt - these exist to correct the alignment when we a...fisharebest1-3/+3
2011-11-01Use AJAX for handling update actions. These should not be GET/POST requests....fisharebest1-1/+23
2011-10-30Bug 883688 - Additional correction to Mypage favorites for FAB themeRob Peters1-1/+1