aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/admin
Commit message (Collapse)AuthorAgeFilesLines
* Bug 213831 "Update" is ambiguous/confusing to sleepy adminstimeless%mozdev.org2007-07-247-7/+7
| | | | r=wurblzap a=lpsolit
* Bug 388163: Remove $terms.bit(s) - Patch by Frédéric Buclin ↵lpsolit%gmail.com2007-07-201-1/+1
| | | | <LpSolit@gmail.com> r/a=mkanat
* Bug 388171: User privs are not displayed correctly when deleting a user ↵lpsolit%gmail.com2007-07-201-1/+1
| | | | account - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 385415: Bugs marked as duplicate or moved to another installation always ↵lpsolit%gmail.com2007-07-132-3/+19
| | | | go to the RESOLVED state, even if the workflow has RESOLVED excluded from it (or if this bug status has been removed or renamed). Some major problems related to the workflow when upgrading or installing 3.1 are also fixed here - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 366384 improve the message "Delete Component of Product 'Derivatives'"timeless%mozdev.org2007-07-101-1/+2
| | | | r=lpsolit a=lpsolit
* Bug 384400 Delete milestone message uses "ALL" incorrectlytimeless%mozdev.org2007-07-101-2/+3
| | | | r=lpsolit a=lpsolit
* Bug 385910: Rename the 'quicksearch_allow_empty_words' parameter to ↵lpsolit%gmail.com2007-07-031-1/+2
| | | | 'specific_search_allow_empty_words' (to avoid confusion with the QuickSearch feature) - Patch by Brad Johnson <fk7q01p02@sneakemail.com> r=wicked a=mkanat
* Bug 385910: Add parameter to allow "find a specific bug" to accept an empty ↵lpsolit%gmail.com2007-06-261-1/+3
| | | | search - Patch by Brad Johnson <fk7q01p02@sneakemail.com> r/a=LpSolit
* Bug 384497: Add a parameter that enables debug mode for SMTPmkanat%bugzilla.org2007-06-171-0/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 101179: Fully implement support for customised bug statuses and workflow ↵lpsolit%gmail.com2007-06-143-1/+30
| | | | (final checkin!) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=justdave
* Bug 345100: Remove obsolete parameters and "officially" turn on custom bug ↵lpsolit%gmail.com2007-06-142-27/+11
| | | | status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=justdave
* Bug 369987: Display real field names in editvalues.cgi - Patch by ↵lpsolit%gmail.com2007-05-308-46/+58
| | | | Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 344965: Fix process_bug.cgi and bug/* templates to work with custom bug ↵lpsolit%gmail.com2007-05-272-10/+14
| | | | status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 377485: Implement editworkflow.cgi - Patch by Frédéric Buclin ↵lpsolit%gmail.com2007-05-172-0/+186
| | | | <LpSolit@gmail.com> r=gerv r=mkanat a=mkanat
* Bug 380416: template/en/default/admin/users/userdata.html.tmpl should honor ↵ghendricks%novell.com2007-05-151-0/+8
| | | | | | | can_change_password() Patch by Vance Baarda <vrb@novell.com> r=mkanat, a=mkanat
* I forgot this template in my previous checkin :)lpsolit%gmail.com2007-05-141-0/+62
|
* Bug 327077: Implement a way to get all the components with a given default ↵lpsolit%gmail.com2007-05-132-31/+13
| | | | assignee (owner) and/or default QA contact - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=LpSolit
* Bug 380103: No product name provided when editing a component - Patch by ↵lpsolit%gmail.com2007-05-111-1/+3
| | | | Frédéric Buclin <LpSolit@gmail.com> r=dkl r=justdave a=LpSolit
* Bug 311982: Remove useless quotes when displaying the milestone URL - Patch ↵lpsolit%gmail.com2007-05-101-4/+4
| | | | by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
* Bug 325691: terms.Bugs not used everywhere in templates - Patch by victory ↵lpsolit%gmail.com2007-05-106-9/+9
| | | | <spam@bmo2007.rsz.jp> r=wicked a=mkanat
* Bug 374331: Bugzilla::Template should use template_include_path from ↵mkanat%bugzilla.org2007-05-061-5/+7
| | | | | | Bugzilla::Install::Util Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk, a=mkanat
* Bug 350112: Error about "data/bugzilla-update.xml" being unreadable - Patch ↵lpsolit%gmail.com2007-04-181-0/+5
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=kevin.benton r=mkanat a=LpSolit
* Bug 258647: productmenu.js and productform.js should be consolidated - Patch ↵lpsolit%gmail.com2007-04-182-6/+6
| | | | by Teemu Mannermaa <wicked+bz@etlicon.fi> r=myk a=LpSolit
* Bug 377026: Replace all occurences of status_descs.FOO by get_status("FOO") ↵lpsolit%gmail.com2007-04-101-1/+1
| | | | (next step in supporting custom bug statuses) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
* Bug 286338: Remove admin options from footer in favor of a single link to ↵lpsolit%gmail.com2007-04-051-0/+126
| | | | Admin Options - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
* Bug 375138: The UI of index.cgi is brokemkanat%bugzilla.org2007-03-251-0/+10
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=LpSolit
* Bug 374302: Some <table> tags are incorrect in admin/groups/edit.html.tmpl - ↵lpsolit%gmail.com2007-03-171-3/+3
| | | | Patch by Victory <spam@bmo2007.rsz.jp> r/a=LpSolit
* Bug 373865: Group name is missing in the title of the group edit pagemkanat%bugzilla.org2007-03-141-1/+1
| | | | Patch By Victory <spam@bmo2007.rsz.jp> r=mkanat, a=mkanat
* Bug 354868: Race condition when changing user privs in editusers.cgi - Patch ↵lpsolit%gmail.com2007-03-111-6/+2
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* Bug 368006: Useless <p></p> tags in admin/products/footer.html.tmpl - Patch ↵lpsolit%gmail.com2007-03-111-2/+0
| | | | by Victory <spam@bmo2007.rsz.jp> r/a=LpSolit
* Bug 370687: Creating, editing or deleting a product should display its name ↵lpsolit%gmail.com2007-03-103-7/+8
| | | | in the title of the page - Patch by Frédéric Buclin <LpSolit@gmail.com> r=vladd a=LpSolit
* Bug 362813: Missing labels in editflagtypes.cgi?action=edit - Patch by ↵lpsolit%gmail.com2007-03-101-8/+14
| | | | Frédéric Buclin <LpSolit@gmail.com> r=vladd a=LpSolit
* Bug 367480: [LDAP] Try a list of servers in order until we connect successfullymkanat%bugzilla.org2007-03-081-1/+3
| | | | Patch By Tony Bajan <firefox@tonyb.me.uk> r=mkanat, a=mkanat
* Bug 354627: Improve the UI for adding/removing inheritance in editgroups.cgimkanat%bugzilla.org2007-03-063-172/+231
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org r=LpSolit, a=LpSolit
* Bug 312197: Templatize sanitycheck.cgi - Patch by Frédéric Buclin ↵lpsolit%gmail.com2007-03-062-0/+326
| | | | <LpSolit@gmail.com> r/a=mkanat
* Bug 365496 admin/milestones/list has useless <p>timeless%mozdev.org2007-01-081-2/+0
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365515 admin/versions/updated has useless <p>timeless%mozdev.org2007-01-081-3/+1
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365514 admin/versions/select-product has useless <p>timeless%mozdev.org2007-01-081-2/+0
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365513 admin/versions/list has useless <p>timeless%mozdev.org2007-01-081-2/+0
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365512 admin/versions/footer produces invalid markuptimeless%mozdev.org2007-01-081-3/+3
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365511 admin/versions/edit has useless <p>timeless%mozdev.org2007-01-081-2/+0
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365510 admin/versions/deleted has useless <p>timeless%mozdev.org2007-01-081-2/+0
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365509 admin/versions/created has useless <p>timeless%mozdev.org2007-01-081-2/+0
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365508 admin/versions/create useless <p>timeless%mozdev.org2007-01-081-2/+0
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365507 admin/versions/confirm-delete uses strange mark uptimeless%mozdev.org2007-01-081-4/+4
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365506 admin/products/updated uses strange mark uptimeless%mozdev.org2007-01-081-2/+10
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365505 admin/products/list-classifications has useless <p>timeless%mozdev.org2007-01-081-2/+0
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365504 admin/products/list has useless <p>timeless%mozdev.org2007-01-081-3/+1
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365503 admin/products/footer produces invalid markuptimeless%mozdev.org2007-01-081-3/+4
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365502 admin/products/confirm-delete uses strange mark uptimeless%mozdev.org2007-01-081-3/+4
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave