Peter Spicer
|
c9a8db42ce
! Let's replace those sort_up.png and sort_down.pngs more generally with a single image sprite. For those worrying about backwards compatibility, there already wasn't because the old images were GIFs, these are PNGs, so old themes would already be a bit iffy anyway. But now it's styleable from CSS - and that also means it's variant-safe as well should someone wish to do something with that.
|
před 11 roky |
Peter Spicer
|
3b892c1ff5
! Quick reply now uses the sprite. Every little helps, right?
|
před 11 roky |
Peter Spicer
|
e71761e1af
! Let's be a bit smarter about the expand/collapse images - let's save 200 bytes by not serving them as separate images. So far only converted one use to them but let's do more as we go.
|
před 11 roky |
Peter Spicer
|
a7e66d8e50
! We removed an old language string forgetting it was in use, but this way is actually better in the long run.
|
před 11 roky |
Peter Spicer
|
f86f0dff4b
! Not using this any more.
|
před 11 roky |
Peter Spicer
|
d481cada21
! Core Features, you were a worthy piece of code in your own right, and you gained some very nice functionality, but no amount of wonderful implementation could have made you a _good_ feature. Fare thee well.
|
před 11 roky |
Peter Spicer
|
228ac2b103
! Oh, we did actually convert this one to $smcFunc, interesting that my local repo didn't have it.
|
před 11 roky |
Peter Spicer
|
a5d9850c10
! ENT_QUOTES should really be passed to htmlspecialchars...
|
před 11 roky |
Peter Spicer
|
af2cf2ca94
! Might as well get this up to date so it's ready for changes we do later.
|
před 11 roky |
Peter Spicer
|
adce8eb20f
! Merging in everything patched in 2.0.6 that wasn't already fixed either directly or indirectly in 2.1 already.
|
před 11 roky |
Peter Spicer
|
3732137bc8
! Those pesky characters really need double quotes, not single ones, oops.
|
před 11 roky |
Peter Spicer
|
dd4a9fa8a4
! This converts the Subs-Charset file that's caused many issues firstly into a LF line ending (so it won't cause issues in future) and secondly I re-encoded everything to be 7-bit safe. While this makes the file substantially bigger, and the formatting is off (we can fix that later if anyone cares), it's the safest way to handle this file. It seems to work for me.
|
před 11 roky |
Peter Spicer
|
51f257f10b
! Last CSS change as previously discussed, fixes #357
|
před 11 roky |
Arantor
|
521b635a21
Merge pull request #762 from Arantor/release-2.1
|
před 11 roky |
Peter Spicer
|
6f4bad8268
! Draft autosaving should not just assume the checkboxes exist because sometimes they won't. Fixes #761
|
před 11 roky |
Michael Eshom
|
6ae91a462e
Merge pull request #760 from Antes/lang-cleanup
|
před 11 roky |
Michael Eshom
|
181265bb16
Merge pull request #759 from illori/display.template.php_changes
|
před 11 roky |
Antes
|
507de38391
no message
|
před 11 roky |
Illori
|
1cf038557d
fix up display.template.php for useronline image and missing pm image/link
|
před 11 roky |
Arantor
|
d6a8f36a6b
Merge pull request #757 from Arantor/release-2.1
|
před 11 roky |
Peter Spicer
|
6e8f5a4232
! Moving drafts around a bit, getting it in the search function too.
|
před 11 roky |
Arantor
|
fc659e2e74
Merge pull request #755 from Arantor/release-2.1
|
před 11 roky |
Peter Spicer
|
3a3e244f0d
! Remove the warning item from Core Features, push it to its own section with its own enable option and fix everywhere else up. Also split up the former Security and Moderation page into separate Anti-Spam and Warnings pages.
|
před 11 roky |
Peter Spicer
|
e79ec9ea13
! Icons for the new warning bit.
|
před 11 roky |
Peter Spicer
|
4d452f98f9
! Don't include descriptions inside search results because they don't show up anyway.
|
před 11 roky |
Michael Eshom
|
d2c869cb56
Merge pull request #754 from Oldiesmann/release-2.1
|
před 11 roky |
Michael Eshom
|
d11c0b343c
upgrade_2-0_postgresql isn't used when upgrading from 2.0...
|
před 11 roky |
Michael Eshom
|
eb0506bbf0
Fix unsigned int issues in upgrade files...
|
před 11 roky |
Michael Eshom
|
b634825cac
! ip needs to be bigint since Postgres doesn't support unsigned ints
|
před 11 roky |
Michael Eshom
|
73f797f820
! PostgreSQL doesn't support unsigned ints...
|
před 11 roky |