- Jan 18, 2021
-
-
eileen authored
-
Seamus Lee authored
Fix Issue 2307
-
spalmstrom authored
-
mattwire authored
[REF] Move instantiation of Order class to earlier in function
-
mattwire authored
Deprecate Pledge::add() function
-
eileen authored
This function is no longer called from anywhere and we have settled on preferring 1 create function and standardising on that. I have left the inner code there but added the deprecation notice
-
eileen authored
This is part of making the Order object and it's methods available to the non-renewal form which has the same amount calculation bug the class is used to fix. Note the Order class is an internal class not the order api which we do wish to switch this form to using
-
Eileen McNaughton authored
#2204 Bump Minimum install PHP 7.2
-
Seamus Lee authored
Fix pledge to not use pass-by-reference
-
Seamus Lee authored
[REF] Fix Order class to not reload if already loaded
-
Seamus Lee authored
Remove call to loadRelatedObjects
-
Seamus Lee authored
[REF] Move code closer to where it is used
-
Seamus Lee authored
[NFC] Whitespace fix up
-
eileen authored
Simply moves a few lines of code so the actual usage is apparent
-
Eileen McNaughton authored
[Test] Extend new membership form to cover multi-line renew + minor cleanup
-
Eileen McNaughton authored
[REF] Param simplification
-
eileen authored
We have deprecated this out of BAO classes
-
- Jan 17, 2021
-
-
eileen authored
-
Seamus Lee authored
[NFC] Preliminary cleanup
-
Seamus Lee authored
[REF] Minor cleanup on emailReceipt
-
eileen authored
None of the ids loaded in this function are used anymore so we can remove the call to it The only reference to ids after this line is to contribution page id, which is loaded earlier
-
eileen authored
-
eileen authored
On looking at this param it can only be reached if recur->id is set and the other criteria can be squashed to an empty check
-
eileen authored
Fixes 2 things 1) empty check on line items when it is never set 2) starts to move code out of the shared-function to the form function when it is only possible when called via the form function. The sharing here is one of those cases where only a small part of the shared code is actually shared
-
eileen authored
-
eileen authored
-
eileen authored
-
eileen authored
-
Eileen McNaughton authored
REF Ensure that when doing RLIKE BINARY the field is cast as BINARY t…
-
Seamus Lee authored
-
- Jan 16, 2021
-
-
Seamus Lee authored
5.34
-
Seamus Lee authored
Add release-notes/5.33.2
-
totten authored
-
- Jan 15, 2021
-
-
totten authored
(wordpress#85) Fix version number reported within WordPress admin UI
-
totten authored
-
Eileen McNaughton authored
#2297 - E_NOTICE on contribution thankyou_date_time since time component no longer a separate field
-
totten authored
Add setting default to speed up cache flush
-
Eileen McNaughton authored
#2288 - Alternative fix search range for select/radio custom fields - now disabling the combination
-
Eileen McNaughton authored
"Admin => Misc" - Fix validation of "Maximum File Size"
-