Peter Spicer
|
8edb314e7d
! One exciting void tag bug. May be more.
|
пре 10 година |
Michael Eshom
|
9ec80ef05d
The ' />' method of closing so-called 'void' tags is no longer required in HTML5, per #1215
|
пре 10 година |
Peter Spicer
|
f3d3b34142
! Don't do the allow_calendar_event tests if the calendar isn't enabled, and if you can't post, don't bother to do the extended checks. Also, the menu executes *after* principle execution so putting the allow_calendar_event code primarily in the menu code is no good for the calendar - but if we did it in the calendar, let's not redo it for the menu.
|
пре 10 година |
Peter Spicer
|
935f615011
! Only load a language file if we need it because the first time call_integration_hook is run, the theme paths are not known which means that loadEssentialThemeData has to run which costs an extra DB query we don't actually need to run.
|
пре 10 година |
Peter Spicer
|
155977bf66
! It's not perfect since so much stuff doesn't use it but it's still better than we had before.
|
пре 10 година |
Peter Spicer
|
203de52ade
! RGB checking should be improved, thanks to @Spuds
|
пре 10 година |
Arantor
|
87a7e1367c
Merge pull request #1188 from Arantor/release-2.1
|
пре 10 година |
Peter Spicer
|
0bfb77fdf6
! I don't recall even mods using this file (and the core doesn't), so let's get rid of it - if mods did use it, it won't actually be a huge deal to update them anyway.
|
пре 10 година |
Michael Eshom
|
4bb49bae54
! In some cases the 'post event' button was shown when you couldn't actually post an event (fixes #1182)
|
пре 10 година |
Peter Spicer
|
bb248113c6
! The main code for avatars no longer needing inline HTML or JS to resize
|
пре 10 година |
Peter Spicer
|
2898f953db
! A function to easily get CSS into the header (remember: HTML5, we don't need to specify the type as it defaults to text/css)
|
пре 10 година |
Peter Spicer
|
be8dec5b62
! Death to hot topics.
|
пре 11 година |
Peter Spicer
|
5c6e7b018f
! Some more HTML5 related clean-up
|
пре 11 година |
Peter Spicer
|
ad39ba6f96
! Mostly pruning type attributes, a few doctypes that lurked in templates.
|
пре 11 година |
Peter Spicer
|
cb1ede1d80
! The beginnings of a conversion to HTML5. About time we did this, really.
|
пре 11 година |
Peter Spicer
|
1be765119e
! A few more things we don't need.
|
пре 11 година |
Peter Spicer
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
пре 11 година |
Peter Spicer
|
5e7d98700a
! There really is no good reason now not to be ORDER BY LENGTH(code) for smileys. MySQL supports it now after those rocky days when we couldn't rely on it, PGSQL and SQLite seem to support it as far as I can tell, it's also cached so the filesort isn't the killer it could necessarily be. Let's do this and fix #1091 while we're at it.
|
пре 11 година |
Suki
|
75f73e8790
Add debug info for instances $context['debug']['instances']
|
пре 11 година |
Suki
|
5fed06fdbb
pseudo-singleton pattern
|
пре 11 година |
Suki
|
da0f5d2287
Add object param to Subs::remove_integration_functio()
|
пре 11 година |
Suki
|
b9bee139bc
Log if hook execution failed
|
пре 11 година |
Suki
|
e2f0752129
Create the object if requested
|
пре 11 година |
Suki
|
9a15e18cb4
Add a new param to add_integration_function
|
пре 11 година |
Peter Spicer
|
b5bb3fb944
! Let's actually assign a copyright year for SMF outside the language files that we can target with patches should we need to. About time we did this.
|
пре 11 година |
Peter Spicer
|
b3d25d972c
! There are several places that HTTP only is expected but HTTPS is quite feasible.
|
пре 11 година |
Peter Spicer
|
18f30e55f6
! Back to notification stuff. So with the changes to the menus etc, we don't use the old tests for whether to show reports and whatnot so we might as well begin phasing them out.
|
пре 11 година |
Michael Eshom
|
3c986d9536
Merge pull request #985 from MissAllSunday/fixes
|
пре 11 година |
Peter Spicer
|
351c03378c
! And a lurking icon for the generic popup
|
пре 11 година |
Peter Spicer
|
59b04d1cf2
! It might also help to mark this field as a proper integer field if we want to play increment with it.
|
пре 11 година |