log pkg/controllers/printtemplates.go @ 5564:aaa9e658cabd

age author description
Thu, 22 Aug 2019 11:26:48 +0200 Sascha L. Teichmann Moved JSONHandler into middleware package. json-handler-middleware
Thu, 22 Aug 2019 10:54:08 +0200 Sascha L. Teichmann Made the de-serialized input of the JSON handler accessible via the context of the request. json-handler-middleware
Thu, 22 Aug 2019 10:18:13 +0200 Sascha L. Teichmann Made the sql.Conn in function accessible via the context of the request. json-handler-middleware
Fri, 02 Aug 2019 16:10:42 +0200 Tom Gottfried Remove utility function with possibly bad performance impact
Thu, 09 May 2019 17:13:16 +0200 Sascha L. Teichmann Print templates: Fixed accessing templates by type.
Thu, 09 May 2019 16:16:37 +0200 Sascha L. Teichmann Print templates: Forget to scan the type from the result set when listing available templates.
Thu, 09 May 2019 15:42:21 +0200 Sascha L. Teichmann Fixed SQL statements. Got broken when migrated to new filter builder.
Thu, 09 May 2019 12:08:02 +0200 Sascha L. Teichmann Added template types "map", "diagram", "report".
Sun, 21 Apr 2019 19:02:35 +0200 Sascha L. Teichmann Made 'go vet' happy again.
Thu, 14 Feb 2019 16:05:02 +0100 Sascha L. Teichmann Print templates: Add country to listing if template has one.
Thu, 14 Feb 2019 15:11:00 +0100 Sascha L. Teichmann Ajjusted RLS for user templates.
Wed, 13 Feb 2019 16:41:00 +0100 Markus Kottlaender merged pdf-export in default
Fri, 08 Feb 2019 13:06:16 +0100 Sascha L. Teichmann Print templates: Implemented /api/templates/print/{name} PATCH to update print templates.
Fri, 08 Feb 2019 12:56:33 +0100 Sascha L. Teichmann Print templates endpoints: Get rid of useless models.PrintTemplateIn model.
Fri, 08 Feb 2019 12:50:40 +0100 Sascha L. Teichmann Print templates: Implemented /api/templates/print POST to create new templates.
Fri, 08 Feb 2019 12:36:47 +0100 Sascha L. Teichmann Print templates: Implemented /api/templates/print/{name} GET.
Fri, 08 Feb 2019 12:11:15 +0100 Sascha L. Teichmann Print templates: Implemented /api/templates/print/{name} DELETE.
Fri, 08 Feb 2019 11:31:57 +0100 Sascha L. Teichmann Print templates: Implemented GET of all templates.
Fri, 08 Feb 2019 11:03:12 +0100 Sascha L. Teichmann Print templates: Forget to add controller file.