Blame doc/usage/tips_tricks.rst
|
Eashan |
c8383d |
Tips and tricks
|
|
Eashan |
c8383d |
===============
|
|
Eashan |
c8383d |
|
|
Pierre-Yves Chibon |
42c81c |
This page contains some tips and tricks on how to use pagure. These do not
|
|
Pierre-Yves Chibon |
42c81c |
fit in their own page but are worth mentioning.
|
|
Pierre-Yves Chibon |
42c81c |
|
|
Pierre-Yves Chibon |
42c81c |
|
|
Eashan |
c8383d |
Pre-fill issue template using the URL
|
|
Eashan |
c8383d |
-------------------------------------
|
|
Eashan |
c8383d |
|
|
Eashan |
c8383d |
When Creating Issues for a project , Pagure supports pre-filling the title
|
|
Eashan |
c8383d |
and description input text using url parameters
|
|
Eashan |
c8383d |
|
|
Eashan |
c8383d |
Example:
|
|
Eashan |
c8383d |
~~~~~~~~
|
|
Eashan |
c8383d |
https://pagure.io/pagure/new_issue/?title=<issue>&content=<issue content=""></issue></issue>
|
|
Eashan |
c8383d |
|
|
Eashan |
c8383d |
The above URL will autofill the text boxes for Title and Description field
|
|
Eashan |
c8383d |
with Title set to <issue> and Description set to <issue content="">.</issue></issue>
|
|
Pierre-Yves Chibon |
e79766 |
|
|
Pierre-Yves Chibon |
e79766 |
|
|
Pierre-Yves Chibon |
e79766 |
Filter for issues *not* having a certain tag
|
|
Pierre-Yves Chibon |
e79766 |
--------------------------------------------
|
|
Pierre-Yves Chibon |
e79766 |
|
|
Pierre-Yves Chibon |
e79766 |
Very much in the same way pagure allows you to filter for issues having a
|
|
Pierre-Yves Chibon |
e79766 |
certain tag, pagure allows to filter for issues *not* having a certain tag.
|
|
Pierre-Yves Chibon |
e79766 |
To do this, simply prepend a ``!`` in front of the tag.
|
|
Pierre-Yves Chibon |
e79766 |
|
|
Pierre-Yves Chibon |
e79766 |
Example:
|
|
Pierre-Yves Chibon |
e79766 |
~~~~~~~~
|
|
Pierre-Yves Chibon |
e79766 |
https://pagure.io/pagure/issues?tags=!easyfix
|
|
Vivek Anand |
c9b5bc |
|
|
Vivek Anand |
c9b5bc |
|
|
Vivek Anand |
c9b5bc |
Local user creation without email verification
|
|
Vivek Anand |
c9b5bc |
----------------------------------------------
|
|
Vivek Anand |
c9b5bc |
|
|
Vivek Anand |
c9b5bc |
If you set ``EMAIL_SEND`` to ```False``` from the configuration file, you
|
|
Vivek Anand |
c9b5bc |
will get the emails printed to the console instead of being sent. The admin
|
|
Vivek Anand |
c9b5bc |
of the instance can then access the URL to manually validate the account from
|
|
Vivek Anand |
c9b5bc |
there. This is generally used for development where we don't need to send
|
|
Vivek Anand |
c9b5bc |
any emails.
|