Marcin Kuzminski
862e0c122b
commits: hide evolve commits. Fixes #5392
2017-10-03 16:37:39 +02:00
Marcin Kuzminski
4718f3cec9
integrations: expose EE integrations as dummy objects to show
...
what EE edition have.
2017-09-28 18:04:53 +02:00
Marcin Kuzminski
441639db30
style: optimized <code> element fonts.
2017-09-27 12:14:05 +02:00
Marcin Kuzminski
4291c5fccd
gists: add copy url to clipboard helper icon.
2017-09-26 12:47:13 +02:00
Marcin Kuzminski
2a06b6b96d
diffs: show copy-to-clipboard next to diff files
2017-09-21 23:29:44 +02:00
Marcin Kuzminski
b95e835ebb
audit-logs: allow showing individual entries for audit log.
2017-09-21 16:47:10 +02:00
Marcin Kuzminski
f59da891ad
metatags: improve display syntax and add deprecated tag.
2017-09-14 20:14:11 +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
57031945a3
pull-requests: use merge info to show how Pull requests will be merged.
...
- rebase or merge commit is shown as merge strategy.
- close/delete branch are shown if that option is selected.
2017-08-23 13:48:10 +02:00
Marcin Kuzminski
434aca22cf
perms-summary: fix long names overflow.
...
- fixes #5336
2017-08-08 13:07:42 +02:00
Marcin Kuzminski
3430eb74e5
repositories: ported repo_creating checks to pyramid.
...
- fixed security issues with resource discovery.
- ported repository creating check into base view for repos.
2017-07-28 15:56:06 +02:00
Marcin Lulek
c522025775
pull-requests: add copy helpers into pull requests clone/pull url inputs.
2017-07-27 12:59:20 +02:00
Marcin Kuzminski
86956d9436
clipboard-action: make the icon provide feedback when clicked.
2017-07-25 10:58:07 +02:00
Marcin Kuzminski
8bfe9e6306
templates: add copy to clipboard for repository clone.
2017-07-20 22:29:35 +02:00
Lisa Quatmann
79c428dc10
styling: updated icon files.
2017-07-19 22:53:13 +02:00
Marcin Kuzminski
a98d55f137
clipboard: added dummy placeholders for copying commits/paths via clipboard.js
2017-07-19 11:38:34 +02:00
Daniel Dourvaris
7add053ff8
users: add additional information why user with pending reviews shouldn't be deleted.
2017-07-13 22:40:12 +02:00
Marcin Kuzminski
53b4ac98f8
repo-summary: re-implemented summary view as pyramid.
...
- changed exception handler, to now work in pure pyramid mode
- changed missing requirements logic on repo based views that require vcs-connection
2017-06-07 13:23:21 +02:00
Marcin Kuzminski
bd1e865c9c
pull-request: extended default reviewers functionality.
...
- added mandatory reviewers JS logic Fixes : #4219
- added option to forbid author to be a reviewer via JS/Frontend checks. Fixes #5190
- added option to forbid adding new reviewers except those defined. Fixes #5208
2017-05-29 20:10:17 +02:00
Marcin Kuzminski
be41f0b920
pull-requests: moved the listing of pull requests for repo into pyramid.
...
- moved as datagrid App
- changed loading of grid to lazy, as other new views.
2017-05-29 20:58:42 +02:00
Marcin Kuzminski
4801f5f8ca
mercurial-evolve: enable evolve setting on repositories.
2017-05-10 18:33:59 +02:00
Marcin Kuzminski
5eb051d03c
markdown: reduce margin for list elements.
2017-05-04 14:18:46 +02:00
Marcin Kuzminski
ba05fdf087
summary: disconnect readme rendering data from the comments.
...
- this prevents the rendering artifacts specific for the comments.
2017-05-04 14:15:30 +02:00
Marcin Kuzminski
40894ec11e
markdown: fixed hr styling, and strong style.
2017-05-04 14:14:43 +02:00
Marcin Kuzminski
175f8f5347
ux: make url on summary screen stretch to fill in space.
2017-04-27 12:35:28 +02:00
Marcin Kuzminski
6e89c84604
file-upload: allow specfing custom filename for uploaded archives.
2017-04-21 06:02:15 +02:00
Marcin Kuzminski
15fc2d8a48
mercurial: show phases status in changelog.
...
- ref #5265
2017-04-20 20:56:16 +02:00
Marcin Kuzminski
7726d5131d
dataGrid: fixed loading CSS to prevent page flicker.
2017-04-13 17:13:24 +02:00
Marcin Kuzminski
6bbdfc292b
strip: ui changes.
...
- make full buttons clickable not only <i> icons
- fix margin on dynamic buttons
- small html cleanups
2017-04-04 17:28:09 +02:00
Marcin Kuzminski
feb25a9cb8
diffs: support mercurial copy in diffs details.
2017-03-28 22:37:33 +02:00
Marcin Kuzminski
8838ed268c
files: render images inside the file view.
...
- instead of displaying binary message, render images icons and gifs
inside the preview pane.
2017-03-28 20:19:23 +02:00
Marcin Kuzminski
4c2e5ee660
pull-request: lock button when updating reviewers to forbid multi-submit.
...
- fixed some small UI issues found.
2017-03-27 15:32:27 +02:00
Marcin Kuzminski
48aabd779d
datagrid: fix some styling and processing text.
2017-03-14 13:39:39 +01:00
Marcin Kuzminski
c65952d546
markup: improved markup CSS.
...
- remove odd image borders.
2017-03-09 21:09:10 +01:00
Marcin Kuzminski
60f7192c2c
rhodecode-toasts: added flash toast into pages that don't inherit from base.
2017-03-01 13:46:59 +01:00
Marcin Kuzminski
aa5952b45a
rhodecode-toast: css improvements.
2017-03-01 10:25:10 +01:00
Marcin Kuzminski
eb8c2fe3d1
helper-blocks: fix pre formatting only for auth plugin helper texts.
...
- leave other as they can break if we apply same for all helper blocks.
2017-02-25 10:20:10 +01:00
Marcin Kuzminski
732e6c0240
pull-requests: move text with commit summary to left. It looks better.
2017-02-24 17:41:14 +01:00
Marcin Kuzminski
2e08f6bd4a
ui: use monospace fonts on clone urls.
2017-02-24 14:33:06 +01:00
Marcin Kuzminski
8ceda76718
auth: refactor code and simplified instructions.
...
- added new rfc selector
- cleanup imports
2017-02-21 18:05:29 +01:00
Marcin Kuzminski
89dc191e0d
pull-requests: add explicit CLOSE pr action instead of closed status from selector.
...
- This is much better UX
- we set status based on calculated review
- fixes #5215
2017-02-15 11:48:54 +01:00
Marcin Kuzminski
1d8f00e026
annotation: added shortcut links to browse the annotation view with previous commits.
2017-02-07 22:51:07 +01:00
Marcin Kuzminski
1b7412f886
annotations: fixed UI problems in annotation view for newer browsers.
2017-02-07 21:54:05 +01:00
Marcin Kuzminski
6b600fa872
style: fixed some wrong less arguments used.
2017-02-07 16:14:24 +01:00
Marcin Kuzminski
608e51e4cb
changelog: added dynamic loaders to extend number of commits inside changelog.
...
- implements #5187
2017-01-31 22:05:36 +01:00
Marcin Kuzminski
e7511ca6f6
pr-versioning: implemented versioning for pull requests.
...
- users can navigate via each version or generate diffs between versions
- diff between versions will show changed commits and partial diffs
- redone the UI for versioning a bit
- small UI fixes
2017-01-25 19:06:59 +01:00
Marcin Kuzminski
d055888eda
comments: link to resolved comment in FIX comment type.
2017-01-24 16:11:41 +01:00
Marcin Kuzminski
a044290ee2
comments: show links to unresolved todos
...
- show hidden comments when using navigation for comments
- small UI fixes
2017-01-19 13:59:02 +01:00
Marcin Kuzminski
30637758d6
pull-requests: unified merge checks.
...
- same logic is now used for API, pre-conditions on show, and checks on actual merge
- added checks into API because it was not validated
2017-01-18 14:56:20 +01:00
Marcin Kuzminski
e5f1efc7f7
pull-request: introduced new merge-checks.
...
- merge checks show nicer UI for status of merge approval inside PR
- merge checks now also forbid a merge if TODO notes are present
- use global refresh merge check when submitting comments. It
no longer required page reload when submitting status change.
2017-01-16 22:58:44 +01:00