darbula

Results 12 issues of darbula

Use `STATIC_URL` setting instead of hardcoded `/static/` url.

News and events template tags are not working. There are few issues. First one is that `work_out_entity` on this [line](https://github.com/evildmp/Arkestra/blob/develop/news_and_events/templatetags/news_and_events_tags.py#L3) cannot be imported it should be uncommented and with full...

### Summary There is an app with model using placeholder field and auth backend checking for object level permission for that model instances but its `has_perm` method is not receiving...

good first issues
kind: bug
status: accepted

Following exception can happen when uploading big files over slow connection with relatively small `wait_timeout` in MySql: `OperationalError: (2006, 'MySQL server has gone away')` Solution to the related django ticket...

stale

There is show localized functionality in `pymote.utils.localization` and in `pymote.gui.simulationgui`.

http://www.pyqtgraph.org/documentation/ or http://code.google.com/p/guiqwt/ included in WinPython

enhancement
gui

Make simulator window resizable at least down to size that fits on 1024x768 screen.

If field `message.destination` is list with length 1 deliver can fail. Also issue a warning if `message.destination` is empty list.

bug

When gui is opened from console redraw is needed on every step.

enhancement
gui

Document settings override.

doc