Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-04-04 | Bug 211126 - As a part of fixing bug 180642 the directions for using LDAP ↵ | jake%bugzilla.org | 2 | -58/+125 | |
authentication has changed. | |||||
2008-04-04 | Bug 201955 - The method for specifing a charset has changed now that we use ↵ | jake%bugzilla.org | 1 | -17/+14 | |
CGI.pm for header output (bug 201816). | |||||
2008-04-04 | Bug 210248 - Missing "my" in SMTP code for win32 instructions. | jake%bugzilla.org | 1 | -2/+2 | |
Patch by Jean-Sebastien Guay <jean_seb@hybride.com> r,a=jake | |||||
2008-04-04 | Fix for bug 84876 - Mentioned the wrong bug number, also making it a link. | jake%bugzilla.org | 1 | -2/+4 | |
2008-04-04 | Bug 145965 - Mention the sendmail -> SMTP change for Bugzilla on win32 | jake%bugzilla.org | 1 | -1/+39 | |
Patch by Jean-Sebastien Guay <jean_seb@hybride.com> | |||||
2008-04-04 | Bug 191034 - Making the installation chapter a little more generic. Replaced ↵ | jake%bugzilla.org | 3 | -375/+525 | |
a lot of OS Specific hints with links to the OS Specific section. | |||||
2008-04-04 | Bug 203314 - Clean up <ulink/>'s, links to bugs and extra spaces in sentences. | jake%bugzilla.org | 8 | -73/+53 | |
Patch by Martin Wulffeld <martin@wulffeld.org>. r,a=jake Also, added Martin to the section about people who have made signifigant conrtibutions. | |||||
2008-04-04 | Bug 190864 - Fix ordering of ' and > that I thought I had done earlier. | jake%bugzilla.org | 1 | -1/+1 | |
2008-04-04 | Bug 203160 - mod_throttle has a new URL | jake%bugzilla.org | 1 | -3/+2 | |
2008-04-04 | The source files for the Bugzilla Guide have long been using the XML version ↵ | jake%bugzilla.org | 14 | -223/+354 | |
of DocBook but still residing in the sgml/ directory with an extension of .sgml. In an effort to maintain CVS history, the raw files were copied on the CVS server to the xml/ directory and renamed to have .xml for the extension; any checkins before this one did have the .sgml extension. | |||||
2008-04-04 | Per bug 200472 - Changing the version information for Date::Parse (any) to ↵ | jake%bugzilla.org | 2 | -18/+41 | |
instead specify Date::Format (2.21). | |||||
2008-04-04 | Bug 195424 - Add a note about new MySQL permissions needed for Bugzilla in ↵ | jake%bugzilla.org | 1 | -0/+6 | |
MySQL 4. | |||||
2008-04-04 | Bug 194541 - Dot is a binary executable, not a perl script so we don't need ↵ | jake%bugzilla.org | 1 | -38/+0 | |
to prefix the system call with the perl binary. There are no more system calls of perl scripts in Bugzilla, so this section can go away. | |||||
2008-04-04 | Bug 171674 - Adding a section to the Troubleshooting section describing how ↵ | jake%bugzilla.org | 1 | -0/+56 | |
to fix the File::Temp problems in perl 5.6.0. | |||||
2008-04-04 | Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line | jake%bugzilla.org | 1 | -36/+1 | |
r=justdave a=justdave | |||||
2008-04-04 | Move instructions specific to Linux-Mandrake to the OS Specific section. | jake%bugzilla.org | 1 | -46/+26 | |
2008-04-04 | Bug 191537 - Improvements to the security section. | jake%bugzilla.org | 3 | -378/+280 | |
2008-04-04 | Bug 177997 - Update the AOL Server section with the new configuration ↵ | jake%bugzilla.org | 1 | -10/+25 | |
information. | |||||
2008-04-04 | Bug 192511 - Removing all occurances of 'processmail' from the documentation ↵ | jake%bugzilla.org | 2 | -10/+29 | |
now that bug 124174 is FIXED. | |||||
2008-04-04 | This checkin contains two fixes: | jake%bugzilla.org | 4 | -4/+13 | |
* Bug 191971 - The guide incorrectly stated that you could resolve a bug via email * Provide an example of a glossary term in the document conventions section | |||||
2008-04-04 | Bug 191034, step 1 - Refactoring the installation chapter to provide ↵ | jake%bugzilla.org | 3 | -883/+814 | |
sections for OS Specific notes and configuration help on multiple web servers. Also added some terms to the glossary. | |||||
2008-04-04 | We use the GD::Graph perl module, not GD::Chart (which doesn't exist) | jake%bugzilla.org | 2 | -3/+3 | |
2008-04-04 | Bug 186962 - Update minimum versions of required software and move those ↵ | jake%bugzilla.org | 2 | -28/+69 | |
versions to be ENTITY's a=justdave | |||||
2008-04-04 | Bug 180870 - Remove old shadowdb manual replication code | bbaetz%student.usyd.edu.au | 2 | -68/+151 | |
r, a=myk | |||||
2008-04-04 | Included note regarding the origin of "bonsaitools", per | mbarnson%sisna.com | 1 | -0/+17 | |
bug 174922. | |||||
2008-04-04 | Added section for Bugzilla and mod_perl (future expansion). | mbarnson%sisna.com | 1 | -0/+10 | |
Right now, it just says "Bugzilla doesn't work under mod_perl". See bug 149883 | |||||
2008-04-04 | Removed binmode references on Win32 documentation. | mbarnson%sisna.com | 1 | -52/+0 | |
See bug 155743. | |||||
2008-04-04 | Fix for Apache configuration directives from bug 174255 and | mbarnson%sisna.com | 1 | -13/+23 | |
de-stupidifying of emacs destruction of <programlisting> tags. | |||||
2008-04-04 | Added notes on using OpenLDAP; | mbarnson%sisna.com | 1 | -0/+22 | |
We should probably look at code changes to make Net::LDAP our permanent LDAP plugin rather than Mozilla::LDAP... See bug 167379. | |||||
2008-04-04 | Added chunk about setting up DirectoryIndex to use index.cgi as the | mbarnson%sisna.com | 1 | -0/+13 | |
Bugzilla index page. | |||||
2008-04-04 | Added dependency on File::Template. Not really fond of | mbarnson%sisna.com | 1 | -0/+8 | |
doing requirements-of-requirements type stuff, but did it anyway for clarity. | |||||
2008-04-04 | Merging new docs from 2.16 branch. | gerv%gerv.net | 10 | -5340/+4538 | |
2008-04-04 | Bug 117936 - deprecate Apache 1.2 as our .htaccess files don't work with it. | gerv%gerv.net | 1 | -1/+3 | |
2008-04-04 | ug 105877 - Backup & check for modifications before upgrade. | gerv%gerv.net | 1 | -5/+15 | |
2008-04-04 | Bug 111712 - update command for changing path to Perl. | gerv%gerv.net | 1 | -1/+2 | |
2008-04-04 | Fix for bug 12004: need info on Template and AppConfig in the help docs. | justdave%syndicomm.com | 1 | -9/+41 | |
Documentation SGML patch by Greg Leblanc <gleblanc@linuxweasel.com> | |||||
2008-04-04 | Fix for bug 134198: Warns installations about Apache configuration issue ↵ | myk%mozilla.org | 1 | -0/+5 | |
with security ramifications. Fix by Gregory Leblanc <gleblanc@linuxweasel.com>. Docs fix, no review needed. | |||||
2008-04-04 | Getting the stuff Timeless missed with his checkin for bug 106386 | justdave%syndicomm.com | 1 | -1/+8 | |
2008-04-04 | Bug 127841 - Adding processmail and syncshadowdb to the list of files that ↵ | jake%acutex.net | 1 | -1/+1 | |
need the bonsaitools perl path changed in order to run from another perl location. | |||||
2008-04-04 | Modified Win32 notes regarding system() calls per bug 99595. | barnboy%trilobyte.net | 1 | -5/+6 | |
2008-04-04 | Added bit about needing proper <Directory> permissions in order | barnboy%trilobyte.net | 1 | -1/+32 | |
for .htaccess to function. See bug 97668. | |||||
2008-04-04 | Initial conversion to XML format from SGML. | barnboy%trilobyte.net | 7 | -81/+81 | |
Note this is a work-in-progress. It compiles cleanly, but I am not yet submitting compiled HTML and text. There is one notable problem: nsgmls barfs on the <imagedata> tag in database.sgml during validation. openjade handles it fine. Weird. | |||||
2008-04-04 | Doc type fix, r=kiko | bbaetz%cs.mcgill.ca | 1 | -1/+1 | |
2008-04-04 | Typo in perl modify string, added "#!" to /usr/bin/perl strings. | barnboy%trilobyte.net | 1 | -1/+1 | |
2008-04-04 | Buncha' release updates. Moved all images to | barnboy%trilobyte.net | 7 | -59/+411 | |
./images so we don't have multiple copies of the same image, fixed these doc bugs (in no particular order): 94949 97070 97071 97114 96498 95970 96677 94953 96501 96679 97068 97191 97192 | |||||
2008-04-04 | Big checkin of docs to resolve every | barnboy%trilobyte.net | 9 | -1027/+1343 | |
known outstanding doc bug! Yay release. Still many things to fix. Aren't there always? | |||||
2008-04-04 | Checkin for 2.14 release. Still some problems; this cannot yet | barnboy%trilobyte.net | 12 | -3698/+3888 | |
be used for 2.14 documentation due to inconsistencies. | |||||
2008-04-04 | Added .htaccess files for shadow/, data/, and /. | barnboy%trilobyte.net | 3 | -12/+118 | |
I added related information to the Bugzilla Guide, and tacked in a couple of last-minute additions. Also fixed the annoying "Tip: HINT:" thing. | |||||
2008-04-04 | Updated Bugzilla Guide and README to fix bug 76156, bug 76841, and bug 26242. | barnboy%trilobyte.net | 7 | -7860/+3810 | |
The README is now gutted, pointers to Guide. Also some new sections added, old ones fixed, and notes appended to deprecated sections I've not yet had the heart to remove. | |||||
2008-04-04 | Missing comma in a hash (was missing in the checkin of bug 182975) | lpsolit%gmail.com | 1 | -1/+1 | |