aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/admin
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 458436: Allow standard global select fields to control visibility of ↵mkanat%bugzilla.org2008-10-253-6/+4
| | | | | | custom fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 291433: Ability to have custom fields whose visibility depends on the ↵mkanat%bugzilla.org2008-10-254-29/+121
| | | | | | values of other fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 460588: Add template hooks for adding fields to editgroups and userprefs ↵mkanat%bugzilla.org2008-10-182-1/+6
| | | | | | Account Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit
* Bug 460297: Parameters in editparams.cgi need an ID - Patch by ↵lpsolit%gmail.com2008-10-161-6/+7
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 456782: Rename the "View Current Triggers" link in editworkflow.cgi and ↵lpsolit%gmail.com2008-10-072-3/+4
| | | | update the "Edit Actions Triggered by the Workflow" page title accordingly - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Fix some test failures caused by the Field::Choice patches.mkanat%bugzilla.org2008-10-032-3/+5
|
* Bug 456922: Now that Bugzilla::Field::Choice is complete, clean up ↵mkanat%bugzilla.org2008-10-035-81/+87
| | | | | | editvalues.cgi and error messages Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ↵lpsolit%gmail.com2008-08-281-4/+0
| | | | <LpSolit@gmail.com> r/a=mkanat
* Bug 448593: Move code to edit product group settings from editproducts.cgi ↵lpsolit%gmail.com2008-08-143-34/+30
| | | | to Bugzilla/Product.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 449927: "Insert new group into all existing products" should be a label ↵lpsolit%gmail.com2008-08-091-2/+3
| | | | when creating a new group - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 429626: editgroups.cgi incorrectly states that group names cannot ↵lpsolit%gmail.com2008-08-091-2/+1
| | | | contain spaces - 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-084-14/+14
| | | | Bugzilla::Group objects (instead of a hashref of group ids and names).
* Bug 448414: Replace "buglist" by "[% terms.bug %] list" in templateseseyman%linagora.com2008-08-062-2/+2
| | | | Patch By A.A. Shimono <shimono@mozilla.gr.jp> r=eseyman, a=LpSolit
* Bug 313122: Implement Product->create, $product->update and ↵lpsolit%gmail.com2008-07-316-95/+44
| | | | $product->remove_from_db, and make editproducts.cgi use them - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 442821: Make the workflow editor deny closed statuses for new bugsmkanat%bugzilla.org2008-07-031-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Fix on checkin for bug 438810: replace targets by users/groupslpsolit%gmail.com2008-06-141-4/+4
|
* Bug 438810: Whines fail when a group or user that was receiving whines is ↵lpsolit%gmail.com2008-06-141-0/+19
| | | | manually deleted, and sanitycheck.cgi should report this problem - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 437770: Imported bugs are ignored by queries (they never appear in ↵lpsolit%gmail.com2008-06-131-0/+15
| | | | buglists) - Patch by Ed Goose <ed.goose@gmail.com> r/a=LpSolit
* Bug 435114: The description of the LDAPstarttls parameter is not displayed ↵lpsolit%gmail.com2008-05-221-2/+2
| | | | in editparams.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Missing comma in a hash (was missing in the checkin of bug 182975)lpsolit%gmail.com2008-04-041-1/+1
|
* Bug 182975: Bugzilla directory structure to be adopted to l10n needs - Patch ↵lpsolit%gmail.com2008-04-041-1/+3
| | | | by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r=LpSolit r=mkanat a=LpSolit
* Bug 423959: Wrap long lines in column headers of admin/table.html.tmpl - ↵lpsolit%gmail.com2008-03-201-1/+1
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* Bug 390370: "Products" should be "Other Classifications" when reclassifying ↵lpsolit%gmail.com2008-03-171-2/+2
| | | | products in editclassifications.cgi - Patch by timeless <timeless@bemail.org> r=vladd a=LpSolit
* Bug 304005: Implement SMTP authentication support for email notifications - ↵lpsolit%gmail.com2008-03-142-1/+10
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 421931 – Group control identifiers on product edit page should be ↵wurblzap%gmail.com2008-03-111-6/+10
| | | | | | | localizable. Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit, a=LpSolit
* Additional fix for bug 417146 - Patch by me, r=justdavelpsolit%gmail.com2008-02-281-5/+9
|
* Bug 417146: Sanitycheck recurses into global/message.txt.tmpl - Patch by ↵lpsolit%gmail.com2008-02-281-1/+6
| | | | Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
* 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 - ↵lpsolit%gmail.com2008-02-062-0/+27
| | | | Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
* Bug 378908: Edit Group Access Controls hint for Default Default is missing a ↵lpsolit%gmail.com2008-02-051-1/+1
| | | | period - Patch by timeless <timeless@bemail.org> r/a=LpSolit
* Bug 325487: Admin pages should require less "clicks" (remove useless ↵lpsolit%gmail.com2008-01-281-3/+2
| | | | confirmation pages) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave r=mkanat a=LpSolit
* Bug 412059 - ""Impersonate this user" link on editusers.cgi uses incorrect ↵reed%reedloden.com2008-01-121-1/+1
| | | | filter" [p=reed r+a=LpSolit]
* Bug 369062 prior should read "earlier" in edit groupstimeless%mozdev.org2007-12-161-1/+1
| | | | r=lpsolit a=lpsolit
* Bug 399559: LDAP administration is not experimentaleseyman%linagora.com2007-12-051-3/+2
| | | | Patch by Emmanuel Seyman <eseyman@linagora.com> r=mkanat a=mkanat
* Bug 393753 Go back to the group list is rendered inline with Yes, deletetimeless%mozdev.org2007-11-201-4/+6
| | | | r=vladd a=mkanat
* Bug 395924: Deleting a user account may delete other user's whine - Patch by ↵lpsolit%gmail.com2007-11-191-19/+19
| | | | Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* Bug 402609 - 'Administrate' is not the correct title for the Admin pagemozilla%colinogilvie.co.uk2007-11-141-1/+1
| | | | Patch by me, r+a=mkanat
* Part 3 of bug 182083: add Help for more admin pages - Patch by me, r=Colinlpsolit%gmail.com2007-11-128-4/+19
|
* Part 2 of bug 182083: add Help for more admin pages - Patch by me, r=Colinlpsolit%gmail.com2007-10-2311-1/+16
|
* Bug 313123: Implement $component->create and $component->update based on ↵lpsolit%gmail.com2007-10-122-32/+16
| | | | Object.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 313129: Implement $milestone->create and $milestone->update based on ↵lpsolit%gmail.com2007-10-101-6/+5
| | | | Object.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 264785: config.rdf needs XML filtering of output to generate valid HTML ↵lpsolit%gmail.com2007-10-082-2/+2
| | | | (Template-Toolkit 2.15 and older do not escape all reserved characters correctly) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 396934: When classifications are in use, editproducts.cgi displays "Add ↵lpsolit%gmail.com2007-09-211-6/+9
| | | | product" to users that can't add products - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kevin.benton a=LpSolit
* Bug 287330: Multi-Select Custom Fieldsmkanat%bugzilla.org2007-09-081-1/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 394123 – Link to group list redundant on confirmation page for ↵wurblzap%gmail.com2007-08-291-2/+0
| | | | | | | mass-removal. Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
* Bug 333614: The "timezone" parameter should indicate the expected format - ↵lpsolit%gmail.com2007-08-261-1/+2
| | | | Patch by spam@bmo2007.rsz.jp r=wicked a=mkanat
* Bug 365060 Edit products is missing a :timeless%mozdev.org2007-08-241-1/+1
| | | | r=vladd a=mkanat
* Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com2007-08-20115-115/+0
| | | | <bugzilla@chimpychompy.org> r/a=LpSolit
* Hum... 2nd attempt to fix bug 332149. I committed the wrong patch *and* I ↵lpsolit%gmail.com2007-08-082-0/+24
| | | | lost connection in the middle of the commit. Bad!
* Bug 380187 – Bugzilla should support RADIUS authentication.wurblzap%gmail.com2007-08-034-5/+127
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat, a=mkanat