- 06 Apr, 2017 1 commit
-
-
Carsten Rose authored
Play the following to existing tables: ALTER TABLE `FormElement` ADD INDEX `feIdContainer` (`feIdContainer`); ALTER TABLE `FormElement` ADD INDEX `ord` (`ord`); ALTER TABLE `FormElement` ADD INDEX `feGroup` (`feGroup`);
-
- 05 Apr, 2017 1 commit
-
-
Carsten Rose authored
Es war ein Vergleich mit Typ '===': geaendert auf typlos '=='.
-
- 04 Apr, 2017 1 commit
-
-
Carsten Rose authored
#3502 / TemplateGroups: Checkboxen werden beim ersten Speichern (insert) nicht geschrieben - ein anschliessendes Update ist ok Das Problem tritt nur auf bei MultiCheckboxen. Neu werden im Store STORE_ADDITIONAL_FORM_ELEMENTS (ist bereits frueher, extra fuer Checkboxen, eingefuehrt worden) fuer alle TemplateGroup FEs (type=checkbox) die Fake Elemente angelegt. Dazu wird neu NAME_TG_COPIES in dem FEs gefuellt mit dem 'TG max copies'-Wert.
-
- 03 Apr, 2017 2 commits
-
-
Carsten Rose authored
Manual.rst: update doc - insert some linebreaks
-
Carsten Rose authored
AbstractBuildForm.php: No primary record leads to a problem that the default values, given as an array, are not replaced by scalar values. fixed.
-
- 02 Apr, 2017 2 commits
-
-
Carsten Rose authored
Manual.rst: update doc how to insert/update/delete non primary templateGroup records. FormAction.php: removed $templateGroupIndex - solved implicit by defining a LIMIT on 'slaveId' . Implemented '%D' (one below %d). Implemented FE_SQL_HONOR_FORM_ELEMENTS - reduces unecassary SQL queries. HelperFormElement.php: moved function 'explodeTemplateGroupElements()' to 'QuickFormQuery.php' Database.php: remove call to explodeTemplateGroupElements() - not necessary at that place. QuickFormQuery.php: fill STORE_RECORD during Formload - to read templateGroup records very early. Local copy of `getNativeFormElements()`, new `explodeTemplateGroupElements()`
-
Carsten Rose authored
Release.rst: Request from Myriam Steinbrecher to enlarge placeholder value in FormElement. Old 512, New 2048.
-
- 31 Mar, 2017 7 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
Prefetch war noch nicht vollstaendig implementiert und sollte es nun sein.
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
Fixed plantuml download URL.
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
- 30 Mar, 2017 24 commits
-
-
Carsten Rose authored
Mode: typeAheadPedantic TypeAhead.php: Implemented new parameter TYPEAHEAD_API_PREFETCH. Ldap.php: add new mode MODE_LDAP_PREFETCH AbstractBuildForm.php: If FE_TYPEAHEAD_PEDANTIC is specified, add attribute DATA_TYPEAHEAD_PEDANTIC,'true'
-
Carsten Rose authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Carsten Rose authored
Release.rst: ALTER TABLE `FormElement` ADD `adminNote` TEXT NOT NULL AFTER `note`;
-
Rafael Ostertag authored
-
Carsten Rose authored
-
Rafael Ostertag authored
-
Carsten Rose authored
Implementation started - code is broken
-
Carsten Rose authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
Use prefetch to solve `Wird beim laden des Forms aktuell der 'value' als 'key' gesetzt, damit der User sieht was beim letzten Speichern gewaehlt ist.Damit ist dann der 'Key' verloren.`
-
https://project.math.uzh.ch/issues/3466Rafael Ostertag authored
Partially fixed https://project.math.uzh.ch/issues/3466. Second point `Wird beim laden des Forms aktuell der 'value' als 'key' gesetzt, damit der User sieht was beim letzten Speichern gewaehlt ist.Damit ist dann der 'Key' verloren` not fixed.
-
Carsten Rose authored
Neu: Form.parameter.saveButtonActive - if this attribute is set, the save button will be enabled directly on form load. Manual.rst: update doc BuildFormBootstrap.php:: Add new attribute to 'form'-tag
-
Carsten Rose authored
-
Carsten Rose authored
-
-
- 29 Mar, 2017 2 commits
-
-
Carsten Rose authored
Implemented the option to make a form `readonly`. this can be done statically or dynamically via variable (e.g. SIP). QuickFormQuery.php, AbstractBuildForm.php: Force 'readonly' by overwriting FormElement individual 'mode' setting. BuildFormBootstrap.php: Introduced new variable F_SHOW_BUTTON.
-
Carsten Rose authored
STORE_FORM wurde ohne Sanatize Class aufgerufen - daher wurde fuer non numeric values immer False geliefert und das Action Element nicht ausgefuehrt. Neu ist SANATIZE_ALLOW_ALL gesetzt.
-