Closed
Bug 286865
Opened 20 years ago
Closed 19 years ago
Remove or Replace Win32 Code Changes Section as they are no longer required
Categories
(Bugzilla :: Documentation, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: cso, Assigned: cso)
Details
Attachments
(2 files, 2 obsolete files)
|
2.61 KB,
patch
|
glob
:
review+
|
Details | Diff | Splinter Review |
|
2.55 KB,
patch
|
glob
:
review+
|
Details | Diff | Splinter Review |
Now that Bug 277437 has landed, no code changes are required for Win32 support, so the section should be removed or replaced. Personally, I'd go for replaced at the moment (they can be removed in the next version) since it existed up until now, but others may disagree
| Assignee | ||
Comment 1•20 years ago
|
||
Replace this section of code.
Assignee: documentation → colin.ogilvie
Status: NEW → ASSIGNED
Attachment #177965 -
Flags: review?(documentation)
| Assignee | ||
Comment 2•20 years ago
|
||
Remove this section of code.
Attachment #177966 -
Flags: review?(documentation)
you should add a note that for bugzilla to work on windows you require an accessable SMTP server.
| Assignee | ||
Comment 4•20 years ago
|
||
Replace Section and Add an Email section.
Attachment #177965 -
Attachment is obsolete: true
Attachment #177966 -
Attachment is obsolete: true
Attachment #177969 -
Flags: review?(documentation)
| Assignee | ||
Updated•20 years ago
|
Attachment #177965 -
Flags: review?(documentation)
| Assignee | ||
Updated•20 years ago
|
Attachment #177966 -
Flags: review?(documentation)
Comment 5•20 years ago
|
||
Comment on attachment 177969 [details] [diff] [review] Replace Section v2 Colin - I would review- this if we are trying to include documentation for older still supported versions, however, I would definitely support changing the text style and putting it in a sidebar box. I would also require an explanation on how to add the SMTP server configuration to Bugzilla (as you discuss in the update). Otherwise, nice job. Someone else feel free to override my comments.
Attachment #177969 -
Flags: review-
> I would also require an explanation on how to add the SMTP server
> configuration to Bugzilla (as you discuss in the update).
when you run checksetup on windows, it defaults to smtp and will prompt you for
an smtp server address. i'm not sure if this requires explicit documentation.
Comment 7•20 years ago
|
||
Generally speaking, we don't require that specific information on how to set something up in a past version of Bugzilla remain in the current version of the guide. We try to maintain the documentation for each version as long as we maintain the code itself. So it's acceptable to mention that the information is different in this version than it was in the past, but it's not a requirement to keep the old info around (though the 2.16 branch should contain acurate information).
| Assignee | ||
Comment 8•20 years ago
|
||
(In reply to comment #5) > Colin - I would review- this if we are trying to include documentation for > older still supported versions, however, I would definitely support changing > the text style and putting it in a sidebar box. I don't understand the sidebar box comment, and per what Jake said I don't think the first bit is relevant. > I would also require an > explanation on how to add the SMTP server configuration to Bugzilla (as you > discuss in the update). I am split on whether this should be mentioned or not, like byron.
Comment 9•20 years ago
|
||
Comment on attachment 177969 [details] [diff] [review] Replace Section v2 Based on comments from others, it seems this looks good then.
Attachment #177969 -
Flags: review-
Comment 10•19 years ago
|
||
Comment on attachment 177969 [details] [diff] [review] Replace Section v2 glob, can you have a look at these changes in the docs about installing Bugzilla on Windows?
Attachment #177969 -
Flags: review?(bugzilla)
Comment 11•19 years ago
|
||
Comment on attachment 177969 [details] [diff] [review] Replace Section v2 r=glob >+ <title>Code changes required to run on Win32</title> [..] >+ Bugzilla on win32 is supported out of the box from version 2.20; this >+ means that no code changes are required to get Bugzilla running. nit: you changed win32 to Win32, but used win32 in the blurb. >+ To enable Bugzilla to send email on Windows, the server running the >+ Bugzilla code must be able to connect to an SMTP server. maybe replace "connect to" with "connect to or act as"? people may thing that bugzilla needs to connect to an external smtp server. *shrugs*
Attachment #177969 -
Flags: review?(bugzilla) → review+
Updated•19 years ago
|
Attachment #177969 -
Flags: review?(documentation)
| Assignee | ||
Comment 12•19 years ago
|
||
| Assignee | ||
Comment 13•19 years ago
|
||
Comment on attachment 202991 [details] [diff] [review] Patch v2.1 Fix nits... I was hoping that I could get a quick review of the Interdiff on IRC, but it wasn't particularly great, so I'll just ask glob to review it.
Attachment #202991 -
Attachment description: Patch for checkin → Patch v2.1
Attachment #202991 -
Flags: review?(bugzilla)
Comment 14•19 years ago
|
||
Comment on attachment 202991 [details] [diff] [review] Patch v2.1 r=glob -- assuming it applies cleanly ;) >+ Bugzilla code must be able to connect to, or act as, an SMTP server. please remove double space on check-in.
Attachment #202991 -
Flags: review?(bugzilla) → review+
| Assignee | ||
Comment 15•19 years ago
|
||
Trunk: Checking in docs/xml/installation.xml; /cvsroot/mozilla/webtools/bugzilla/docs/xml/installation.xml,v <-- installation.xml new revision: 1.105; previous revision: 1.104 done 2.20: Checking in docs/xml/installation.xml; /cvsroot/mozilla/webtools/bugzilla/docs/xml/installation.xml,v <-- installation.xml new revision: 1.98.2.7; previous revision: 1.98.2.6 done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Target Milestone: --- → Bugzilla 2.20
You need to log in
before you can comment on or make changes to this bug.
Description
•