summaryrefslogtreecommitdiff
path: root/source.php
AgeCommit message (Collapse)AuthorFilesLines
2011-11-24Change note-list function to use a variable rather than echoing every cellNigel Osborne1-1/+1
2011-11-24Change fam-list function to use a variable rather than echoing every cellNigel Osborne1-1/+1
2011-11-23Change indi-list function to use a variable rather than echoing every cellNigel Osborne1-1/+1
2011-11-18#739079 - Help text 1481 on upload of media files inaccuratfisharebest1-1/+1
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-03Fix: page footers not being displayed on pages with controllersfisharebest1-4/+2
2011-11-03Refactoring - move towards a MVC (model/view/controller) architecturefisharebest1-35/+31
2011-11-01Use AJAX (action.php) instead of popup windows (edit_interface.php)fisharebest1-4/+4
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-09-22Add HTML escapes and directional markup when we CREATE the names of objects, ↵fisharebest1-1/+1
rather than when we DISPLAY them. It is easier to do it in one place, not everywhere. getFullName() already calls canDisplayName(), so no need to call it a second time.
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-6/+1
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-09-08MEDIA_UPLOAD access checks need "<=" rather than "<"fisharebest1-1/+1
2011-09-07Remove the "enable multimedia" option. Multimedia is always enabled. Add a ↵fisharebest1-7/+9
new configuration option to restrict who can upload new media files.
2011-08-19Update Repositories list and details to same datatables format as sources.Nigel Osborne1-2/+0
2011-08-16Fix for "ERROR 8: Undefined variable: table_idNigel Osborne1-1/+1
0 Error occurred on line 915 of file functions_print_lists.php in function print_sour_table 1 called from line 36 of file sourcelist.php"
2011-08-16Adjustment for wide notes (such as from Census Assistant)Nigel Osborne1-2/+2
2011-08-16Update Shared Notes list and details to same datatables format as sources.Nigel Osborne1-43/+40
2011-08-15Change title of first tab from "Edit' to "Details"Nigel Osborne1-1/+1
2011-08-11Moving source lists and details to jquery. First step in moving all lists.Nigel Osborne1-47/+78
2011-07-14#807800 - accept or reject: context? fisharebest1-4/+4
2011-07-11Always "require_once" functions_print_lists (not just "require"), because ↵Larry Meaney1-1/+1
the custom_js module may invoke WT_Stats which also needs functions_print_lists
2011-06-28Preparations for #801920 - make the "page" individual available when ↵fisharebest1-1/+1
printing facts, so that we can calculate ages for this individual, not the "close relative" individual
2011-06-28Fix: mediaviewer.php is not re-drawing after edits.fisharebest1-4/+2
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-09I18N: Improve English texts. (Multi-)media items => "Media objects"fisharebest1-2/+2
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-25/+16
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-46/+57
show/hide/accept/reject them.
2011-06-08Don't close the session until after we have displayed the header. ↵fisharebest1-3/+3
Customised themes might want to read/write session variables.
2011-05-16Tidy up. No functional changes.fisharebest1-2/+0
2011-05-05* move privacy checks from controller to view levelLarry Meaney1-10/+15
* tidy up code
2011-05-03Remove explicit LTR/RTL markup - we now inherit this from the <body>fisharebest1-2/+2
2011-02-18Use constant WT_MODULES_DIR instead of hard-coded references to 'modules/'fisharebest1-2/+2
2011-01-01Refactoring class names and use autoloading.fisharebest1-6/+6
2011-01-01Refactoring class names and use autoloading.fisharebest1-2/+1
2010-12-31Fix: pending changes to source facts cause all other facts to show as new.fisharebest1-1/+1
2010-12-08Simplify some code, (when printing notes/sources/media facts)fisharebest1-7/+1
2010-10-30(no commit message)fisharebest1-1/+1
2010-09-21(no commit message)fisharebest1-2/+2
2010-07-26similar layoutŁukasz Wilenski1-1/+1
2010-06-28Tidy up some globalsfisharebest1-0/+2
2010-06-26Remove old references to print-preview modefisharebest1-2/+1
2010-06-03Don't show XREF in bracketsfisharebest1-3/+0
2010-05-14Merge duplicate texts that only differ by upper/lower case. Prefer ↵fisharebest1-2/+2
"Sentence case" to "Initial Capitals"
2010-04-05(no commit message)Veit Olschinski1-0/+132