CallBackery

 view release on metacpan or  search on metacpan

CHANGES  view on Meta::CPAN

 * If the environmeny variable CM_CB_OVERRIDE_... is set, the value
   from the config file is overridden with the value from the environment.

   Example config file:

   BACKEND:
    cfg_db: 'dbi:SQLite:dbname=/opt/running/cb.db'
   LIST:
    - hello
    - world
    
   Example environment override:
    
    export CM_CB_OVERRIDE_BACKEND_CFG_DB='dbi:SQLite:dbname=/tmp/cb.db'
    export CM_CB_OVERRIDE_LIST_0='goodbye'

 * Fix update comboBox data

0.47.9 2023-10-26 10:05:30 +0200 Tobias Oetiker <tobi@oetiker.ch>

 - better fix, based on https://github.com/qooxdoo/qooxdoo/pull/10632

0.47.8 2023-10-24 11:23:11 +0200 Tobias Oetiker <tobi@oetiker.ch>

 - force button to focus when it is touched ... this seems to
   resolve the event order problem

0.47.7 2023-10-24 11:08:14 +0200 Tobias Oetiker <tobi@oetiker.ch>

 - force button to focus when it is clicked

0.47.6 2023-10-24 10:50:48 +0200 Tobias Oetiker <tobi@oetiker.ch>

 - fix event ordering problem on ios and android
 - add longer timeout for downloads and views

0.47.5 2023-10-19 14:06:22 +0200 Tobias Oetiker <tobi@oetiker.ch>

 - ios compatiblity issue can not easily be fixed outside qx
   https://github.com/qooxdoo/qooxdoo/pull/10629 is the right way
   to go about it ... 

0.47.4 2023-10-18 22:53:53 +0200 Tobias Oetiker <tobi@oetiker.ch>

 - it seems on ios there is no changeValue after blur, fix that by
   resettting and setting the value explicitly after blur ... aargh 

 - explicitly check for empty string in required field even when there
   is no validator defined

0.47.3 2023-08-29 16:20:30 +0200 Tobias Oetiker <tobi@oetiker.ch>

 - make table columns with "flex" work on mobile devices

0.47.2 2023-08-29 14:14:54 +0200 Tobias Oetiker <tobi@oetiker.ch>

 - connect mmButton properties to button propperties

0.47.1 2023-08-29 12:04:49 +0200 Tobias Oetiker <tobi@oetiker.ch>

 - include callbackery.ui.form.FileSelectorMenuButton into distro

0.47.0 2023-08-29 11:01:09 +0200 Tobias Oetiker <tobi@oetiker.ch>

* make callbackery work better on mobile
  - collapse navbar buttons into menu on mobile
  - move labels over form fields on mobile
* cleanup indentation

0.46.5 2023-06-28 08:29:18 +0200 Tobias Oetiker <tobi@oetiker.ch>

 - fixed regression in abstractform (missing signature)

0.46.4 2023-06-26 14:19:27 +0200 Tobias Oetiker <tobi@oetiker.ch>

 - propper logging for async getters

0.46.3 2023-06-14 18:30:45 +0200 Tobias Oetiker <tobi@oetiker.ch>

 - fix base schema for yaml config files
 - switch schema to draft2019
 - do not reconfigure automatically if the secret file is missing

0.46.2 2023-06-12 15:00:43 +0200 Tobias Oetiker <tobi@oetiker.ch>

 - fix restore process to properly reconnect to database

0.46.1 2023-05-23 12:12:33 +0200 Tobias Oetiker <tobi@oetiker.ch>

 - resync branches

0.46.0 2023-05-23 12:05:29 +0200 Tobias Oetiker <tobi@oetiker.ch>

 - the methodes 'show' and 'hide' clash with the attributes 
   'show' and 'hide' of the underlying atom class. Replaced them with 
   'manifest' and 'vanish'.

 - the upload button tried to overwrite the capture attribute.

 - these changes are necessary to make callbackery work with qx8

0.45.1 2023-05-08 10:52:48 +0200 Tobias Oetiker <tobi@oetiker.ch>

 - Reload CardList on action response
 
0.45.0 2023-05-23 12:05:16 +0200 Tobias Oetiker <tobi@oetiker.ch>

 - new widget attribute spellcheck which allows to enable
   spellcheckers like languagetool in textareas or normal text widets

0.44.3 2023-03-03 16:29:29 +0100 Tobias Oetiker <tobi@oetiker.ch>

 - add timing for validators as well

0.44.2 2023-03-03 16:18:45 +0100 Tobias Oetiker <tobi@oetiker.ch>

 - syntax regression fixed

0.44.1 2023-03-03 16:11:50 +0100 Tobias Oetiker <tobi@oetiker.ch>

 - log time spent running getters



( run in 1.471 second using v1.01-cache-2.11-cpan-39bf76dae61 )