Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 349369: Allow unused custom fields to be deleted from editfields.cgi - ↵ | lpsolit%gmail.com | 2008-02-06 | 2 | -0/+20 |
| | | | | Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit | ||||
* | Bug 359943: Prev/Next <link rel>s not working on process_bug.cgi page - ↵ | lpsolit%gmail.com | 2008-02-06 | 1 | -11/+12 |
| | | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit | ||||
* | Bug 393745: s/you/anyone/ in the message displayed when creating a new ↵ | lpsolit%gmail.com | 2008-02-05 | 1 | -1/+1 |
| | | | | product - Patch by timeless <timeless@bemail.org> r=reed r=vladd a=LpSolit | ||||
* | Bug 325487: Admin pages should require less "clicks" (remove useless ↵ | lpsolit%gmail.com | 2008-01-28 | 1 | -20/+243 |
| | | | | confirmation pages) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave r=mkanat a=LpSolit | ||||
* | 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 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 | 1 | -0/+7 |
| | | | | 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 | 1 | -0/+19 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | 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 397099: Date/Time Fields should have a JavaScript widget for picking a date | mkanat%bugzilla.org | 2007-11-29 | 1 | -1/+6 |
| | | | | 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 401957: Move comment "isprivate" updating from process_bug to Bugzilla::Bug | mkanat%bugzilla.org | 2007-11-13 | 1 | -0/+4 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 357324: Date/Time Custom Fields | mkanat%bugzilla.org | 2007-10-24 | 2 | -0/+8 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 182083: Help system should support more pages - Patch by Frédéric ↵ | lpsolit%gmail.com | 2007-10-22 | 1 | -0/+15 |
| | | | | Buclin <LpSolit@gmail.com> r=Colin a=LpSolit | ||||
* | Bug 313123: Implement $component->create and $component->update based on ↵ | lpsolit%gmail.com | 2007-10-12 | 2 | -10/+14 |
| | | | | Object.pm - 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 | 1 | -6/+6 |
| | | | | 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 | ||||
* | Fix bustage from Bug 373689--certain error messages are no longer in use. | mkanat%bugzilla.org | 2007-09-19 | 1 | -15/+0 |
| | |||||
* | Bug 389313: summarize_time.cgi needs some cleanup - Patch by Frédéric ↵ | lpsolit%gmail.com | 2007-09-19 | 1 | -1/+6 |
| | | | | Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
* | Bug 357315: Add the ability to create <textarea> fields | mkanat%bugzilla.org | 2007-09-17 | 1 | -0/+1 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 287330: Multi-Select Custom Fields | mkanat%bugzilla.org | 2007-09-08 | 2 | -4/+6 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 221827 Missing Bug ID shouldn't be handled as Invalid Bug ID | timeless%mozdev.org | 2007-08-24 | 1 | -3/+5 |
| | | | | r=vladd a=mkanat | ||||
* | Bug 365438 Tag-related error messages should mention "tag" instead of "saved ↵ | timeless%mozdev.org | 2007-08-24 | 1 | -14/+9 |
| | | | | | | search" r=reed a=mkanat | ||||
* | Bug 373440: Make "check" into a generic function in Bugzilla::Object | mkanat%bugzilla.org | 2007-08-24 | 1 | -0/+4 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 373440: Make "check" into a generic function in Bugzilla::Object | mkanat%bugzilla.org | 2007-08-24 | 1 | -4/+28 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 392186: Remove version headers from all templates - Patch by GavinS ↵ | lpsolit%gmail.com | 2007-08-20 | 27 | -27/+0 |
| | | | | <bugzilla@chimpychompy.org> r/a=LpSolit | ||||
* | Bug 389844 zero_length_file: no read permission is also a possibility | timeless%mozdev.org | 2007-08-12 | 1 | -1/+2 |
| | | | | r=vladd a=mkanat | ||||
* | Bug 391726: Missing ID for the quicksearch fields - Patch by Frédéric ↵ | lpsolit%gmail.com | 2007-08-11 | 3 | -5/+5 |
| | | | | Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | ||||
* | Hum... 2nd attempt to fix bug 332149. I committed the wrong patch *and* I ↵ | lpsolit%gmail.com | 2007-08-08 | 1 | -1/+3 |
| | | | | lost connection in the middle of the commit. Bad! | ||||
* | Bug 225731: Implement a user pref to choose if clicking the "Reply" link of ↵ | lpsolit%gmail.com | 2007-08-08 | 1 | -0/+3 |
| | | | | a comment should qutote the comment or not, or only its ID - Patch by Albert Ting <altlist@gmail.com> r/a=LpSolit | ||||
* | Bug 380187 â Bugzilla should support RADIUS authentication. | wurblzap%gmail.com | 2007-08-03 | 1 | -0/+3 |
| | | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat, a=mkanat | ||||
* | Bug 358486: env_no_email mistakenly refers to an environment variable where ↵ | lpsolit%gmail.com | 2007-08-02 | 1 | -3/+3 |
| | | | | it should refer to a param - Patch by timeless <timeless@bemail.org> r=wurblzap a=mkanat | ||||
* | Bug 388826 "cannot make a conclusive match" should not be said if the only ↵ | timeless%mozdev.org | 2007-07-30 | 1 | -5/+12 |
| | | | | | | reason is confirmuniqueusermatch r=wicked a=lpsolit | ||||
* | Bug 390024 saving a search should include a link to the search | timeless%mozdev.org | 2007-07-30 | 1 | -2/+6 |
| | | | | r=vladd a=lpsolit | ||||
* | Bug 390062: url should be 'URL' - Patch by Vlad Dascalu ↵ | vladd%bugzilla.org | 2007-07-30 | 2 | -2/+2 |
| | | | | <vladd@bugzilla.org>, r/a=LpSolit. | ||||
* | Bug 389835: Various issues when changing several bugs at once - Patch by ↵ | lpsolit%gmail.com | 2007-07-28 | 1 | -1/+1 |
| | | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
* | Bug 388149: Move updating of time-tracking fields into Bugzilla::Bug | mkanat%bugzilla.org | 2007-07-27 | 1 | -2/+2 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 345970 Avoid using the string 'the web' | timeless%mozdev.org | 2007-07-24 | 2 | -3/+3 |
| | | | | | patch by jhulten@tragicallyleet.com r=timeless I've updated it to trunk r=lpsolit a=lpsolit | ||||
* | Bug 254758 creating an account that doesn't match the create email regexp ↵ | timeless%mozdev.org | 2007-07-24 | 1 | -2/+11 |
| | | | | | | should not say "New accounts must be created by an administrator." r=lpsolit a=lpsolit | ||||
* | Bug 238651 (a&b) Include the login name (in <code>) for "account_inexistent" ↵ | timeless%mozdev.org | 2007-07-23 | 1 | -2/+3 |
| | | | | | | error r=lpsolit a=lpsolit | ||||
* | Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all ↵ | timeless%mozdev.org | 2007-07-23 | 1 | -6/+6 |
| | | | | | | documentation r=colin.ogilvie, kevin.benton | ||||
* | Bug 365082: QuickSearch using unknown field makes Bugzilla hang - Patch by ↵ | lpsolit%gmail.com | 2007-07-20 | 1 | -0/+14 |
| | | | | Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit | ||||
* | Bug 388165: Remove obsolete $field_descs.groupset - Patch by Frédéric ↵ | lpsolit%gmail.com | 2007-07-20 | 1 | -1/+0 |
| | | | | Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
* | Bug 388163: Remove $terms.bit(s) - Patch by Frédéric Buclin ↵ | lpsolit%gmail.com | 2007-07-20 | 1 | -2/+0 |
| | | | | <LpSolit@gmail.com> r/a=mkanat | ||||
* | Bug 388159: 'bug' hardcoded in setting-descs.none.tmpl - Patch by ↵ | lpsolit%gmail.com | 2007-07-20 | 1 | -2/+2 |
| | | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat |