Antony Oduor
Antony Oduor
Related to https://github.com/nairobilug/nairobilug.or.ke/issues/75
Would like to suggest switch to Flatpicker (see https://flatpickr.js.org/examples/) as the date, datetime and also time picker. It seems to stable project to rely on has a lot of features...
Works fine on localhost:  Broken on production:  The deform snippet rendering tinyMCE: ``` includes = [ "page_title", "page_status", "parent", colander.SchemaNode(colander.String(), name="page_content", validator=validate_json, widget=deform.widget.RichTextWidget(options=(('browser_spellcheck', True), ('images_reuse_filename', True), ('automatic_uploads', True),...
* Adding Initial Websauna GH Actions Workflow Config … * Fix Broken Relationship Mapping for CRUDs … * Add Support Crontab Schedules … * Include Locale Param in Humanize Filter...
Running tests using latest SQLAlchemy releases: ``` SQLAlchemy==1.3.22 SQLAlchemy-Utils==0.36.8 ``` Lead to 4 crud tutorial test cases failing, namely: ``` test_add_choice_question test_edit_choice_question test_edit_choice_remove_question test_question_shows_choices ``` This was due to the...
Though `websauna.site_time_zone` is referred in documentation and comment blocks as the setting for site time_zone, the variable itself looks for `websauna.site_timezone` in the config files. This results in UTC being...
Exposing this variable as referenced in site templates.
### How to reproduce Implement a forbidden view on admin akin to instructions on #51. This works well until latest releases which throw this errors. ``` return view(context, request) File...