Commit Graph

423 Commits

Author SHA1 Message Date
mkanat%bugzilla.org
7026ebb170 Bug 523205 part 2: $flagtype->set_clusions() was badly implemented
a=LpSolit


git-svn-id: svn://10.0.0.236/trunk@261447 18797224-902f-48f8-a5cc-f745e15eee43
2010-10-22 15:01:51 +00:00
mkanat%bugzilla.org
23fb09c614 Bug 523205: editflagtypes.cgi should use Bugzilla::FlagType methods to create and edit flag types
a=LpSolit


git-svn-id: svn://10.0.0.236/trunk@261442 18797224-902f-48f8-a5cc-f745e15eee43
2010-10-22 11:46:46 +00:00
mkanat%bugzilla.org
10579221da Bug 604107: The link to delete the value 0 of custom fields is broken
r/a=mkanat


git-svn-id: svn://10.0.0.236/trunk@261405 18797224-902f-48f8-a5cc-f745e15eee43
2010-10-15 01:20:24 +00:00
mkanat%bugzilla.org
ee495843f0 Bug 600475 - Support the 'includeSubDomains' flag as an option for the 'Strict-Transport-Security' advanced option in order to protect subdomains.
[r=glob a=mkanat]


git-svn-id: svn://10.0.0.236/trunk@261301 18797224-902f-48f8-a5cc-f745e15eee43
2010-09-29 19:03:27 +00:00
mkanat%bugzilla.org
6ee1d182f8 Change "Bugzilla" to [% terms.Bugzilla %] in admin/params/advanced.html.tmpl.
git-svn-id: svn://10.0.0.236/trunk@261291 18797224-902f-48f8-a5cc-f745e15eee43
2010-09-28 03:36:13 +00:00
mkanat%bugzilla.org
dd4e3e53f2 Bug 594990: Make the Strict-Transport-Security HTTP header only be sent
if a particular parameter is enabled.
r=glob, a=mkanat


git-svn-id: svn://10.0.0.236/trunk@261289 18797224-902f-48f8-a5cc-f745e15eee43
2010-09-28 03:32:33 +00:00
mkanat%bugzilla.org
b331e02bdf Bug 595664: Maximum password length is hardcoded in the UI when editing user accounts
r/a=LpSolit


git-svn-id: svn://10.0.0.236/trunk@261206 18797224-902f-48f8-a5cc-f745e15eee43
2010-09-14 19:06:24 +00:00
mkanat%bugzilla.org
569ca875c0 Bug 77193 - Add the ability to retire (disable) old versions, components and milestones
r/a=mkanat


git-svn-id: svn://10.0.0.236/trunk@261153 18797224-902f-48f8-a5cc-f745e15eee43
2010-08-31 04:32:08 +00:00
mkanat%bugzilla.org
74da0eac37 Bug 479400: Add the ability to show or hide particular custom fields
based on multiple values of another field (visibility controllers)
r/a=mkanat


git-svn-id: svn://10.0.0.236/trunk@261109 18797224-902f-48f8-a5cc-f745e15eee43
2010-08-27 03:32:33 +00:00
mkanat%bugzilla.org
398bac7dca Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fields
r/a=mkanat


git-svn-id: svn://10.0.0.236/trunk@261092 18797224-902f-48f8-a5cc-f745e15eee43
2010-08-24 20:32:19 +00:00
mkanat%bugzilla.org
6de815abaf Bug 585498 - RADIUS auth isn't experimental any more.
r/a=mkanat


git-svn-id: svn://10.0.0.236/trunk@261008 18797224-902f-48f8-a5cc-f745e15eee43
2010-08-08 22:18:07 +00:00
mkanat%bugzilla.org
76d18745d3 Bug 581798: Remove whitespaces from URLs when listing classifications and products in editproducts.cgi
r/a=mkanat


git-svn-id: svn://10.0.0.236/trunk@260892 18797224-902f-48f8-a5cc-f745e15eee43
2010-07-26 12:18:44 +00:00
mkanat%bugzilla.org
029b234c64 Bug 577054: ChoiceInterface was denying the deletion of any value if
the field had *any* value-controlling values.
r=LpSolit, a=LpSolit


git-svn-id: svn://10.0.0.236/trunk@260849 18797224-902f-48f8-a5cc-f745e15eee43
2010-07-23 01:49:27 +00:00
mkanat%bugzilla.org
679581987b Bug 398701: Replace |FILTER url_quote| by |FILTER uri|
r/a=mkanat


git-svn-id: svn://10.0.0.236/trunk@260844 18797224-902f-48f8-a5cc-f745e15eee43
2010-07-22 23:01:57 +00:00
mkanat%bugzilla.org
a77eb64833 Bug 119703: Create an attachment by pasting it into a text field
r/a=mkanat


git-svn-id: svn://10.0.0.236/trunk@260809 18797224-902f-48f8-a5cc-f745e15eee43
2010-07-18 17:31:54 +00:00
mkanat%bugzilla.org
f7fcd61887 Bug 490930: Always store attachments locally if they are over X size (and below some threshold!), don't ever display "Big File" checkbox
r=mkanat a=LpSolit


git-svn-id: svn://10.0.0.236/trunk@260674 18797224-902f-48f8-a5cc-f745e15eee43
2010-07-08 17:03:37 +00:00
mkanat%bugzilla.org
6982306241 Bug 577407: Several HTML elements have the same ID when editing parameters
r/a=mkanat


git-svn-id: svn://10.0.0.236/trunk@260666 18797224-902f-48f8-a5cc-f745e15eee43
2010-07-08 02:31:41 +00:00
mkanat%bugzilla.org
427b0d4635 Bug 576911 The admin/components/list.html template was using "component"
as a variable name, but "component" is a reserved word in Template Toolkit.
This caused a warning from the template hook code.
r=LpSolit, a=LpSolit


git-svn-id: svn://10.0.0.236/trunk@260655 18797224-902f-48f8-a5cc-f745e15eee43
2010-07-07 00:48:23 +00:00
mkanat%bugzilla.org
a90851bdd3 Bug 554964 - Show if a user is a "Default CC" under the Product Responsibilities section of editusers.cgi.
[r=mkanat a=mkanat]


git-svn-id: svn://10.0.0.236/trunk@260638 18797224-902f-48f8-a5cc-f745e15eee43
2010-07-06 00:49:13 +00:00
mkanat%bugzilla.org
1228ba5d93 Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,
IN_PROGRESS, RESOLVED, VERIFIED.
r=LpSolit, a=mkanat


git-svn-id: svn://10.0.0.236/trunk@260637 18797224-902f-48f8-a5cc-f745e15eee43
2010-07-06 00:47:25 +00:00
mkanat%bugzilla.org
4eb3306672 Bug 564433: Localized values are not displayed in the "Field only appears when" field when editing custom fields
r/a=mkanat


git-svn-id: svn://10.0.0.236/trunk@260631 18797224-902f-48f8-a5cc-f745e15eee43
2010-07-05 22:31:47 +00:00
mkanat%bugzilla.org
b177f4a742 Bug 573637: Add a new "before_table" hooks to the list.html.tmpl interface
for products, components, milestones, and versions
r=mkanat, a=mkanat


git-svn-id: svn://10.0.0.236/trunk@260557 18797224-902f-48f8-a5cc-f745e15eee43
2010-06-24 17:08:58 +00:00
mkanat%bugzilla.org
a3d7656f23 Bug 556422: Move the existing bug-moving functionality into an extension
called OldBugMove.
r=dkl, a=mkanat


git-svn-id: svn://10.0.0.236/trunk@260491 18797224-902f-48f8-a5cc-f745e15eee43
2010-06-18 21:16:53 +00:00
mkanat%bugzilla.org
41e31c6183 Bug 572949: Update YUI to 2.8.1
r=glob, a=mkanat


git-svn-id: svn://10.0.0.236/trunk@260490 18797224-902f-48f8-a5cc-f745e15eee43
2010-06-18 08:17:38 +00:00
mkanat%bugzilla.org
676317f3b2 Bug 494395: Implement the ability to mark custom fields as mandatory when
creating/changing bugs
r=mkanat, a=mkanat


git-svn-id: svn://10.0.0.236/trunk@260336 18797224-902f-48f8-a5cc-f745e15eee43
2010-05-19 16:34:06 +00:00
mkanat%bugzilla.org
de34e60cb7 Bug 561296: A fix allowing updating a field value's name when it is
the default value
r=LpSolit, a=LpSolit


git-svn-id: svn://10.0.0.236/trunk@260309 18797224-902f-48f8-a5cc-f745e15eee43
2010-05-14 14:34:34 +00:00
mkanat%bugzilla.org
42aa99ed27 Bug 561362: Remove the 'sendmailnow' parameter
r=justdave a=LpSolit


git-svn-id: svn://10.0.0.236/trunk@260222 18797224-902f-48f8-a5cc-f745e15eee43
2010-04-23 16:16:31 +00:00
mkanat%bugzilla.org
5fb0a4096d Bug 560215: maxattachmentsize = 0 means that you cannot attach any file to bugs
r=mkanat a=LpSolit


git-svn-id: svn://10.0.0.236/trunk@260205 18797224-902f-48f8-a5cc-f745e15eee43
2010-04-19 19:35:27 +00:00
mkanat%bugzilla.org
9c0458a85c Bug 69621: Remove the keyword cache (which is not updated on keyword rename/delete)
r/a=mkanat


git-svn-id: svn://10.0.0.236/trunk@260168 18797224-902f-48f8-a5cc-f745e15eee43
2010-04-08 10:23:12 +00:00
mkanat%bugzilla.org
668828ccb1 Bug 554552: Refactor classifications and components templates to use edit-common.html.tmpl and add the 'rows' hook
r/a=mkanat


git-svn-id: svn://10.0.0.236/trunk@260085 18797224-902f-48f8-a5cc-f745e15eee43
2010-03-29 12:50:02 +00:00
mkanat%bugzilla.org
0292c7c26e Bug 548327: Administration page should have hooks to extend the admin links
r/a=mkanat


git-svn-id: svn://10.0.0.236/trunk@260084 18797224-902f-48f8-a5cc-f745e15eee43
2010-03-29 12:50:01 +00:00
mkanat%bugzilla.org
135ac02ca2 Bug 330633 - "Remove the "Reset Form" button on editparams.cgi"
[r=mkanat a=LpSolit]


git-svn-id: svn://10.0.0.236/trunk@260002 18797224-902f-48f8-a5cc-f745e15eee43
2010-03-18 00:15:46 +00:00
mkanat%bugzilla.org
f5ae9e979c Bug 549177 - "Typo in admin.cgi page header"
[r=LpSolit a=LpSolit]


git-svn-id: svn://10.0.0.236/trunk@259829 18797224-902f-48f8-a5cc-f745e15eee43
2010-02-28 20:21:48 +00:00
mkanat%bugzilla.org
62cd771d24 Bug 547496: Add IDs to some form elements
r=pyrzak a=LpSolit


git-svn-id: svn://10.0.0.236/trunk@259799 18797224-902f-48f8-a5cc-f745e15eee43
2010-02-24 12:47:16 +00:00
mkanat%bugzilla.org
ab8ab4bdd6 Bug 490923: Autocomplete assignee, qa contact, and cc on the client side
r=LpSolit, a=mkanat


git-svn-id: svn://10.0.0.236/trunk@259782 18797224-902f-48f8-a5cc-f745e15eee43
2010-02-22 00:16:32 +00:00
mkanat%bugzilla.org
0aca3eb9bc Bug 267541: Set "create chart dataset" checkbox to on by default
r=LpSolit a=mkanat


git-svn-id: svn://10.0.0.236/trunk@259740 18797224-902f-48f8-a5cc-f745e15eee43
2010-02-17 23:01:53 +00:00
mkanat%bugzilla.org
2ab89ea101 Bug 546340 - Change <a name> anchors to use @id
r=mkanat, a=mkanat


git-svn-id: svn://10.0.0.236/trunk@259733 18797224-902f-48f8-a5cc-f745e15eee43
2010-02-17 22:02:58 +00:00
mkanat%bugzilla.org
12ed8a34c4 Bug 545029: When deleting a group, no warning is thrown about group inheritance
r=mkanat a=LpSolit


git-svn-id: svn://10.0.0.236/trunk@259730 18797224-902f-48f8-a5cc-f745e15eee43
2010-02-17 21:48:46 +00:00
mkanat%bugzilla.org
a68210b184 Bug 372979: Make voting into an extension
r=mkanat, a=mkanat, a=LpSolit


git-svn-id: svn://10.0.0.236/trunk@259709 18797224-902f-48f8-a5cc-f745e15eee43
2010-02-15 23:32:10 +00:00
mkanat%bugzilla.org
e936808e85 Bug 537846 - "Disable the "Reset" checkbox for the maintainer parameter" [r=mkanat a=mkanat]
git-svn-id: svn://10.0.0.236/trunk@259669 18797224-902f-48f8-a5cc-f745e15eee43
2010-02-10 04:17:29 +00:00
mkanat%bugzilla.org
62aca37c78 Fix some filter test failures caused by the checkin of bug 251556.
git-svn-id: svn://10.0.0.236/trunk@259644 18797224-902f-48f8-a5cc-f745e15eee43
2010-02-08 00:31:42 +00:00
mkanat%bugzilla.org
3dd9232495 Bug 251556: Allow "Bug ID" fields to have one-way mutual relationships (like blocks/dependson)
r=mkanat, a=mkanat


git-svn-id: svn://10.0.0.236/trunk@259643 18797224-902f-48f8-a5cc-f745e15eee43
2010-02-08 00:21:04 +00:00
mkanat%bugzilla.org
095f29b6d2 Bug 487508: Allow restricting the visibility of custom fields and values by component
r=dkl, a=mkanat


git-svn-id: svn://10.0.0.236/trunk@259590 18797224-902f-48f8-a5cc-f745e15eee43
2010-02-03 20:21:09 +00:00
lpsolit%gmail.com
4cee4a7278 Bug 538039: Typo when deleting a custom field value - Patch by Frédéric Buclin <LpSolit@gmail.com> r=reed a=LpSolit
git-svn-id: svn://10.0.0.236/trunk@259341 18797224-902f-48f8-a5cc-f745e15eee43
2010-01-05 23:54:08 +00:00
mkanat%bugzilla.org
0cc827bc54 Bug 527586: Use X-Forwarded-For instead of REMOTE_ADDR for trusted proxies
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat


git-svn-id: svn://10.0.0.236/trunk@259326 18797224-902f-48f8-a5cc-f745e15eee43
2009-12-31 12:53:21 +00:00
mkanat%bugzilla.org
0c4b8ff3b5 Bug 520318: Add remove_from_db to Bugzilla:Group and use it to delete groups in editgroups.cgi
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=LpSolit


git-svn-id: svn://10.0.0.236/trunk@259325 18797224-902f-48f8-a5cc-f745e15eee43
2009-12-31 12:48:23 +00:00
mkanat%bugzilla.org
b2323c2ef3 Bug 519858 - Move uncommonly used parameters out of the "Required" section and into a "General" and "Advanced" section
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit


git-svn-id: svn://10.0.0.236/trunk@259324 18797224-902f-48f8-a5cc-f745e15eee43
2009-12-31 12:37:51 +00:00
mkanat%bugzilla.org
7ec4e12560 Bug 162060: Remove the relationship between "votestoconfirm" and whether or not the UNCONFIRMED status is available, by adding a checkbox to enable the UNCONFIRMED status in editproducts.cgi.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit


git-svn-id: svn://10.0.0.236/trunk@259248 18797224-902f-48f8-a5cc-f745e15eee43
2009-12-17 23:31:56 +00:00
mkanat%bugzilla.org
19291a798d Bug 369489: Remove the milestoneurl feature and link "Target Milestone" to the fields.html page
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit


git-svn-id: svn://10.0.0.236/trunk@259215 18797224-902f-48f8-a5cc-f745e15eee43
2009-12-13 22:07:50 +00:00
mkanat%bugzilla.org
6a86535026 Bug 527387: Make Parameter section sortkeys numeric and leave space between the numbers
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit


git-svn-id: svn://10.0.0.236/trunk@259209 18797224-902f-48f8-a5cc-f745e15eee43
2009-12-13 20:49:08 +00:00