summaryrefslogtreecommitdiff
path: root/family.php
AgeCommit message (Collapse)AuthorFilesLines
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-1/+1
2014-08-02Unused CSS, etc.Greg Roach1-7/+2
2014-07-20Removed unused javascript functionsDavid Drury1-6/+0
2014-04-05Fix: using the result of void functionsGreg Roach1-1/+1
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-08Add CSRF checks to action.php callbacksGreg Roach1-4/+4
2013-08-24Update non-typographic quotation marksGreg Roach1-1/+1
Tidy up punctuation
2013-08-19Fix: add spouse to one-parent family from family pageGreg Roach1-2/+2
2013-08-11Fix: cannot add spouse to familyGreg Roach1-2/+2
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2013-06-29(no commit message)fisharebest1-19/+9
2013-01-22Remove the lightbox plugin from the "album" module. Add the colorbox module ↵fisharebest1-5/+0
(temporarily) in its place.
2012-11-16Cosmetic: updates to I18N hintsfisharebest1-2/+2
2012-11-16Move print_family_facts() to the family controllerfisharebest1-1/+4
2012-10-23#1049039 - Help text bugs on family tabfisharebest1-2/+2
Remove some unhelpful/outdated help text. Combine some similar translations. Spell "Re-order" consistently
2012-07-07Tidy up the "showchanges()" logic. The option to hide/show changes was ↵fisharebest1-1/+0
removed a very long time ago.
2012-06-16Defer loading of external javascript (and most inline javascript) to the ↵fisharebest1-2/+2
bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed.
2012-04-26add lightbox init function to module classŁukasz Wilenski1-3/+4
2012-02-25Send 404 instead of 403 for private/not found pages. Otherwise search ↵fisharebest1-1/+1
engines keep coming back....
2012-02-13Provide better sizes for popup windows.fisharebest1-3/+3
2011-12-12Standardise format for each overall page container: <div id="xxx-page"> ↵Nigel Osborne1-1/+3
where xxx is the page name (like login.php) without .php
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-2/+2
2011-11-11Use consistent style for <a href="#" onclick="foo();"> the various ↵fisharebest1-6/+6
combinations of javascript:XXX are non-standard, and cause problems with some browsers.
2011-11-03Refactoring - move towards a MVC (model/view/controller) architecturefisharebest1-36/+28
2011-11-01Use AJAX for handling update actions. These should not be GET/POST ↵fisharebest1-4/+4
requests. Introduce Zend "FlashMessenger" to provide feedback from AJAX requests.
2011-10-24#604136 - Nav Options box location display bug-SVN906651Łukasz Wilenski1-1/+1
2011-09-21Send 403 (denied) instead of 200 (OK) for records that are not found. ↵fisharebest1-0/+1
Otherwise search engines will keep re-loading non-existent/private pages.
2011-09-11#826094 - Add/Change SOUR approval missing - SVN 12122fisharebest1-4/+0
Remove "Return to sources/repositories" links. We can arrive here from other pages, so "return" is incorrect. In any case, every page has a link to the source/repo list in the menu.
2011-07-14#807800 - accept or reject: context? fisharebest1-4/+4
2011-06-28Fix: mediaviewer.php is not re-drawing after edits.fisharebest1-12/+7
2011-06-28Clarify privacy on family.php page: Only attempt to show ↵fisharebest1-2/+11
children/parents/grandparent information if the SHOW_PRIVATE_RELATIONSHIPS option is enabled.
2011-06-28#802729 - Private informationfisharebest1-1/+1
2011-06-24I18N: do not use %s placeholders for HTML fragments. This breaks the ↵fisharebest1-4/+28
LTR/RTL display logic. Instead, the embedded text needs to be complete HTML. Add help text for pending changes.
2011-06-11Lightbox module: stop loading config everywhere - just where it is used.fisharebest1-1/+0
2011-06-10I18N: feedback from translators. use standard message for file not found. ↵fisharebest1-4/+4
translate punctuation
2011-06-10I18N: feedback from translators. It is better to have separate translations ↵fisharebest1-5/+5
for individual/family/source/etc., than to use a generic word such as "record".
2011-06-09Improve the English phrasing of new messagesfisharebest1-4/+4
2011-06-09Remove the option to hide/show pending changes. The option didn't work ↵fisharebest1-24/+17
properly (it wasn't "sticky"), wasn't applied consistently, and was rarely used.
2011-06-08Simplify the presentation of pending changes, and the options to ↵fisharebest1-18/+31
show/hide/accept/reject them.
2011-05-05* move privacy checks from controller to view levelLarry Meaney1-6/+8
* tidy up code
2011-02-18Use constant WT_MODULES_DIR instead of hard-coded references to 'modules/'fisharebest1-2/+2
2011-01-25Tidy up <script type="text/javascript"> tags. fisharebest1-30/+26
2011-01-22Remove hard-coded "align:left". Not needed on LTR, and breaks RTL.fisharebest1-3/+3
2011-01-07Minor tidy up. Use Objects instead of XREFs and raw gedcomfisharebest1-8/+16
2011-01-02Minor tidy up. Use Objects instead of XREFsfisharebest1-1/+1
2011-01-02Remove SHOW_SPIDER_TAGLINE options. Search engines such as Google actively ↵fisharebest1-7/+1
discriminate against pages that show different content to their robots.
2011-01-01Refactoring class names and use autoloading.fisharebest1-8/+8
2011-01-01Refactoring class names and use autoloading.fisharebest1-2/+1
2010-12-31Missing "add mother/father" links on family pagefisharebest1-1/+1