Antony Oduor

Results 9 issues of Antony Oduor

Related to https://github.com/nairobilug/nairobilug.or.ke/issues/75

enhancement
help wanted

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...

enhancement

Works fine on localhost: ![localhost](https://cloud.githubusercontent.com/assets/940630/21529767/f57fb064-cd4c-11e6-86d9-42e56222ec46.png) Broken on production: ![live](https://cloud.githubusercontent.com/assets/940630/21529770/f9d64920-cd4c-11e6-87e7-8c52e331c9ff.png) 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),...

bug

* 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...

bug