- 26 Apr, 2016 4 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
Sanitize.php, Constants.php: allbut implemented. Support.php: Date regexp corrected to accept years 0001-1000. AbstractBuildForm.php: Code reformatted
-
Carsten Rose authored
file.php: created Store.php: New store 'STORE_EXTRA' implemented. BuildFormBootstrap: call to file.php implemented.
-
Rafael Ostertag authored
-
- 25 Apr, 2016 11 commits
-
-
Carsten Rose authored
-
Rafael Ostertag authored
-
Carsten Rose authored
-
-
Carsten Rose authored
-
Carsten Rose authored
FillStoreForm.php: added HelperFormElement::explodeParameterInArrayElements($feSpecNative);
-
Carsten Rose authored
Support.php: PhpDoc AbstractBuildForm.php: extended buildRow* with parameter htmlFormElementId. buildLabel rewritten to use Support::doAttribute, Support::wrapTag. buildInput/buildDateTim,buildSelect() now add's class 'form-control'. Input fields now offers a 'help-block'-div BuildFormBootstrap, BuildFormPlain.php, BuildFormTable.php: buildRowNative rewritten to support <label>. Signature of BuildRow* adjusted
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
AdministratorManual/index.rst, UsersManual/index.rst: Configuration & Documentation. Sanitize.php: code rewrote to use Support::dateTime2mysql(). Support.php: add dateTimeTegexp() FillStoreForm.php: use of Support::setFeDefaults($formElement). Format date/datetime/time values Store.php: redefined various functions to be 'static' AbstractBuildForm.php, Constants.php: added date/datetime/time to tables. Various new functions. Save.php: FE die nicht uebertragen wurden (typsicherweise weil leer) werden neu mit eimem leer String gesschrieben - sonst ist es nicht moeglich Eingaben wieder zu loeschen. formEditor.sql: Felder date/datetime/time neun implementiert.
-
- 21 Apr, 2016 1 commit
-
-
Carsten Rose authored
-
- 20 Apr, 2016 5 commits
-
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
Preview commit for field validation using bootstrap-validator. Do a `make boostrap && grunt` after merge
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
- 19 Apr, 2016 11 commits
-
-
Carsten Rose authored
AbstractBuildForm.php: fixed bug that under some situations there is no STORE_RECORD and this leads to an exception of undefiend Radios. Instead use STORE_TABLE_COLUMN_TYPES.
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
QfqForm.js: Buttons should behave as described in CODING.md under UI.
-
Rafael Ostertag authored
-
Carsten Rose authored
-
Carsten Rose authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
Form.js: Textarea also get input and paste event listener in order to fire upon changes immediately.
-
Carsten Rose authored
-
- 18 Apr, 2016 8 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
Database.php: sql(..., ROW_IMPLODE_ALL,...) have been confused by columns with identical columnnames (MYSQLI_ASSOC). Has been fixed now by using MYSQLI_NUM.
-
Carsten Rose authored
FillStoreForm.php: SIP Parameter without a corresponding FE have not been saved in the record: fixed
-
Carsten Rose authored
AbstractBuildForm.php: check if there is a column with the formElementName.
-
Carsten Rose authored
-
Carsten Rose authored
AbstractBuildForm.php: various form elements missed the 'title' attribute (used as tooltip). Fixed. 'Radio', 'Multi Checkbox' and 'Multi Select' only have one tooltip for all elements. This might be improved later.
-
Carsten Rose authored
-
Carsten Rose authored
AbstractBuildForm.php: Select-List - setting 'selected' changed to be tolerant against int and string.
-