- Feb 15, 2016
-
-
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.
-
- Feb 12, 2016
-
-
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
-
- Feb 11, 2016
-
-
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
-
- Feb 10, 2016
-
-
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.
-
Rafael Ostertag authored
Merged JavaScript sources. Conflicts: .gitignore qfq.ini
-
- Feb 09, 2016
-
-
Rafael Ostertag authored
Gruntfile.js: concat and uglify for our javascript stuff. Added support for storing state of Bootstrap pills. Added jasmine tests.
-
Carsten Rose authored
-
- Feb 08, 2016
-
-
Carsten Rose authored
-
- Feb 05, 2016
-
-
Carsten Rose authored
-
Carsten Rose authored
QuickFormQuery: renamed from Form.php to QuickFormQuery.php. Include 'Report'. New: If there is no formname specified, this is not an error anymore - just do nothing. QuickFormQueryTest: renamed from FormTest.php to QuickFormQueryTest.php formEditor.sql: Fixed some missing 'not null' definitions. BuildFormPlainTest, SipTest: Adjustments from renaming Form.php qfq.php: renamed from form.php to qfq.php index.php: Adjustments from renaming form.php report.php: new test file, to see something with report (not working now)
-
Carsten Rose authored
-
- Feb 03, 2016
-
-
Carsten Rose authored
AbstractBuildForm: new getColumnSize() - retrieve size limit for a column from the table definitiom. $formElement['maxLength'] will be checked against the max physical size and adjusted where necessary. Implemented 'tooltip' as a title tag. All rendered HTML Attributes are now trimmed. getInputCheckPattern(): fixed a bug and new check if min|max are set. Renamed extractKeyValueList() to getKeyValueListFromSqlEnumSpec(). BuildFormPlainTest: new
-
Carsten Rose authored
Form: added flag $phpUnit. AbstractBuildForm: added one line description to all functions. Subrecords: changed column title delimiter from '@' to '|' to be more consistant to other places in QFQ.
-
- Feb 02, 2016
-
-
Carsten Rose authored
Store, Constants, Save, StoreTest: undo renaming STORE_0 back to STORE_ZERO. const with a number at the end seems not to be accepted in the phpunittests.
-
Carsten Rose authored
Form: changed detection of load/saved from POST SIP Parameter to POST/GET Method. Introduced Save. Now, loadFormSpecification() differentiate between load and save. Save: new. formEditor: fixed some minor bugs in form specification.
-
Carsten Rose authored
-