| Age | Commit message (Expand) | Author | Files | Lines |
| 2014-10-06 | Missed part of the WT_File::mkdir update | Greg Roach | 1 | -3/+1 |
| 2014-10-05 | Cleanup - use WT_File class instead of manipulating filesystem | Greg Roach | 1 | -1/+1 |
| 2014-09-20 | Code cleanup | Greg Roach | 1 | -2/+2 |
| 2014-09-12 | Use the (faster) native mb_string functions where available, and fallbacks wh... | Greg Roach | 1 | -2/+2 |
| 2014-08-29 | Move global I18N functions to I18N class | Greg Roach | 1 | -2/+2 |
| 2014-08-29 | Remove function from global scope, and add unit tests | Greg Roach | 1 | -1/+1 |
| 2014-08-27 | Remove execute file permissions from PHP scripts | Greg Roach | 1 | -0/+0 |
| 2014-08-14 | Import classes, per PSR autoloading standards | Greg Roach | 1 | -2/+4 |
| 2014-05-09 | Refactor global user functions into new User/Auth classes | Greg Roach | 1 | -2/+2 |
| 2014-04-01 | Unused variables | Greg Roach | 1 | -1/+0 |
| 2014-03-31 | Remove calls to non-existant function | Greg Roach | 1 | -2/+2 |
| 2014-01-04 | Update copyright date to 2014 | Greg Roach | 1 | -1/+1 |
| 2014-01-04 | Fix address of FSF, replace licence of GPLv2 by latest version | weberho | 1 | -1/+1 |
| 2013-11-01 | Tidy up trailing whitespace | Greg Roach | 1 | -1/+1 |
| 2013-09-21 | Update language files. Tidy up some capitalisation in en_US. | Greg Roach | 1 | -1/+1 |
| 2013-08-29 | New filter/validation functions for GET/POST variables | Greg Roach | 1 | -3/+3 |
| 2013-08-09 | Remove empty subversion Id tags | Greg Roach | 1 | -3/+1 |
| 2013-06-29 | (no commit message) | fisharebest | 1 | -1/+1 |
| 2013-02-20 | Colorbox updates | fisharebest | 1 | -4/+1 |
| 2013-01-31 | Access external files via the media-firewall, for consistency | fisharebest | 1 | -3/+8 |
| 2013-01-24 | Mediafirewall - 404 message does not work with non-latin text | fisharebest | 1 | -7/+3 |
| 2013-01-23 | Wrong folder for watermark thumbnails | fisharebest | 1 | -1/+5 |
| 2013-01-22 | Remove old/unused code | fisharebest | 1 | -1/+1 |
| 2013-01-18 | Major refactoring of media code. | fisharebest | 1 | -94/+34 |
| 2013-01-16 | Remove some dead code | fisharebest | 1 | -2/+0 |
| 2013-01-12 | Phase out the use of MEDIA_DIRECTORY_LEVELS | fisharebest | 1 | -1/+0 |
| 2013-01-10 | Remove some debug code... | fisharebest | 1 | -1/+0 |
| 2013-01-09 | Update comments, renaming "directory" to "folder" | fisharebest | 1 | -13/+11 |
| 2013-01-06 | Update help text relating to the data-folder. | fisharebest | 1 | -0/+1 |
| 2012-12-23 | Fix: mediafirewall exposes original filename in headers | fisharebest | 1 | -6/+1 |
| 2012-12-23 | Media Firewall - update error reporting | fisharebest | 1 | -8/+8 |
| 2012-12-23 | MediaFirewall - simplify error handling | fisharebest | 1 | -93/+20 |
| 2012-12-23 | MediaFirewall - new/pending media not shown. | fisharebest | 1 | -101/+42 |
| 2012-09-14 | Assume PHP time is the same as MySQL time. Both should use the same underlyi... | fisharebest | 1 | -1/+1 |
| 2012-09-14 | Tidy usage of new WT_Tree class. | fisharebest | 1 | -1/+1 |
| 2012-02-29 | Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), etc... | fisharebest | 1 | -3/+3 |
| 2012-02-23 | Explicitly close session. Otherwise custom session handlers clash with PHP/APC | fisharebest | 1 | -0/+2 |
| 2012-01-11 | use imagettftext | Ćukasz Wilenski | 1 | -13/+47 |
| 2011-11-14 | Update some comments from PGV to webtrees | fisharebest | 1 | -1/+1 |
| 2011-11-03 | Refactoring - move towards a MVC (model/view/controller) architecture | fisharebest | 1 | -22/+17 |
| 2011-10-06 | Add initial support for serving static files from a content delivery network. | fisharebest | 1 | -1/+1 |
| 2011-05-16 | random media block and imageview.php make better use of the Media class | Larry Meaney | 1 | -1/+1 |
| 2011-05-12 | rewrite Media class | Larry Meaney | 1 | -19/+24 |
| 2011-05-06 | Fix bug that was preventing the media firewall from properly caching images | Larry Meaney | 1 | -1/+1 |
| 2011-01-19 | minor code reorg for readfile, fpassthru | Larry Meaney | 1 | -7/+7 |
| 2011-01-18 | Media Firewall - better fallback when fpassthru() and readfile() are unavaila... | fisharebest | 1 | -53/+39 |
| 2011-01-10 | Media Firewall: If fpassthru is disabled, try readfile. If that is disabled,... | Larry Meaney | 1 | -5/+27 |
| 2011-01-01 | Refactoring class names and use autoloading. | fisharebest | 1 | -6/+6 |
| 2011-01-01 | Refactoring class names and use autoloading. | fisharebest | 1 | -2/+1 |
| 2010-11-24 | simplify error messages | Larry Meaney | 1 | -5/+4 |