aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 560003: Hide the "Add Bug URLs" box behind an (add) link.Max Kanat-Alexander2010-07-201-5/+14
| | | | r=timello, a=mkanat
* Bug 579749: Linkify the URL found in attachments (restore the is_url ↵Frédéric Buclin2010-07-191-5/+22
| | | | | | behavior) if there is only an URL in them r/a=LpSolit
* Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin2010-07-1810-77/+39
| | | | r/a=mkanat
* Bug 578258: Calling votes.cgi with no arguments should either display the ↵Frédéric Buclin2010-07-161-0/+5
| | | | | | user's votes, or give a better error message if the extension is disabled r/a=mkanat
* Remove unsused error tag left by bug 578904Frédéric Buclin2010-07-151-5/+0
|
* Bug 578739: Instead of removing REFERENCES from _bz_real_schema and thenMax Kanat-Alexander2010-07-141-1/+6
| | | | | | | populating FKs from _bz_schema at the end of checksetup, store REFERENCES in _bz_real_schema with a special "created => 0" key that tells us that we still need to create the FK. r=mkanat, a=mkanat (module owner)
* Bug 578587: Make checksetup be way quieter when creating a new installMax Kanat-Alexander2010-07-142-0/+13
| | | | r=mkanat, a=mkanat (module owner)
* The illegal_changed_in_x_days error message is no longer used.Max Kanat-Alexander2010-07-131-5/+0
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=578323
* Bug 578366: Missing </dl>Frédéric Buclin2010-07-141-0/+1
| | | | r/a=LpSolit
* Bug 578007: Requests queue page has a broken table layout for various groupingsFrédéric Buclin2010-07-131-1/+1
| | | | r=reed a=LpSolit
* Bug 578253 - Add autocomplete support to the requester and requestee fields ↵Reed Loden2010-07-122-7/+30
| | | | | | | on request.cgi [r=mkanat a=mkanat] https://bugzilla.mozilla.org/show_bug.cgi?id=578254
* Bug 578253 - Add autocomplete support to the add users to watch input fieldReed Loden2010-07-121-1/+7
| | | | [r=mkanat a=mkanat]
* Bug 521463: Use consistent CSS for text input fields on enter_bug,Max Kanat-Alexander2010-07-121-6/+6
| | | | | show_bug, post_bug, etc. r=dkl, a=mkanat
* Bug 490767: Make validation happen with JS, when filing a bugMax Kanat-Alexander2010-07-122-7/+20
| | | | r=pyrzak, a=mkanat
* Bug 578241: Use the same ID in enter_bug.cgi and show_bug.cgi for group ↵Frédéric Buclin2010-07-131-2/+2
| | | | | | checkboxes r=reed a=LpSolit
* Bug 578220 - Remove the date time from the comment header in bugmailsReed Loden2010-07-121-1/+1
| | | | [r=LpSolit a=LpSolit]
* Bug 578003: E-mail notifications are missing datetime for commentsFrédéric Buclin2010-07-131-1/+1
| | | | r=glob a=mkanat
* Bug 577881 - Add missing space before 'class' parameter in ↵Reed Loden2010-07-121-1/+1
| | | | | | global/textarea.html.tmpl so class and previous parameters don't run into each other. [r=LpSolit a=LpSolit]
* Remove two errors that are no longer used, after the $$some_var refactorMax Kanat-Alexander2010-07-081-10/+0
| | | | | in Search.pm. https://bugzilla.mozilla.org/show_bug.cgi?id=574556
* Bug 142394: Tabular reports should be sortableGuy Pyrzak2010-07-082-34/+123
| | | | r=pyrzak a=LpSolit
* Fix a template and POD bustage from the $$some_var Search.pm checkin.Max Kanat-Alexander2010-07-081-2/+2
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=574556
* Bug 574556: Refactor Search.pm so that we're not doing $$some_var everywhere.Max Kanat-Alexander2010-07-082-10/+16
| | | | | | | Instead, we pass around a hashref and update the hashref. This patch also includes some cleanup for bugs surrounding percentage_complete, attachments.isobsolete, attachments.ispatch, and owner_idle_time. r=mkanat, a=mkanat
* Bug 490930: Always store attachments locally if they are over X size (and ↵Frédéric Buclin2010-07-084-39/+18
| | | | | | below some threshold!), don't ever display "Big File" checkbox r=mkanat a=LpSolit
* Bug 575499: Fix a few text issues on the new Advanced Search pageReed Loden2010-07-072-4/+4
| | | | r=mkanat, a=mkanat
* Bug 452761: Make the Date header of bugmail and requestmail always beReed Loden2010-07-072-0/+2
| | | | | | equal to the delta_ts of the bug. This makes emails have the right Date even when they are sent much later by jobqueue.pl. r=mkanat, a=mkanat
* Bug 577407: Several HTML elements have the same ID when editing parametersFrédéric Buclin2010-07-086-16/+16
| | | | r/a=mkanat
* Bug 519835: Remove Bugzilla::Product::check_product() in favor of ↵Frédéric Buclin2010-07-071-13/+0
| | | | | | Bugzilla::Product->check() r=mkanat a=LpSolit
* Bug 576911 The admin/components/list.html template was using "component"Max Kanat-Alexander2010-07-061-5/+6
| | | | | | 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
* Fix a bare "bug" word in fields.html and fix a typo.Max Kanat-Alexander2010-07-051-1/+1
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=486292
* Bug 576916: 'keywordaction' is undefined when editing a single bugFrédéric Buclin2010-07-061-2/+2
| | | | r/a=mkanat
* Bug 554964 - Show if a user is a "Default CC" under the Product ↵Reed Loden2010-07-051-0/+4
| | | | | | Responsibilities section of editusers.cgi. [r=mkanat a=mkanat]
* Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander2010-07-059-56/+34
| | | | | IN_PROGRESS, RESOLVED, VERIFIED. r=LpSolit, a=mkanat
* Bug 564433: Localized values are not displayed in the "Field only appears ↵Frédéric Buclin2010-07-062-4/+5
| | | | | | when" field when editing custom fields r/a=mkanat
* Bug 514618: Allow restricting the visibility and values of fields byKent Rogers2010-07-052-1/+25
| | | | | classification. r=mkanat, r=timello, a=mkanat
* Bug 576969 - Add missing 'autocomplete' to yui array so keyword ↵Reed Loden2010-07-053-3/+3
| | | | | | autocompletion works with charts and reports [r=LpSolit a=LpSolit]
* Bug 575173 - Add autocomplete support for adding/removing CCs on edit ↵Reed Loden2010-07-051-1/+7
| | | | | | multiple bug page [r=mkanat a=mkanat]
* Bug 455810 - Add autocomplete support to the keywords fieldReed Loden2010-07-056-32/+77
| | | | | * Special thanks to Guy Pyrzak for the original patch [r=mkanat a=mkanat]
* Bug 575340 - Remove incorrect maxlength and unneeded size parameters from ↵Reed Loden2010-07-051-2/+2
| | | | | | the new password input field on the reset password page. [r=mkanat a=mkanat]
* Bug 545766: Figure out what columns can be reported on from the database,Max Kanat-Alexander2010-07-012-5/+4
| | | | | instead of from a static list r=glob, a=mkanat
* Bug 575454 - Fix whitespacing so the space after "Bugzilla User's Guide" ↵Reed Loden2010-06-281-4/+3
| | | | | | does not get linkified. [r=mkanat a=mkanat]
* Bug 573173: Make Bugzilla::Bug's add_group and remove_group take groupMax Kanat-Alexander2010-06-254-30/+43
| | | | | names instead of ids r=dkl, a=mkanat
* Bug 457373: Refactor the permissions system in Bugzilla::Install::FilesystemMax Kanat-Alexander2010-06-241-0/+29
| | | | | | | | | to use constants instead of local variables. Also, change the permissions so that they are stricter in general, and work better under suexec. This also fixes the problem that dependency graphs didn't work under suexec, and adds a "web" directory by default to Extensions created with extension/create.pl. r=mkanat, a=mkanat (module owner)
* Bug 574029: Remove the red "required" star from fields on show_bug.cgiTiago Mello2010-06-241-1/+1
| | | | r=mkanat, a=mkanat
* Bug 573637: Add a new "before_table" hooks to the list.html.tmpl interfaceTiago Mello2010-06-244-0/+8
| | | | | for products, components, milestones, and versions r=mkanat, a=mkanat
* Bug 574376: Make checksetup.pl recommend JSON::XS to speed up the JSON-RPCMax Kanat-Alexander2010-06-241-0/+1
| | | | | WebService r=mkanat, a=mkanat (module owner)
* Bug 572603: Changing a bug that wasn't in your last search results wasMax Kanat-Alexander2010-06-231-0/+3
| | | | | causing an error thrown from user.recent_search_for. r=LpSolit, a=LpSolit
* Bug 573172: Prepare set_all for being used in a context other thanMax Kanat-Alexander2010-06-231-0/+4
| | | | | process_bug.cgi r=dkl, a=mkanat
* Fix the 3.6.1 relnotes: the maxattachmentsize=0 fix only went into trunk--3.6Max Kanat-Alexander2010-06-211-5/+0
| | | | | | only got a re-wording of the parameter desc, which probably isn't worth relnoting. https://bugzilla.mozilla.org/show_bug.cgi?id=566195
* Bug 566195: Release Notes for bugzilla 3.6.1Max Kanat-Alexander2010-06-211-0/+49
| | | | r=LpSolit, a=mkanat
* Bug 570987: Fix the warning 'Argument "" isn't numeric in numeric gtTiago Mello2010-06-211-1/+1
| | | | | (>) at template/en/default/bug/field-label.html.tmpl line 34' r=mkanat, a=mkanat