ChangeSet ID: 1130472709866301376213418
CVSROOT: /cvsroot/wine
Module name: docs
Changes by: dimi(a)sc8-pr-cvs1.sourceforge.net 2005/10/27 21:11:49
Modified files:
en : wine-faq.sgml
Log message:
Jonathan Ernst <Jonathan(a)ErnstFamily.ch>
- fix dead links in the faqs
Old revision New revision Changes Path
1.11 1.12 +3 -3 docs/en/wine-faq.sgml
Index: docs/en/wine-faq.sgml
diff -u -p docs/en/wine-faq.sgml:1.11 docs/en/wine-faq.sgml:1.12
--- docs/en/wine-faq.sgml 28 Oct 2005 4:11:49 -0000
+++ /dev/null 28 Oct 2005 4:11:49 -0000
@@ -1560,7 +1560,7 @@ export PATH=$PATH:/path/to/wine/binary
</itemizedlist>
<para>
For more information about reporting bugs please see the
- <ulink url="http://www.winehq.org/Docs/wine-user/bug-reporting.shtml">
+ <ulink url="http://www.winehq.org/site/docs/wineusr-guide/bug-reporting">
How to report a bug</ulink> section of the Wine Users Guide.
</para>
</answer>
@@ -1662,7 +1662,7 @@ export PATH=$PATH:/path/to/wine/binary
<para>
That is the idea of Winelib. Right now you may still have some
difficulties, but this is changing all the time. Read the
- <ulink url="http://www.winehq.org/Docs/winelib-user/">Winelib User's Guide</ulink> for info.
+ <ulink url="http://www.winehq.org/site/docs/winelib-guide/index">Winelib User's Guide</ulink> for info.
</para>
</answer>
@@ -1679,7 +1679,7 @@ export PATH=$PATH:/path/to/wine/binary
</para>
<para>
Please refer to the
- <ulink url="http://www.winehq.org/Docs/winelib-user/">Winelib User's Guide</ulink> for how to do this.
+ <ulink url="http://www.winehq.org/site/docs/winelib-guide/index">Winelib User's Guide</ulink> for how to do this.
</para>
</answer>
</qandaentry>
ChangeSet ID: 20898
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)winehq.org 2005/10/27 22:22:37
Modified files:
help : maintainer_guidelines.help
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
"to ass a screenshot" really should be "to add a screenshot" hah
Patch: http://cvs.winehq.org/patch.py?id=20898
Old revision New revision Changes Path
1.3 1.4 +1 -1 appdb/help/maintainer_guidelines.help
ChangeSet ID: 20897
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)winehq.org 2005/10/27 19:32:20
Modified files:
admin : editAppVersion.php
include : version.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Remove GetDefaultVersionDescription() now that we don't include testing results in the version description anymore. Remove one final call to it that isn't really necessary
Patch: http://cvs.winehq.org/patch.py?id=20897
Old revision New revision Changes Path
1.31 1.32 +0 -4 appdb/admin/editAppVersion.php
1.40 1.41 +0 -26 appdb/include/version.php
ChangeSet ID: 20896
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)winehq.org 2005/10/27 19:21:37
Modified files:
include : testResults.php
Log message:
Tony Lambregts <tony.lambregts(a)gmail.com>
Change mysqltimestamp_to_unixtimestamp() to mysqldatetime_to_unixtimestamp() because we are operating on a datetime
Patch: http://cvs.winehq.org/patch.py?id=20896
Old revision New revision Changes Path
1.4 1.5 +1 -1 appdb/include/testResults.php
ChangeSet ID: 20895
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)winehq.org 2005/10/27 19:14:46
Modified files:
include : testResults.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
Show the test date instead of the submission date. Sort the test results by test date instead of by a string sort on release name
Patch: http://cvs.winehq.org/patch.py?id=20895
Old revision New revision Changes Path
1.3 1.4 +4 -4 appdb/include/testResults.php