index
:
bugzilla
flyspray
harmony-master
harmony-unstable
master
Bugzilla
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
template
/
en
/
default
/
global
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-16
Bug 24896: Make the First/Last/Prev/Next navigation on bugs work with
Max Kanat-Alexander
1
-0
/
+2
2010-05-28
Bug 568609: Duplicated "Bugzilla" word in the page header of describecomponen...
Tiago Mello
1
-1
/
+1
2010-05-25
Bug 567303: Implement a working algorithm for sorting fields based on
Max Kanat-Alexander
1
-0
/
+5
2010-05-20
Bug 565879: Merge ThrowCodeError("action_unrecognized"), ThrowUserError("no_v...
Frédéric Buclin
2
-18
/
+8
2010-05-19
Bug 565899: Make the html_linebreak filter safe by having it first call the
Max Kanat-Alexander
2
-2
/
+2
2010-05-19
Bug 494395: Implement the ability to mark custom fields as mandatory when
Tiago Mello
2
-0
/
+10
2010-05-14
Need to do FILTER html FILTER html_linebreak to actually have a safe filter.
Max Kanat-Alexander
1
-1
/
+1
2010-05-14
Bug 561296: A fix allowing updating a field value's name when it is
Max Kanat-Alexander
1
-4
/
+5
2010-05-14
Bug 372537: Improve CodeErrors: show the traceback (without function
Max Kanat-Alexander
1
-0
/
+3
2010-05-14
Bug 565880: Do not throw an error when obsoleting an already obsolete attachment
Frédéric Buclin
1
-4
/
+0
2010-05-14
Bug 565881: 'flag_status_invalid' and 'request_queue_group_invalid' should be...
Frédéric Buclin
2
-10
/
+11
2010-05-12
Bug 486050: Bugzilla should prefill quicksearch box when showing search resul...
David Lawrence
1
-1
/
+2
2010-04-27
Bug 550727: Add JSONP Support to the JSON-RPC WebService Interface
Max Kanat-Alexander
1
-0
/
+5
2010-04-22
Bug 550732: Allow read-only JSON-RPC methods to be called with GET
Max Kanat-Alexander
1
-2
/
+12
2010-04-08
Bug 69621: Remove the keyword cache (which is not updated on keyword rename/d...
Frédéric Buclin
1
-11
/
+1
2010-03-29
Bug 554986: Add a "notmatches" search type, which allows the minus sign
Max Kanat-Alexander
2
-3
/
+1
2010-03-29
Bug 555089: Add hooks in the messages template to warn the user after updatin...
Tiago Mello
1
-0
/
+3
2010-03-28
Bug 553913: Add explicit error codes to WebService errors that were missing
Max Kanat-Alexander
1
-1
/
+2
2010-03-24
Bug 553770: Make the JSON-RPC WebService throw a proper error when you don't
Max Kanat-Alexander
1
-0
/
+4
2010-03-23
Bug 544332 - New bug_check_can_change_field hook for Bugzilla/Bug.pm
David Lawrence
1
-2
/
+2
2010-03-14
Bug 498309: Speed up show_bug.cgi when there are many comments by caching
Max Kanat-Alexander
1
-74
/
+83
2010-03-02
Bug 286041 - Allow people to undo "forget search"
Kent Rogers
1
-1
/
+1
2010-02-24
Fix bustage (unused error tag)
Frédéric Buclin
1
-4
/
+0
2010-02-24
Bug 547496: Add IDs to some form elements
Frédéric Buclin
1
-2
/
+6
2010-02-22
Bug 490923: Autocomplete assignee, qa contact, and cc on the client side
Guy Pyrzak
2
-10
/
+26
2010-02-18
Bug 533018: "Confirm match" displays full email address to logged-out users i...
Frédéric Buclin
1
-3
/
+7
2010-02-17
Bug 529201: Add help for every single field to fields.html
Max Kanat-Alexander
1
-2
/
+3
2010-02-16
Move the no_open_bug_status code error into the Voting extension.
Max Kanat-Alexander
1
-5
/
+0
2010-02-16
Bug 372979: Make voting into an extension
Max Kanat-Alexander
4
-46
/
+41
2010-02-08
Bug 251556: Allow "Bug ID" fields to have one-way mutual relationships (like ...
Jesse Clark
1
-0
/
+6
2010-02-08
Bug 518293: Improve and Simplify the QuickSearch Documentation
Max Kanat-Alexander
2
-3
/
+4
2010-02-06
Bug 515568: handle_login() doesn't check $@ after eval
Frédéric Buclin
1
-0
/
+3
2010-02-03
Remove the <link> tags in the <head> for Saved Searches
Justin Wood
1
-6
/
+0
2010-02-02
Bug 487508: Allow restricting the visibility of custom fields and values by c...
Max Kanat-Alexander
1
-1
/
+1
2010-02-02
Bug 514970: Clean up duplicates.cgi and make it use Bug objects
Max Kanat-Alexander
1
-2
/
+7
2010-02-01
Fix the data in the bzr repo to match the data in the CVS repo.
Max Kanat-Alexander
1
-91
/
+0
2010-02-01
Bug 534057: Auto-completion no longer works in email_in.pl
Frédéric Buclin
1
-0
/
+6
2010-01-05
Bug 467992: Login fails if the user's LDAP account is denied search in LDAP -...
lpsolit%gmail.com
1
-1
/
+5
2009-12-31
Bug 520318: Add remove_from_db to Bugzilla:Group and use it to delete groups ...
mkanat%bugzilla.org
1
-2
/
+5
2009-12-18
Bug 465930: Some fields have no description in the user auto-completion form ...
lpsolit%gmail.com
1
-6
/
+20
2009-12-13
Bug 502683: Ability to get attachments by ID in the WebService
mkanat%bugzilla.org
1
-1
/
+5
2009-12-13
Bug 355283: Lock out a user account on a particular IP for 30 minutes if they...
mkanat%bugzilla.org
1
-0
/
+15
2009-12-10
Bug 526158: Make email_in.pl use Bugzilla::Bug->create to create bugs instead...
mkanat%bugzilla.org
1
-0
/
+2
2009-12-08
Bug 518024: Make quicksearch accept any field name or any unique starting sub...
mkanat%bugzilla.org
1
-11
/
+13
2009-12-04
Bug 452919: Allow the "created an attachment" message in comments to be local...
mkanat%bugzilla.org
2
-1
/
+20
2009-11-25
Bug 530252: Create a script that sets up the framework of an extension
mkanat%bugzilla.org
2
-5
/
+18
2009-11-24
Fix bustage: the 'extension_invalid' error tag is no longer used
lpsolit%gmail.com
1
-4
/
+0
2009-11-24
Fix test failures caused by check-in of bug 430014.
mkanat%bugzilla.org
1
-1
/
+1
2009-11-24
Bug 430014: Re-write the code hooks system so that it uses modules instead of...
mkanat%bugzilla.org
1
-0
/
+27
2009-11-18
Bug 529495: The open bracket is missing for a directive in global/code-error....
lpsolit%gmail.com
1
-1
/
+1
[next]