aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 392821: Remove obsolete instructions in template variables.none.tmpl conc...lpsolit%gmail.com2008-02-071-13/+0
* Forgot to upload this new template (as part of bug 349369)lpsolit%gmail.com2008-02-061-0/+66
* Bug 349369: Allow unused custom fields to be deleted from editfields.cgi - Pa...lpsolit%gmail.com2008-02-068-4/+184
* Bug 359943: Prev/Next <link rel>s not working on process_bug.cgi page - Patch...lpsolit%gmail.com2008-02-064-32/+42
* Bug 414712 – Hook post_bug.cgi for post creation processingghendricks%novell.com2008-02-061-0/+3
* Bug 393745: s/you/anyone/ in the message displayed when creating a new produc...lpsolit%gmail.com2008-02-051-1/+1
* Bug 378908: Edit Group Access Controls hint for Default Default is missing a ...lpsolit%gmail.com2008-02-051-1/+1
* Bug 373926: Time-tracking and attachment tables look too different - Patch by...lpsolit%gmail.com2008-02-052-6/+3
* Bug 414604: After inserting/editing/deleting an attachment, the Keywords fiel...lpsolit%gmail.com2008-02-051-0/+7
* Bug 415544: Mass-change erases all values from custom multi-select fields - P...lpsolit%gmail.com2008-02-051-2/+4
* Bug 415663: Flag->snapshot() calls Flag->match() with attach_id being undefin...lpsolit%gmail.com2008-02-051-0/+5
* Bug 415155: Remove $cgi from the list of arguments when calling Bugzilla::Fla...lpsolit%gmail.com2008-02-045-20/+20
* Bug 376453 – E-mail threading can be enhanced with references header - P...olav%bkor.dhs.org2008-02-041-1/+2
* Bug 413772: Eliminate sqlify_criteria() in Bugzilla::Flag and replace match()...lpsolit%gmail.com2008-02-047-85/+35
* Bug 395460: Make multi-select fields searchablemkanat%bugzilla.org2008-02-042-2/+67
* Bug 378797: Ability to turn "My votes" page into a bug list - Patch by GavinS...lpsolit%gmail.com2008-02-032-2/+19
* Bump version number post-release.mkanat%bugzilla.org2008-02-021-1/+1
* Bump the version number for the 3.1.3 release.mkanat%bugzilla.org2008-02-022-4/+4
* Bug 413163: sanitycheck.pl needs to be more helpful when run at command line ...lpsolit%gmail.com2008-01-312-2/+49
* Bug 414726: Bugzilla::Update never updates bugzilla-update.xml if the file al...lpsolit%gmail.com2008-01-301-1/+11
* Bug 414002: Temporary files for uploaded attachments are not deleted on Windo...lpsolit%gmail.com2008-01-301-1/+4
* Bug 414267: show bug UI broken after editing an attachment - Patch by Guy Pyr...lpsolit%gmail.com2008-01-301-0/+14
* Bug 414269: Move the knobs to appear below the enter comments area (like it u...lpsolit%gmail.com2008-01-301-2/+1
* Bug 414382: Remove the duplicated "CC myself" checkbox below the "Additional ...lpsolit%gmail.com2008-01-301-22/+14
* Bug 414474: Remove debugging code from Search.pm that was left in from bug 39...mkanat%bugzilla.org2008-01-291-4/+0
* Bug 414281: editvalues.cgi variables badly scoped under mod_perl - Patch by F...lpsolit%gmail.com2008-01-281-3/+4
* Bug 414012: Include the table id in fields that fail their new max-length check.mkanat%bugzilla.org2008-01-282-25/+24
* Bug 325487: Admin pages should require less "clicks" (remove useless confirma...lpsolit%gmail.com2008-01-2812-225/+455
* Bug 410521: The diffs in bugmails were broken and BugMail.pm was throwing a w...mkanat%bugzilla.org2008-01-281-1/+1
* Bug 374020: Re-work the bug editing form to be more usable.mkanat%bugzilla.org2008-01-2811-502/+883
* Bug 121069: Remove $dbh->bz_(un)lock_tables from process_bug.cgi and Error.pm...lpsolit%gmail.com2008-01-286-208/+13
* Bug 411544: Subject lines were still being improperly line-broken in emails.mkanat%bugzilla.org2008-01-281-2/+5
* Bug 413672: email_in.pl incorrectly rejects quoted charsets - Patch by Fré...lpsolit%gmail.com2008-01-261-1/+2
* Fixing bustage due to bug 399823lpsolit%gmail.com2008-01-251-3/+3
* Bug 399823: Fix the documentation about installing missing Perl packages when...lpsolit%gmail.com2008-01-251-150/+22
* Bug 399574: Documentation should note to use 32bit Perl on Win64 too - Patch ...lpsolit%gmail.com2008-01-251-1/+10
* Bug 399371: Search.pm should use named subroutines instead of closuresmkanat%bugzilla.org2008-01-241-732/+1155
* Bug 391669: Modifying a bug via email_in.pl fails because there are many fiel...lpsolit%gmail.com2008-01-242-13/+10
* Bug 337947: Fix strange syntax in contrib/syncLDAP.pleseyman%linagora.com2008-01-231-31/+31
* Bug 400629: The "User Preferences" doc page has no information about saved se...lpsolit%gmail.com2008-01-221-88/+111
* Bug 413343: Requesting data for a bug restricted to a group while you are log...lpsolit%gmail.com2008-01-221-0/+1
* Bug 413273: install-module.pl is not listed in docs/html/api/index.html - Pat...lpsolit%gmail.com2008-01-221-1/+1
* Bug 391274: Warning box says "Caution". Info requiring attention says "Warni...lpsolit%gmail.com2008-01-211-4/+4
* Bug 373281: Remove AppendComment entirely in favor of Bugzilla::Bug->add_comm...lpsolit%gmail.com2008-01-212-82/+42
* Bug 413258: When setting a flag on an attachment on bug creation, an incorrec...lpsolit%gmail.com2008-01-211-3/+6
* Bug 400631: The "Account History" page in editusers.cgi is not documented - P...lpsolit%gmail.com2008-01-201-11/+19
* Bug 413222: Implement $attachment->remove_from_db - Patch by Frédéric B...lpsolit%gmail.com2008-01-202-11/+27
* Bug 400677: Documentation about products is mostly non-existent - Patch by Sa...lpsolit%gmail.com2008-01-201-12/+152
* Bug 143313: check_can_change_field() is no longer called with --do_not_change...lpsolit%gmail.com2008-01-201-3/+1
* Remove an error tag from user-error that's no longer used, as of the lastmkanat%bugzilla.org2008-01-201-5/+0