index
:
bugzilla
flyspray
harmony-master
harmony-unstable
master
Bugzilla
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
checksetup.pl
Age
Commit message (
Expand
)
Author
Files
Lines
2005-04-15
Bug 290089: Move timestamp updates to happen before any other Schema updates
mkanat%kerio.com
1
-73
/
+8
2005-04-14
Back out bug bug 290089, which causes checksetup to fail on a newly-created DB.
mkanat%kerio.com
1
-8
/
+73
2005-04-14
Bug 290089: Move timestamp updates to happen before any other Schema updates
mkanat%kerio.com
1
-73
/
+8
2005-04-14
Bug 289453: components.initialowner is different in Bugzilla::DB::Schema than...
mkanat%kerio.com
1
-0
/
+11
2005-04-13
Bug 289742: No value for param user_verify_class at Bugzilla/Config.pm line 1...
lpsolit%gmail.com
1
-49
/
+49
2005-04-12
Bug 289455: products.classification_id has a different definition in an upgra...
mkanat%kerio.com
1
-1
/
+6
2005-04-12
Bug 285533: Bugzilla displays inactive enum values
mkanat%kerio.com
1
-2
/
+2
2005-04-09
Fix for bug 273209: makes CVS ignore skins/.cvsignore; r=jouni; a=myk
myk%mozilla.org
1
-23
/
+2
2005-04-09
Bug 199048: Preference option to reverse sort the comments stack - Patch by S...
lpsolit%gmail.com
1
-0
/
+7
2005-04-06
Fix for Bug 284850: Fix the name of one index
mkanat%kerio.com
1
-1
/
+1
2005-04-06
Bug 284850: checksetup should rename indexes to conform to the new standard
mkanat%kerio.com
1
-30
/
+42
2005-04-05
Bug 288527 - change precompilation to use Bugzilla::Template and so do it rig...
gerv%gerv.net
1
-40
/
+7
2005-04-05
Bug 286235: Implicit joins should be replaced by explicit joins - installment A
mkanat%kerio.com
1
-6
/
+6
2005-04-05
Bug 287483: Sanitycheck screams about "Bad value 0 found in components.initia...
mkanat%kerio.com
1
-2
/
+8
2005-04-05
Bug 285345: Need to change MySQL tinyint(1) fields to plain tinyint
mkanat%kerio.com
1
-0
/
+20
2005-04-01
Bug 288408 - make number of placeholders match number of parameters to stop e...
gerv%gerv.net
1
-1
/
+1
2005-03-30
Bug 73665 - migrate email preferences to their own table, and rearchitect ema...
gerv%gerv.net
1
-45
/
+110
2005-03-23
Bug 283403: checksetup fails to upgrade from Bugzilla 2.8
mkanat%kerio.com
1
-15
/
+29
2005-03-23
Backing out bug 286625 - checksetup.pl fails
lpsolit%gmail.com
1
-8
/
+0
2005-03-23
Bug 286625: Add more indexes to bugs_activity table - Patch by Shane H. W. Tr...
lpsolit%gmail.com
1
-0
/
+8
2005-03-22
Bug 286669: Add dependency on Storable
mkanat%kerio.com
1
-0
/
+4
2005-03-18
Bug 256513: Fix usage of grep (/$value/, @array);
mkanat%kerio.com
1
-1
/
+1
2005-03-15
Bug 285534: bugs.qa_contact should allow NULL
mkanat%kerio.com
1
-2
/
+9
2005-03-13
Bug 285824: whiteboard, votes, and keywords update in checksetup.pl fails to ...
mkanat%kerio.com
1
-8
/
+15
2005-03-12
Bug 285692: lastdiffed should use NULL instead of the "beginning of time"
mkanat%kerio.com
1
-1
/
+4
2005-03-12
Bug 285121: Only run "old" table checks if the database is MySQL
mkanat%kerio.com
1
-1
/
+13
2005-03-12
Bug 280856: some table definitions are altered *after* the --TABLE-- limit in...
mkanat%kerio.com
1
-188
/
+185
2005-03-12
Bug 285690: bugs.status_whiteboard, bugs.votes, and bugs.keywords need defaul...
mkanat%kerio.com
1
-0
/
+6
2005-03-11
Bug 172284 : checksetup assumes that there are < 99999 bugs
travis%sedsystems.ca
1
-1
/
+2
2005-03-11
Bug 41972 : Per-user pref to turn quips off
travis%sedsystems.ca
1
-0
/
+3
2005-03-11
Bug 98123 : Create a user preferences infrastructure (became 'General Settings')
travis%sedsystems.ca
1
-0
/
+4
2005-03-10
Bug 285401: Checksetup fails to complete on PostgreSQL
mkanat%kerio.com
1
-21
/
+18
2005-03-10
Bug 284629 : Combine Param(enable_mail_sending) with Param(maildeliverymethod)
travis%sedsystems.ca
1
-3
/
+3
2005-03-09
Bug 284348: Move initial table creation into the Bugzilla::DB modules
mkanat%kerio.com
1
-595
/
+3
2005-03-08
Bug 280778 : remove sendmail and qmail delivery methods on windows
travis%sedsystems.ca
1
-0
/
+20
2005-03-05
Bug 284598: INSTR function is not supported by postgres
mkanat%kerio.com
1
-4
/
+4
2005-03-05
Bug 284525: Checksetup uses some bad SQL that is not cross-database compatible
mkanat%kerio.com
1
-21
/
+30
2005-03-03
Bug 284172: checksetup cannot run CREATE DATABASE on PostgreSQL
mkanat%kerio.com
1
-28
/
+41
2005-03-02
Bug 277617: Move database-manipulation subroutines in checksetup to Bugzilla:...
mkanat%kerio.com
1
-342
/
+178
2005-02-27
Bug 282349: Comments are forced to being left-justified
mkanat%kerio.com
1
-2
/
+2
2005-02-25
Bug 282035: Add boolean search by "Commenter"
bugreport%peshkin.net
1
-0
/
+1
2005-02-25
Bug 279910: Query crashed with Software Error: "Unknown column 'bugs.assignee...
mkanat%kerio.com
1
-6
/
+19
2005-02-25
Bug 172383 : checksetup.pl : spelling, wording, and whitespace fixes
travis%sedsystems.ca
1
-487
/
+566
2005-02-25
Bug 277504 : quips migrated from quip file have an (invalid) userid of 0
travis%sedsystems.ca
1
-1
/
+12
2005-02-25
Bug 17453: Enumerators in Bugzilla are not cross-DB compatible. This removes ...
mkanat%kerio.com
1
-174
/
+161
2005-02-21
Bug 252272: Allow extremely large attachments to be stored locally
bugreport%peshkin.net
1
-0
/
+20
2005-02-20
Bug 280499: Replace "TO_DAYS()" with Bugzilla::DB function call
mkanat%kerio.com
1
-2
/
+3
2005-02-20
Bug 282728: Add a switch to checksetup to skip compiling the templates
mkanat%kerio.com
1
-2
/
+12
2005-02-19
Bug 253721: Add group-based lists to whining
erik%dasbistro.com
1
-1
/
+7
2005-02-19
Bug 281360: Checksetup should use the new DB-compatibility layer to create $dbh
mkanat%kerio.com
1
-26
/
+3
[next]