- 30 Jan, 2019 1 commit
-
-
Carsten Rose authored
-
- 27 Jan, 2019 1 commit
-
-
Carsten Rose authored
Fixes #6914. Final implemention of customized typeMessageViolation. Incl. unit tests. New escape mode 'C' - escapes ':' by '\'.' - useful for variables in variable definition.
-
- 20 Dec, 2018 1 commit
-
-
Carsten Rose authored
phpunit: fix problems. Revert change in cb2e2a70: if a record lock exist, another form, with record lock mode=NONE, can't get write access to it. This is what the manual describes.
-
- 18 Dec, 2018 3 commits
-
-
Marc Egger authored
-
Marc Egger authored
-
Marc Egger authored
-
- 17 Dec, 2018 1 commit
-
-
Carsten Rose authored
-
- 13 Oct, 2018 1 commit
-
-
Carsten Rose authored
F5112 - Add incompatibility warning for encode specialchar and checkType allbut… - change: no warning, allow '&'. This makes more sense than throwing a warning and forcing the use to switch to encoding='NONE'.
-
- 16 May, 2018 1 commit
-
-
Carsten Rose authored
-
- 06 May, 2018 1 commit
-
-
Carsten Rose authored
-
- 19 Mar, 2018 1 commit
-
-
Carsten Rose authored
-
- 03 Feb, 2018 2 commits
-
-
Elias Villiger authored
-
Elias Villiger authored
-
- 02 Feb, 2018 1 commit
-
-
Elias Villiger authored
-
- 31 Jan, 2018 3 commits
-
-
Carsten Rose authored
-
Elias Villiger authored
-
Elias Villiger authored
-
- 30 Jan, 2018 1 commit
-
-
Elias Villiger authored
-
- 29 Jan, 2018 1 commit
-
-
Elias Villiger authored
-
- 28 Jan, 2018 1 commit
-
-
Carsten Rose authored
-
- 30 Jun, 2017 1 commit
-
-
Carsten Rose authored
Sanitize.php, FillStoreForm.php, Store.php, Manual.rst: Corrections. Replace 'sanatize' against 'sanitize'.
-
- 27 Jun, 2017 1 commit
-
-
Carsten Rose authored
Specify content disposition header filename in '"'. Remove none alnum chars from filename. Sanitize.php: update doc Download.php: Implement filename to be enclosed by ". Sanatize filename. SanitizeTest.php: unittest for safeFilename().
-
- 11 Feb, 2017 2 commits
-
-
Carsten Rose authored
Store.php: Update function name SanatizeTest.php: Update function name, extend tests to more situations.
-
Carsten Rose authored
Store.php, Sanatize.php: move function normalizeArray() from Store to Sanatize. Implemented Unittests
-
- 08 Feb, 2017 1 commit
-
-
Carsten Rose authored
-
- 17 Dec, 2016 1 commit
-
-
Carsten Rose authored
-
- 23 May, 2016 1 commit
-
-
Carsten Rose authored
Report.php: refactored: TOKEN_* moved to Constants.php. New Alias TOKEN_VALID_LIST. $this->tokenList remplaced by TOKEN_VALID_LIST. Lines with less than 2 elements are ignored. Every token is checked if it is known. Exceptions got a error number. BodyTextParser.php: valid token checked against TOKEN_VALID_LIST.
-
- 01 Apr, 2016 1 commit
-
-
Carsten Rose authored
-
- 31 Mar, 2016 1 commit
-
-
Carsten Rose authored
-
- 25 Mar, 2016 1 commit
-
-
Carsten Rose authored
Support.php: dateTime2mysql implemented. Constants.php: add ERROR_DATE_TIME_FORMAT_NOT_RECOGNISED
-
- 24 Mar, 2016 1 commit
-
-
Carsten Rose authored
Refactored sanitize functionality: Form save, form update and client are now handled with the same regexp. Form save and update use the same code to sanatize. SANITIZE names are now equal in FormEditor and in Store. New class SANITIZE_ALL_MIN_MAX_DATE. OnArray.php: moved inputCheckPatternArray() to Sanatize. Sanatize.php: complete rewrote of sanitize(). Everything is regexp based now. FillStore.php: validateValue() removed, use of Sanitize::sanitize instead. Store.php: adjusted change of Sanitize:sanitize signature. AbstractBuildForm.php: defined class global variable $inputCheckPattern and initialize them during construct(). Variables, submitted by POST, are now correctly sanatized according their FormElement definition. getInputCheckPattern() adjusted to new/changed SANITIZE definitions. Constants.php: added SANTIZE_ALLOW_: MIN_MAX, MIN_MAX_DATE, EMAIL, PATTERN, SANITIZE_EXCEPTION, SANITIZE_EMPTY_STRING Save.php: use of Sanitize::sanitize instead of validateValue() formEditor.sql: order of FormElement.checkType changed to 'most used first'.
-
- 29 Feb, 2016 1 commit
-
-
Carsten Rose authored
Sip: moved initialization for $phpUnit from null to false
-
- 26 Feb, 2016 1 commit
-
-
Carsten Rose authored
-