aboutsummaryrefslogtreecommitdiffstats
path: root/globals.pl
Commit message (Expand)AuthorAgeFilesLines
* Bug 283725: Platform, OS, Priority and Severity field dropdowns are not sorte...mkanat%kerio.com2005-02-271-1/+2
* Bug 283576: DBID_to_real_or_loginname is dead codemkanat%kerio.com2005-02-271-13/+0
* Bug 182939 : Remove the word 'Additional' from 'Additional Comments'travis%sedsystems.ca2005-02-261-3/+3
* Bug 279693: Move UserCanBlessGroup() into a Bugzilla::User functionmkanat%kerio.com2005-02-251-30/+0
* Bug 283237: Move DBname_to_id out of globals.plmkanat%kerio.com2005-02-251-16/+2
* Bug 280500: Replace "DATE_FORMAT()" with Bugzilla::DB function callmkanat%kerio.com2005-02-251-1/+3
* Bug 17453: Enumerators in Bugzilla are not cross-DB compatible. This removes ...mkanat%kerio.com2005-02-251-23/+16
* Bug 280497: Replace "LIMIT" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-4/+9
* Bug 271276 : Cannot enter negative time for 'Hours Worked'travis%sedsystems.ca2005-02-171-11/+7
* Bug 281592: "use Bugzilla::RelationSet" in globals.pl and process_bug.cgi is ...mkanat%kerio.com2005-02-171-1/+0
* Bug 11901 : Change Bugzilla comments line-wrapping policytravis%sedsystems.ca2005-02-101-3/+5
* Bug 280994 : Move ValidateNewUser out of globals.pltravis%sedsystems.ca2005-02-091-33/+0
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-02-091-3/+2
* Bug 276838 : Eliminate use of $::unconfirmedstatetravis%sedsystems.ca2005-02-091-4/+2
* Bug 277623 : Move PerformSubsts() out of globals.pltravis%sedsystems.ca2005-02-041-7/+0
* Bug 279690 : Remove BugInGroup from globals.pltravis%sedsystems.ca2005-02-021-12/+0
* Bug 279740 : Move CountOpenDependencies out of globals.pltravis%sedsystems.ca2005-02-021-32/+0
* Bug 279748 : Move GetFieldDefs out of globals.pl (to Bugzilla::DB)travis%sedsystems.ca2005-02-021-20/+0
* Bug 280124 : Move InsertNewUser to Bugzilla::Usertravis%sedsystems.ca2005-02-011-24/+0
* Bug 278792 : Move Crypt() to Bugzilla::Authtravis%sedsystems.ca2005-02-011-34/+2
* Bug 279700 : Move GetComments from globals.pl into Bugzilla::Bugtravis%sedsystems.ca2005-02-011-29/+0
* Backing out the checking from bug 257315 until it gets corrected. It prevent...justdave%bugzilla.org2005-01-301-2/+3
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-01-291-3/+2
* Bug 278791 : Move ModTime() to Bugzilla::Utiltravis%sedsystems.ca2005-01-281-13/+1
* Bug 236533 : Text "Additional Comments From ..." can be improvedtravis%sedsystems.ca2005-01-211-2/+3
* Bug 276840 : Move $::defaultqueryname out of globals.pl into Bugzilla/Constan...travis%sedsystems.ca2005-01-191-2/+0
* Patch for bug 276842: Move @default_column_list out of globals.pl into Bugzil...jocuri%softhome.net2005-01-171-4/+0
* Patch for bug 103636: Support specifying a date on which a bug is expected to...jocuri%softhome.net2005-01-161-1/+1
* Patch for bug 277618: Move FormatTimeUnit() out of globals.pl; patch by Max K...jocuri%softhome.net2005-01-161-14/+0
* Patch for bug 277622: Move DiffStrings() out of globals.pl into Bugzilla/Util...jocuri%softhome.net2005-01-161-29/+0
* Bug 108870: Bugzilla does not set email prefs for new user until user visits ...travis%sedsystems.ca2005-01-081-2/+4
* Bug 59351 - move all calls to sendmail to a central place. Patch by mkanat; r...gerv%gerv.net2005-01-011-21/+16
* Patch for bug 269398: request.cgi should not fail with error in SQL when no p...jocuri%softhome.net2004-12-111-12/+14
* Patch for bug 258709: Make expansion of voteremovedmail honour emailsuffix; p...jocuri%softhome.net2004-12-091-1/+1
* Patch for bug 271048: Remove confusion when sorting classifications by modify...jocuri%softhome.net2004-12-051-1/+1
* Bug 224208 Add a higher level of categorization (.ie departments, locations, ...bugreport%peshkin.net2004-08-211-4/+85
* Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templatesbugreport%peshkin.net2004-08-041-44/+2
* Bug 253588: Change Bugzilla->user to be usable even for a logged-out userbugreport%peshkin.net2004-07-311-4/+4
* Bug 251837: Extend group_group_map to control which groups can see each otherbugreport%peshkin.net2004-07-271-1/+1
* Fix for bug 252370: Provide edit link for attachment in comment. Adds ankiko%async.com.br2004-07-241-3/+3
* Bug 234855: Show only products enterable by current user in edit-multiplebugreport%peshkin.net2004-07-101-0/+11
* Patch for bug 246778: ThrowUserError shouldn't cause internal error with time...jocuri%softhome.net2004-06-191-1/+1
* Bug 226411: Fixed the indentation issue mentioned in bug comments but forgott...jouni%heikniemi.net2004-05-131-5/+5
* Bug 226411: make DiffStrings handle fields with duplicate valuesbugreport%peshkin.net2004-05-131-13/+13
* Bug 232861: Prevent references to bugs or comments from being expanded in att...bugreport%peshkin.net2004-05-121-3/+5
* Bug 240036: Unlock tables after address error before attempting to process fo...bugreport%peshkin.net2004-05-121-1/+1
* Patch for bug 240004: limit the password generation subroutine to nice charac...jocuri%softhome.net2004-04-231-22/+2
* Random speling fix.kiko%async.com.br2004-03-291-1/+1
* Bug 233962 - UserInGroup() should not accept a second parameter any longer. P...gerv%gerv.net2004-03-271-0/+4
* Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI.kiko%async.com.br2004-03-271-13/+0