GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/bugzilla.git
bugmail-whiteboard
bugstest
dev/tyrian-theme
master
sandbox/vapier/master
upstream
Fork of Bugzilla for bugs.gentoo.org
Bugzilla Team <bugzilla@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
checksetup.pl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 285534: bugs.qa_contact should allow NULL
mkanat%kerio.com
2005-03-15
1
-2
/
+9
*
Bug 285824: whiteboard, votes, and keywords update in checksetup.pl fails to ...
mkanat%kerio.com
2005-03-13
1
-8
/
+15
*
Bug 285692: lastdiffed should use NULL instead of the "beginning of time"
mkanat%kerio.com
2005-03-12
1
-1
/
+4
*
Bug 285121: Only run "old" table checks if the database is MySQL
mkanat%kerio.com
2005-03-12
1
-1
/
+13
*
Bug 280856: some table definitions are altered *after* the --TABLE-- limit in...
mkanat%kerio.com
2005-03-12
1
-188
/
+185
*
Bug 285690: bugs.status_whiteboard, bugs.votes, and bugs.keywords need defaul...
mkanat%kerio.com
2005-03-12
1
-0
/
+6
*
Bug 172284 : checksetup assumes that there are < 99999 bugs
travis%sedsystems.ca
2005-03-11
1
-1
/
+2
*
Bug 41972 : Per-user pref to turn quips off
travis%sedsystems.ca
2005-03-11
1
-0
/
+3
*
Bug 98123 : Create a user preferences infrastructure (became 'General Settings')
travis%sedsystems.ca
2005-03-10
1
-0
/
+4
*
Bug 285401: Checksetup fails to complete on PostgreSQL
mkanat%kerio.com
2005-03-10
1
-21
/
+18
*
Bug 284629 : Combine Param(enable_mail_sending) with Param(maildeliverymethod)
travis%sedsystems.ca
2005-03-10
1
-3
/
+3
*
Bug 284348: Move initial table creation into the Bugzilla::DB modules
mkanat%kerio.com
2005-03-09
1
-595
/
+3
*
Bug 280778 : remove sendmail and qmail delivery methods on windows
travis%sedsystems.ca
2005-03-08
1
-0
/
+20
*
Bug 284598: INSTR function is not supported by postgres
mkanat%kerio.com
2005-03-05
1
-4
/
+4
*
Bug 284525: Checksetup uses some bad SQL that is not cross-database compatible
mkanat%kerio.com
2005-03-05
1
-21
/
+30
*
Bug 284172: checksetup cannot run CREATE DATABASE on PostgreSQL
mkanat%kerio.com
2005-03-03
1
-28
/
+41
*
Bug 277617: Move database-manipulation subroutines in checksetup to Bugzilla:...
mkanat%kerio.com
2005-03-02
1
-342
/
+178
*
Bug 282349: Comments are forced to being left-justified
mkanat%kerio.com
2005-02-27
1
-2
/
+2
*
Bug 282035: Add boolean search by "Commenter"
bugreport%peshkin.net
2005-02-25
1
-0
/
+1
*
Bug 279910: Query crashed with Software Error: "Unknown column 'bugs.assignee...
mkanat%kerio.com
2005-02-25
1
-6
/
+19
*
Bug 172383 : checksetup.pl : spelling, wording, and whitespace fixes
travis%sedsystems.ca
2005-02-25
1
-487
/
+566
*
Bug 277504 : quips migrated from quip file have an (invalid) userid of 0
travis%sedsystems.ca
2005-02-25
1
-1
/
+12
*
Bug 17453: Enumerators in Bugzilla are not cross-DB compatible. This removes ...
mkanat%kerio.com
2005-02-25
1
-174
/
+161
*
Bug 252272: Allow extremely large attachments to be stored locally
bugreport%peshkin.net
2005-02-21
1
-0
/
+20
*
Bug 280499: Replace "TO_DAYS()" with Bugzilla::DB function call
mkanat%kerio.com
2005-02-20
1
-2
/
+3
*
Bug 282728: Add a switch to checksetup to skip compiling the templates
mkanat%kerio.com
2005-02-20
1
-2
/
+12
*
Bug 253721: Add group-based lists to whining
erik%dasbistro.com
2005-02-19
1
-1
/
+7
*
Bug 281360: Checksetup should use the new DB-compatibility layer to create $dbh
mkanat%kerio.com
2005-02-19
1
-26
/
+3
*
Bug 280497: Replace "LIMIT" with Bugzilla::DB function call
mkanat%kerio.com
2005-02-19
1
-3
/
+5
*
Bug 280494: Replace "SELECT LAST_INSERT_ID()" with Bugzilla::DB function call
mkanat%kerio.com
2005-02-19
1
-12
/
+5
*
Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function call
mkanat%kerio.com
2005-02-18
1
-4
/
+4
*
Bug 282509: Bugzilla now requires perl 5.6.1
mkanat%kerio.com
2005-02-17
1
-1
/
+1
*
Bug 237862: New database layer for cross-database compatibility
mkanat%kerio.com
2005-02-17
1
-11
/
+16
*
Bug 225973: Fix logins on systems that use Blorfish for crypt(). r=wurblzap, ...
mkanat%kerio.com
2005-02-17
1
-4
/
+8
*
Bug 281787: Add index for attachments.submitter_id and bugs_activity.who
bugreport%peshkin.net
2005-02-12
1
-0
/
+12
*
Bug 11901 : Change Bugzilla comments line-wrapping policy
travis%sedsystems.ca
2005-02-10
1
-3
/
+21
*
Bug 277723 : Add comments why checksetup uses slow code to check for spaces a...
travis%sedsystems.ca
2005-02-10
1
-2
/
+6
*
Bug 257315 : type of delta_ts in bugs table should not be timestamp
travis%sedsystems.ca
2005-02-09
1
-1
/
+8
*
Bug 277437 : Use Mail::Mailer (Perl module) for mail delivery
travis%sedsystems.ca
2005-02-02
1
-1
/
+6
*
Bug 280573 : checksetup fails in Bugzilla::Auth BEGIN block
travis%sedsystems.ca
2005-02-02
1
-1
/
+2
*
Bug 278792 : Move Crypt() to Bugzilla::Auth
travis%sedsystems.ca
2005-02-01
1
-3
/
+11
*
Backing out the checking from bug 257315 until it gets corrected. It prevent...
justdave%bugzilla.org
2005-01-30
1
-8
/
+1
*
Bug 257315 : type of delta_ts in bugs table should not be timestamp
travis%sedsystems.ca
2005-01-29
1
-1
/
+8
*
Bug 278010 : checksetup.pl should fix empty group names
travis%sedsystems.ca
2005-01-28
1
-0
/
+29
*
Bug 245282 : Flags should use nonbreaking hyphens or nowrap or somehow preven...
travis%sedsystems.ca
2005-01-19
1
-0
/
+1
*
Patch for bug 275752: Make checksetup.pl to implicit chdir to the bugzilla di...
jocuri%softhome.net
2005-01-17
1
-9
/
+10
*
Patch for bug 103636: Support specifying a date on which a bug is expected to...
jocuri%softhome.net
2005-01-16
1
-0
/
+3
*
Bug 276237 Charting is completely broken - can't add datasets to list
timeless%mozdev.org
2005-01-14
1
-4
/
+8
*
Bug 278148: checksetup.pl *still* errors when trying to drop index on milesto...
travis%sedsystems.ca
2005-01-14
1
-3
/
+8
*
Bug 277571 : checksetup should not always output a message about checking for...
travis%sedsystems.ca
2005-01-13
1
-4
/
+1
[next]