aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/admin
Commit message (Collapse)AuthorAgeFilesLines
* Bug 685552 - Email auto-completion causes server to thrashDavid Lawrence2011-10-241-0/+3
| | | | r/a=mkanat
* Bug 690173: Cannot delete user accounts due to FK on audit_logmiketosh2011-10-231-1/+10
| | | | r/a=mkanat
* Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'edFrédéric Buclin2011-10-2327-53/+0
| | | | r/a=mkanat
* Bug 615636: Labels are badly aligned when editing versions and milestones in ↵Matt Selsky2011-10-034-13/+14
| | | | | | admin pages r/a=LpSolit
* Bug 315451: Add 'Enabled user accounts only' filter when searching forTiago Mello2011-09-301-0/+7
| | | | | user accounts. r=glob, a=LpSolit
* Bug 686786: Decreasing votestoconfirm in editproducts.cgi crashes BugzillaFrédéric Buclin2011-09-291-4/+4
| | | | r/a=mkanat
* Bug 686246: When editing the inclusion and exclusion lists of a flagtype, ↵Frédéric Buclin2011-09-121-1/+1
| | | | | | empty grant and request groups are replaced by "" instead of "(no group)" in the drop-down menu a=LpSolit
* Bug 661476: sanitycheck.pl should check if all products have components defined.Frédéric Buclin2011-08-174-28/+50
| | | | | Also, creating a new product from the web UI asks you to create a component too. r=glob a=LpSolit
* Bug 466419: Add SSL support for SMTPFrédéric Buclin2011-08-161-0/+2
| | | | r/a=mkanat
* Bug 585440 - Allow disabled accounts to turn off all bugmailDavid Lawrence2011-08-092-1/+8
| | | | r/a=mkanat
* Bug 622203 - Allow filing closed bugs via the WebServiceMax Kanat-Alexander2011-08-091-1/+1
| | | | r=dkl, a=mkanat
* Bug 647158: The Error Console in Firefox reportsFrédéric Buclin2011-07-262-43/+36
| | | | | | "unbalanced tree was written using document.write()" when reporting a new bug or when visiting the "User Authentication" panel in the Parameters page r=glob a=LpSolit
* Bug 669223: Add a new hook 'before_table' in list-classifications.html.tmpl ↵Tiago Mello2011-07-201-0/+2
| | | | | | template r/a=mkanat
* Bug 658929 - User autocomplete is very slow when there are lots of users in ↵David Lawrence2011-07-051-3/+3
| | | | | | the profiles table r/a=mkanat
* Bug 616679: A user with local editcomponents privs should be able to set the ↵Frédéric Buclin2011-07-041-2/+11
| | | | | | grant and request groups to groups the user belongs to only a=LpSolit
* Bug 423612 - Allow editing extern_id for users from the admin interfaceJochen Wiedmann2011-04-271-0/+13
| | | | r=mkanat, a=mkanat
* Bug 449067: Add an ID to more buttons (to help with Selenium scripts)rojanu2011-03-269-14/+18
| | | | r/a=LpSolit
* revert accidental property changesByron Jones2011-03-091-0/+0
|
* Bug 633776: Automatic charset detection for text attachmentsByron Jones2011-03-091-0/+0
| | | | r=mkanat, a=mkanat
* Bug 622513 - Email-related regexp checking should be case-insensitive. a=mkanat.Gervase Markham2011-03-081-1/+1
|
* Bug 632718: Only return 500 search results unless the user specificallyMax Kanat-Alexander2011-03-021-1/+10
| | | | | requests to see more. r=dkl, a=mkanat
* Bug 632717: Limit the total number of results that a search can ever return.Max Kanat-Alexander2011-02-191-0/+5
| | | | r=mkanat, a=mkanat (module owner)
* Bug 622080 - Change group which can moderate quipsDavid Lawrence2011-01-281-1/+1
| | | | r/a=mkanat
* Bug 621107: [SECURITY] Sanity checking lacks CSRF protectionFrédéric Buclin2011-01-241-6/+12
| | | | r=dkl a=LpSolit
* Bug 624696: We need a template hook to add a description to parameters added ↵rojanu2011-01-221-0/+1
| | | | | | by extensions r/a=mkanat
* Bug 558803: Add a parameter to specify the password complexity for new passwordsrojanu2011-01-071-1/+13
| | | | r/a=LpSolit
* Bug 618842: Enclose checksetup.pl between <kbd> and </kbd> tags in templatesA. Shimono (himorin)2010-12-273-4/+4
| | | | r/a=mkanat
* Bug 529974: Let users with local editcomponents privs manage flags for ↵Frédéric Buclin2010-12-042-23/+46
| | | | | | products they can administer a=LpSolit (module owner)
* Bug 523205 part 2: $flagtype->set_clusions() was badly implementedFrédéric Buclin2010-10-221-0/+1
| | | | a=LpSolit
* Bug 523205: editflagtypes.cgi should use Bugzilla::FlagType methods to ↵Frédéric Buclin2010-10-221-32/+24
| | | | | | create and edit flag types a=LpSolit
* Bug 604107: The link to delete the value 0 of custom fields is brokenFrédéric Buclin2010-10-151-1/+1
| | | | r/a=mkanat
* Bug 600475 - Support the 'includeSubDomains' flag as an option for the ↵Reed Loden2010-09-291-0/+16
| | | | | | 'Strict-Transport-Security' advanced option in order to protect subdomains. [r=glob a=mkanat]
* Change "Bugzilla" to [% terms.Bugzilla %] in admin/params/advanced.html.tmpl.Max Kanat-Alexander2010-09-271-1/+1
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=594990
* Bug 594990: Make the Strict-Transport-Security HTTP header only be sentMax Kanat-Alexander2010-09-271-0/+15
| | | | | if a particular parameter is enabled. r=glob, a=mkanat
* Bug 595664: Maximum password length is hardcoded in the UI when editing user ↵Artem Anisimov2010-09-142-5/+3
| | | | | | accounts r/a=LpSolit
* Bug 77193 - Add the ability to retire (disable) old versions, components and ↵Dave Lawrence2010-08-317-3/+31
| | | | | | milestones r/a=mkanat
* Bug 479400: Add the ability to show or hide particular custom fieldsTiago Mello2010-08-273-7/+12
| | | | | based on multiple values of another field (visibility controllers) r/a=mkanat
* Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fieldsTiago Mello2010-08-244-6/+6
| | | | r/a=mkanat
* Bug 585498 - RADIUS auth isn't experimental any more.Marc Schumann2010-08-091-2/+2
| | | | r/a=mkanat
* Bug 581798: Remove whitespaces from URLs when listing classifications and ↵Frédéric Buclin2010-07-262-23/+5
| | | | | | products in editproducts.cgi r/a=mkanat
* Bug 577054: ChoiceInterface was denying the deletion of any value ifMax Kanat-Alexander2010-07-221-2/+2
| | | | | the field had *any* value-controlling values. r=LpSolit, a=LpSolit
* Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin2010-07-2331-94/+94
| | | | r/a=mkanat
* Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin2010-07-181-4/+0
| | | | r/a=mkanat
* Bug 490930: Always store attachments locally if they are over X size (and ↵Frédéric Buclin2010-07-081-8/+11
| | | | | | below some threshold!), don't ever display "Big File" checkbox r=mkanat a=LpSolit
* Bug 577407: Several HTML elements have the same ID when editing parametersFrédéric Buclin2010-07-084-7/+7
| | | | r/a=mkanat
* 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
* 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-053-4/+10
| | | | | 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 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