Skip to content
Snippets Groups Projects
  1. Aug 28, 2022
    • Carsten  Rose's avatar
      Refs #9281 - Allow STRICT_TRANS_TABLES - Default '0' is now set for all INT... · 90e9909b
      Carsten Rose authored
      Refs #9281 - Allow STRICT_TRANS_TABLES - Default '0' is now set for all INT columns. DB-Update will change column definition. TEXT columns still don't have a default: Before MariaDB 10.2.1, BLOB and TEXT columns could not be assigned a DEFAULT value. This restriction was lifted in MariaDB 10.2.1. - we still have several DBs with 10.0 and 10.1.
      90e9909b
  2. Mar 20, 2022
  3. Jun 20, 2019
  4. Dec 17, 2018
  5. Jun 01, 2016
  6. May 31, 2016
  7. May 25, 2016
  8. May 11, 2016
  9. May 09, 2016
  10. May 03, 2016
    • Carsten  Rose's avatar
      Radio-buttons: vertical & horizontal alignent. · 6b857a50
      Carsten Rose authored
      AbstractBuildForm.php: Class 'radio' or 'radio-inline' assigned to each individual radio element. After formelement['maxlength'] elements, a <br> is rendered.
      6b857a50
    • Carsten  Rose's avatar
      Recode: fromelement.mode='readonly' new implemented on client, by using CSS... · 5b899934
      Carsten Rose authored
      Recode: fromelement.mode='readonly' new implemented on client, by using CSS attribute 'disabled'. The HTML atrribute 'readonly' is fine for pure 'input' elements, but does not work sufficient for 'select', 'checkbox', 'radio'. Also, the label (left of input) and note (right of input) are now grayed out if set to 'disable'.
      FillStoreForm.php, Save.php: strings replaced by constants. New central function getfeMode() used by getJsonFeMode() and getAttributeFeMode()
      5b899934
  11. May 01, 2016
  12. Apr 19, 2016
  13. Feb 09, 2016
  14. Feb 05, 2016
    • Carsten  Rose's avatar
      QuickFormQuery: renamed from Form.php to QuickFormQuery.php. Include 'Report'.... · 11e2de14
      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)
      11e2de14
  15. Jan 17, 2016
  16. Jan 15, 2016
  17. Jan 06, 2016
  18. Jan 05, 2016
Loading