index
:
webtrees
firebird
webtrees suite with firebird driver
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
WT
/
Media.php
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-29
Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), etc...
fisharebest
1
-3
/
+3
2011-12-21
#902683 - HTML validation - <img align=""> is invalid/deprecated
fisharebest
1
-7
/
+1
2011-12-12
HTML validation - use html5-style for self-closing tags, instead of xhtml-style
fisharebest
1
-3
/
+3
2011-11-19
Remove classes .rtl and .lrt - these exist to correct the alignment when we a...
fisharebest
1
-1
/
+1
2011-11-11
Use consistent style for <a href="#" onclick="foo();"> the various combinatio...
fisharebest
1
-8
/
+8
2011-11-10
Remove hspace="0" and vspace="0" attributes from <img> tags. These are (a) d...
fisharebest
1
-5
/
+1
2011-10-15
Minor refactoring - move code relating to GEDCOM records into the GEDCOM objects
fisharebest
1
-0
/
+13
2011-09-22
No need to call strip_tags() twice on the same data.
fisharebest
1
-2
/
+6
2011-09-22
Add HTML escapes and directional markup when we CREATE the names of objects, ...
fisharebest
1
-2
/
+2
2011-07-05
XHTML validation <img border="none"> is not valid. In any case the border is...
fisharebest
1
-1
/
+1
2011-06-21
Fix typo
fisharebest
1
-1
/
+1
2011-06-21
Remove option to send full-sized images as thumbnails
fisharebest
1
-26
/
+7
2011-06-11
Lightbox module: stop loading config everywhere - just where it is used.
fisharebest
1
-3
/
+2
2011-06-10
I18N: feedback from translators. use standard message for file not found. t...
fisharebest
1
-1
/
+2
2011-06-10
Display dummy/pseudo tags using the same logic as real tags. Apply correct I...
fisharebest
1
-2
/
+2
2011-06-10
* cache values in the Media object
Larry Meaney
1
-9
/
+47
2011-06-09
I18N: Improve English texts. Refer to sort options consistently. Remove "SHO...
fisharebest
1
-2
/
+2
2011-05-26
Don't capitalize file-names.
fisharebest
1
-1
/
+1
2011-05-25
remove debug code
Larry Meaney
1
-1
/
+1
2011-05-25
bug fix - some media types were not being handled properly
Larry Meaney
1
-7
/
+12
2011-05-24
bug 783620 - medialist.php unable to work with large lists of media items
Larry Meaney
1
-0
/
+63
2011-05-24
Bug 787117 - remove unneeded newlines from output
Larry Meaney
1
-1
/
+1
2011-05-23
always display file sizes in whole KB
Larry Meaney
1
-2
/
+2
2011-05-22
bug 783620 - medialist.php unable to work with large lists of media items
Larry Meaney
1
-1
/
+1
2011-05-21
medialist.php makes better use of the Media class
Larry Meaney
1
-11
/
+23
2011-05-20
All highlight images make better use of the Media class
Larry Meaney
1
-45
/
+131
2011-05-19
#784941 - Using media files as a favorite breaks home page
fisharebest
1
-0
/
+1
2011-05-17
use array_merge instead of extract
Larry Meaney
1
-17
/
+19
2011-05-16
random media block and imageview.php make better use of the Media class
Larry Meaney
1
-44
/
+70
2011-05-15
Fix: privacy errors. Checking for "can display name" instead of "can display...
fisharebest
1
-1
/
+1
2011-05-14
Remove some old PHP4 code. PHP5 passes objects by reference automatically
fisharebest
1
-12
/
+0
2011-05-14
refining media import
Larry Meaney
1
-9
/
+0
2011-05-14
Fix: undefined $media->ext during file import
fisharebest
1
-0
/
+9
2011-05-14
fix problem with Recent Changes block, introduced in 11506
Larry Meaney
1
-0
/
+8
2011-05-13
Kilobytes are KB, not kb. Text with multiple place-holders need order indica...
fisharebest
1
-3
/
+3
2011-05-13
Add I18N for numbers
Larry Meaney
1
-4
/
+5
2011-05-12
rewrite Media class
Larry Meaney
1
-103
/
+357
2011-05-05
specify whether methods are public or private
Larry Meaney
1
-25
/
+25
2011-04-29
Refactor the privacy calculations. This provides a significant performance i...
fisharebest
1
-2
/
+19
2011-03-07
The media firewall is now always enabled (but you aren't required to use it)
Larry Meaney
1
-9
/
+6
2011-01-01
Refactoring class names and use autoloading.
fisharebest
1
-31
/
+25
2011-01-01
Refactoring class names and use autoloading.
fisharebest
1
-0
/
+319
[prev]