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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Bug 744823 - Deadline throws error when selected in change history field list...
Dave Lawrence
2012-04-12
1
-0
/
+1
*
Fix typo
Frédéric Buclin
2012-04-12
1
-1
/
+1
*
If you're not allowed to change status or resolution, their values are being ...
Marc Schumann
2012-04-11
1
-15
/
+24
*
Bug 663377: Quicksearch using "status:" field doesn't work--it is defeated by...
Frédéric Buclin
2012-04-11
1
-42
/
+30
*
Bug 734997: The 'take' link for the assignee field doesn't work when usemenuf...
Frédéric Buclin
2012-04-11
1
-7
/
+22
*
Bug 706412 - make JobQueue.pm support insertion of Job objects, and also enab...
Gervase Markham
2012-04-11
1
-5
/
+13
*
Bug 743991: Need a new hook to update Bugzilla::Search::COLUMN_JOINS
rojanu
2012-04-10
3
-1
/
+67
*
Fix typo
Frédéric Buclin
2012-04-09
1
-1
/
+1
*
2nd part of bug 679965: contrib/Bugzilla.pm shouldn't be executable
Frédéric Buclin
2012-04-09
1
-0
/
+1
*
Bug 58179: End date not included in the Search By Change History section
Frédéric Buclin
2012-04-04
1
-0
/
+5
*
Search for start-of-time-interval in date fields is (partially?) broken.
Marc Schumann
2012-03-31
1
-1
/
+1
*
Bug 690879 - Webservice Bug.fields should include include keyword name and de...
Frank Becker
2012-03-29
1
-3
/
+18
*
Fix bustage: Perl 5.8.x doesn't understand \g1 in regexp (must use \1 instead)
Frédéric Buclin
2012-03-30
1
-1
/
+1
*
Bug 643681 - Bug.get should also return the time spent on a bug for users in ...
frase
2012-03-29
1
-0
/
+11
*
Bug 554819: Quicksearch should be using Text::ParseWords instead of custom co...
Frédéric Buclin
2012-03-29
4
-103
/
+191
*
Bug 735821: Fix broken HTML code in bugmail.html.tmpl.
Tiago Mello
2012-03-28
1
-1
/
+1
*
Bug 730984: A single whitespace in the Status Whiteboard field generates an i...
Frédéric Buclin
2012-03-28
1
-1
/
+5
*
Bug 425647: get_activity() should use INNER JOIN to join the fielddefs table
Frédéric Buclin
2012-03-28
1
-1
/
+1
*
Bug 734471 - Need new hook edituser search template
Francisco Donalisio
2012-03-26
1
-0
/
+2
*
Fix bustage due to bug 448551
Frédéric Buclin
2012-03-26
1
-1
/
+1
*
Make Target Milestone field have the same maximum length as Version field. r,...
Gervase Markham
2012-03-26
6
-17
/
+17
*
Add hooks for alternative login methods. r,a=LpSolit.
Gervase Markham
2012-03-26
2
-0
/
+5
*
Bug 733458: The "creator" argument is listed twice for the Bug.search WebServ...
Matt Selsky
2012-03-22
1
-7
/
+3
*
Bug 732440: Add SQL execution timings to buglist.cgi's debug output
Byron Jones
2012-03-22
3
-5
/
+11
*
Bug 731526: Adds an email event for product and/or component notifications
Byron Jones
2012-03-22
4
-7
/
+16
*
Fix bustage: Bugzilla -> terms.Bugzilla
Frédéric Buclin
2012-03-17
1
-3
/
+3
*
Bug 736057: Add to the release notes that |FILTER url_quote| has been replace...
Frédéric Buclin
2012-03-17
1
-0
/
+3
*
Bug 735332: Add 'start' hook in bugmail templates.
Renata Ghisloti
2012-03-15
2
-0
/
+3
*
Bug 734078: cache localconfig per-process
Byron Jones
2012-03-12
1
-3
/
+3
*
Tabular reports' column headers do not use display_value.
Marc Schumann
2012-03-10
1
-1
/
+1
*
Bug 730032: The documentation must mention bzr instead of cvs in the "Upgradi...
Frédéric Buclin
2012-03-10
1
-56
/
+78
*
Bug 731163: Search.pm can use undefined alias in ORDER BY clause
Frédéric Buclin
2012-03-10
1
-1
/
+1
*
Bug 730794 - Need new hook edituser page
Francisco Donalisio
2012-03-09
3
-0
/
+41
*
Bug 679965: Offer Linux packagers an easy way to specify the location of the ...
Frédéric Buclin
2012-03-09
1
-0
/
+48
*
Fix bustage
Frédéric Buclin
2012-03-06
1
-1
/
+0
*
Bug 545610: Correctly parse CGI parameters, especially when using mod_perl
Frédéric Buclin
2012-03-06
2
-14
/
+22
*
Bug 731323: Wrong URLs in the "Total" row at the bottom of tabular reports wh...
Frédéric Buclin
2012-03-06
1
-0
/
+8
*
2nd part of bug 731559: fix get_attachments_by_bug() everywhere
Frédéric Buclin
2012-03-06
2
-4
/
+3
*
Bug 732978: preload() must load Bugzilla::Component itself
Frédéric Buclin
2012-03-05
1
-1
/
+2
*
Bug 731586: Email notifications about status changes in blockers are incorrec...
Frédéric Buclin
2012-03-03
2
-11
/
+7
*
Bug 731725 - In the documentation license, the address of the FSF is incorrect
Emmanuel Seyman
2012-03-01
1
-2
/
+2
*
Bug 731562: Cache the global/user.html.tmpl template for improved performance
Frédéric Buclin
2012-03-01
4
-5
/
+37
*
Bug 731175: Bugzilla::Field shouldn't assume that someone else already loaded...
Frédéric Buclin
2012-02-29
2
-6
/
+8
*
Bug 730877: Improve _get_string_from_file() performances by caching loaded files
Frédéric Buclin
2012-02-29
1
-0
/
+6
*
Bug 731559: Preload all attachment submitters when viewing a bug report
Frédéric Buclin
2012-02-29
2
-6
/
+17
*
Bug 731219: Fix XMLRPC breakage when content-type contains a charset
Byron Jones
2012-02-29
1
-1
/
+4
*
Bug 528918: Bugzilla::Object->match() shouldn't call _check_field() when the ...
Frédéric Buclin
2012-02-29
1
-2
/
+5
*
Bug 695514: Slow performance in field-events.js.tmpl on show_bug.cgi with lar...
Frédéric Buclin
2012-02-28
3
-3
/
+14
*
Bug 731055: get_enterable_products() is very slow when a product has many com...
Frédéric Buclin
2012-02-28
1
-6
/
+8
*
Bug 730598: Running checksetup.pl twice deletes the DEFAULT value of the bug_...
Frédéric Buclin
2012-02-27
1
-1
/
+1
[prev]
[next]