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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 577881 - Add missing space before 'class' parameter in global/textarea.ht...
Reed Loden
2010-07-12
1
-1
/
+1
*
Remove two errors that are no longer used, after the $$some_var refactor
Max Kanat-Alexander
2010-07-08
1
-10
/
+0
*
Fix a template and POD bustage from the $$some_var Search.pm checkin.
Max Kanat-Alexander
2010-07-08
1
-2
/
+2
*
Bug 574556: Refactor Search.pm so that we're not doing $$some_var everywhere.
Max Kanat-Alexander
2010-07-08
2
-10
/
+16
*
Bug 490930: Always store attachments locally if they are over X size (and bel...
Frédéric Buclin
2010-07-08
2
-19
/
+7
*
Bug 519835: Remove Bugzilla::Product::check_product() in favor of Bugzilla::P...
Frédéric Buclin
2010-07-07
1
-13
/
+0
*
Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,
Max Kanat-Alexander
2010-07-05
2
-1
/
+4
*
Bug 545766: Figure out what columns can be reported on from the database,
Max Kanat-Alexander
2010-07-01
1
-0
/
+3
*
Bug 573173: Make Bugzilla::Bug's add_group and remove_group take group
Max Kanat-Alexander
2010-06-25
1
-4
/
+4
*
Bug 573172: Prepare set_all for being used in a context other than
Max Kanat-Alexander
2010-06-23
1
-0
/
+4
*
Bug 568595: Add a hook to the end of variables.none.tmpl
Tiago Mello
2010-06-21
1
-0
/
+2
*
Bug 568383: Add a new hook in the header.html.tmpl template right after <head>
Tiago Mello
2010-06-21
1
-0
/
+1
*
Bug 398473: User preference for the position of the comment box
Matt McHenry
2010-06-21
1
-0
/
+3
*
Bug 22353: Automatic duplicate bug detection on enter_bug.cgi
Max Kanat-Alexander
2010-06-21
1
-6
/
+15
*
Bug 556422: Move the existing bug-moving functionality into an extension
Max Kanat-Alexander
2010-06-18
3
-13
/
+4
*
Bug 572949: Update YUI to 2.8.1
Max Kanat-Alexander
2010-06-18
1
-2
/
+41
*
Bug 24896: Make the First/Last/Prev/Next navigation on bugs work with
Max Kanat-Alexander
2010-06-15
1
-0
/
+2
*
Bug 568609: Duplicated "Bugzilla" word in the page header of describecomponen...
Tiago Mello
2010-05-28
1
-1
/
+1
*
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
2
-18
/
+8
*
Bug 565899: Make the html_linebreak filter safe by having it first call the
Max Kanat-Alexander
2010-05-19
2
-2
/
+2
*
Bug 494395: Implement the ability to mark custom fields as mandatory when
Tiago Mello
2010-05-19
2
-0
/
+10
*
Need to do FILTER html FILTER html_linebreak to actually have a safe filter.
Max Kanat-Alexander
2010-05-14
1
-1
/
+1
*
Bug 561296: A fix allowing updating a field value's name when it is
Max Kanat-Alexander
2010-05-14
1
-4
/
+5
*
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
2
-10
/
+11
*
Bug 486050: Bugzilla should prefill quicksearch box when showing search resul...
David Lawrence
2010-05-12
1
-1
/
+2
*
Bug 550727: Add JSONP Support to the JSON-RPC WebService Interface
Max Kanat-Alexander
2010-04-27
1
-0
/
+5
*
Bug 550732: Allow read-only JSON-RPC methods to be called with GET
Max Kanat-Alexander
2010-04-22
1
-2
/
+12
*
Bug 69621: Remove the keyword cache (which is not updated on keyword rename/d...
Frédéric Buclin
2010-04-08
1
-11
/
+1
*
Bug 554986: Add a "notmatches" search type, which allows the minus sign
Max Kanat-Alexander
2010-03-29
2
-3
/
+1
*
Bug 555089: Add hooks in the messages template to warn the user after updatin...
Tiago Mello
2010-03-29
1
-0
/
+3
*
Bug 553913: Add explicit error codes to WebService errors that were missing
Max Kanat-Alexander
2010-03-28
1
-1
/
+2
*
Bug 553770: Make the JSON-RPC WebService throw a proper error when you don't
Max Kanat-Alexander
2010-03-23
1
-0
/
+4
*
Bug 544332 - New bug_check_can_change_field hook for Bugzilla/Bug.pm
David Lawrence
2010-03-23
1
-2
/
+2
*
Bug 498309: Speed up show_bug.cgi when there are many comments by caching
Max Kanat-Alexander
2010-03-13
1
-74
/
+83
*
Bug 286041 - Allow people to undo "forget search"
Kent Rogers
2010-03-01
1
-1
/
+1
*
Fix bustage (unused error tag)
Frédéric Buclin
2010-02-24
1
-4
/
+0
*
Bug 547496: Add IDs to some form elements
Frédéric Buclin
2010-02-24
1
-2
/
+6
*
Bug 490923: Autocomplete assignee, qa contact, and cc on the client side
Guy Pyrzak
2010-02-21
2
-10
/
+26
*
Bug 533018: "Confirm match" displays full email address to logged-out users i...
Frédéric Buclin
2010-02-18
1
-3
/
+7
*
Bug 529201: Add help for every single field to fields.html
Max Kanat-Alexander
2010-02-17
1
-2
/
+3
*
Move the no_open_bug_status code error into the Voting extension.
Max Kanat-Alexander
2010-02-15
1
-5
/
+0
*
Bug 372979: Make voting into an extension
Max Kanat-Alexander
2010-02-15
4
-46
/
+41
*
Bug 251556: Allow "Bug ID" fields to have one-way mutual relationships (like ...
Jesse Clark
2010-02-07
1
-0
/
+6
*
Bug 518293: Improve and Simplify the QuickSearch Documentation
Max Kanat-Alexander
2010-02-07
2
-3
/
+4
*
Bug 515568: handle_login() doesn't check $@ after eval
Frédéric Buclin
2010-02-06
1
-0
/
+3
*
Remove the <link> tags in the <head> for Saved Searches
Justin Wood
2010-02-02
1
-6
/
+0
*
Bug 487508: Allow restricting the visibility of custom fields and values by c...
Max Kanat-Alexander
2010-02-01
1
-1
/
+1
[next]