summaryrefslogtreecommitdiff
path: root/mediaviewer.php
AgeCommit message (Collapse)AuthorFilesLines
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-10/+9
2014-09-18Unused codeGreg Roach1-1/+1
2014-07-20Removed unused javascript functionsDavid Drury1-3/+8
2014-06-21Capitalisation and punctuationGreg Roach1-1/+1
2014-05-10Bogus arguments being passed to indi/fam listsGreg Roach1-15/+5
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-17Counts of linked records fail to reflect privacyGreg Roach1-18/+18
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2013-06-29(no commit message)fisharebest1-3/+3
2013-05-13Don't count linked records, when we will be fetching them later.fisharebest1-11/+17
2013-01-22Remove the lightbox plugin from the "album" module. Add the colorbox module ↵fisharebest1-6/+1
(temporarily) in its place.
2013-01-18Major refactoring of media code.fisharebest1-4/+13
#935621 - Support for foreign language characters in media files #1079539 - Uploading non-english named file error #935621 - Support for foreign language characters in media files #1077472 - List media objects missing thumbs page 2 #1047957 - Icons not shown for some remote file types #592603 - $MEDIA_DIRECTORY_LEVELS does not work with absolute paths #1049102 - Inconsitent use of the word "directories"
2012-12-23Remove unused media-controller functionsfisharebest1-7/+0
2012-11-16Cosmetic: updates to I18N hintsfisharebest1-2/+2
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-11/+5
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-1/+2
2012-04-06Move repeated JavaScript code to webtrees.jsfisharebest1-12/+0
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
2012-01-18Popup windows do not need to hard-code the session-ID in the URL. This is ↵fisharebest1-1/+1
probably very old code for use with cookie-free logins.
2011-12-21#902683 - HTML validation - <img align=""> is invalid/deprecatedfisharebest1-1/+1
2011-11-24Change repo-list function to use a variable rather than echoing every cellNigel Osborne1-1/+1
2011-11-24Change note-list function to use a variable rather than echoing every cellNigel Osborne1-1/+1
2011-11-24Change source-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-20Change to layout of media details and search resultsNigel Osborne1-23/+19
2011-11-19Remove classes .rtl and .lrt - these exist to correct the alignment when we ↵fisharebest1-1/+1
apply "center" at a parent element. We have now removed the "center", and no longer need this markup.
2011-11-16Fix: imageview.php needs updating to use new controller structure. Remove ↵fisharebest1-16/+0
used functions.
2011-11-11Use consistent style for <a href="#" onclick="foo();"> the various ↵fisharebest1-4/+4
combinations of javascript:XXX are non-standard, and cause problems with some browsers.
2011-11-06mediaviewer.php has 2 different versions of show_gedcom_record()fisharebest1-6/+0
2011-11-03Refactoring - move towards a MVC (model/view/controller) architecturefisharebest1-40/+32
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-10fix: ERROR 8: Undefined property: WT_Controller_Media::$pidŁukasz Wilenski1-2/+2
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-7/+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-08-26Fix for ↵Nigel Osborne1-1/+1
http://webtrees.net/en/forums/3-help-for-beta-and-svn-versions/14542-significant-change-in-latest-svn-12124 (post #27)
2011-08-24Changing mediaviewer to tabs, as with other list pages.Nigel Osborne1-68/+92
2011-07-14#807800 - accept or reject: context? fisharebest1-4/+4
2011-06-28Preparations for #801920 - make the "page" individual available when ↵fisharebest1-2/+2
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-0/+7
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".