Daku
|
58c5746e9b
|
speed: use isset rather than identical
|
2014-02-23 22:32:15 +00:00 |
|
Daku
|
bdb3255116
|
speed: lowercase ext on image insert
avoids having to lowercase every build_thumb_html call
most extensions tend to match against their lowercase versions anyway
|
2014-02-23 22:27:52 +00:00 |
|
jgen
|
f4f94e6273
|
Merge pull request #379 from DakuTree/patch-2
Misc tweaks/fixes (fixes/closes issue 17 & 323)
|
2014-02-21 13:40:15 -05:00 |
|
Daku
|
1909f9072e
|
use mt_rand() instead of rand()
rand() isn't so random on windows: http://tjl.co/blog/code/followup-php-rand-vs-mt_rand/
mt_rand() is also slightly faster
|
2014-02-16 04:43:38 +00:00 |
|
Daku
|
629f9940c3
|
thumbnail border-color for post relationships
also removed build_thumb_html from themes (mostly old versions of the default base function)
|
2014-02-04 18:41:40 +00:00 |
|
Shish
|
7c95981319
|
load thumbnails on demand is more trouble than it's worth
|
2013-09-08 23:21:06 +01:00 |
|
Shish
|
39753fe7a9
|
Finish the process of removing $query from thumb links. (Forgot to remove $query from the thumb links)
|
2013-07-07 10:34:19 +01:00 |
|
Shish
|
47c1b5d094
|
move query-string-passing to JS rather than embedding in the HTML, so that the HTML can be commonised and cached better
|
2013-07-05 22:32:16 +01:00 |
|
velocity37
|
fcdf784acc
|
Update static thumb + bug fix
Add videos to static thumb and make Shimmie compare lowercase extensions.
|
2012-10-16 18:55:23 +01:00 |
|
Shish
|
6394cd8100
|
make shm-thumb use consistent across themes, with data-tags and data-post-id
|
2012-08-15 20:42:56 +01:00 |
|
Shish
|
d167d25942
|
don't add navblock if there is already one
|
2012-05-28 10:03:17 +01:00 |
|
Shish
|
da786ee3c1
|
tags on thumb element
|
2012-03-22 13:18:15 +00:00 |
|
Shish
|
f518c608d9
|
lazy loading for thumbs
|
2012-03-15 19:26:16 +00:00 |
|
Shish
|
f15fa1c635
|
a newline so source is less cramped
|
2012-03-12 15:06:07 +00:00 |
|
Shish
|
3eb1f1c2ab
|
move move common code into base classes
|
2012-03-12 05:08:40 +00:00 |
|
Shish
|
15777b3bb5
|
move common themelt parts into a base class
|
2012-03-12 05:04:29 +00:00 |
|