index
:
bugs
master
bugs.mageia.org
Frédéric "LpSolit" Buclin [lpsolit]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
template
/
en
/
default
/
global
/
code-error.html.tmpl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 978070: Do not use document.write() to insert HTML code
Frédéric Buclin
2014-03-26
1
-9
/
+3
*
Bug 770073 - Hardcode "Bugzilla" in templates when it's not related to a spec...
Connor Behan
2014-01-07
1
-3
/
+3
*
Bug 920681: Remove the cellspacing and cellpadding attributes from tables
Frédéric Buclin
2013-12-31
1
-8
/
+7
*
Bug 952793: Remove HTML4 elements which are obsolete in HTML5
Frédéric Buclin
2013-12-22
1
-8
/
+8
*
Bug 906745 - In MySQL, tokens are not case-sensitive, reducing total entropy ...
Dave Lawrence
2013-10-16
1
-0
/
+3
*
Bug 676844: Replace ThrowCodeError() by ThrowUserError() when the error is no...
Frédéric Buclin
2012-11-12
1
-73
/
+0
*
Bug 604388 - Filenames used to store data for Old Charts should be based on p...
Marc Schumann
2012-10-16
1
-2
/
+2
*
Bug 749074: Throw an error message instead of syntax error on invalid search ...
Byron Jones
2012-04-30
1
-0
/
+4
*
Bug 745197: Add a hook in Bugzilla::Error::_throw_error() so that extensions ...
Frédéric Buclin
2012-04-17
1
-4
/
+2
*
Bug 696387: Remove useless calls to field-descs.none.tmpl
Matt Selsky
2012-02-26
1
-2
/
+0
*
Bug 319953: Missing real email syntax check
Frédéric Buclin
2012-01-23
1
-2
/
+1
*
Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...
Frédéric Buclin
2012-01-11
1
-17
/
+5
*
Bug 714664: The content of the "emailregexpdesc" parameter is not escaped whe...
Frédéric Buclin
2012-01-06
1
-1
/
+1
*
Fix missing-space bugs in error messages. a=LpSolit.
Gervase Markham
2011-11-01
1
-4
/
+4
*
Bug 288049: "internal error" from ThrowCodeError is confusing. Reword it
Frédéric Buclin
2011-08-07
1
-5
/
+7
*
Bug 676237: The traceback in code-error.html.tmpl is displayed on a single line
Frédéric Buclin
2011-08-04
1
-1
/
+1
*
Bug 647466: Allow Search.pm to take the new URL syntax for custom search
Max Kanat-Alexander
2011-04-02
1
-0
/
+7
*
Allow extensions to add new Jobs. r,a=mkanat.
Gervase Markham
2011-01-05
1
-1
/
+2
*
Bug 622105 - Misspelling in setting_info_invalid error message
David Lawrence
2010-12-30
1
-1
/
+1
*
Another unused error tag
Frédéric Buclin
2010-10-22
1
-3
/
+0
*
Bug 590334: Change Bug.pm to use the comment object (Bugzilla::Comment)
Christian Legnitto
2010-10-13
1
-0
/
+4
*
Bug 119703: Create an attachment by pasting it into a text field
Frédéric Buclin
2010-07-18
1
-5
/
+1
*
Bug 578258: Calling votes.cgi with no arguments should either display the use...
Frédéric Buclin
2010-07-16
1
-0
/
+5
*
Remove unsused error tag left by bug 578904
Frédéric Buclin
2010-07-15
1
-5
/
+0
*
Bug 578739: Instead of removing REFERENCES from _bz_real_schema and then
Max Kanat-Alexander
2010-07-14
1
-1
/
+6
*
Bug 574556: Refactor Search.pm so that we're not doing $$some_var everywhere.
Max Kanat-Alexander
2010-07-08
1
-4
/
+0
*
Bug 490930: Always store attachments locally if they are over X size (and bel...
Frédéric Buclin
2010-07-08
1
-5
/
+1
*
Bug 556422: Move the existing bug-moving functionality into an extension
Max Kanat-Alexander
2010-06-18
1
-4
/
+0
*
Bug 567303: Implement a working algorithm for sorting fields based on
Max Kanat-Alexander
2010-05-24
1
-0
/
+5
*
Bug 565879: Merge ThrowCodeError("action_unrecognized"), ThrowUserError("no_v...
Frédéric Buclin
2010-05-20
1
-14
/
+1
*
Bug 565899: Make the html_linebreak filter safe by having it first call the
Max Kanat-Alexander
2010-05-19
1
-1
/
+1
*
Need to do FILTER html FILTER html_linebreak to actually have a safe filter.
Max Kanat-Alexander
2010-05-14
1
-1
/
+1
*
Bug 372537: Improve CodeErrors: show the traceback (without function
Max Kanat-Alexander
2010-05-14
1
-0
/
+3
*
Bug 565880: Do not throw an error when obsoleting an already obsolete attachment
Frédéric Buclin
2010-05-14
1
-4
/
+0
*
Bug 565881: 'flag_status_invalid' and 'request_queue_group_invalid' should be...
Frédéric Buclin
2010-05-14
1
-10
/
+0
*
Bug 554986: Add a "notmatches" search type, which allows the minus sign
Max Kanat-Alexander
2010-03-29
1
-3
/
+0
*
Fix bustage (unused error tag)
Frédéric Buclin
2010-02-24
1
-4
/
+0
*
Move the no_open_bug_status code error into the Voting extension.
Max Kanat-Alexander
2010-02-15
1
-5
/
+0
*
Bug 515568: handle_login() doesn't check $@ after eval
Frédéric Buclin
2010-02-06
1
-0
/
+3
*
Bug 467992: Login fails if the user's LDAP account is denied search in LDAP -...
lpsolit%gmail.com
2010-01-05
1
-1
/
+5
*
Bug 452919: Allow the "created an attachment" message in comments to be local...
mkanat%bugzilla.org
2009-12-04
1
-0
/
+17
*
Fix bustage: the 'extension_invalid' error tag is no longer used
lpsolit%gmail.com
2009-11-24
1
-4
/
+0
*
Fix test failures caused by check-in of bug 430014.
mkanat%bugzilla.org
2009-11-24
1
-1
/
+1
*
Bug 430014: Re-write the code hooks system so that it uses modules instead of...
mkanat%bugzilla.org
2009-11-24
1
-0
/
+27
*
Bug 529495: The open bracket is missing for a directive in global/code-error....
lpsolit%gmail.com
2009-11-18
1
-1
/
+1
*
Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just ...
mkanat%bugzilla.org
2009-11-18
1
-1
/
+1
*
Bug 460742: The type should be mandatory to create a custom field - Patch by ...
lpsolit%gmail.com
2009-10-30
1
-3
/
+7
*
Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of c...
mkanat%bugzilla.org
2009-10-24
1
-28
/
+9
*
Bug 509053: Implement Bugzilla->feature (feature_enabled in the templates), a...
mkanat%bugzilla.org
2009-09-30
1
-0
/
+6
*
Bug 512623: Change get_status and get_resolution to display_value everywhere.
mkanat%bugzilla.org
2009-09-30
1
-1
/
+1
[next]