[3.0] Misc fixes - #9302
Conversation
cbac018 to
a73718e
Compare
a73718e to
dd318d6
Compare
|
Okay, I think I am done messing with this PR. @sbulen, would you care to test whether it solves the problem of not being logged after the upgrader exits? |
8be3518 to
1f2c789
Compare
2.1 => 3.0
|
|
Well, phooey. I must have broken something in my tinkering after I first pushed. I suppose that's what I get for trying to code while sleepy. |
1f2c789 to
b868cf2
Compare
|
2.1 => 3.0Getting a different WSOD:
PHP error log reflects the above. MySQL & Apache logs clear. Upgrade.log:
|
b868cf2 to
a5aef7c
Compare
|
That should be fixed now. The cause was just a silly mistake on my part. If you could test again, @sbulen, that would be lovely! |
|
Note this branch currently has merge conflicts. |
|
For a fun romp down memory lane... |
|
Let me know if you want me to retest now, or if you want to think about the attachment directory... |
|
Maybe a 2.1 cleanup task that ensures it's ready for the json conversion? |
|
There, that should fix the attachments stuff.
Test away, @sbulen! |
|
Derp. Yeah, looks like I forgot a use statement. I'll fix it when I'm back at a computer. |
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com> # Conflicts: # Sources/Maintenance/Tools/Install.php
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Can be used to allow us to check a password without automatically updating it. This matters for the upgrader, where we don't want to write to the members table before it is ready to receive new data. Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Is now idempotent (meaning, running the step again won't change anything) and can handle every possible format that the value might have been in before. Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
d8a35f3 to
c385188
Compare
|
Fixed now, @sbulen. Ready for a retest whenever you are able. |

Maintenance::$contextwith just plain oldUtils::$context. Upon closer inspection, I realized that there was neither any need nor any benefit to having a separate version of$context; it just caused headaches when using other code, such asSecurityToken::create(), that is already designed to work withUtils::$context.