Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
2fbc1045
Commit
2fbc1045
authored
Oct 27, 2014
by
Dylan William Hardison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 1088156 - Add a config file for Reply
r=gerv a=glob
parent
c97e6478
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
0 deletions
+34
-0
README
contrib/README
+4
-0
replyrc
contrib/replyrc
+30
-0
No files found.
contrib/README
View file @
2fbc1045
...
@@ -33,6 +33,10 @@ bz_webservice_demo.pl -- An example script that demonstrates how to talk to
...
@@ -33,6 +33,10 @@ bz_webservice_demo.pl -- An example script that demonstrates how to talk to
recode.pl -- Script to convert a database from one encoding
recode.pl -- Script to convert a database from one encoding
(or multiple encodings) to UTF-8.
(or multiple encodings) to UTF-8.
replyrc -- A config file for Reply (a perl shell) that loads
Bugzilla, extensions and provides a few utility
functions for manipulating Bugzilla data.
sendbugmail.pl -- This script is a drop-in replacement for the
sendbugmail.pl -- This script is a drop-in replacement for the
'processmail' script which used to be shipped
'processmail' script which used to be shipped
with Bugzilla, but was replaced by the
with Bugzilla, but was replaced by the
...
...
contrib/replyrc
0 → 100644
View file @
2fbc1045
# This is a config file for Reply,
# which is a cpan distribution. You can install it with "cpan Reply" or "cpanm Reply".
# To use this config file, either copy as ~/.replyrc or run the following command:
# reply --cfg `pwd`/contrib/replyrc
script_line1 = use strict;
script_line2 = use warnings;
script_line3 = use v5.10;
script_line4 = use Bugzilla;
script_line5 = Bugzilla->extensions; 1;
script_line6 = sub filter { Bugzilla->template->{SERVICE}->{CONTEXT}->{CONFIG}->{FILTERS}->{$_[0]} }
script_line7 = sub b { Bugzilla::Bug->new(@_) }
script_line8 = sub u { Bugzilla::User->new(@_) }
script_line9 = sub f { Bugzilla::Field->new(@_) }
[Interrupt]
[FancyPrompt]
[DataDumper]
[Colors]
[ReadLine]
[Hints]
[Packages]
[LexicalPersistence]
[ResultCache]
[Autocomplete::Packages]
[Autocomplete::Lexicals]
[Autocomplete::Functions]
[Autocomplete::Globals]
[Autocomplete::Methods]
[Autocomplete::Commands]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment