index
:
bugzilla
flyspray
harmony-master
harmony-unstable
master
Bugzilla
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Bugzilla
/
Template.pm
Age
Commit message (
Expand
)
Author
Files
Lines
2006-09-22
Bug 351994: Messages shouldn't contain HTML characters unless we're in USAGE_...
mkanat%bugzilla.org
1
-0
/
+16
2006-09-19
Bug 223880: "marked a duplicate" messages cannot be localized
mkanat%bugzilla.org
1
-2
/
+4
2006-09-14
Bug 352608: Make checksetup more localizable
mkanat%bugzilla.org
1
-0
/
+3
2006-09-05
Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_group
mkanat%bugzilla.org
1
-3
/
+0
2006-08-15
Bug 330485: Attachment links in comments still say "edit" instead of "details...
lpsolit%gmail.com
1
-2
/
+2
2006-08-01
Bug 346552: Move checksetup's permission-fixing code into a module
mkanat%bugzilla.org
1
-2
/
+2
2006-08-01
Bug 346493: Move Template pre-compilation code into a module
mkanat%bugzilla.org
1
-0
/
+95
2006-07-14
Bug 343338: Eliminate "my" variables from the root level of modules
mkanat%bugzilla.org
1
-31
/
+31
2006-07-06
Bug 343421: Fix some typos in comments - Patch by timeless <timeless@bemail.o...
lpsolit%gmail.com
1
-3
/
+3
2006-07-04
Bug 338375: Use Bugzilla->params everywhere instead of Param().
mkanat%bugzilla.org
1
-2
/
+1
2006-07-04
Bug 342869: Use Bugzilla->params everywhere except templates
mkanat%bugzilla.org
1
-4
/
+6
2006-07-03
Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by R...
lpsolit%gmail.com
1
-3
/
+0
2006-06-30
Bug 342121: Remove usage of Config qw(:locations) in favor of Constants::bz_l...
mkanat%bugzilla.org
1
-3
/
+6
2006-06-19
Spelling in code comments patch: 'subsituted' -> 'substituted'; patch by Vlad...
vladd%bugzilla.org
1
-1
/
+1
2006-06-19
Spelling in code comments patch: 'unliklely' -> 'unlikely'; patch by Vlad Das...
vladd%bugzilla.org
1
-1
/
+1
2006-06-19
Spelling in code comments patch: 'unfortunally' -> 'unfortunately' in Bugzill...
vladd%bugzilla.org
1
-1
/
+1
2006-06-19
Spelling in code comments patch: 'lanuage' -> 'language' in Bugzilla/Template...
vladd%bugzilla.org
1
-1
/
+1
2006-05-15
Bug 137751: Linkify bug numbers in dependency fields on show_activity.cgi - P...
lpsolit%gmail.com
1
-0
/
+6
2006-03-07
Bug 282628: Move OpenStates and IsOpenedState out of globals.pl
mkanat%kerio.com
1
-1
/
+2
2006-03-03
Patch for bug 74355: Set tooltip to bug title for full-url buglinks; patch by...
jocuri%softhome.net
1
-1
/
+9
2006-02-28
Patch for bug 298341: Implement code hook mechanism; patch by zach@zachlipton...
jocuri%softhome.net
1
-5
/
+20
2006-02-26
Bug 284875: Move GetBugLink, GetAttachmentLink, and quoteUrls out of globals....
lpsolit%gmail.com
1
-2
/
+198
2006-01-23
Bug 319331: mailto link generated with BiDi user name and email address gets ...
wurblzap%gmail.com
1
-2
/
+32
2006-01-10
Bug 238207: Comment autolinkification on midair page points to wrong cgi - Pa...
lpsolit%gmail.com
1
-1
/
+9
2005-11-22
Fix incorrect checkin of bug 304471 - Patch by Teemu Mannermaa <wicked@etlico...
lpsolit%gmail.com
1
-7
/
+8
2005-11-20
Bug 304417: Template precompilation is clumsy when it comes to additional lan...
wurblzap%gmail.com
1
-0
/
+7
2005-11-16
Bug 257813: CSV link from new charts gives internal error if data contains mo...
karl%kornel.name
1
-0
/
+6
2005-10-25
Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...
lpsolit%gmail.com
1
-2
/
+2
2005-10-14
Bug 204498 Add su (setuser) function
bugreport%peshkin.net
1
-0
/
+5
2005-09-16
Bug 282686: Multiple projects sharing the same Bugzilla codebase (different d...
lpsolit%gmail.com
1
-10
/
+37
2005-09-07
Bug 302669 (2nd part): show_bug.cgi?ctype=xml should allow the option of expo...
lpsolit%gmail.com
1
-1
/
+9
2005-08-25
Fix nits for bug 208761 the reviewer asked me to do on checkin (make a descri...
lpsolit%gmail.com
1
-3
/
+3
2005-08-25
Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ...
lpsolit%gmail.com
1
-3
/
+84
2005-08-13
Bug 303669: Bugzilla mis-uses perl subroutine prototypes
mkanat%kerio.com
1
-1
/
+1
2005-08-09
Backout of bug 303669 which broke AppendComment and possibly a number
bugreport%peshkin.net
1
-1
/
+1
2005-08-09
Bug 303669: Bugzilla mis-uses perl subroutine prototypes
mkanat%kerio.com
1
-1
/
+1
2005-07-22
Bug 301507: Move PutHeader and PutFooter into Template.pm - Patch by Frédér...
lpsolit%gmail.com
1
-0
/
+19
2005-06-15
Bug 293501: Add me to files where I belong and fix kerio.com emails
mkanat%kerio.com
1
-0
/
+1
2005-04-05
Bug 288527 - change precompilation to use Bugzilla::Template and so do it rig...
gerv%gerv.net
1
-2
/
+1
2005-03-18
Bug 256513: Fix usage of grep (/$value/, @array);
mkanat%kerio.com
1
-1
/
+1
2005-03-16
Bug 283581 : Move UserInGroup out of globals.pl
travis%sedsystems.ca
1
-1
/
+2
2005-02-10
Bug 11901 : Change Bugzilla comments line-wrapping policy
travis%sedsystems.ca
1
-0
/
+3
2005-02-08
Followup fix for bug 280770: improves reflection of constants into the templa...
myk%mozilla.org
1
-4
/
+9
2005-02-05
Fix for bug 280770: makes constants from Bugzilla/Constants.pm available to t...
myk%mozilla.org
1
-0
/
+22
2005-01-19
Bug 245282 : Flags should use nonbreaking hyphens or nowrap or somehow preven...
travis%sedsystems.ca
1
-0
/
+8
2004-07-10
Bug 238797: minor adjustment to javascript filters to prevent tags inserted i...
justdave%bugzilla.org
1
-1
/
+1
2004-03-17
Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Define
kiko%async.com.br
1
-2
/
+29
2004-03-17
Patch for bug 235459: add icalendar output format in buglist; patch by Willia...
jocuri%softhome.net
1
-0
/
+25
2004-02-06
Fix for bug 127995: shows the size of attachments in the show bug and attachm...
myk%mozilla.org
1
-0
/
+24
2004-01-12
Fix for bug 229658: Implements a mechanism for extensions to hook into standa...
myk%mozilla.org
1
-0
/
+5
[next]