Skip to content

Commit 48d82eb

Browse files
committedJun 5, 2011
Updated references to bug tracker to point to hub website
1 parent 94dc380 commit 48d82eb

File tree

6 files changed

+38
-27
lines changed

6 files changed

+38
-27
lines changed
 

‎CODING

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -596,10 +596,10 @@ easily, and help us deal with the patches that are sent to use easily.
596596

597597
If the patch is a fix for a specific bug, please name the file with the bug
598598
number in it e.g. bug777fix.patch, and attach it to the original bug report
599-
in trac (https://trac.osgeo.org/qgis/).
599+
in trac (http://hub.qgis.org/projects/quantum-gis).
600600

601601
If the bug is an enhancement or new feature, its usually a good idea to create
602-
a ticket in trac (https://trac.osgeo.org/qgis/) first and then attach you
602+
a ticket in trac (http://hub.qgis.org/projects/quantum-gis) first and then attach you
603603

604604

605605
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
868868
resolution in an efficient manner.
869869

870870
To implement your regression test, you should follow the naming convention of
871-
regression<TicketID> for your test functions. If no trac ticket exists for the
871+
regression<TicketID> for your test functions. If no redmine ticket exists for the
872872
regression, you should create one first. Using this approach allows the person
873873
running a failed regression test easily go and find out more information.
874874

‎INSTALL

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Quantum GIS (QGIS)
22
Building QGIS from source - step by step
3-
Sunday May 29, 2011
3+
Sunday June 05, 2011
44

55

6-
Last Updated: Sunday May 29, 2011
7-
Last Change : Friday May 20, 2011
6+
Last Updated: Sunday June 05, 2011
7+
Last Change : Thursday June 02, 2011
88

99

1010
1. Introduction
@@ -27,7 +27,7 @@ Last Change : Friday May 20, 2011
2727
5.1. Install Qt4 from disk image
2828
5.2. Install development frameworks for QGIS dependencies
2929
5.3. Install CMake for OSX
30-
5.4. Download QGIS source from github
30+
5.4. QGIS source
3131
5.5. Configure the build
3232
5.6. Building
3333
6. Authors and Acknowledgments
@@ -1496,10 +1496,16 @@ tarball, then cd to the source folder and:
14961496
sudo make install
14971497

14981498

1499-
5.4. Download QGIS source from github
1500-
=====================================
1499+
5.4. QGIS source
1500+
================
1501+
1502+
Unzip the QGIS source tarball to a working folder of your choice
1503+
(/usr/somewhere is not a good choice as it's hidden and requires root
1504+
privileges). If you are reading this from the source, you've already done
1505+
this.
15011506

1502-
Go to the github QGIS project page:
1507+
If you want to experiment with the latest development sources, go to the github
1508+
QGIS project page:
15031509

15041510
http://github.com/qgis/Quantum-GIS
15051511

‎doc/CODING.t2t

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -575,10 +575,10 @@ easily, and help us deal with the patches that are sent to use easily.
575575

576576
If the patch is a fix for a specific bug, please name the file with the bug
577577
number in it e.g. **bug777fix.patch**, and attach it to the original bug report
578-
in trac (https://trac.osgeo.org/qgis/).
578+
in trac (http://hub.qgis.org/projects/quantum-gis).
579579

580580
If the bug is an enhancement or new feature, its usually a good idea to create
581-
a ticket in trac (https://trac.osgeo.org/qgis/) first and then attach you
581+
a ticket in trac (http://hub.qgis.org/projects/quantum-gis) first and then attach you
582582

583583
=== Create your patch in the top level QGIS source dir ===
584584

@@ -854,7 +854,7 @@ test **before** fixing the bug will let you automate the testing for bug
854854
resolution in an efficient manner.
855855

856856
To implement your regression test, you should follow the naming convention of
857-
regression<TicketID> for your test functions. If no trac ticket exists for the
857+
regression<TicketID> for your test functions. If no redmine ticket exists for the
858858
regression, you should create one first. Using this approach allows the person
859859
running a failed regression test easily go and find out more information.
860860

‎doc/INSTALL.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<DIV CLASS="header" ID="header">
4646
<H1>Quantum GIS (QGIS)</H1>
4747
<H2>Building QGIS from source - step by step</H2>
48-
<H3>Sunday May 29, 2011</H3>
48+
<H3>Sunday June 05, 2011</H3>
4949
</DIV>
5050

5151
<DIV CLASS="body" ID="body">
5252
<P>
53-
Last Updated: Sunday May 29, 2011
54-
Last Change : Friday May 20, 2011
53+
Last Updated: Sunday June 05, 2011
54+
Last Change : Thursday June 02, 2011
5555
</P>
5656
<DIV CLASS="toc">
5757

@@ -2291,5 +2291,5 @@ <H1>6. Authors and Acknowledgments</H1>
22912291

22922292
</DIV>
22932293
<!-- html code generated by txt2tags 2.6 (http://txt2tags.org) -->
2294-
<!-- cmdline: txt2tags -t html -o INSTALL.html INSTALL.t2t -->
2294+
<!-- cmdline: txt2tags -o INSTALL.html -t html INSTALL.t2t -->
22952295
</BODY></HTML>

‎doc/index.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ developers.</li> </ul>
3636

3737
\section index_bugs Bug Reporting
3838
If you think you have found a bug, please report it using our <a
39-
href="https://trac.osgeo.org/qgis/">bug tracker</a>. When reporting bugs,
39+
href="http://hub.qgis.org/projects/quantum-gis">bug tracker</a>. When reporting bugs,
4040
please include some contact information in case we need help with replicating
4141
your issue.
4242

‎doc/index.html

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</td>
1111
<td valign="center">
1212
<span class="header">Quantum GIS Documentation</span><br>
13-
<span class="subheader">Version 1.7.0 <i>Wroclaw</i></span><br>
13+
<span class="subheader">Version 1.7.0 <i>Wrocław</i></span><br>
1414
<span class="warning">Please read this entire document for important information about this release.</span><br>
1515
<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>
1616
</td>
@@ -25,7 +25,7 @@
2525
<h2>Whats new in Version 1.7.0 'Wrocław'?</h2>
2626
<p>This release is named after the town of Wrocław in Poland. The Department of
2727
Climatology and Atmosphere Protection, University of Wrocław kindly hosted our
28-
last developer meeting in November 2010. Please note that this is a release in
28+
developer meeting in November 2010. Please note that this is a release in
2929
our 'cutting edge' release series. As such it contains new features and extends
3030
the programmatic interface over QGIS 1.0.x and QGIS 1.6.0. As with any
3131
software, there may be bugs and issues that we were not able to fix in time for
@@ -430,7 +430,7 @@ <h2>Whats new in Version 1.2.0?</h2>
430430
Keyboard shortcuts:
431431

432432
New feature: configure shortcuts for actions within main window of qgis!
433-
See menu Setting->Configure shortcuts
433+
See menu Setting-&gt;Configure shortcuts
434434

435435
Map Composer:
436436

@@ -471,7 +471,7 @@ <h2>Whats new in Version 1.2.0?</h2>
471471
QGIS now includes support for project relative position of file data sources
472472
and svgs. The saving of relative paths of file data sources is optional.
473473

474-
PostGIS & the PostgreSQL Provider:
474+
PostGIS &amp; the PostgreSQL Provider:
475475

476476
You can now select the SSL mode when adding a new DB connection. Turning off
477477
SSL encryption can greatly improve performance of PostGIS data loading where
@@ -655,7 +655,9 @@ <h2>Whats new in Version 1.0.0?</h2>
655655
<dd>
656656
OS X Specific
657657
<ul class="normal">
658-
<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
658+
<li>Due to a limitation in the Quicktime graphics engine, there is a
659+
limit on the number points allowed per feature. See the Readme that comes
660+
with the OS X dmg
659661
</ul>
660662
</dd>
661663
<dd>
@@ -670,10 +672,13 @@ <h2>Whats new in Version 1.0.0?</h2>
670672
<dd>
671673
If think you have found a bug, please consider reporting it to the development team. The steps to report a bug are:
672674
<ol class="normal">
673-
<li>Go to the Bug Tracker at <a href="https://trac.osgeo.org/qgis">https://svn.qgis.org/trac</a>
674-
<li>Read <a href="https://trac.osgeo.org/qgis/wiki/UsingTracWithQuantumGis">Using Trac With QGIS</a> to learn about the submission process
675-
<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
676-
<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.
675+
<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>
676+
<li>Go to the Bug Tracker at <a href="http://hub.qgis.org/projects/quantum-gis">http://hub.qgis.org/projects/quantum-gis</a>
677+
<li>Review the list of current issues to make sure your bug has not
678+
already been submitted. If it has, review the submission and see if
679+
there is anything you can add to the bug report to aid the developers
680+
<li>If your bug has not been reported, create a new ticket. Tickets
681+
lacking contact information are subject to deletion.
677682
</ol>
678683
</dd>
679684
</dt>

0 commit comments

Comments
 (0)
Please sign in to comment.