| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-06-15 | Bug #1011054 - Undefined variable: IconRDarrow in medialist.php | Nigel Osborne | 1 | -1/+1 | |
| 2012-04-29 | Adjust layout of media list controls | Nigel Osborne | 1 | -4/+4 | |
| 2012-04-29 | http://webtrees.net/en/forums/3-help-for-beta-and-svn-versions/23361-odd-las ↵ | Nigel Osborne | 1 | -1/+1 | |
| t--first-arrow-in-media-list#23362 | |||||
| 2012-04-26 | add lightbox init function to module class | Łukasz Wilenski | 1 | -1/+2 | |
| 2012-04-24 | move lightbox menu to css | Łukasz Wilenski | 1 | -30/+2 | |
| 2012-03-27 | #965988 - Error in medialist.php | fisharebest | 1 | -7/+7 | |
| 2012-03-25 | Replace $WT_IMAGES array of images with CSS. | fisharebest | 1 | -12/+8 | |
| 2012-02-29 | Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), ↵ | fisharebest | 1 | -4/+2 | |
| 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 | -2/+2 | |
| 2012-01-16 | #916852 - Help Content Wrong | fisharebest | 1 | -4/+4 | |
| 2011-12-12 | Standardise format for each overall page container: <div id="xxx-page"> ↵ | Nigel Osborne | 1 | -2/+2 | |
| where xxx is the page name (like login.php) without .php | |||||
| 2011-12-12 | HTML validation: border attribute invalid for table. | fisharebest | 1 | -3/+3 | |
| 2011-12-12 | HTML validation - use html5-style for self-closing tags, instead of xhtml-style | fisharebest | 1 | -24/+24 | |
| 2011-12-12 | HTML validation: & => & | fisharebest | 1 | -1/+1 | |
| 2011-11-24 | Change media-list function to use a variable rather than echoing every cell | Nigel Osborne | 1 | -2/+3 | |
| 2011-11-19 | Remove classes .rtl and .lrt - these exist to correct the alignment when we ↵ | fisharebest | 1 | -6/+6 | |
| apply "center" at a parent element. We have now removed the "center", and no longer need this markup. | |||||
| 2011-11-11 | Remove redundant/obsolete html attribute (border="0") as this is already set ↵ | fisharebest | 1 | -4/+4 | |
| in CSS | |||||
| 2011-11-11 | Use consistent style for <a href="#" onclick="foo();"> the various ↵ | fisharebest | 1 | -1/+1 | |
| combinations of javascript:XXX are non-standard, and cause problems with some browsers. | |||||
| 2011-11-10 | Fix H2 centering on list pages | Nigel Osborne | 1 | -1/+1 | |
| 2011-11-05 | Major MVC refactoring. Every page now has a controller. | fisharebest | 1 | -7/+5 | |
| 2011-10-06 | Add initial support for serving static files from a content delivery network. | fisharebest | 1 | -2/+2 | |
| 2011-06-23 | further streamline medialist.php | Larry Meaney | 1 | -120/+90 | |
| - use db for all sorting - store less in session | |||||
| 2011-06-21 | Remove option to send full-sized images as thumbnails | fisharebest | 1 | -1/+1 | |
| 2011-06-11 | Lightbox module: stop loading config everywhere - just where it is used. | fisharebest | 1 | -2/+0 | |
| 2011-06-11 | medialist now uses $WT_SESSION instead of $_SESSION | Larry Meaney | 1 | -46/+39 | |
| tweak the display logic a bit | |||||
| 2011-06-10 | I18N: feedback from translators. use standard message for file not found. ↵ | fisharebest | 1 | -33/+34 | |
| translate punctuation | |||||
| 2011-06-10 | I18N - use consistent markup for "label: value" | fisharebest | 1 | -4/+3 | |
| 2011-06-10 | * cache values in the Media object | Larry Meaney | 1 | -2/+2 | |
| * medialist, random media and print_main_media make better use of the Media object | |||||
| 2011-06-10 | * only users with WT_USER_CAN_EDIT || WT_USER_CAN_ACCEPT can sort medialist ↵ | Larry Meaney | 1 | -10/+22 | |
| by filename * get_medialist2 pulls fewer fields from db, and lets db do the initial sort | |||||
| 2011-06-09 | I18N: Improve English texts. Refer to sort options consistently. Remove ↵ | fisharebest | 1 | -3/+3 | |
| "SHOW_MEDIA_FILENAME" configuration option, and use standardised behaviour. | |||||
| 2011-06-09 | I18N: Improve English texts. (Multi-)media items => "Media objects" | fisharebest | 1 | -1/+1 | |
| 2011-06-09 | * remove unnecessary "Exclude Links" option on medialist.php | Larry Meaney | 1 | -16/+3 | |
| * trim more unused code from get_medialist2() | |||||
| 2011-06-02 | Media objects are called "Media objects", not "Multimedia objects", etc. | fisharebest | 1 | -2/+2 | |
| 2011-05-31 | Oops - revert error in previous revision | fisharebest | 1 | -36/+22 | |
| 2011-05-27 | prevent possible error in medialist | Larry Meaney | 1 | -0/+4 | |
| 2011-05-24 | bug 783620 - medialist.php unable to work with large lists of media items | Larry Meaney | 1 | -2/+1 | |
| * Created Media->printLinkedRecords() to eventually replace the PrintMediaLinks function in functions_mediadb.php * List of links is now calculated on demand by the Media object rather than up front by get_medialist2. | |||||
| 2011-05-22 | bug 783620 - medialist.php unable to work with large lists of media items | Larry Meaney | 1 | -2/+2 | |
| removed another variable ("LEVEL") from the session Media->getHtmlUrlSnippet needs access to two global vars: $LB_URL_WIDTH,$LB_URL_HEIGHT; fixed problem with external files introduced in 11566 | |||||
| 2011-05-22 | bug 783620 - medialist.php unable to work with large lists of media items | Larry Meaney | 1 | -10/+11 | |
| created get_medialist2 to store fewer properties for each media item in the session and filterMedia2 to operate on lists returned by get_medialist2 also fixed a bug in medialist.php that prevented "and" filters from working | |||||
| 2011-05-21 | medialist.php makes better use of the Media class | Larry Meaney | 1 | -65/+29 | |
| rename Media->isFileExternal() to Media->isExternal() pass alertnotfound=>true to displayMedia to show a "file not found" message when the main image is missing | |||||
| 2011-05-13 | Use new translation string | fisharebest | 1 | -28/+24 | |
| 2011-05-09 | I18N: undo recent whitespace change - it creates a new translation string. | fisharebest | 1 | -2/+2 | |
| 2011-05-04 | #695815 - Display of the title in the Multimedia listing function | Łukasz Wilenski | 1 | -264/+217 | |
| 2011-04-25 | Access the privacy functions via the gedcom objects. (Preparing to move ↵ | fisharebest | 1 | -1/+1 | |
| privacy functions to the objects) | |||||
| 2011-03-08 | #731083 - medialist.php gives ERROR 8: Undefined index: Filtered_medialist | Larry Meaney | 1 | -1/+1 | |
| 2011-02-18 | Use constant WT_MODULES_DIR instead of hard-coded references to 'modules/' | fisharebest | 1 | -6/+6 | |
| 2011-02-14 | Bug #718582 Hard coded references to themes: Remove references, and correct css. | Brian Holland | 1 | -7/+0 | |
| 2011-01-01 | Refactoring class names and use autoloading. | fisharebest | 1 | -34/+34 | |
| 2010-11-18 | #676914 - RTL multimedia list form | fisharebest | 1 | -18/+7 | |
| 2010-11-08 | #668968 - Sources details page help text | fisharebest | 1 | -2/+2 | |
| 2010-10-30 | (no commit message) | fisharebest | 1 | -5/+5 | |
