| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-03-17 | Separate the function getMediaListMenu from lightbox module. The function is ↵ | Nigel Osborne | 5 | -39/+0 | |
| only used in medialist.php | |||||
| 2013-03-16 | don't print the empty line "Not in DB" on the Album tab. | Łukasz Wilenski | 1 | -10/+10 | |
| 2013-02-16 | Convert lightbox icons from .GIF to .PNG (before moving them to themes) | fisharebest | 14 | -6/+6 | |
| 2013-02-16 | Remove unused / unneeded transparent images from album tab | fisharebest | 3 | -1/+1 | |
| 2013-02-05 | Remove unused globals | fisharebest | 1 | -1/+1 | |
| 2013-02-04 | #1114678 - svn14767 Breaks Google Maps Tab | fisharebest | 1 | -5/+0 | |
| 2013-01-22 | Remove old/unused code | fisharebest | 1 | -1/+1 | |
| 2013-01-22 | Remove the lightbox plugin from the "album" module. Add the colorbox module ↵ | fisharebest | 52 | -4801/+5 | |
| (temporarily) in its place. | |||||
| 2013-01-19 | The lightbox module's "js" callback was not closing its session explicitly | fisharebest | 1 | -0/+1 | |
| 2013-01-18 | Major refactoring of media code. | fisharebest | 1 | -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-15 | Remove some dead code | fisharebest | 1 | -16/+0 | |
| 2013-01-15 | Remove some dead code | fisharebest | 1 | -6/+0 | |
| 2013-01-15 | Refactor lightbox-print-media-row to use the WT_Media class | fisharebest | 1 | -8/+2 | |
| 2013-01-15 | Refactor lightbox-print-media-row to use the WT_Media class | fisharebest | 1 | -78/+31 | |
| 2013-01-15 | Remove some dead code | fisharebest | 1 | -30/+14 | |
| 2013-01-14 | Remove some dead code (displaying an image twice - once hidden?) | fisharebest | 1 | -4/+4 | |
| 2013-01-14 | Remove some dead code | fisharebest | 1 | -3/+0 | |
| 2013-01-09 | Update comments, renaming "directory" to "folder" | fisharebest | 1 | -11/+11 | |
| 2012-12-06 | Fix: undefined index error when using the album tab to view media objects ↵ | fisharebest | 1 | -7/+7 | |
| with pending changes. | |||||
| 2012-12-05 | Fix: edit-media link on album tab is broken | fisharebest | 1 | -1/+1 | |
| 2012-11-16 | Cosmetic: updates to I18N hints | fisharebest | 1 | -1/+1 | |
| 2012-10-31 | Update DB structure - remove wt_media_mapping table (use wt_links instead), ↵ | fisharebest | 1 | -58/+58 | |
| update wt_media table (to add columns we need to search on). | |||||
| 2012-10-31 | Rewrite the album tab to avoid the (deprecated) wt_media_mapping table. | fisharebest | 1 | -154/+136 | |
| 2012-10-31 | Very similar code exists in three different modules. Remove lots of ↵ | fisharebest | 1 | -29/+33 | |
| differences, to make refactoring easier. | |||||
| 2012-10-30 | Use consistent save/close buttons in the edit-interface forms. | fisharebest | 1 | -1/+1 | |
| 2012-10-24 | Fix: fatal error in album tab when indi record contains link to non-existant ↵ | fisharebest | 1 | -1/+5 | |
| media object | |||||
| 2012-10-23 | #1049039 - Help text bugs on family tab | fisharebest | 1 | -1/+1 | |
| Remove some unhelpful/outdated help text. Combine some similar translations. Spell "Re-order" consistently | |||||
| 2012-10-23 | The "National Archives copyright message" contains line-breaks, nested ↵ | fisharebest | 1 | -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 shown | fisharebest | 1 | -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-09 | Album tab - large external images need to be shrunk | fisharebest | 1 | -1/+1 | |
| 2012-10-09 | Album tab - move image sizing from PHP to CSS | fisharebest | 2 | -19/+16 | |
| 2012-10-04 | #1009361 - settings in album don't work | fisharebest | 1 | -1/+1 | |
| 2012-10-01 | #1009361 settings in album don't work - one small part of this bug report is ↵ | Nigel Osborne | 1 | -1/+1 | |
| fixed - the broken Notes pop-up. | |||||
| 2012-10-01 | #1058419 Album tab media notes broken by SVN-14116 changes - use ↵ | Nigel Osborne | 1 | -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 changes | Nigel Osborne | 1 | -10/+12 | |
| 2012-09-14 | Assume PHP time is the same as MySQL time. Both should use the same ↵ | fisharebest | 1 | -1/+1 | |
| underlying OS function. Saves a DB query. Only call time() once. For consistency, and for a very minor performance tweak. | |||||
| 2012-09-01 | The lightbox module has two separate sets of code to re-order media. One ↵ | fisharebest | 3 | -184/+36 | |
| is, AFAICT, unreachable - and possibly incomplete. Remove it. | |||||
| 2012-07-24 | Contribution from Matt N: combine lightbox LTR and RTL scripts into a single ↵ | fisharebest | 3 | -250/+21 | |
| file. | |||||
| 2012-07-23 | Contributions from Matt N: | fisharebest | 1 | -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-10 | Losslessly compress JPEG images | fisharebest | 1 | -0/+0 | |
| 2012-07-09 | Remove old/unused code relating to JS menus. Also fixes #1016225 - | fisharebest | 1 | -13/+11 | |
| change flags not working in admin_places, which is caused by a conflicting function name - change_icon() | |||||
| 2012-07-09 | Fix: "set link" menu layout corrupted in album tab, media row | fisharebest | 1 | -5/+6 | |
| 2012-06-17 | Lightbox - instead of loading lots of small external JS files, load them all ↵ | fisharebest | 2 | -24/+10 | |
| as one inline script. This also fixes a dependency issue, now that we have moved external JS to the footer. | |||||
| 2012-06-16 | Defer loading of external javascript (and most inline javascript) to the ↵ | fisharebest | 1 | -8/+8 | |
| bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed. | |||||
| 2012-06-16 | Move JS function to webtrees.js | fisharebest | 1 | -1/+1 | |
| 2012-05-02 | move some lightbox code to module class | Łukasz Wilenski | 2 | -120/+92 | |
| 2012-05-01 | Make media list consistently full page in webtrees theme | Nigel Osborne | 1 | -1/+1 | |
| 2012-05-01 | Bug #986007 - JS Error on Map Tab for Indi With No Map Data | Łukasz Wilenski | 1 | -1/+1 | |
| 2012-05-01 | Fix display of media list icons in xenea theme | Nigel Osborne | 1 | -1/+2 | |
| 2012-05-01 | Fix display of media list icons in colors theme | Nigel Osborne | 1 | -3/+3 | |
