Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 414012: Include the table id in fields that fail their new max-length check. | mkanat%bugzilla.org | 2008-01-28 | 1 | -3/+3 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave | ||||
* | Bug 325487: Admin pages should require less "clicks" (remove useless ↵ | lpsolit%gmail.com | 2008-01-28 | 2 | -23/+245 |
| | | | | confirmation pages) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave r=mkanat a=LpSolit | ||||
* | Bug 374020: Re-work the bug editing form to be more usable. | mkanat%bugzilla.org | 2008-01-28 | 6 | -496/+753 |
| | | | | Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat | ||||
* | Bug 121069: Remove $dbh->bz_(un)lock_tables from process_bug.cgi and ↵ | lpsolit%gmail.com | 2008-01-28 | 1 | -8/+0 |
| | | | | Error.pm in favor of DB transactions. These methods are no longer used and are completely removed now - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
* | Remove an error tag from user-error that's no longer used, as of the last | mkanat%bugzilla.org | 2008-01-20 | 1 | -5/+0 |
| | | | | checkin. | ||||
* | Bug 412836: Clean up process_bug.cgi now that we have Bugzilla::Bug->update | mkanat%bugzilla.org | 2008-01-20 | 1 | -5/+8 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 412976: "Bug" should be replaced with $terms.Bug in user-error.html.tmpl ↵ | lpsolit%gmail.com | 2008-01-20 | 1 | -1/+1 |
| | | | | - Patch by Cédric Corazza <cedric.corazza@wanadoo.fr> r/a=LpSolit | ||||
* | The resolution_cant_clear error message was missing a TT whitespace fix. | mkanat%bugzilla.org | 2008-01-18 | 1 | -1/+1 |
| | |||||
* | Bug 402791: Move status and resolution updating from process_bug.cgi into ↵ | mkanat%bugzilla.org | 2008-01-18 | 2 | -12/+29 |
| | | | | | | Bugzilla::Bug Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 411437: Clipping of "Free Text" fields when user enters more then 255 ↵ | lpsolit%gmail.com | 2008-01-12 | 2 | -2/+10 |
| | | | | characters - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
* | Bug 401965: Move groups updating from process_bug.cgi to Bugzilla::Bug | mkanat%bugzilla.org | 2008-01-12 | 3 | -0/+26 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 383643: When using "Find a specific bug", the generated buglist does not ↵ | lpsolit%gmail.com | 2008-01-12 | 2 | -32/+23 |
| | | | | let you change the sort order - Patch by Alex Schuilenburg <alex@schuilenburg.org> r/a=LpSolit | ||||
* | Bug 412059 - ""Impersonate this user" link on editusers.cgi uses incorrect ↵ | reed%reedloden.com | 2008-01-12 | 1 | -1/+1 |
| | | | | filter" [p=reed r+a=LpSolit] | ||||
* | Fix the grammar and accuracy of the mod_perl relnote for 3.0.3. | mkanat%bugzilla.org | 2008-01-09 | 1 | -4/+4 |
| | |||||
* | Bug 410779: Release Notes for 3.0.3 | mkanat%bugzilla.org | 2008-01-09 | 1 | -1/+41 |
| | | | | Patch By Cédric Corazza <cedric.corazza@wanadoo.fr> r=LpSolit | ||||
* | Bug 313744: Deadline Field not available when changing several bugs at once ↵ | lpsolit%gmail.com | 2008-01-04 | 1 | -0/+11 |
| | | | | - Patch by Albert Ting <altlist@gmail.com> r/a=LpSolit | ||||
* | Bug 410524: createCalendar() and showCalendar() undefined after attaching a ↵ | lpsolit%gmail.com | 2008-01-03 | 1 | -0/+3 |
| | | | | file - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
* | Bug 369062 prior should read "earlier" in edit groups | timeless%mozdev.org | 2007-12-16 | 1 | -1/+1 |
| | | | | r=lpsolit a=lpsolit | ||||
* | Bug 408448: checksetup now tells you when template precompilation is complete. | mkanat%bugzilla.org | 2007-12-15 | 1 | -0/+3 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
* | Bug 384604: make guided form default to General component. Patch by gerv; ↵ | gerv%gerv.net | 2007-12-14 | 1 | -0/+5 |
| | | | | r=justdave. | ||||
* | Bug 408151: error 'install_data_too_long' is not defined on checksetup.pl | mkanat%bugzilla.org | 2007-12-14 | 1 | -1/+1 |
| | | | | Patch By A.A. Shimono <shimono@mozilla.gr.jp> r=mkanat, a=mkanat | ||||
* | Bug 408032: [Oracle] Make bzdbcopy.pl work with Oracle | mkanat%bugzilla.org | 2007-12-13 | 1 | -0/+3 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
* | Bug 153129: Bugzilla uses "mediumtext" as a DB data type when it's not necessary | mkanat%bugzilla.org | 2007-12-11 | 1 | -0/+7 |
| | | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> and Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat, a=mkanat | ||||
* | Bug 407036: buglist.css no longer loaded by buglists - Patch by ↵ | lpsolit%gmail.com | 2007-12-06 | 1 | -2/+1 |
| | | | | Frédéric Buclin (away Dec 10 - 28) <LpSolit@gmail.com> r=justdave a=mkanat | ||||
* | Bug 399559: LDAP administration is not experimental | eseyman%linagora.com | 2007-12-05 | 1 | -3/+2 |
| | | | | Patch by Emmanuel Seyman <eseyman@linagora.com> r=mkanat a=mkanat | ||||
* | Bug 400243: "votes:n" quicksearch should be "at least n votes", not "more ↵ | lpsolit%gmail.com | 2007-12-03 | 1 | -34/+11 |
| | | | | than n votes" - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit | ||||
* | Bug 389983 - "Enable spellchecking in the summary field" (add filter ↵ | reed%reedloden.com | 2007-12-03 | 1 | -0/+1 |
| | | | | exception for spellcheck) [p=reed r+a=LpSolit] | ||||
* | Bug 389983 - "Enable spellchecking in the summary field" [p=reed r+a=justdave] | reed%reedloden.com | 2007-12-03 | 3 | -4/+6 |
| | |||||
* | Bug 99215: Attachments have no midair collision protection - Patch by ↵ | lpsolit%gmail.com | 2007-11-30 | 3 | -0/+81 |
| | | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=justdave a=justdave | ||||
* | Bug 397099: Date/Time Fields should have a JavaScript widget for picking a date | mkanat%bugzilla.org | 2007-11-29 | 6 | -8/+36 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=glob, a=mkanat | ||||
* | Bug 405787: product_access_denied error tag defined twice in ↵ | lpsolit%gmail.com | 2007-11-29 | 1 | -1/+1 |
| | | | | user-error.html.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
* | Bug 353995: Make checksetup able to reset a user's password | mkanat%bugzilla.org | 2007-11-28 | 1 | -3/+9 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
* | Bug 405342: "My requests" is broken - Patch by Frédéric Buclin ↵ | lpsolit%gmail.com | 2007-11-26 | 1 | -1/+1 |
| | | | | <LpSolit@gmail.com> r=bkor a=LpSolit | ||||
* | Bug 404412: Couldn't edit comments anymore because of a regression from bug ↵ | mkanat%bugzilla.org | 2007-11-21 | 2 | -5/+5 |
| | | | | | | 401957. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 393753 Go back to the group list is rendered inline with Yes, delete | timeless%mozdev.org | 2007-11-20 | 1 | -4/+6 |
| | | | | r=vladd a=mkanat | ||||
* | Bug 395924: Deleting a user account may delete other user's whine - Patch by ↵ | lpsolit%gmail.com | 2007-11-19 | 1 | -19/+19 |
| | | | | Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit | ||||
* | Bug 402609 - 'Administrate' is not the correct title for the Admin page | mozilla%colinogilvie.co.uk | 2007-11-14 | 1 | -1/+1 |
| | | | | Patch by me, r+a=mkanat | ||||
* | Bug 401957: Move comment "isprivate" updating from process_bug to Bugzilla::Bug | mkanat%bugzilla.org | 2007-11-13 | 3 | -8/+11 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Part 4 of bug 182083: add Help for non-admin pages - Patch by me, r=Colin | lpsolit%gmail.com | 2007-11-12 | 17 | -4/+24 |
| | |||||
* | Part 3 of bug 182083: add Help for more admin pages - Patch by me, r=Colin | lpsolit%gmail.com | 2007-11-12 | 9 | -5/+23 |
| | |||||
* | Bug 23473: Implement the ability to reverse the sort order in buglist.cgi ↵ | lpsolit%gmail.com | 2007-11-03 | 1 | -2/+11 |
| | | | | ("Ascending" and "Descending") - Patch by Alex Schuilenburg <alex@schuilenburg.org> r/a=LpSolit | ||||
* | Bug 357324: Date/Time Custom Fields | mkanat%bugzilla.org | 2007-10-24 | 3 | -1/+13 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 262269: A tool to auto-install missing perl packages on non-Windows systems | mkanat%bugzilla.org | 2007-10-24 | 1 | -0/+9 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) | ||||
* | Part 2 of bug 182083: add Help for more admin pages - Patch by me, r=Colin | lpsolit%gmail.com | 2007-10-23 | 11 | -1/+16 |
| | |||||
* | Bug 182083: Help system should support more pages - Patch by Frédéric ↵ | lpsolit%gmail.com | 2007-10-22 | 2 | -0/+16 |
| | | | | Buclin <LpSolit@gmail.com> r=Colin a=LpSolit | ||||
* | Bug 313123: Implement $component->create and $component->update based on ↵ | lpsolit%gmail.com | 2007-10-12 | 4 | -42/+30 |
| | | | | Object.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
* | Bug 57842: On enter_bug.cgi, show component description when it is selected ↵ | lpsolit%gmail.com | 2007-10-10 | 1 | -114/+124 |
| | | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
* | Bug 313129: Implement $milestone->create and $milestone->update based on ↵ | lpsolit%gmail.com | 2007-10-10 | 2 | -12/+11 |
| | | | | Object.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
* | Midair with product change while adding an attachment silently clears flags ↵ | lpsolit%gmail.com | 2007-10-09 | 1 | -0/+7 |
| | | | | - Patch by Tiago R. Mello <timello@gmail.com> r/a=LpSolit | ||||
* | Bug 398739: "Taking a bug" while adding a new attachment locks the bug ↵ | lpsolit%gmail.com | 2007-10-08 | 1 | -0/+15 |
| | | | | status forever if the ASSIGNED bug status has been renamed or deleted - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit |