| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
My first effort of translation to portuguese.
|
|/ |
|
|
|
|
|
|
| |
Use keypress instead of keyup events where possible. This might help with the
problem sometimes seen that hitting CTRL-R will load the "relations" page,
because it uses the "r" key as shortcut.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |\
| | |
| | | |
add two osmi public transport layers
|
| |/ |
|
|/
|
|
| |
Fixes #72.
|
| |
|
| |
|
|
|
|
| |
SQL Function instr() isn't available in old sqlite versions.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This way we always get the data dynamically from the database instead of
loading it once at program start. This could allow faster updates in the
future.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes #68.
|
| |
|
|
|
|
|
| |
This used to result in an "undefined method `[]' for nil:NilClass" when a
filter was used in the API call that the API didn't know about.
|
| |
|
| |
|
| |
|