Author: cwittich
Date: Sun Jul 29 17:51:54 2007
New Revision: 28004
URL: http://svn.reactos.org/svn/reactos?rev=28004&view=rev
Log:
GetTimeFormat should use LocalTime instead of SystemTime
See issue #1601 for more details.
Modified:
trunk/reactos/dll/win32/kernel32/misc/lcformat.c
Modified: trunk/reactos/dll/win32/kernel32/misc/lcformat.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/misc/lc…
==============================================================================
--- trunk/reactos/dll/win32/kernel32/misc/lcformat.c (original)
+++ trunk/reactos/dll/win32/kernel32/misc/lcformat.c Sun Jul 29 17:51:54 2007
@@ -410,7 +410,7 @@
if (!lpTime)
{
- GetSystemTime(&st); /* Default to current time */
+ GetLocalTime(&st); /* Default to current time */
lpTime = &st;
}
else
Author: cfinck
Date: Sun Jul 29 17:45:17 2007
New Revision: 28003
URL: http://svn.reactos.org/svn/reactos?rev=28003&view=rev
Log:
Update Bugzilla's "fields.html" page (information was taken from our current Bugzilla on the web server)
Modified:
trunk/web/reactos.org/htdocs/bugzilla/template/en/default/pages/fields.html…
Modified: trunk/web/reactos.org/htdocs/bugzilla/template/en/default/pages/fields.html…
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/bugzilla/te…
==============================================================================
--- trunk/web/reactos.org/htdocs/bugzilla/template/en/default/pages/fields.html… (original)
+++ trunk/web/reactos.org/htdocs/bugzilla/template/en/default/pages/fields.html… Sun Jul 29 17:45:17 2007
@@ -211,39 +211,43 @@
<tr>
<th>Blocker</th>
- <td>Blocks development and/or testing work</td>
+ <td>Only allowed for releases or mega regressions. Do not set a bug to blocker unless you are the Testing Coordinator.</td>
</tr>
<tr>
<th>Critical</th>
- <td>crashes, loss of data, severe memory leak</td>
+ <td>Equivalent of <i>blocker</i> when a release isn't being done. High visibility regressions only.</td>
</tr>
<tr>
<th>Major</th>
- <td>major loss of function</td>
- </tr>
-
+ <td>Normal level for any regressions or bugs which cause a kernel mode crash (BSOD). Also, patches receive "major" for developer visibility.</td>
+ </tr>
+
+ <tr>
+ <th>Normal</th>
+
+ <td>This is the bugzilla default</td>
+ </tr>
+
<tr>
<th>Minor</th>
- <td>minor loss of function, or other problem where easy
- workaround is present</td>
+ <td>Bugs which cause a major loss in functionality or cause a user mode (application) crash.</td>
</tr>
<tr>
<th>Trivial</th>
- <td>cosmetic problem like misspelled words or misaligned
- text</td>
+ <td>Minor graphic bugs or missing funcionality that isn't usually commonly used in the program.</td>
</tr>
<tr>
<th>Enhancement</th>
- <td>Request for enhancement</td>
+ <td>Missing APIs or any other features.</td>
</table>
<h2><a name="priority">Priority</a></h2>
@@ -260,10 +264,10 @@
<ul>
<li>All (happens on all platforms; cross-platform [% terms.bug %])</li>
-
- <li>Macintosh</li>
-
- <li>PC</li>
+ <li>x86</li>
+ <li>QEmu</li>
+ <li>VMware</li>
+ <li>Virtual PC</li>
</ul>
<b>Note:</b> When searching, selecting the option "All" does not
select [% terms.bugs %]
@@ -277,12 +281,9 @@
<ul>
<li>All (happens on all operating systems; cross-platform
[% terms.bug %])</li>
-
- <li>Windows</li>
-
- <li>Mac OS</li>
-
- <li>Linux</li>
+ <li>ReactOS</li>
+ <li>Windows NT 4.0, 2000, XP, 2003, Vista</li>
+ <li>Windows 95, 98, ME</li>
</ul>
Sometimes the operating system implies the platform, but not
always. For example, Linux can run on PC and Macintosh and