aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default
Commit message (Expand)AuthorAgeFilesLines
* Bug 524251: Move the bug visibility controls to the right of the timetracking...mkanat%bugzilla.org2009-12-131-104/+95
* Bug 524254: Make the comment box in bug/edit.html.tmpl into a BLOCKmkanat%bugzilla.org2009-12-132-71/+87
* Bug 369489: Remove the milestoneurl feature and link "Target Milestone" to th...mkanat%bugzilla.org2009-12-133-30/+4
* Bug 502683: Ability to get attachments by ID in the WebServicemkanat%bugzilla.org2009-12-131-1/+5
* Bug 526734: Allow localization of the "From update of attachment" string in c...mkanat%bugzilla.org2009-12-131-0/+8
* Bug 527387: Make Parameter section sortkeys numeric and leave space between t...mkanat%bugzilla.org2009-12-131-1/+1
* Bug 355283: Lock out a user account on a particular IP for 30 minutes if they...mkanat%bugzilla.org2009-12-132-0/+54
* Bug 310532: Bookmarkable new bug templates do not include estimated hours or ...lpsolit%gmail.com2009-12-131-2/+2
* Bug 512606: Make statuses currently available for the user to change this bug...mkanat%bugzilla.org2009-12-121-89/+34
* Bug 523788: Change the UI of describecomponents.cgi (the "Browse" interface) ...mkanat%bugzilla.org2009-12-122-28/+31
* Bug 526158: Make email_in.pl use Bugzilla::Bug->create to create bugs instead...mkanat%bugzilla.org2009-12-101-0/+2
* Bug 425668: Make the body classes and other header information show up proper...mkanat%bugzilla.org2009-12-101-5/+1
* Bug 518024: Make quicksearch accept any field name or any unique starting sub...mkanat%bugzilla.org2009-12-081-11/+13
* Bug 184252: Display a link below each table in request.cgi pointing to its co...lpsolit%gmail.com2009-12-071-6/+11
* Bug 530009: Put the template header stuff required to display show_bug all in...mkanat%bugzilla.org2009-12-076-66/+61
* Bug 524065: Template Hook for attachment creating and editing, at endmkanat%bugzilla.org2009-12-042-0/+4
* Bug 524067: Template Hook: list/edit-multiple before groupsmkanat%bugzilla.org2009-12-041-0/+2
* Bug 523759: Template hooks for the Advanced Search formmkanat%bugzilla.org2009-12-041-6/+17
* Bug 452919: Allow the "created an attachment" message in comments to be local...mkanat%bugzilla.org2009-12-044-6/+31
* Bug 204106: Make enter_bug indicate which fields are mandatorymkanat%bugzilla.org2009-12-041-9/+15
* Bug 477465: Move JS code out of flag/list.html.tmpl - Patch by Frédéric...lpsolit%gmail.com2009-11-261-54/+2
* Bug 530252: Create a script that sets up the framework of an extensionmkanat%bugzilla.org2009-11-258-5/+259
* Fix bustage: the 'extension_invalid' error tag is no longer usedlpsolit%gmail.com2009-11-241-4/+0
* Fix test failures caused by check-in of bug 430014.mkanat%bugzilla.org2009-11-241-1/+1
* Bug 430014: Re-write the code hooks system so that it uses modules instead of...mkanat%bugzilla.org2009-11-242-1/+32
* Bug 451716: Deleting a product does not remove its entries from the 'Series' ...lpsolit%gmail.com2009-11-231-0/+5
* Bug 529498: Missing </option> in search/form.html.tmpl - Patch by Patch by A....lpsolit%gmail.com2009-11-181-0/+1
* Bug 529495: The open bracket is missing for a directive in global/code-error....lpsolit%gmail.com2009-11-181-1/+1
* Bug 525429: Template hook for verify-new-productmkanat%bugzilla.org2009-11-181-0/+2
* Bug 421265: Let the user easily override the language used to display HTML pagesmkanat%bugzilla.org2009-11-182-3/+33
* Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just ...mkanat%bugzilla.org2009-11-1823-152/+79
* Bug 529483: Release Notes for Bugzilla 3.4.4mkanat%bugzilla.org2009-11-181-0/+8
* Bug 528872 - "Attachments in attachments table should have CSS classes to hel...reed%reedloden.com2009-11-161-1/+5
* Bug 505039: Use $user->is_timetracker instead of $user->in_group(Bugzilla->pa...lpsolit%gmail.com2009-11-108-10/+10
* Bug 505038: Use $user->is_insider instead of $user->in_group(Bugzilla->params...lpsolit%gmail.com2009-11-103-6/+5
* Bug 472217: Create a Bugzilla::Comment object and eliminate GetCommentsmkanat%bugzilla.org2009-11-106-40/+33
* Bug 283609 - Search for relative dates in deadlineghendricks%novell.com2009-11-091-1/+1
* Bug 525617: Template Hook for bug/field.html.tmplmkanat%bugzilla.org2009-11-091-0/+2
* Bug 450747: Minor JS cleanup for the "edit multiple bugs" pagemkanat%bugzilla.org2009-11-091-5/+8
* Fix a 009bugwords runtests.pl failure related to the release-notes.mkanat%bugzilla.org2009-11-051-3/+4
* Add bug 525025 to the 3.4.3 release notes.mkanat%bugzilla.org2009-11-051-0/+6
* Bug 525254: editproducts.cgi shouldn't display the "Edit classification 'Foo'...lpsolit%gmail.com2009-11-031-1/+2
* Bug 524891: Make leading whitespace not be trimmed from comments on display.mkanat%bugzilla.org2009-11-012-12/+11
* Bug 460742: The type should be mandatory to create a custom field - Patch by ...lpsolit%gmail.com2009-10-301-3/+7
* Bug 524234: When there are no search results, include helpful linksmkanat%bugzilla.org2009-10-291-9/+34
* Bug 524675: "Edit Search" fails to preserve comment, URL, and whiteboard para...lpsolit%gmail.com2009-10-272-3/+4
* Bug 521398 - make XML version of bug supply more data (flags, comment IDs etc...gerv%gerv.net2009-10-261-25/+22
* Bug 493242: UTF-8 characters in custom field names are mangled in show_activi...lpsolit%gmail.com2009-10-262-3/+1
* Bug 524244: Make the HTML buglist not display a header if there are no bugs f...mkanat%bugzilla.org2009-10-261-0/+4
* Bug 521043: Release Notes for Bugzilla 3.4.3mkanat%bugzilla.org2009-10-261-0/+27