|
6ddc176faf
|
[CORE][Form] Add facilities for automattically adding a _next field to all forms, which can be customized by the in Form::create and defaults to the current URL. Usage of RedirectedException should mostly be replaced with Form::forceRedirect
|
2022-03-07 15:26:26 +00:00 |
|
|
94449c9153
|
[CORE][Form] Add facilities for automattically adding a _next field to all forms, which can be customized by the in Form::create and defaults to the current URL. Usage of RedirectedException should mostly be replaced with Form::forceRedirect
|
2022-03-04 15:12:35 +00:00 |
|
|
45c7888676
|
[TOOLS] Run CS-Fixer on whole project
|
2022-02-28 15:47:37 +00:00 |
|
|
f66e178dfc
|
[CORE][Actor][Settings] Fix nickname change and refactor Core Form::handle so it's harder to repeat these mistakes again
Minor improvements on actor->getLocal
|
2022-02-16 18:53:07 +00:00 |
|
|
1e6bc5b6ab
|
[CORE][Form] Fix Form::handle and report back any errors
|
2021-12-24 02:46:42 +00:00 |
|
|
4501b7e85e
|
[CONTROLLER][UserPanel] Re-organised all settings forms. Added email, password, language forms separated from account or personal account info
[CORE][Form] Better PHPDoc and used is_null() for checks
[ENTITY][LocalUser] Add setNicknameSanitisedAndCached
[UTIL][Exception] Better NicknameNotAllowedException default message
|
2021-12-03 03:32:43 +00:00 |
|
|
9109c61af5
|
[TOOLS][CS-FIXER] Run new PHP CS Fixer config. Notably, adds strict_types
|
2021-10-27 04:19:28 +01:00 |
|
|
b74d944ae3
|
[TOOLS][PHPStan] Raise PHPStan level to 3 and fix new errors
|
2021-09-14 13:13:45 +01:00 |
|
|
6af1383e07
|
[UTIL][Form] Disallow using very generic form names, as they can collide with other forms in the same page
|
2021-09-14 13:13:33 +01:00 |
|
|
ebee70621b
|
[FORM] Fix bug where options were passed in the data parameter
|
2021-09-14 13:13:30 +01:00 |
|
|
2ee99e5176
|
[TESTS] Raise test coverage for Form to 100%
|
2021-09-14 13:13:14 +01:00 |
|
|
3cc1756d1b
|
[FORM][DOCUMENTATION] Add documentation to Form class
|
2021-09-14 13:13:13 +01:00 |
|
|
460712e15e
|
[GIT] Change my email to the new one in all files and bump copyright year
|
2021-09-14 13:06:56 +01:00 |
|
Hugo Sales
|
e8feb2ae84
|
[DOCUMENTATION][REFACTOR] Add documentation to all flagged function and do some small cleanup
|
2021-09-14 13:06:55 +01:00 |
|
Hugo Sales
|
07078414bb
|
[FORM] Add names to forms
|
2021-09-14 13:06:48 +01:00 |
|
Hugo Sales
|
93f576679c
|
[FORM] Add Form::handle which automagically creates a form, handles a request, and writes the data to the given entity and update Form::create to do some more magic as well
|
2021-09-14 13:05:45 +01:00 |
|
Hugo Sales
|
1e911f1ba4
|
[FORM] Add Form::isRequired
|
2021-09-14 13:05:43 +01:00 |
|
Hugo Sales
|
7c6112b887
|
[FORM][WRAPPER] Merge argument options, not replace
|
2021-09-14 13:05:41 +01:00 |
|
Hugo Sales
|
b32e173749
|
[FORM] Added Symfony Form wrapper
|
2021-09-14 13:05:28 +01:00 |
|