| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-08-30 | Fix: media lists empty due to null values | fisharebest | 1 | -5/+5 |
| 2013-08-29 | New filter/validation functions for GET/POST variables | Greg Roach | 1 | -21/+21 |
| 2013-08-24 | Update non-typographic quotation marks | Greg Roach | 1 | -3/+3 |
| 2013-08-21 | Use new escape functions | Greg Roach | 1 | -3/+3 |
| 2013-08-21 | Add escaping functions, based on semantics of what is being escaped | Greg Roach | 1 | -7/+7 |
| 2013-08-17 | Counts of linked records fail to reflect privacy | Greg Roach | 1 | -8/+5 |
| 2013-08-09 | Remove empty subversion Id tags | Greg Roach | 1 | -2/+0 |
| 2013-07-04 | HTML validation errors | fisharebest | 1 | -1/+1 |
| 2013-06-29 | (no commit message) | fisharebest | 1 | -9/+9 |
| 2013-05-12 | #1168820 - Admin Link Unused media files list - multiple trees | fisharebest | 1 | -1/+1 |
| 2013-05-11 | #1161877 - Admin sees edit options when editing disabled | fisharebest | 1 | -35/+23 |
| 2013-03-29 | Fix: PHP errors for media objects with (a) empty FILE tags and (b) missing FI... | fisharebest | 1 | -1/+1 |
| 2013-03-24 | #1114613 - Link new media from server unfriendly | fisharebest | 1 | -1/+23 |
| 2013-03-24 | #1159076 - Delete unused media files does not work as expecte | fisharebest | 1 | -1/+1 |
| 2013-03-24 | Fix: thumbnails not deleted when deleting unused media files. | fisharebest | 1 | -1/+1 |
| 2013-03-24 | Admin media - filter unused files fails when the search term is at the start ... | fisharebest | 1 | -2/+2 |
| 2013-03-14 | Remove debug | fisharebest | 1 | -1/+0 |
| 2013-03-02 | Re-add part of 14850 - always include the root-folder in the list of media paths | fisharebest | 1 | -4/+5 |
| 2013-03-02 | Revert changes 14848 - 14851. Inserting a default value for $filename / $fol... | fisharebest | 1 | -33/+6 |
| 2013-03-02 | When creating media objects from unused media files, we only need to identify... | fisharebest | 1 | -7/+12 |
| 2013-03-02 | Add the ability to create media objects from the list of unused media files | fisharebest | 1 | -1/+23 |
| 2013-02-06 | Previously, AJAX pages loaded their own copies of JS libraries (to work aroun... | fisharebest | 1 | -1/+1 |
| 2013-02-02 | Add more URL versioning to JS resources | fisharebest | 1 | -1/+1 |
| 2013-02-02 | Add version numbers to paths of javascript libraries | fisharebest | 1 | -1/+1 |
| 2013-01-30 | #1106621 - Thumbnail sizing distorted | fisharebest | 1 | -1/+1 |
| 2013-01-30 | #1105039 - JSON error on admin->media page | fisharebest | 1 | -8/+28 |
| 2013-01-22 | Remove the lightbox plugin from the "album" module. Add the colorbox module ... | fisharebest | 1 | -2/+2 |
| 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 folder,... | fisharebest | 1 | -2/+2 |
| 2013-01-19 | Admin/Media -> we remember pagination/filtering between requests, but this ne... | fisharebest | 1 | -3/+8 |
| 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 |
| 2013-01-11 | Move the "add a new media object" link to the "add unlinked" page - otherwise... | fisharebest | 1 | -3/+2 |
| 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 a... | fisharebest | 1 | -1/+0 |
| 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), u... | fisharebest | 1 | -5/+8 |
| 2012-10-24 | Refactor media handling - move logic for finding random media to the random m... | fisharebest | 1 | -1/+1 |
| 2012-10-21 | Simplify media handling - the admin page now shows thumbnails that only exist... | fisharebest | 1 | -4/+10 |
| 2012-10-21 | Simplify media handling - the options USE_MEDIA_FIREWALL, MEDIA_FIREWALL_THUM... | fisharebest | 1 | -17/+11 |
| 2012-09-14 | Assume PHP time is the same as MySQL time. Both should use the same underlyi... | fisharebest | 1 | -3/+3 |
| 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 poss... | fisharebest | 1 | -3/+2 |
| 2012-07-09 | Remove old/unused code relating to JS menus. Also fixes #1016225 - | fisharebest | 1 | -4/+4 |