summaryrefslogtreecommitdiffstats
path: root/docs/makedocs.pl
AgeCommit message (Collapse)AuthorFilesLines
2017-05-25Bug 1314854: Integrate POD in to REST docs.Jeff Fearn1-37/+191
2016-04-09Bug 1204957 - Locally compiled POD documentation is no longer accessible ↵Frédéric Buclin1-6/+4
from docs/en/html/api/ r=dkl
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
r=dkl
2016-02-23Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local ↵Dylan Hardison1-1/+1
dependencies r=dkl,a=dylan
2015-05-11Bug 1144086 - Move extension docs assembly from makedocs.pl to conf.py. ↵Gervase Markham1-27/+0
r=dkl,a=glob
2015-04-30Bug 1158563: makedocs.pl is unable to load File::Copy::Recursive installed ↵Frédéric Buclin1-35/+19
in bugzilla/lib/ r=dkl a=glob
2015-01-07Bug 1107549 - split extension docs into User and Admin docs. r=dkl, a=glob.Gervase Markham1-22/+14
2014-12-05Bug 1107629 - Fix building of tip and 5.0 API docs by removing "use ↵Gervase Markham1-1/+0
Bugzilla". r,a=dkl.
2014-12-05Bug 1067416 - reorganize and update Bugzilla docsGervase Markham1-4/+5
2014-11-26Bug 1038275: Comprehensible documentation for the REST APIDavid Lawrence1-14/+36
r=gerv,a=glob
2014-04-29Bug 1002775 - For the purpose of continuous integration testing, makedocs.pl ↵David Lawrence1-1/+5
should return failed status if one or more errors occurred building docs r/a=glob
2014-02-25Bug 963120 - allow extensions to document themselves, and build result into ↵Gervase Markham1-0/+20
docs. r=LpSolit, a=justdave.
2014-02-10makedocs.pl should remove docs/en/doctrees after reST build is complete. ↵Gervase Markham1-0/+2
r=LpSolit, a=justdave. https://bugzilla.mozilla.org/show_bug.cgi?id=964540
2014-02-10Fix problem of variables not being replaced in RTD documentation by removing ↵Gervase Markham1-54/+1
references to them. r=LpSolit, a=justdave. https://bugzilla.mozilla.org/show_bug.cgi?id=964849
2014-01-21Bug 961398: Let rst2pdf build the PDF documentation if pdflatex is not availableFrédéric Buclin1-1/+16
r=gerv a=glob
2014-01-20Bug 961775 - add "--pod-only" and "--with-pdf" switches to makedocs.pl. ↵Gervase Markham1-1/+3
Patches by gerv and LpSolit; r=wicked, a=glob.
2014-01-18Revert incorrect path to style.cssFrédéric Buclin1-1/+1
https://bugzilla.mozilla.org/show_bug.cgi?id=912064
2014-01-17Bug 912064 - convert docs to ReStructured Text (.rst) format. r,a=justdave.Gervase Markham1-44/+39
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-3/+5
r=wicked a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-23/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-10-24Bug 423496: Compile the documentation with xmlto + dblatex instead of openjadeFrédéric Buclin1-44/+13
r=glob a=LpSolit
2010-02-01Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander1-0/+0
During the CVS imports into Bzr, there were some inconsistencies introduced (mostly that files that were deleted in CVS weren't being deleted in Bzr). So this checkin makes the bzr repo actually consistent with the CVS repo, including fixing permissions of files.
2009-07-16Bug 504418: mod_perl CGI requirement no longer newer than base CGI ↵lpsolit%gmail.com1-7/+0
requirement - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2008-04-13Bug 428637 – Documentation doesn't build (and even less on Perl 5.10).wurblzap%gmail.com1-4/+7
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat,LpSolit; a=mkanat
2008-04-04Bug 182975: Bugzilla directory structure to be adopted to l10n needs - Patch ↵lpsolit%gmail.com1-29/+56
by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r=LpSolit r=mkanat a=LpSolit
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-04-06Bug 375602: makedocs.pl --with-pdf parameter check is buggy - Patch by Olav ↵lpsolit%gmail.com1-1/+1
Vitters <bugzilla-mozilla@bkor.dhs.org> r/a=LpSolit
2006-12-14Post-checkin fix for bug 360710: Fix how docs get the required DBD versions.mkanat%bugzilla.org1-3/+3
2006-10-17Bug 192451: Checksetup should prioritize missing module whinesmkanat%bugzilla.org1-14/+6
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-09-15Bug 351958: Allow buidling the API documentation without the rest of the ↵mozilla%colinogilvie.co.uk1-4/+9
build environment Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=mkanat; a=justdave
2006-09-06Bug 350613: Bugzilla should ship with built perldocmkanat%bugzilla.org1-10/+60
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk
2006-07-30Bug 346350: Update makedocs.pl for the mod_perl version detailsmozilla%colinogilvie.co.uk1-1/+15
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=mkanat; a=justdave
2006-07-20Bug 344731: Update documentation minimum versions automaticallymozilla%colinogilvie.co.uk1-2/+39
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=mkanat; a=myk
2005-08-13Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-08-09Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net1-1/+1
of other items.
2005-08-09Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2004-02-05- Remove html, txt, and pdf directories from CVSjustdave%syndicomm.com1-1/+15
- makedocs.pl now creates said directories when building the docs The idea here is that it's useless to have compiled stuff in CVS. The website will now auto-build the docs upon changes to the xml directory.
2003-07-08Use pdfjadetex to generate the PDF file instead of going through PostScript ↵jake%bugzilla.org1-7/+4
as it generates a much cleaner PDF file.
2003-06-14Optionally create a PDF version of the docs.jake%bugzilla.org1-1/+19
2003-04-23The source files for the Bugzilla Guide have long been using the XML version ↵jake%bugzilla.org1-2/+2
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.
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-1/+1
r=justdave a=justdave
2003-02-01Recompiling the docs because of the large change to the installation section ↵jake%bugzilla.org1-1/+1
just checked in.
2003-01-16Bug 105692: Script to compile all docs directories.matty%chariot.net.au1-0/+78