mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Updated references to bug tracker to point to hub website
This commit is contained in:
parent
94dc380cdd
commit
48d82eb5d9
6
CODING
6
CODING
@ -596,10 +596,10 @@ easily, and help us deal with the patches that are sent to use easily.
|
||||
|
||||
If the patch is a fix for a specific bug, please name the file with the bug
|
||||
number in it e.g. bug777fix.patch, and attach it to the original bug report
|
||||
in trac (https://trac.osgeo.org/qgis/).
|
||||
in trac (http://hub.qgis.org/projects/quantum-gis).
|
||||
|
||||
If the bug is an enhancement or new feature, its usually a good idea to create
|
||||
a ticket in trac (https://trac.osgeo.org/qgis/) first and then attach you
|
||||
a ticket in trac (http://hub.qgis.org/projects/quantum-gis) first and then attach you
|
||||
|
||||
|
||||
2.7.2. Create your patch in the top level QGIS source dir
|
||||
@ -868,7 +868,7 @@ test before fixing the bug will let you automate the testing for bug
|
||||
resolution in an efficient manner.
|
||||
|
||||
To implement your regression test, you should follow the naming convention of
|
||||
regression<TicketID> for your test functions. If no trac ticket exists for the
|
||||
regression<TicketID> for your test functions. If no redmine ticket exists for the
|
||||
regression, you should create one first. Using this approach allows the person
|
||||
running a failed regression test easily go and find out more information.
|
||||
|
||||
|
20
INSTALL
20
INSTALL
@ -1,10 +1,10 @@
|
||||
Quantum GIS (QGIS)
|
||||
Building QGIS from source - step by step
|
||||
Sunday May 29, 2011
|
||||
Sunday June 05, 2011
|
||||
|
||||
|
||||
Last Updated: Sunday May 29, 2011
|
||||
Last Change : Friday May 20, 2011
|
||||
Last Updated: Sunday June 05, 2011
|
||||
Last Change : Thursday June 02, 2011
|
||||
|
||||
|
||||
1. Introduction
|
||||
@ -27,7 +27,7 @@ Last Change : Friday May 20, 2011
|
||||
5.1. Install Qt4 from disk image
|
||||
5.2. Install development frameworks for QGIS dependencies
|
||||
5.3. Install CMake for OSX
|
||||
5.4. Download QGIS source from github
|
||||
5.4. QGIS source
|
||||
5.5. Configure the build
|
||||
5.6. Building
|
||||
6. Authors and Acknowledgments
|
||||
@ -1496,10 +1496,16 @@ tarball, then cd to the source folder and:
|
||||
sudo make install
|
||||
|
||||
|
||||
5.4. Download QGIS source from github
|
||||
=====================================
|
||||
5.4. QGIS source
|
||||
================
|
||||
|
||||
Go to the github QGIS project page:
|
||||
Unzip the QGIS source tarball to a working folder of your choice
|
||||
(/usr/somewhere is not a good choice as it's hidden and requires root
|
||||
privileges). If you are reading this from the source, you've already done
|
||||
this.
|
||||
|
||||
If you want to experiment with the latest development sources, go to the github
|
||||
QGIS project page:
|
||||
|
||||
http://github.com/qgis/Quantum-GIS
|
||||
|
||||
|
@ -575,10 +575,10 @@ easily, and help us deal with the patches that are sent to use easily.
|
||||
|
||||
If the patch is a fix for a specific bug, please name the file with the bug
|
||||
number in it e.g. **bug777fix.patch**, and attach it to the original bug report
|
||||
in trac (https://trac.osgeo.org/qgis/).
|
||||
in trac (http://hub.qgis.org/projects/quantum-gis).
|
||||
|
||||
If the bug is an enhancement or new feature, its usually a good idea to create
|
||||
a ticket in trac (https://trac.osgeo.org/qgis/) first and then attach you
|
||||
a ticket in trac (http://hub.qgis.org/projects/quantum-gis) first and then attach you
|
||||
|
||||
=== Create your patch in the top level QGIS source dir ===
|
||||
|
||||
@ -854,7 +854,7 @@ test **before** fixing the bug will let you automate the testing for bug
|
||||
resolution in an efficient manner.
|
||||
|
||||
To implement your regression test, you should follow the naming convention of
|
||||
regression<TicketID> for your test functions. If no trac ticket exists for the
|
||||
regression<TicketID> for your test functions. If no redmine ticket exists for the
|
||||
regression, you should create one first. Using this approach allows the person
|
||||
running a failed regression test easily go and find out more information.
|
||||
|
||||
|
@ -45,13 +45,13 @@ pre, code { font-family: monospace }
|
||||
<DIV CLASS="header" ID="header">
|
||||
<H1>Quantum GIS (QGIS)</H1>
|
||||
<H2>Building QGIS from source - step by step</H2>
|
||||
<H3>Sunday May 29, 2011</H3>
|
||||
<H3>Sunday June 05, 2011</H3>
|
||||
</DIV>
|
||||
|
||||
<DIV CLASS="body" ID="body">
|
||||
<P>
|
||||
Last Updated: Sunday May 29, 2011
|
||||
Last Change : Friday May 20, 2011
|
||||
Last Updated: Sunday June 05, 2011
|
||||
Last Change : Thursday June 02, 2011
|
||||
</P>
|
||||
<DIV CLASS="toc">
|
||||
|
||||
@ -2291,5 +2291,5 @@ The following people have contributed to this document:
|
||||
|
||||
</DIV>
|
||||
<!-- html code generated by txt2tags 2.6 (http://txt2tags.org) -->
|
||||
<!-- cmdline: txt2tags -t html -o INSTALL.html INSTALL.t2t -->
|
||||
<!-- cmdline: txt2tags -o INSTALL.html -t html INSTALL.t2t -->
|
||||
</BODY></HTML>
|
||||
|
@ -36,7 +36,7 @@ developers.</li> </ul>
|
||||
|
||||
\section index_bugs Bug Reporting
|
||||
If you think you have found a bug, please report it using our <a
|
||||
href="https://trac.osgeo.org/qgis/">bug tracker</a>. When reporting bugs,
|
||||
href="http://hub.qgis.org/projects/quantum-gis">bug tracker</a>. When reporting bugs,
|
||||
please include some contact information in case we need help with replicating
|
||||
your issue.
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
</td>
|
||||
<td valign="center">
|
||||
<span class="header">Quantum GIS Documentation</span><br>
|
||||
<span class="subheader">Version 1.7.0 <i>Wroclaw</i></span><br>
|
||||
<span class="subheader">Version 1.7.0 <i>Wrocław</i></span><br>
|
||||
<span class="warning">Please read this entire document for important information about this release.</span><br>
|
||||
<span class="warning">You find a <a href="http://www.qgis.org/en/documentation/manuals.html">PDF manual of the current version</a> on the QGIS website.</span>
|
||||
</td>
|
||||
@ -25,7 +25,7 @@ information on QGIS is available on the web page at http://qgis.org. -->
|
||||
<h2>Whats new in Version 1.7.0 'Wrocław'?</h2>
|
||||
<p>This release is named after the town of Wrocław in Poland. The Department of
|
||||
Climatology and Atmosphere Protection, University of Wrocław kindly hosted our
|
||||
last developer meeting in November 2010. Please note that this is a release in
|
||||
developer meeting in November 2010. Please note that this is a release in
|
||||
our 'cutting edge' release series. As such it contains new features and extends
|
||||
the programmatic interface over QGIS 1.0.x and QGIS 1.6.0. As with any
|
||||
software, there may be bugs and issues that we were not able to fix in time for
|
||||
@ -430,7 +430,7 @@ markers.
|
||||
Keyboard shortcuts:
|
||||
|
||||
New feature: configure shortcuts for actions within main window of qgis!
|
||||
See menu Setting->Configure shortcuts
|
||||
See menu Setting->Configure shortcuts
|
||||
|
||||
Map Composer:
|
||||
|
||||
@ -471,7 +471,7 @@ Projects Management:
|
||||
QGIS now includes support for project relative position of file data sources
|
||||
and svgs. The saving of relative paths of file data sources is optional.
|
||||
|
||||
PostGIS & the PostgreSQL Provider:
|
||||
PostGIS & the PostgreSQL Provider:
|
||||
|
||||
You can now select the SSL mode when adding a new DB connection. Turning off
|
||||
SSL encryption can greatly improve performance of PostGIS data loading where
|
||||
@ -655,7 +655,9 @@ the following new features:
|
||||
<dd>
|
||||
OS X Specific
|
||||
<ul class="normal">
|
||||
<li>Due to a limitation in the Quicktime graphics engine, there is a limit on the number points allowed per feature. See the Readme that comes with the OS X dmg
|
||||
<li>Due to a limitation in the Quicktime graphics engine, there is a
|
||||
limit on the number points allowed per feature. See the Readme that comes
|
||||
with the OS X dmg
|
||||
</ul>
|
||||
</dd>
|
||||
<dd>
|
||||
@ -670,10 +672,13 @@ the following new features:
|
||||
<dd>
|
||||
If think you have found a bug, please consider reporting it to the development team. The steps to report a bug are:
|
||||
<ol class="normal">
|
||||
<li>Go to the Bug Tracker at <a href="https://trac.osgeo.org/qgis">https://svn.qgis.org/trac</a>
|
||||
<li>Read <a href="https://trac.osgeo.org/qgis/wiki/UsingTracWithQuantumGis">Using Trac With QGIS</a> to learn about the submission process
|
||||
<li>Review the list of current issues to make sure your bug has not already been submitted. If it has, review the submission and see if there is anything you can add to the bug report to aid the developers
|
||||
<li>If your bug has not been reported, create a new ticket, making sure to either login to trac or provide your email address. Tickets lacking contact information are subject to deletion.
|
||||
<li>Ensure you have an OSGEO login (available to anyone by filling out the form on this page: <a href="http://www.osgeo.org/osgeo_userid">http://www.osgeo.org/osgeo_userid</a>
|
||||
<li>Go to the Bug Tracker at <a href="http://hub.qgis.org/projects/quantum-gis">http://hub.qgis.org/projects/quantum-gis</a>
|
||||
<li>Review the list of current issues to make sure your bug has not
|
||||
already been submitted. If it has, review the submission and see if
|
||||
there is anything you can add to the bug report to aid the developers
|
||||
<li>If your bug has not been reported, create a new ticket. Tickets
|
||||
lacking contact information are subject to deletion.
|
||||
</ol>
|
||||
</dd>
|
||||
</dt>
|
||||
|
Loading…
x
Reference in New Issue
Block a user