##// END OF EJS Templates
Commit Message Age Author Refs
r2093:a327c56b
metatags: improve display syntax and add deprecated tag.
0
r2091:90bf6103
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
0
r2088:4558ec55
helpers: make sure request parameter is not rendered inside secure form.
0
r2062:623ff10e
initial-gravatars: fix case of dot beeing present before @domain.
dan
0
r2003:f0eeceed
markup: make relative links pint to raw files for images and to standard files as links. - allows building relative MD/RST links that go to rendered content - still allows to embed images/video with relative paths
0
r1951:965019b0
repo-commits: ported changeset code into pyramid views. - refactored part of naming to use commit_id instead of revision - renamed some parts to repo_commits instead of changeset without breaking backward compat - small improvements and fixes for tests
0
r1947:4566477c
renderer: remove usage of old non request PartialRenderer
0
r1927:e6df2b71
files: ported repository files controllers to pyramid views.
0
r1921:12a61bbb
notifications: removed usage of pylons translation from models.
0
r1918:de4c5093
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
0
r1916:e3a56235
pyramid: make alerts always use request.session instead of pylons one.
0
r1914:59359988
pyramid: stop relying on pylons translation object in helpers. We'll now use the registered translation function from request.
0
r1912:f0e0aac6
pyramid: allows easier turning off the pylons components.
0
r1905:741dca9b
pyramid: make flash messages not rely strictly on pylons session. - now if we pass in request it relies to bound session store of given request.
0
r1824:fdf0761c
audit-logs: added *basic* support for NOT query term in audit logs.
0
r1815:7cb6e1ce
security: use new safe escaped user attributes across the application. - will fix all possible XSS attack vectors.
0
r1795:4b1dac88
reviewers: added validation and default review rules via API calls. - update/create pull request now validate and update the default reviewer rules.
dan
0
r1785:1cce4ff2
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
0
r1779:7a1d008d
security: fixed XSS inside the tooltip for author string.
0
r1774:90a81bb6
home: moved home and repo group views into pyramid. - fixed lots of tests related to those changes - now main and subrepo group views are handled by pyramid.
0
load next
< 1 2 3 4 >
showing 20 out of 64 commits