Commit graph

17 commits

Author SHA1 Message Date
ievgenii vdovenko
e0b2043c71 feature: implements mid trimming long text; implements repo length truncation 2026-01-06 17:54:17 +01:00
RhodeCode Admin
de2720a20a templates: removed utf8 marker for python3 migration 2023-07-17 14:59:08 +02:00
RhodeCode Admin
6d4e8a6f73 ui: owner icon is consistent width for better user experience 2023-03-29 14:00:23 +02:00
Milka Kuzminski
2cc62dc79e extra-keys: fixed some texts 2020-11-30 22:43:41 +01:00
Bartlomiej Wolynczyk
8189b1607f descriptions: show mention of metatags only if they are enabled. 2020-03-02 15:13:24 +01:00
Daniel Dourvaris
9aad34b4bd ui: fixed some missed icons during redesign phase 2019-07-04 21:14:56 +03:00
Marcin Kuzminski
c37bfb464a users: use two distinct actions for user password reset.
- this makes a better UX instead of TOGGLE.
2019-01-14 18:46:18 +01:00
Marcin Kuzminski
5f25ae601e repositories: allow properly updating repository push url. 2018-02-12 14:14:33 +01:00
Marcin Kuzminski
cd62984203 repo-settings: non-changeable is a bad name. We use permalink notation in the app. 2017-11-30 14:58:08 +01:00
Marcin Kuzminski
3839c4720e forms: unified usage of h.secure_form. Make sure we ALWAYS pass in
request, and removed redundant 'POST' type.
2017-09-20 16:43:08 +02:00
Marcin Kuzminski
6dada9f346 meta-tags: cleanup support for metatags.
- fixes problem of html-escape + supported link
- no longer extract url from description, you have to use new url => tag
- tags are extracted to the beginning of the description during rendering
- show helpers in proper places in groups/repos/forks
2017-09-14 17:31:52 +02:00
Marcin Kuzminski
928129ed6c repositories: rewrote whole admin section to pyramid.
- fixed few small found problems
- code cleanups
2017-08-11 13:00:47 +02:00
Marcin Kuzminski
c650cdddcc pyramid: if possible fetch csrf tokens from pyramid session.
- we need to explicitly pass in requests into secure forms
- allows to not use pylons global session for fetching csrf tokens
2017-07-13 12:35:42 +02:00
Marcin Kuzminski
5c4d0f0819 repo-settings: show owner info even if this user doesn't have an email. 2017-05-05 14:01:12 +02:00
Marcin Kuzminski
dfec9d48a2 repo-schema: added a custom schema for repo settings.
- deform ready
- using new uri validators
- added proper widgets to handle deform
2017-04-28 12:03:35 +02:00
Marcin Kuzminski
b26439b549 repo-settings: converted repo settings to pyramid
- switched to pyramid views
- switched to deform
- validation shares the similar schema as API
- added new audit-log
2017-04-28 12:39:24 +02:00
Marcin Kuzminski
89e2586781 templating: use .mako as extensions for template files. 2017-01-04 22:13:57 +01:00
Renamed from rhodecode/templates/admin/repos/repo_edit_settings.html (Browse further)