Peter Spicer
|
498ce2f583
! And another one that needs dealing with per #1169 - this should leave subscr_signup as the only one outstanding not actually treated in the code.
|
10 yıl önce |
Peter Spicer
|
f44147f370
! Hopefully handle one previously unhandled IPN txn_type as per #1169
|
10 yıl önce |
Peter Spicer
|
a6569363a5
! For the database types that support UTF-8, turn on UTF-8 not merely by default but force it on. Should fix #698
|
10 yıl önce |
Peter Spicer
|
17f8048ab8
! Adding hookable fallback action as per #224
|
10 yıl önce |
Peter Spicer
|
26cbe1a9c2
! Dropdown shouldn't really be 100% wide. Fixes #1234
|
10 yıl önce |
Peter Spicer
|
44fecf5a73
! Should fix #1236
|
10 yıl önce |
Peter Spicer
|
1ae5e4d556
! Stupid bad copy/pasta from non MySQL installer to MySQL installer. Fixes #1235
|
10 yıl önce |
Peter Spicer
|
f0fafdfa02
! Don't use $scripturl directly in alerts. For emails it's fine because they are less likely to linger, but for alerts they can hang around a while, e.g. if a user doesn't log in before a site move, and the user then logs in. Emails are by nature a bit more transient like that.
|
10 yıl önce |
Peter Spicer
|
8af76809b6
! Allow for index.php?action=calendar;event=1 or similar to go to the right page of the calendar and highlight the calendar item in question (currently in bold) to indicate what's going on. This will be used by the alerts system.
|
10 yıl önce |
Peter Spicer
|
51c3b47e32
! Fringe conditions are wonderful things.
|
10 yıl önce |
Peter Spicer
|
7865e9a7c2
! Editing events was broken.
|
10 yıl önce |
Peter Spicer
|
8edb314e7d
! One exciting void tag bug. May be more.
|
10 yıl önce |
Arantor
|
6f5a9924a0
Merge pull request #1220 from live627/smc_PopupMenu
|
10 yıl önce |
John Rayes
|
514873aab0
Don't tether smc_PopupMenu to #top_info
|
10 yıl önce |
Arantor
|
64aefc250e
Merge pull request #1219 from Arantor/release-2.1
|
10 yıl önce |
Peter Spicer
|
4b3fe03f33
! Under the principle of GSD management, update the installer progress bar. Fixes #1011
|
10 yıl önce |
Peter Spicer
|
eb506b9942
! Add index to the moderation log table, this will potentially have other benefits later too. Board/log index didn't seem to have any benefits. Fixes #317
|
10 yıl önce |
Arantor
|
a6a77a5db6
Merge pull request #1218 from Arantor/release-2.1
|
10 yıl önce |
Peter Spicer
|
7fbfa399d8
! Remove hardcoded list of versions from emulation auto suggester. Fixes #368
|
10 yıl önce |
Peter Spicer
|
248fdf0d2f
! If either the karma smite or applaud labels are empty, don't permit that operation (e.g. emptying the smite label to 'stop' smiting)
|
10 yıl önce |
Peter Spicer
|
60daca13df
! Don't throw errors if calling the generic list without one defined.
|
10 yıl önce |
Michael Eshom
|
6d8d2a1e76
Merge pull request #1216 from Oldiesmann/release-2.1
|
10 yıl önce |
Michael Eshom
|
9ec80ef05d
The ' />' method of closing so-called 'void' tags is no longer required in HTML5, per #1215
|
10 yıl önce |
Arantor
|
65f47001d5
Merge pull request #1213 from ziycon/readonly_attribute
|
10 yıl önce |
ziycon
|
9568540ca2
HTML5 cleanup bit
|
10 yıl önce |
Arantor
|
76d70c688b
Merge pull request #1211 from Arantor/release-2.1
|
10 yıl önce |
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 yıl önce |
Arantor
|
22e34d98b0
Merge pull request #1210 from Arantor/release-2.1
|
10 yıl önce |
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 yıl önce |
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 yıl önce |