- Feb 23, 2016
-
-
Rafael Ostertag authored
-
- Feb 15, 2016
-
-
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 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 05, 2016
-
-
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)
-
- 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
-
- 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
Store: Removed CLIENT_POST_ID and CLIENT_GET_ID. Various functions: check if supplied store is known. Check that STORE_ZERO never saves a value. New mode for setVar(): overWrite. Constants: New qfq.log. SQL_FORM_ELEMENT splitted to SQL_FORM_ELEMENT_SPECIFIC_CONTAINER|ALL_CONTAINER. New ROW_INSERT, ROW_UPDATE. Renamed STORE_ZERO to STORE_0.
-
Carsten Rose authored
Database: renamed rowCount() to getRowCount(). Additonal error message for sql(), New: dbLog(). prepareExecute will log all fired queries.
-
- Jan 29, 2016
-
-
Carsten Rose authored
-
- Jan 28, 2016
-
-
Carsten Rose authored
-
Carsten Rose authored
-
- Jan 26, 2016
-
-
Carsten Rose authored
-
- Jan 24, 2016
-
-
Carsten Rose authored
-
- Jan 22, 2016
-
-
Carsten Rose authored
-
Carsten Rose authored
-
- Jan 20, 2016
-
-
Carsten Rose authored
-
- Jan 19, 2016
-
-
Carsten Rose authored
-
Carsten Rose authored
-
- Jan 17, 2016
-
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
Store.php: Removed caching functionality - the speed advantage is too few against code complexity. Introduced sanatizeStore - Only STORE_CLIENT and STORE_FORM are still sanatized. All others will be trusted. This reduces overhead by accessing variables. New function 'fillStoreTableDefinition'. Rewrote and simplify class getVar(). New function getStore() - at the moment used for debugging.
-
Carsten Rose authored
-
Carsten Rose authored
-
- Jan 16, 2016
-
-
Carsten Rose authored
-
Carsten Rose authored
-
- Jan 15, 2016
-
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
Store.php: Impelemented Store 'Parent Record'. Extended Store 'Client' with Server SVars. Reorded fucntions. Added createSipAfterFormLoad()
-
- Jan 12, 2016
-
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
-
- Jan 06, 2016
-
-
Carsten Rose authored
- renamed querySemple() to sql(). - renamed execute() to prepareEXecute() - ParamArray or prepared Statement will be display on exceptions. - Testcases extended to ParamArray for sql()
-
Carsten Rose authored
-
Carsten Rose authored
*.sql: extend definition to test Set and Enum.
-