datasette/datasette
Russ Garrett bf229c9bd8 Pass view_name to extra_body_script hook (#443)
At the moment it's not easy to tell whether the hook is being called
in (for example) the row or table view, as in both cases the
`database` and `table` parameters are provided.

This passes the `view_name` added in #441 to the `extra_body_script`
hook.
2019-05-03 09:12:19 -04:00
..
publish about and about_url metadata options 2019-03-14 20:54:42 -07:00
static ?_where= parameter on table views, closes #429 2019-04-12 18:37:22 -07:00
templates Extract facet code out into a new plugin hook, closes #427 (#445) 2019-05-02 17:11:26 -07:00
views Pass view_name to extra_body_script hook (#443) 2019-05-03 09:12:19 -04:00
__init__.py Move version info back to separate module 2018-05-22 12:35:21 -07:00
_version.py Add version number support with Versioneer 2018-05-22 12:35:21 -07:00
app.py Extract facet code out into a new plugin hook, closes #427 (#445) 2019-05-02 17:11:26 -07:00
cli.py 'datasette serve -i immutable.db' option, refs #419 2019-03-17 16:25:15 -07:00
facets.py Implemented ArrayFacet, closes #359 2019-05-02 20:21:27 -04:00
filters.py New ?column__date=yyyy-mm-dd filter 2019-04-15 15:54:54 -07:00
hookspecs.py Pass view_name to extra_body_script hook (#443) 2019-05-03 09:12:19 -04:00
inspect.py display_columns_and_rows() no longer uses inspect, refs #420 2019-04-06 20:11:08 -07:00
plugins.py Extract facet code out into a new plugin hook, closes #427 (#445) 2019-05-02 17:11:26 -07:00
renderer.py New plugin hook: register_output_renderer hook (#441) 2019-05-01 16:01:56 -07:00
tracer.py Added ?_trace=1 option to trace SQL 2019-04-20 22:34:34 -07:00
utils.py New plugin hook: register_output_renderer hook (#441) 2019-05-01 16:01:56 -07:00
version.py Move version info back to separate module 2018-05-22 12:35:21 -07:00