Michael Eshom
|
9449bd8d8f
! Include COPPA accounts in the count of unapproved members (fixes #1385)
|
há 10 anos atrás |
Peter Spicer
|
a8aa1888c6
! More things we don't need any more.
|
há 10 anos atrás |
Peter Spicer
|
76923ffffb
! Make the top 'login or register' login button be a nice overlay for the login.
|
há 10 anos atrás |
Peter Spicer
|
a80c197d8f
! Code cleanliness and a safety check just in case.
|
há 10 anos atrás |
Peter Spicer
|
5ed5dd99d9
! Add the ability to show the registration agreement all the time, as linked in the footer. More shockingly, bring the help link down to the footer next to it... and remove it from the main menu like everyone wants to do anyway.
|
há 10 anos atrás |
Peter Spicer
|
e07515c8fc
! @emanuele45 works magic again as per http://www.simplemachines.org/community/index.php?topic=408962.0
|
há 10 anos atrás |
Suki
|
37e208c9e7
Merge branch 'release-2.1' of git://github.com/SimpleMachines/SMF2.1.git into avatar_stuff
|
há 10 anos atrás |
Peter Spicer
|
5c7d45435a
! Missed this one from Mantis 1493 (did previously, forgot to commit)
|
há 10 anos atrás |
Peter Spicer
|
454c29c1b9
! Fix the headers for old WAP, as per Mantis 2817
|
há 10 anos atrás |
Peter Spicer
|
8edb314e7d
! One exciting void tag bug. May be more.
|
há 10 anos atrás |
Suki
|
9bfa42b31b
My godnessgit add Sources/Load.phpcurl -s https//getcomposer.org/installer | phpeleventeengit add Sources/Load.php
|
há 10 anos atrás |
Michael Eshom
|
9ec80ef05d
The ' />' method of closing so-called 'void' tags is no longer required in HTML5, per #1215
|
há 10 anos atrás |
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.
|
há 10 anos atrás |
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.
|
há 10 anos atrás |
Peter Spicer
|
155977bf66
! It's not perfect since so much stuff doesn't use it but it's still better than we had before.
|
há 10 anos atrás |
Peter Spicer
|
203de52ade
! RGB checking should be improved, thanks to @Spuds
|
há 10 anos atrás |
Arantor
|
87a7e1367c
Merge pull request #1188 from Arantor/release-2.1
|
há 10 anos atrás |
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.
|
há 10 anos atrás |
Michael Eshom
|
4bb49bae54
! In some cases the 'post event' button was shown when you couldn't actually post an event (fixes #1182)
|
há 10 anos atrás |
Peter Spicer
|
bb248113c6
! The main code for avatars no longer needing inline HTML or JS to resize
|
há 11 anos atrás |
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)
|
há 11 anos atrás |
Peter Spicer
|
be8dec5b62
! Death to hot topics.
|
há 11 anos atrás |
Peter Spicer
|
5c6e7b018f
! Some more HTML5 related clean-up
|
há 11 anos atrás |
Peter Spicer
|
ad39ba6f96
! Mostly pruning type attributes, a few doctypes that lurked in templates.
|
há 11 anos atrás |
Peter Spicer
|
cb1ede1d80
! The beginnings of a conversion to HTML5. About time we did this, really.
|
há 11 anos atrás |
Peter Spicer
|
1be765119e
! A few more things we don't need.
|
há 11 anos atrás |
Peter Spicer
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
há 11 anos atrás |
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.
|
há 11 anos atrás |
Suki
|
75f73e8790
Add debug info for instances $context['debug']['instances']
|
há 11 anos atrás |
Suki
|
5fed06fdbb
pseudo-singleton pattern
|
há 11 anos atrás |