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