summaryrefslogtreecommitdiff
path: root/modules_v3/lightbox
AgeCommit message (Collapse)AuthorFilesLines
2013-03-17Separate the function getMediaListMenu from lightbox module. The function is ↵Nigel Osborne5-39/+0
only used in medialist.php
2013-03-16don't print the empty line "Not in DB" on the Album tab.Łukasz Wilenski1-10/+10
2013-02-16Convert lightbox icons from .GIF to .PNG (before moving them to themes)fisharebest14-6/+6
2013-02-16Remove unused / unneeded transparent images from album tabfisharebest3-1/+1
2013-02-05Remove unused globalsfisharebest1-1/+1
2013-02-04#1114678 - svn14767 Breaks Google Maps Tabfisharebest1-5/+0
2013-01-22Remove old/unused codefisharebest1-1/+1
2013-01-22Remove the lightbox plugin from the "album" module. Add the colorbox module ↵fisharebest52-4801/+5
(temporarily) in its place.
2013-01-19The lightbox module's "js" callback was not closing its session explicitlyfisharebest1-0/+1
2013-01-18Major refactoring of media code.fisharebest1-12/+1
#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"
2013-01-15Remove some dead codefisharebest1-16/+0
2013-01-15Remove some dead codefisharebest1-6/+0
2013-01-15Refactor lightbox-print-media-row to use the WT_Media classfisharebest1-8/+2
2013-01-15Refactor lightbox-print-media-row to use the WT_Media classfisharebest1-78/+31
2013-01-15Remove some dead codefisharebest1-30/+14
2013-01-14Remove some dead code (displaying an image twice - once hidden?)fisharebest1-4/+4
2013-01-14Remove some dead codefisharebest1-3/+0
2013-01-09Update comments, renaming "directory" to "folder"fisharebest1-11/+11
2012-12-06Fix: undefined index error when using the album tab to view media objects ↵fisharebest1-7/+7
with pending changes.
2012-12-05Fix: edit-media link on album tab is brokenfisharebest1-1/+1
2012-11-16Cosmetic: updates to I18N hintsfisharebest1-1/+1
2012-10-31Update DB structure - remove wt_media_mapping table (use wt_links instead), ↵fisharebest1-58/+58
update wt_media table (to add columns we need to search on).
2012-10-31Rewrite the album tab to avoid the (deprecated) wt_media_mapping table.fisharebest1-154/+136
2012-10-31Very similar code exists in three different modules. Remove lots of ↵fisharebest1-29/+33
differences, to make refactoring easier.
2012-10-30Use consistent save/close buttons in the edit-interface forms.fisharebest1-1/+1
2012-10-24Fix: fatal error in album tab when indi record contains link to non-existant ↵fisharebest1-1/+5
media object
2012-10-23#1049039 - Help text bugs on family tabfisharebest1-1/+1
Remove some unhelpful/outdated help text. Combine some similar translations. Spell "Re-order" consistently
2012-10-23The "National Archives copyright message" contains line-breaks, nested ↵fisharebest1-3/+1
quotations, and probably shouldn't even be translated. Many translators have commented as such. It's also wrong, as some UK censuses are held elsewhere - e.g. Scotland.
2012-10-09#997379 - Media Object not shownfisharebest1-19/+1
Album tab - generate links to mediafirewall.php, rather than to the actual images. This fixes the problem of thumbnails not being shown when the are in the protected directory.
2012-10-09Album tab - large external images need to be shrunkfisharebest1-1/+1
2012-10-09Album tab - move image sizing from PHP to CSSfisharebest2-19/+16
2012-10-04#1009361 - settings in album don't workfisharebest1-1/+1
2012-10-01#1009361 settings in album don't work - one small part of this bug report is ↵Nigel Osborne1-1/+1
fixed - the broken Notes pop-up.
2012-10-01#1058419 Album tab media notes broken by SVN-14116 changes - use ↵Nigel Osborne1-57/+7
addslashes() to escape single quotes in note texts. Tidy up code, remove no longer required code.
2012-09-30#1058419 Album tab media notes broken by SVN-14116 changesNigel Osborne1-10/+12
2012-09-14Assume PHP time is the same as MySQL time. Both should use the same ↵fisharebest1-1/+1
underlying OS function. Saves a DB query. Only call time() once. For consistency, and for a very minor performance tweak.
2012-09-01The lightbox module has two separate sets of code to re-order media. One ↵fisharebest3-184/+36
is, AFAICT, unreachable - and possibly incomplete. Remove it.
2012-07-24Contribution from Matt N: combine lightbox LTR and RTL scripts into a single ↵fisharebest3-250/+21
file.
2012-07-23Contributions from Matt N:fisharebest1-5/+16
1: Remove unused makevisible JS function 2: Reuse createXMLHttp in createXmlHttpRequest for GMaps 3: Remove seemingly unused evalAjaxJavascript function 4: Remove duplicate find* functions from edit_interface.php 5: Add unprefixed CSS opacity property for better browser support 6: Create edit_interface helper function to reduce duplication of URL building 7: Use a real ellipsis for long names 8: Fix missing closing > 9: Insert the high priority scripts before external resources so things like config variables can be used by external scripts 10: Make lightbox scripts external and cache them to significantly reduce page size and load time
2012-07-10Losslessly compress JPEG imagesfisharebest1-0/+0
2012-07-09Remove old/unused code relating to JS menus. Also fixes #1016225 - fisharebest1-13/+11
change flags not working in admin_places, which is caused by a conflicting function name - change_icon()
2012-07-09Fix: "set link" menu layout corrupted in album tab, media rowfisharebest1-5/+6
2012-06-17Lightbox - instead of loading lots of small external JS files, load them all ↵fisharebest2-24/+10
as one inline script. This also fixes a dependency issue, now that we have moved external JS to the footer.
2012-06-16Defer loading of external javascript (and most inline javascript) to the ↵fisharebest1-8/+8
bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed.
2012-06-16Move JS function to webtrees.jsfisharebest1-1/+1
2012-05-02move some lightbox code to module classŁukasz Wilenski2-120/+92
2012-05-01Make media list consistently full page in webtrees themeNigel Osborne1-1/+1
2012-05-01Bug #986007 - JS Error on Map Tab for Indi With No Map DataŁukasz Wilenski1-1/+1
2012-05-01Fix display of media list icons in xenea themeNigel Osborne1-1/+2
2012-05-01Fix display of media list icons in colors themeNigel Osborne1-3/+3