Peter Spicer
|
60daca13df
! Don't throw errors if calling the generic list without one defined.
|
10 gadi atpakaļ |
Peter Spicer
|
44f9bf79c8
! This should force all outgoing email (currently at least!) to have a Message-ID. Failure to supply a message id can cause emails to be dropped as spam. sendmail itself attempts to guarantee uniqueness with a hash of microtime, but wherever feasible I've also tried to make the id both meaningful and give it something that should uniquify it. Things like newsletters, though, can't really be uniquified at sending level, so we'll just use microtime to deal with that for us.
|
10 gadi atpakaļ |
Arantor
|
22e34d98b0
Merge pull request #1210 from Arantor/release-2.1
|
10 gadi atpakaļ |
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 gadi atpakaļ |
Peter Spicer
|
1ce7bb7392
- In the spirit of GSD, let's remove an option that's on by default, that I've never seen disabled anywhere, and that might as well just be permanently on to keep it simple.
|
10 gadi atpakaļ |
Peter Spicer
|
71ce945ed9
! More cleanup
|
10 gadi atpakaļ |
Peter Spicer
|
09a38600e9
! There really was no need for the extra divider or unnecessary title; it's not like there isn't ever a default value for this selectbox.
|
10 gadi atpakaļ |
Arantor
|
0d055e208a
Merge pull request #1209 from Arantor/release-2.1
|
10 gadi atpakaļ |
Peter Spicer
|
0d59ab70c2
! And even more of the good stuff.
|
10 gadi atpakaļ |
Peter Spicer
|
aace11e366
! And a bit more goodness.
|
10 gadi atpakaļ |
Peter Spicer
|
f1879c98cf
! And some more clean-up
|
10 gadi atpakaļ |
Arantor
|
aa02048046
Merge pull request #1208 from Arantor/release-2.1
|
10 gadi atpakaļ |
Peter Spicer
|
7898b87490
! There's a few issues with the warn page if you happen to be a keyboard user. Fixes #529
|
10 gadi atpakaļ |
Arantor
|
52621acdf3
Merge pull request #1206 from Arantor/release-2.1
|
10 gadi atpakaļ |
Peter Spicer
|
21e33fac30
! Consistency is good. We really shouldn't be having these around.
|
10 gadi atpakaļ |
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 gadi atpakaļ |
Peter Spicer
|
5f6f1b14f7
! Of course, logging the stylesheets in use is only any good if you actually attempt to log the ones you're actually using.
|
10 gadi atpakaļ |
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 gadi atpakaļ |
Peter Spicer
|
1451e19611
! Something useful for logging.
|
10 gadi atpakaļ |
Arantor
|
60b2dcd3cb
Merge pull request #1205 from Arantor/release-2.1
|
10 gadi atpakaļ |
Peter Spicer
|
647f6c798c
! And the march into this decade continues.
|
10 gadi atpakaļ |
Peter Spicer
|
bb3bbd0156
! Some good doctype stuff
|
10 gadi atpakaļ |
Peter Spicer
|
16c1e68ab3
! And more things we don't need. Yay.
|
10 gadi atpakaļ |
Peter Spicer
|
ff05d6f002
! We don't exactly need this stuff.
|
10 gadi atpakaļ |
Arantor
|
99bc59e100
Merge pull request #1202 from Arantor/release-2.1
|
10 gadi atpakaļ |
Peter Spicer
|
7dc9419211
! Fixed avatar resizing being off by one. Also fixed uploaded avatars not working properly in some cases. This may not be applicable in future with the custom avatar directory stuff but for now this means it does work.
|
10 gadi atpakaļ |
Arantor
|
85a9f6129f
Merge pull request #1201 from Arantor/release-2.1
|
10 gadi atpakaļ |
Peter Spicer
|
68fa7bc534
! And also update the edit-membergroup area to cover the whole board access thing. Per #1196
|
10 gadi atpakaļ |
Arantor
|
a684629101
Merge pull request #1200 from Arantor/release-2.1
|
10 gadi atpakaļ |
Peter Spicer
|
22aa767e55
! Groups that can manage boards will always have access to boards, the UI now won't let you think anything different. I haven't added a message but I'm not sure one is really needed. Try this, let me know. Ref #1196
|
10 gadi atpakaļ |