RhodeCode Admin
de2720a20a
templates: removed utf8 marker for python3 migration
2023-07-17 14:59:08 +02:00
RhodeCode Admin
227f4040d2
debugging: expose logs/exception when debug log is enabled.
2022-10-03 12:03:41 +02:00
Milka Kuzminski
a62237f4f1
error-document: update info about stored exception retrieval.
2020-10-21 10:23:53 +02:00
Marcin Lulek
2c8b886024
js/html: init plugin on error documents so we get proper JS variables set required for some imports (e.g chat_pop.mp3 which caused 404 on 500/4XX pages)
2020-03-31 16:15:15 +02:00
Bartlomiej Wolynczyk
4985fe50d8
ui: make super admin named consistently across ui.
2019-12-11 14:28:02 +01:00
Marcin Kuzminski
20e38aff3f
error-document: embeed ICON so we don't hit server on error page.
2019-11-07 13:59:22 +01:00
Marcin Kuzminski
8a683cb244
js: fixed usage of minimized JS
2019-10-31 15:13:08 +01:00
Marcin Kuzminski
863fb9010b
static: use same way of loading static in root and standalone error_document to prevent from having JS errors.
2018-11-19 10:56:29 +01:00
Marcin Kuzminski
1e05670fa4
pages: updated error pages UI.
2018-11-06 12:56:35 +01:00
Marcin Kuzminski
e1fea701c9
css: dropped not used ie.css file. We don't suppot IE9 anyway
2018-10-29 16:28:58 +01:00
Marcin Kuzminski
8676434a71
error-tracker: use nicer display for exception generated by rhodecode.
2018-08-24 15:49:02 +02:00
Marcin Kuzminski
21c608be71
exceptions: added new exception tracking capability.
...
- store exceptions
- expose super admin interface to browse latest errors
2018-07-23 15:56:09 +02:00
Marcin Kuzminski
b2cfc90822
error-document: make sure the error document has registered helpers,
...
and uses only pyramid mechanics.
- in some edge cases the renderer_globals are not called and
we cannot rely on them
- this should be a purely pyramid view not relying on any of pylons
left overs.
2017-05-15 18:29:18 +02:00
Marcin Kuzminski
2d37a1e953
routing: switched static redirection links to pyramid.
...
- ref #4185
2017-04-20 01:00:09 +02:00
Marcin Kuzminski
f284c5877a
templates: removed some unused JS variables.
...
- cleanup of duplicated keyboard bindings that are now set in seperate file.
2017-01-08 15:14:20 +01:00
Marcin Kuzminski
89e2586781
templating: use .mako as extensions for template files.
2017-01-04 22:13:57 +01:00