gerv%gerv.net
|
111b9e75f4
|
Bug 186920 - Loosen checking for Windows ME user-agents. Patch by gerv; r,a=justdave.
|
2003-01-06 08:39:16 +00:00 |
gerv%gerv.net
|
218c08dc2b
|
Bug 181047 - Change non-output templates to have a ctype of "none". Patch by gerv; r=bbaetz, a=justdave.
|
2003-01-06 07:56:28 +00:00 |
gerv%gerv.net
|
2e61d411dd
|
Bug 187837 - Unify showing and editing of quips. Patch by gerv; r=timeless, a=justdave.
|
2003-01-06 07:53:15 +00:00 |
ian%hixie.ch
|
b7cc3989cc
|
Escape newlines in keys. Explicitly mention empty arrays and hashes. Quote string values. Support undefined values.
|
2003-01-05 23:47:15 +00:00 |
jake%bugzilla.org
|
ab35e822fd
|
We use the GD::Graph perl module, not GD::Chart (which doesn't exist)
|
2003-01-04 18:35:24 +00:00 |
ian%hixie.ch
|
26e1214c77
|
Oops, forgot to escape the backslashes when I pasted my TemplateToolkit file into Perl.
|
2003-01-03 00:47:32 +00:00 |
ian%hixie.ch
|
698ef1e5b4
|
Switch to a hopefully much faster debug.dumpVars template
|
2003-01-03 00:24:27 +00:00 |
ian%hixie.ch
|
13f84aed7f
|
Three new filters: pad left, pad right, and indent lines, so that the first line can be indented a different amoun.
|
2003-01-02 22:32:42 +00:00 |
ian%hixie.ch
|
ea3b32cc74
|
Turns out sprintf() is redundant with the format filter, so removing it.
|
2003-01-02 21:47:12 +00:00 |
ian%hixie.ch
|
219cd22e83
|
Make methodMissing use syntaxError instead of error(). Remove all the user level, error reporting and fatal handlers nonsense. Remove the debug() method. Update error() and assert() to be simply quick shortcuts to raising exceptions, using deep magic to make the stacktraces look good.
|
2003-01-02 20:39:49 +00:00 |
ian%hixie.ch
|
b37eeb5e28
|
Propagate PLIF::Exceptions through TemplateToolkit code without stringifying them.
|
2003-01-02 20:34:27 +00:00 |
ian%hixie.ch
|
aa6733b4e3
|
Make report also return the exception, so it can be reported and raised at the same time (useful for debugging). Make reraising of exceptions not wipe out the original stacktrace. Clean up stringification: Cope with calls from eval '...' blocks and sub { ... } blocks, also dump the environment, don't stringify object arguments, escape newlines in string arguments.
|
2003-01-02 20:33:10 +00:00 |
preed%sigkill.com
|
c4d35e7b3b
|
Bumping the rev number for 2.17.3 release.
|
2003-01-02 18:04:09 +00:00 |
jake%bugzilla.org
|
1d13a9ddd3
|
Recomiple the docs for the 2.17.3 release
|
2003-01-02 17:29:39 +00:00 |
jake%bugzilla.org
|
70b70eaa86
|
Link to report.cgi instead of reports.cgi (more stuff available from the former, including a link to the later).
|
2003-01-02 17:25:00 +00:00 |
jake%bugzilla.org
|
1b27c3253b
|
Bug 186672 - Update security docs to warn about editor backups and bring them up to date.
a=justdave
|
2003-01-02 17:23:48 +00:00 |
justdave%syndicomm.com
|
c6ef8bc5bc
|
spelling corrections and updating the sanity check section and a few requirements.
|
2003-01-02 17:21:50 +00:00 |
timeless%mozdev.org
|
c7352dda2d
|
Bug 187441 URLs not HTML encoded in output
|
2003-01-02 17:07:34 +00:00 |
ian%hixie.ch
|
141786a409
|
Add some singulars up at the mulit-year level.
|
2002-12-31 23:36:59 +00:00 |
ian%hixie.ch
|
dcc91791ba
|
Nicer alignment.
|
2002-12-31 23:23:12 +00:00 |
jake%bugzilla.org
|
ea5ad64c74
|
Bug 186673 - Updating section on Red Hat Bugzilla and adding last updated lines to each of the variants.
Wording reviewed by dkl@redhat.com
a=justdave
|
2002-12-31 17:45:37 +00:00 |
jake%bugzilla.org
|
12ca8aa103
|
Bug 186962 - Update minimum versions of required software and move those versions to be ENTITY's
a=justdave
|
2002-12-31 17:41:21 +00:00 |
jake%bugzilla.org
|
aa1e419e0b
|
Bug 180005 - Bring the FAQ up to date.
a=justdave
|
2002-12-31 03:05:07 +00:00 |
bugreport%peshkin.net
|
626f9d38a5
|
Bug 178230 Update documentation for Entrprise Groups
r=Jake,preed
a=justdave
|
2002-12-30 22:15:21 +00:00 |
ian%hixie.ch
|
1fa4f13d59
|
Replace Carp.pm with Exception.pm so that we have a consistent interface to exceptions and errors. Also add a syntaxError check in AUTOLOAD to make sure we don't call it when we shouldn't.
|
2002-12-30 08:04:29 +00:00 |
ian%hixie.ch
|
a8b92c5fe0
|
Neaten up the arguments display: limit the depth, allow integers to be unquoted as well as floats, crop long strings.
|
2002-12-30 08:02:40 +00:00 |
ian%hixie.ch
|
25d42a3e3d
|
Remove bogus argument, and add error checking code to catch similar errors in future
|
2002-12-30 07:52:19 +00:00 |
ian%hixie.ch
|
3de5e5c389
|
Export the syntaxError function, which reports a syntax error where the caller was invoked.
|
2002-12-30 07:30:43 +00:00 |
ian%hixie.ch
|
878199021e
|
Reduce the number of sites that call 'caller'. Let's hope that this doesn't get optimised too much, or else the line numbers will start getting increasingly inaccurate...
|
2002-12-30 07:28:45 +00:00 |
ian%hixie.ch
|
02c3e8badc
|
Add support for reporting Exceptions as warnings, for parity with, and so that PLIF can transition from, Carp.pm
|
2002-12-30 07:06:34 +00:00 |
ian%hixie.ch
|
c42854be6b
|
Remove debugging code that accidentally got checked in.
|
2002-12-30 06:43:27 +00:00 |
ian%hixie.ch
|
db5becd2d1
|
Clean up the stack trace code: make stacktrace smarter about where the exception should be reported from, make it know about the arguments to the functions, make the stringifier know about try{} blocks
|
2002-12-30 06:40:05 +00:00 |
ian%hixie.ch
|
538858fa7c
|
Additional comments explaining what might happen in cases of key clashes.
|
2002-12-29 21:02:59 +00:00 |
ian%hixie.ch
|
454c674af9
|
Minor grammatical fix.
|
2002-12-29 21:02:22 +00:00 |
jake%bugzilla.org
|
e7e1432989
|
Bug 183388 - processmail wasn't picking up on users being added to the owner or qa contact role and was dropping emails if the user had selected to only get mail on those events.
Patch by Mark Drew <mdrew@realm.com>
r=jake
a=justdave
|
2002-12-29 07:06:41 +00:00 |
ian%hixie.ch
|
c92c1ff58d
|
Fixing the support for the 'attempt()' method on databases, which was broken while fixing the fallout from the Exception stuff.
|
2002-12-29 03:56:00 +00:00 |
ian%hixie.ch
|
9f44a14e09
|
Allow catch...with statements to not be followed by anything. Also add a little debug code.
|
2002-12-28 18:24:27 +00:00 |
ian%hixie.ch
|
c55ddb73a7
|
Unify the statement execution methods so that we can have consistent exception raising
|
2002-12-28 18:23:24 +00:00 |
matty%chariot.net.au
|
6662f2a127
|
Release notes updates.
|
2002-12-28 13:15:34 +00:00 |
ian%hixie.ch
|
4413395fdd
|
Add rudimentary stacktrace support to the Exception library
|
2002-12-28 03:31:59 +00:00 |
ian%hixie.ch
|
ac03050fbd
|
Propagate the results out of the 'row' function correctly again -- the wantarray context isn't maintained inside a try block, unfortunately
|
2002-12-28 03:27:23 +00:00 |
mcafee%netscape.com
|
fe0b9716ea
|
Fixing array type error.
|
2002-12-27 10:21:19 +00:00 |
mcafee%netscape.com
|
2cbb4c8d84
|
Removing scrape split token, now TinderboxPrint: just prints out the rest of the line. If you want 3 lines of output on tbox, you need 3 TinderboxPrint: statements. This will just be simpler, no ambiguous cases.
|
2002-12-27 09:34:58 +00:00 |
mcafee%netscape.com
|
b06789db11
|
Removing scrape split token, now TinderboxPrint: just prints out the rest of the line. If you want 3 lines of output on tbox, you need 3 TinderboxPrint: statements. This will just be simpler, no ambiguous cases.
|
2002-12-27 09:33:38 +00:00 |
justdave%syndicomm.com
|
d8084f3430
|
Bug 186594: $db_sock was not being exported from Bugzilla/Config.pm
patch by sergeyli@pisem.net (Sergey Lipnevich)
r=bbaetz, a=justdave
|
2002-12-26 07:37:12 +00:00 |
ian%hixie.ch
|
35d6a3a24b
|
Update PLIF to take advantage of the new PLIF exception handling library
|
2002-12-26 04:37:22 +00:00 |
ian%hixie.ch
|
0884ae5dbd
|
Fix the context-sensitive code to actually work. Fix the result returning code to actually work too. Make wrapped exceptions include actual filename and line info.
|
2002-12-26 04:35:17 +00:00 |
ian%hixie.ch
|
03370dd21a
|
Rename 'handle' to 'catch' and 'unhandled' to 'fallthrough', so that we get fewer clashes with existing code.
|
2002-12-26 03:33:22 +00:00 |
ian%hixie.ch
|
432f287a41
|
Remove trailing spaces, add a missing parenthesis, add 'otherwise' to the list of exported keywords, support 'ne' operator on exception objects.
|
2002-12-26 03:11:34 +00:00 |
ian%hixie.ch
|
fba0aef5f8
|
Add support for an "otherwise" block which is called if no exception is triggered. Also, refactor the code to shorten it a bit.
|
2002-12-26 02:07:19 +00:00 |