- 23 May, 2016 2 commits
-
-
Carsten Rose authored
Link.php: added parameter to JS alert code
-
Carsten Rose authored
-
- 20 May, 2016 2 commits
-
-
Carsten Rose authored
OnArray.php: new explodeWithoutEscaped() Link.php: new doQuestion() Report.php: Link class will be initialized during __construct().
-
Carsten Rose authored
Unittests fuer _page und _Page. Link.php: add checkEmptyValue(), checkValue() - code becomes cleaner. Report.php: diverse Stellen empty() entfernt und durch isset() && ==='' ersetzt. empty() nimmt auch '0' als leeren Wert.
-
- 18 May, 2016 15 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
Link.php: fixed bug that '0' as parameter for a token was equal to 'take default'. Report.php: fixed two bugs with 'uninitialized variable' Sip.php: index.php replaced by a constant.
-
Carsten Rose authored
FillStoreForm.php, AbstractBuilForm.php, Support.php: replaced 'dateFormat' with 'FE_DATE_FORMAT' where appropriate. AbstractBuilForm.php: buildDateJQW in a first version.
-
Carsten Rose authored
-
Carsten Rose authored
FillStoreForm.php, AbstractBuilForm.php: rena,ed buildFormElementId() to buildFormElementName(), deleted: builddateJQW(), copied buildDateTime() to buildDateJQW - but not coded.
-
Rafael Ostertag authored
-
Carsten Rose authored
-
Rafael Ostertag authored
-
Carsten Rose authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
- 17 May, 2016 11 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
Link.php: code refactored. New implementation should be position independent for the token string. Also some logic changed to be much cleaner. New: NAME_QUESTION_* (not implemented now), FINAL_*, $tokenMapping[], $tokenGiven[]. Removed: varsDefault - directly set in initVars().
-
Rafael Ostertag authored
-
Carsten Rose authored
-
-
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
-
Rafael Ostertag authored
-
- 14 May, 2016 2 commits
-
-
Carsten Rose authored
PHP Unit Tests: LinktTest.php, ReportTest.phh - more tests
-
Carsten Rose authored
-
- 13 May, 2016 8 commits
-
-
Carsten Rose authored
ReportTest.php: Link, render mode, mailto
-
Carsten Rose authored
-
Carsten Rose authored
Report.php: replaced hard coded 'report' token against constants. Initialize all tokens per level. Initialize class to be reentrant. usort: dirty style - disabled E_NOTICE for a short moment.
-
Carsten Rose authored
BuildFormPlainTest.php: fixed issue with double declared class FakeTSFE. ReportTest.php: initially created.
-
Carsten Rose authored
Report.php: set default value for $t3data["uid"]. $bodyText now given to process() instead of the constructor - makes testing easier. QuickFormQuery.php: applied change of 'bodytext' from Report.php.
-
Carsten Rose authored
Report.php: changed various comparison from '==' to '==='. Use of Support::doAttribute() instead of manual concatenating. Use of empty() instead of ==''.
-
Carsten Rose authored
-
Carsten Rose authored
UsersManual/index.rst: cleanup of _link, _pagex, _PageX description. Link.php, Report.php: Hard coded token names replaced by constants. Name of token 'h' (HASH) changed to 's' (SIP). Report.php: Removed code for column '_F'.
-