| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-01-22 | Remove the lightbox plugin from the "album" module. Add the colorbox module ↵ | fisharebest | 1 | -2/+2 | |
| (temporarily) in its place. | |||||
| 2013-01-21 | Display of folder paths on RTL admin_media.php | fisharebest | 1 | -1/+4 | |
| 2013-01-20 | Fix: admin-media page default sort order wrong. | fisharebest | 1 | -1/+0 | |
| 2013-01-19 | Admin/Media -> when there are no media files in the root of the media ↵ | fisharebest | 1 | -2/+2 | |
| folder, they are not shown on the first invocation of the admin page. | |||||
| 2013-01-19 | Admin/Media -> we remember pagination/filtering between requests, but this ↵ | fisharebest | 1 | -3/+8 | |
| needs to be different for each folder/subfolder. | |||||
| 2013-01-18 | Syntax error in admin_media.php | fisharebest | 1 | -2/+2 | |
| 2013-01-18 | Fix: PHP5.3 code in admin_media.php | fisharebest | 1 | -1/+4 | |
| 2013-01-18 | Major refactoring of media code. | fisharebest | 1 | -1092/+456 | |
| #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-11 | Move the "add a new media object" link to the "add unlinked" page - ↵ | fisharebest | 1 | -3/+2 | |
| otherwise we do not know which family tree to add it. | |||||
| 2013-01-09 | Update comments, renaming "directory" to "folder" | fisharebest | 1 | -65/+34 | |
| 2013-01-02 | Minor language updates | fisharebest | 1 | -6/+1 | |
| 2013-01-02 | Rename "close window" to "close", as many modern GUIs do not use windows | fisharebest | 1 | -2/+2 | |
| 2012-11-21 | Remove some unused code in functions_mediadb.php | fisharebest | 1 | -3/+3 | |
| 2012-11-07 | functions_mediadb.php is included in session.php - so no need to include it ↵ | fisharebest | 1 | -1/+0 | |
| again. | |||||
| 2012-11-06 | functions_edit.php includes functions_import, so no need to include it again. | fisharebest | 1 | -1/+0 | |
| 2012-11-05 | Minor tidy up. | fisharebest | 1 | -27/+7 | |
| 2012-10-31 | Update DB structure - remove wt_media_mapping table (use wt_links instead), ↵ | fisharebest | 1 | -5/+8 | |
| update wt_media table (to add columns we need to search on). | |||||
| 2012-10-24 | Refactor media handling - move logic for finding random media to the random ↵ | fisharebest | 1 | -1/+1 | |
| media block itself, and use SQL for better performance on sites with a small percentage of visible media objects. | |||||
| 2012-10-21 | Simplify media handling - the admin page now shows thumbnails that only ↵ | fisharebest | 1 | -4/+10 | |
| exist in the protected directory | |||||
| 2012-10-21 | Simplify media handling - the options USE_MEDIA_FIREWALL, ↵ | fisharebest | 1 | -17/+11 | |
| MEDIA_FIREWALL_THUMBS and MEDIA_EXTERNAL are now always true. | |||||
| 2012-09-14 | Assume PHP time is the same as MySQL time. Both should use the same ↵ | fisharebest | 1 | -3/+3 | |
| underlying OS function. Saves a DB query. Only call time() once. For consistency, and for a very minor performance tweak. | |||||
| 2012-09-14 | Performance: fetch all the wt_site_setting values in one query. | fisharebest | 1 | -2/+2 | |
| 2012-08-26 | After we have sent the headers (and closed the session), it is no longer ↵ | fisharebest | 1 | -3/+2 | |
| possible to update $_SESSION. Therefore the code that tries to remember the latest "upload directory" cannot work. A better solution may be to use wt_user_setting. This will need a little extra code/validation - e.g. what happens when the previously saved folder no longer exists. | |||||
| 2012-07-09 | Remove old/unused code relating to JS menus. Also fixes #1016225 - | fisharebest | 1 | -4/+4 | |
| change flags not working in admin_places, which is caused by a conflicting function name - change_icon() | |||||
| 2012-07-07 | Tidy up the "showchanges()" logic. The option to hide/show changes was ↵ | fisharebest | 1 | -4/+0 | |
| removed a very long time ago. | |||||
| 2012-06-16 | Defer loading of external javascript (and most inline javascript) to the ↵ | fisharebest | 1 | -5/+3 | |
| bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed. | |||||
| 2012-04-29 | Bug #990706 - formatting delete icon in media admin | Nigel Osborne | 1 | -14/+14 | |
| 2012-04-26 | add lightbox init function to module class | Łukasz Wilenski | 1 | -1/+2 | |
| 2012-04-07 | Missing "Delete" icon from admin-media folder list | Nigel Osborne | 1 | -2/+2 | |
| 2012-04-06 | Add JavaScript using the controller, so we can defer loading until the end ↵ | fisharebest | 1 | -12/+0 | |
| of the page | |||||
| 2012-04-06 | Move repeated JavaScript code to webtrees.js | fisharebest | 1 | -5/+0 | |
| 2012-03-26 | Replace $WT_IMAGES array of images with CSS. | fisharebest | 1 | -3/+1 | |
| 2012-03-24 | Replace $WT_IMAGES array of images with CSS. | fisharebest | 1 | -3/+0 | |
| 2012-02-29 | Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), ↵ | fisharebest | 1 | -27/+22 | |
| etc. The browser will do a much faster and better job than we can. Unfortunately, only Webkit supports this at the moment. Presto and Gecko should support it soon. Trident support is unknown. | |||||
| 2012-02-13 | Provide better sizes for popup windows. | fisharebest | 1 | -4/+4 | |
| 2012-02-01 | #924582 - Correct read/write/execute permissions | fisharebest | 1 | -1/+1 | |
| 2012-01-18 | Popup windows do not need to hard-code the session-ID in the URL. This is ↵ | fisharebest | 1 | -1/+1 | |
| probably very old code for use with cookie-free logins. | |||||
| 2012-01-16 | #909637 - Can't move media to/from protected directory on windows system | fisharebest | 1 | -3/+3 | |
| 2011-12-12 | HTML validation - use html5-style for self-closing tags, instead of xhtml-style | fisharebest | 1 | -63/+63 | |
| 2011-12-11 | fix bad link | fisharebest | 1 | -1/+1 | |
| 2011-12-11 | fix bad link | Łukasz Wilenski | 1 | -2/+2 | |
| 2011-11-23 | I18N: move datatables translations to the same place | fisharebest | 1 | -14/+1 | |
| 2011-11-21 | I18N: Multimedia -> Media | fisharebest | 1 | -1/+1 | |
| 2011-11-19 | Remove classes .rtl and .lrt - these exist to correct the alignment when we ↵ | fisharebest | 1 | -15/+15 | |
| apply "center" at a parent element. We have now removed the "center", and no longer need this markup. | |||||
| 2011-11-18 | #739079 - Help text 1481 on upload of media files inaccurat | fisharebest | 1 | -1/+1 | |
| 2011-11-14 | Use round brackets () instead of square brackets []. Round brackets are ↵ | fisharebest | 1 | -12/+12 | |
| used to indicate extra information. Square brackets are used to indicate something that is missing. | |||||
| 2011-11-11 | Use consistent style for <a href="#" onclick="foo();"> the various ↵ | fisharebest | 1 | -3/+3 | |
| combinations of javascript:XXX are non-standard, and cause problems with some browsers. | |||||
| 2011-11-05 | (part). (1) Only load datatables.js on pages that use it. (2) move ↵ | fisharebest | 1 | -29/+30 | |
| JavaScript to end of page | |||||
| 2011-11-05 | Implement "fluid" interface for controller - allows requests to be chained. | fisharebest | 1 | -2/+3 | |
| 2011-11-05 | Major MVC refactoring. Every page now has a controller. | fisharebest | 1 | -10/+7 | |
