aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global
Commit message (Collapse)AuthorAgeFilesLines
* Bug 463002 - Show a description of what you searched for, at the top of ↵mkanat%bugzilla.org2008-12-061-0/+28
| | | | | | buglist.cgi Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 308253: Ability to add select (enum) fields to a bug whose list of ↵mkanat%bugzilla.org2008-11-072-3/+32
| | | | | | values depends on the value of another field Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 449931: [SECURITY] Unprivileged users can approve/unapprove all the ↵lpsolit%gmail.com2008-11-061-0/+2
| | | | quips (including bypassing moderation) - Patch by Robin H. Johnson <robbat2@gentoo.org> r/a=LpSolit
* Bug 381772 - Add hooks for common-links.ghendricks%novell.com2008-11-051-1/+1
| | | | patch by ghendricks@novell.com r=mkanat@bugzilla.org
* Bug 291433: Ability to have custom fields whose visibility depends on the ↵mkanat%bugzilla.org2008-10-251-2/+24
| | | | | | values of other fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Fix some test failures caused by the Field::Choice patches.mkanat%bugzilla.org2008-10-031-4/+4
|
* Bug 456922: Now that Bugzilla::Field::Choice is complete, clean up ↵mkanat%bugzilla.org2008-10-032-28/+15
| | | | | | editvalues.cgi and error messages Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 456919: Implement Bugzilla::Field::Choice->remove_from_db and have ↵mkanat%bugzilla.org2008-10-031-2/+3
| | | | | | editvalues.cgi use it Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 455641: Implement Bugzilla::Field::Choice->update and have ↵mkanat%bugzilla.org2008-10-032-13/+17
| | | | | | editvalues.cgi use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 455632: Add Bugzilla::Field::Choice->create and have editvalues.cgi use itmkanat%bugzilla.org2008-10-032-7/+20
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 453459: Bug pages no longer added to bfcache due to unload listener on ↵guy.pyrzak%gmail.com2008-10-021-0/+2
| | | | | | Window Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=LpSolit@gmail.com, a=LpSolit@gmail.com
* Bug 454234: Do not display "Help" links in the banner/footer when ↵lpsolit%gmail.com2008-09-221-1/+1
| | | | docs_urlbase is empty - Patch by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r/a=LpSolit
* Bug 398075: Bugzilla should be able to display the "shutdownhtml" message ↵lpsolit%gmail.com2008-09-212-5/+7
| | | | even if the SQL server is down - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 455814: token.cgi should reject password change requests for disabled ↵lpsolit%gmail.com2008-09-201-0/+4
| | | | accounts - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 453585: Load stylesheets before scripts for performance reasonsmkanat%bugzilla.org2008-09-061-17/+18
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 182238: Allow users to choose what time zone to display times in - Patch ↵lpsolit%gmail.com2008-08-271-0/+2
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 304866: <title> for Flag Type Created should include the name of the ↵lpsolit%gmail.com2008-08-271-4/+4
| | | | flag - Patch by GavinS <bugzilla@chimpychompy.org> r/a=LpSolit
* Bug 378907: Bad wording in the error message when trying to create a product ↵lpsolit%gmail.com2008-08-221-1/+1
| | | | with an existing name - Patch by Rupert Handford <rupert@handfordonline.plus.com> r=vladd r=pyrzak a=LpSolit
* Bug 330844: patch_too_large should favor "splitting" over "breaking" - Patch ↵lpsolit%gmail.com2008-08-221-1/+1
| | | | by Rupert Handford <rupert@handfordonline.plus.com> r=reed r=pyrzak a=LpSolit
* Bug 287334: Ability to add custom "Bug ID" fieldsmkanat%bugzilla.org2008-08-221-0/+2
| | | | Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
* Bug 448593: Move code to edit product group settings from editproducts.cgi ↵lpsolit%gmail.com2008-08-142-0/+15
| | | | to Bugzilla/Product.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 442031: Make Bugzilla::User::groups return an arrayref of ↵mkanat%bugzilla.org2008-08-083-13/+13
| | | | Bugzilla::Group objects (instead of a hashref of group ids and names).
* Bug 448748: Error messages thrown should have an HTML ID - Patch by ↵lpsolit%gmail.com2008-08-031-4/+2
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 313122: Implement Product->create, $product->update and ↵lpsolit%gmail.com2008-07-312-52/+34
| | | | $product->remove_from_db, and make editproducts.cgi use them - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 132383: Bugzilla should have a default favicon - Patch by Guy Pyrzak ↵lpsolit%gmail.com2008-07-301-2/+2
| | | | <guy.pyrzak@gmail.com> r/a=mkanat
* Bug 442863: ON DELETE CASCADE Foreign Keys should automatically delete ↵mkanat%bugzilla.org2008-07-011-0/+17
| | | | | | invalid values during checksetup Patch By Max Kanat-Alexander (module owner) a=mkanat
* Bug 432916: Expose usermatchmode via WebServices (User.get match argument)mkanat%bugzilla.org2008-06-201-5/+10
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 157092 – Implement a checking mechanism for invalid regexpdkl%redhat.com2008-06-191-0/+5
| | | | Patch by David Lawrence <dkl@redhat.com> - r/a=mkanat
* Bug 435570: Let's add all field descriptions in field-descs.none.tmpl to ↵lpsolit%gmail.com2008-06-031-45/+62
| | | | make them localizable - Patch by Cédric Corazza <cedric.corazza@wanadoo.fr> r/a=LpSolit
* Bug 412725: WebService functions to get information about a Userdkl%redhat.com2008-05-291-2/+8
| | | | Patch by Noura Elhawary <nelhawar@redhat.com> - r=mkanat, a=mkanat
* Bug 435250: In the "View User Account Log" page, the information in the ↵lpsolit%gmail.com2008-05-241-1/+2
| | | | "What" column are displayed in English on localized installation - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 330989: illegal_change_deps error uses "empowered" inconsistently with ↵lpsolit%gmail.com2008-05-141-7/+7
| | | | "allowed" (+ some other minor changes) - Patch by Mike Durthaler <mdurthaler@sbcglobal.net> r=timeless a=LpSolit
* Bug 430307: Unsafe regexp used in global/userselect.html.tmpl - Patch by ↵lpsolit%gmail.com2008-04-301-2/+6
| | | | Jesse Clark <jjclark1982@gmail.com> r/a=LpSolit
* Bug 414236 Ð show_bug.cgi: Remove the knob in favor of normal <select> boxesguy.pyrzak%gmail.com2008-04-101-5/+1
| | | | | Patch By Guy Pyrzak<guy.pyrzak@gmail.com> r=mkanat, a=LpSolit. Removes knob from edit single and edit multiple bugs.
* Bug 182975: Bugzilla directory structure to be adopted to l10n needs - Patch ↵lpsolit%gmail.com2008-04-043-3/+3
| | | | by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r=LpSolit r=mkanat a=LpSolit
* Bug 405946: Some emails are not sent in the language chosen by the addressee ↵lpsolit%gmail.com2008-04-021-5/+0
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* Bug 425565: Product name not displayed in the error message when ↵lpsolit%gmail.com2008-03-281-3/+3
| | | | adding/removing bugs to/from illegal groups - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bbaetz a=LpSolit
* Bug 413439: Enable "change several bugs at once" if the user has editbugs OR ↵lpsolit%gmail.com2008-03-181-1/+1
| | | | product-specific editbugs for ALL tickets - Patch by miketosh <michael.j.tosh@lmco.com> r/a=LpSolit
* Bug 180259: "Requests" (logged out) and "My Requests" (logged in) links ↵lpsolit%gmail.com2008-03-181-6/+8
| | | | appear in footer even if the site doesn't use requests - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* Bug 251740: Add local CSS hook file - Patch by Guy Pyrzak ↵lpsolit%gmail.com2008-02-211-0/+2
| | | | <guy.pyrzak@gmail.com> r/a=mkanat
* Bug 341508 – GetBugLink() should be localisable.wurblzap%gmail.com2008-02-121-0/+9
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit, a=LpSolit
* Bug 392821: Remove obsolete instructions in template variables.none.tmpl ↵lpsolit%gmail.com2008-02-071-13/+0
| | | | concerning bug_re - Patch by Eclipse Webmaster <webmaster@eclipse.org> r/a=LpSolit
* Bug 349369: Allow unused custom fields to be deleted from editfields.cgi - ↵lpsolit%gmail.com2008-02-062-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.com2008-02-061-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.com2008-02-051-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.com2008-01-281-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.com2008-01-281-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 lastmkanat%bugzilla.org2008-01-201-5/+0
| | | | checkin.
* Bug 412976: "Bug" should be replaced with $terms.Bug in user-error.html.tmpl ↵lpsolit%gmail.com2008-01-201-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.org2008-01-181-1/+1
|