- 18 Feb, 2016 3 commits
-
-
Carsten Rose authored
BuildFormBootstrap: fixed typo in class id pills QfqForm.js: rewrote logic after press 'save'
-
Carsten Rose authored
JS code to support forems with or without pills
-
Rafael Ostertag authored
-
- 17 Feb, 2016 8 commits
-
-
Carsten Rose authored
Build debug version ov qfq-js too.
-
Rafael Ostertag authored
-
Carsten Rose authored
Client Logic for Close/Save implemented
-
Carsten Rose authored
Store: qfq.ini renamed to config.ini AbstractBuildForm, Constants, Database: constants renamed: KVP
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
QfqPage.js: history: do not create a history entry for each tab click, instead just set the current history to the current tab, i.e. the back button won't take the user thru the tab history.
-
Rafael Ostertag authored
Alert.js: Click handler on message will only be installed IF no buttons are to be displayed. If buttons are displayed, the buttons will dismiss the message upon click.
-
- 16 Feb, 2016 1 commit
-
-
Rafael Ostertag authored
-
- 15 Feb, 2016 2 commits
-
-
Rafael Ostertag authored
-
Rafael Ostertag authored
BSTabs.js, PageState.js, Form.js: done. Alert.js: first draw, layout not of alerts not proper yet. Added jasmine tests.
-
- 12 Feb, 2016 7 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
QuickFormQuery: added saveForm() as new entrypoint. Will be directly called from save.php. Rearranged process().
-
Carsten Rose authored
-
Carsten Rose authored
Support: check if GLOBALS['TSFE'] really exist.
-
Carsten Rose authored
Store: removed bad unescaping of _GET variables
-
Carsten Rose authored
-
- 11 Feb, 2016 16 commits
-
-
Carsten Rose authored
formEditor: fixed typo
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
AbstractBuildForm: implementd uniqe formId. BuildFromBootstrap: Save-Button will receive 'formId' Constants: new field TYPO3_TT_CONTENET_ID BuildFromPlainTest: implemented test for getFormId. EvaluateTest: fixed wrong assert test
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
BuildFormBootstrap: Save Button prepared. AbstarcFromBuild: form.id specified
-
Rafael Ostertag authored
-
Carsten Rose authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
PageState.js: allows to use window.history.state, which is dubbed `data`. PopState Handlers are now called with the PageState object as first and only argument, in order to allow access to `data`. QfqPage.js: use data to store page title in page state. Constructor sets page state explicitly, if none exists so far by setting it to the active tab; this allows to navigate to the first state.
-
Carsten Rose authored
-
Rafael Ostertag authored
-
Carsten Rose authored
-
Carsten Rose authored
-
Rafael Ostertag authored
-
- 10 Feb, 2016 3 commits
-
-
Carsten Rose authored
Report.php: previous report/Db.php class replaced by qfq/Db.php class. Implemented some isset() checks for arrays. report() seems to run in easy setup.
-
Carsten Rose authored
-
Carsten Rose authored
Database: Moved implementation from PDO to mysqli. Reason: mysqli_num needed for `report`, but PDO can't fetch column names than.
-