summaryrefslogtreecommitdiffstats
path: root/docs/en/xml/customization.xml
AgeCommit message (Expand)AuthorFilesLines
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin1-1/+7
2011-10-24Bug 423496: Compile the documentation with xmlto + dblatex instead of openjadeFrédéric Buclin1-3/+9
2010-07-23Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin1-12/+3
2009-12-12Bug 233398: Update the customization docs to point to the Extensions system P...mkanat%bugzilla.org1-237/+19
2009-08-10Bug 507957: Bugzilla admins should not create templates in the "default" dire...lpsolit%gmail.com1-2/+2
2009-07-28Bug 233400: The "3rd-party integration" section should point to Bugzilla:Addo...lpsolit%gmail.com1-2/+11
2008-08-08Bug 442031: Make Bugzilla::User::groups return an arrayref of Bugzilla::Group...mkanat%bugzilla.org1-3/+3
2008-04-26Bug 428607 - Path for extension template hooks are wrongbbaetz%acm.org1-6/+4
2008-04-04Bug 310400: Explain (Document) how permissions are handled on Bugzillamozilla%colinogilvie.co.uk1-1/+11
2008-04-04Bug 365378 – The 'languages' parameter is not necessary.wurblzap%gmail.com1-8/+0
2008-04-04Bug 390040: Fix wrong file name for hook in customization.xml (documentation ...vladd%bugzilla.org1-3/+3
2008-04-04Fix bustage from checkin of Bug 374331--defaultlanguage parameter no longer e...mkanat%bugzilla.org1-3/+3
2008-04-04Spell-patch ('appearence' -> 'appearance') in the recently-added "The Bugzill...vladd%bugzilla.org1-1/+1
2008-04-04Bug 233523: Remove the obsolete section about MySQL and enum() fields - Patch...lpsolit%gmail.com1-338/+0
2008-04-04Bug 351486: Documentation for the new "skins" featuremozilla%colinogilvie.co.uk1-5/+343
2008-04-04Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all ...timeless%mozdev.org1-343/+41
2008-04-04Bug 340278: Move CheckCanChangeField() from process_bug.cgi to Bug.pm - Patch...lpsolit%gmail.com1-5/+5
2008-04-04Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com1-26/+0
2008-04-04Bug 328438: Eliminate @::log_columns - Patch by Max Kanat-Alexander <mkanat@b...lpsolit%gmail.com1-4/+3
2008-04-04Documentation patch for bug 340904: remove false statement from documentation...vladd%bugzilla.org1-3/+3
2008-04-04Documentation patch: document the user_group_map table; follow-up on patch pu...jocuri%softhome.net1-0/+1
2008-04-04Documentation patch: document the user_group_map table; patch published in bu...jocuri%softhome.net1-0/+4
2008-04-04Documentation spelling patch: 'ou' -> 'you'; patch by victory <bmo@rsz.jp>, r...jocuri%softhome.net1-1/+1
2008-04-04Documentation patch: fix 'occurences'->'occurrences' spelling; patch by Vlad ...jocuri%softhome.net1-1/+1
2008-04-04Documentation spelling patch - remove duplicate 'when when' from customizatio...jocuri%softhome.net1-1/+1
2008-04-04Documentation patch -- fix broken tree due to the landing of bug 298341 - Imp...jocuri%softhome.net1-1/+1
2008-04-04Patch for bug 298341: Implement code hook mechanism; patch by zach@zachlipton...jocuri%softhome.net1-90/+111
2008-04-04Documentation spelling patch: 'Engish' -> 'English'.jocuri%softhome.net1-1/+1
2008-04-04Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ...lpsolit%gmail.com1-1/+1
2008-04-04Docs fixes for Bug 298827: builtin or built-in and Bug 298832: ie (sp)mozilla%colinogilvie.co.uk1-3/+3
2008-04-04Documentation patch for bug 274220: Provide additional documentation about cr...jocuri%softhome.net1-0/+6
2008-04-04Bug 253720 - The docs now specify that it is required to run ./checksetup.pl ...jake%bugzilla.org1-83/+137
2008-04-04Documentation patch for bug 262320: Provide documentation for list/tables.htm...jocuri%softhome.net1-1/+12
2008-04-04Patch for bug 177993: Point out that the mid-air collision message is customi...jocuri%softhome.net1-0/+13
2008-04-04Documentation patch for bug 257692: link directly to the final URL for the de...jocuri%softhome.net1-1/+1
2008-04-04Bug 239112 - docs patch to give min. version of TT for hooks. Patch by nick.b...gerv%gerv.net1-0/+9
2008-04-04Silly typo fix. r=ssdbotkiko%async.com.br1-1/+1
2008-04-04Fix for bug 233245: replace "variable" with "constant" since there is no cont...jocuri%softhome.net1-2/+2
2008-04-04Patch for bug 233245: update documentation of formats to include ctypes as we...jocuri%softhome.net1-11/+28
2008-04-04Patch for bug 233295: document terminology customization feature; patch by Jo...jocuri%softhome.net1-0/+8
2008-04-04Bug 233246 - improve documentation on enter_bug comment formatting templates.gerv%gerv.net1-23/+32
2008-04-04grep is a command line program, not something you do while editing a file (to...justdave%syndicomm.com1-1/+1
2008-04-04Fix validation problem (unescaped ampersands) by making the program listing b...myk%mozilla.org1-12/+12
2008-04-04fixing incorrect ulink attribute (href should be url)myk%mozilla.org1-1/+1
2008-04-04improved readability (for both readers and editors); added docbook tags for v...myk%mozilla.org1-82/+98
2008-04-04Bug 230742 - document new 'hooks' mechanism. This is my take on Myk's text - ...gerv%gerv.net1-348/+205
2008-04-04Backout bug 232378, as it doesn't appear to be working correctly.mozilla%colinogilvie.co.uk1-9/+3
2008-04-04Bug 232378: switch from entities to XIncludes for inclusion of modular docs f...mozilla%colinogilvie.co.uk1-6/+12
2008-04-04Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - Patch...lpsolit%gmail.com1-122/+249
2008-04-04Massive rearrangement of the installation section. Hopefully it makes sense now.gerv%gerv.net1-393/+567