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
2003-05-05
Bug 201816 - use CGI.pm for header output
bbaetz%acm.org
1
-19
/
+1
2003-05-01
Bug 204008: checksetup.pl didn't set permissions on the js directory
justdave%syndicomm.com
1
-0
/
+2
2003-04-27
Bug 180086 - Rename 'count' column in votes tables
bbaetz%acm.org
1
-7
/
+17
2003-04-27
Bug 203540 - RenameField doesn't get NULL/NOT NULL correct
bbaetz%acm.org
1
-1
/
+1
2003-04-25
Bug 201018 - editusers.cgi never calls DeriveGroup prior to changing a bug
bbaetz%acm.org
1
-1
/
+7
2003-04-25
Bug 197153: Fix for insecure temporary filename handling.
justdave%syndicomm.com
1
-4
/
+3
2003-04-19
Fix typo in previous checking for bug 200472. Date::Format should be version...
justdave%syndicomm.com
1
-1
/
+1
2003-04-19
Bug 200472: Require specific version of Date::Format to ensure we don't run i...
justdave%syndicomm.com
1
-2
/
+2
2003-03-27
Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line
jake%bugzilla.org
1
-1
/
+1
2003-03-22
Bug 180642 - Move authentication code into a module
bbaetz%acm.org
1
-22
/
+37
2003-03-08
Bug 194345: checksetup.pl would die if you had your params set for a local do...
justdave%syndicomm.com
1
-1
/
+1
2003-02-27
Bug 195137 - Keywords are not sent in new bug mail
bbaetz%acm.org
1
-1
/
+1
2003-02-13
Bug 192874: checksetup.pl wasn't silencing the GraphViz check when running in...
justdave%syndicomm.com
1
-2
/
+2
2003-02-10
Bug 192513: importxml.pl and move.pl now use the new mail routines introduced...
justdave%syndicomm.com
1
-2
/
+2
2003-01-25
Bug 190582 - quips table initial definition in checksetup.pl missing approved...
burnus%gmx.de
1
-1
/
+2
2003-01-24
Bug 126955 - Bugzilla should support translated/localized templates. Patch by...
gerv%gerv.net
1
-55
/
+55
2003-01-15
Bug 184309: Adds an optional disabled state to quips, which allows quips to b...
justdave%syndicomm.com
1
-0
/
+4
2003-01-15
Bug 163290 - move DB handling code into a module
bbaetz%student.usyd.edu.au
1
-2
/
+2
2003-01-12
Bug 188656 Change required mysqld minimum to 3.23.41
bugreport%peshkin.net
1
-1
/
+1
2002-12-23
Bug 186383 Checksetup leaves editor backups of localconfig accessible (revised)
bugreport%peshkin.net
1
-1
/
+24
2002-12-23
Backing out patch from bug 186383 because it broke quicksearch
bugreport%peshkin.net
1
-16
/
+1
2002-12-22
Bug 186383 Checksetup leaves editor backups of localconfig accessible
bugreport%peshkin.net
1
-1
/
+16
2002-12-21
Bug 180870 - Remove old shadowdb manual replication code
bbaetz%student.usyd.edu.au
1
-9
/
+7
2002-12-20
Bug 185760: New group system doesn't upgrade transparently if usebuggroups = 0
bugreport%peshkin.net
1
-36
/
+33
2002-12-15
Bug 158499 - Templatise XML bug output
bbaetz%student.usyd.edu.au
1
-1
/
+2
2002-12-02
Bug 177850: checksetup.pl was failing if the user didn't have read permission...
justdave%syndicomm.com
1
-12
/
+10
2002-11-28
Bug 171493 - make show_bug use Bug.pm and remove bug_form.pl
bbaetz%student.usyd.edu.au
1
-8
/
+2
2002-11-28
Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ...
jake%bugzilla.org
1
-0
/
+1
2002-11-25
Bug 147275 Rearchitect product groups
bugreport%peshkin.net
1
-2
/
+63
2002-11-19
Bug 124589 - support database replication
bbaetz%student.usyd.edu.au
1
-6
/
+14
2002-11-09
Fix for bug 178841: removes full paths from filenames in attachments table an...
myk%mozilla.org
1
-1
/
+33
2002-11-05
Fix for bug 156548: XUL implementation of duplicates report.
myk%mozilla.org
1
-1
/
+5
2002-10-30
Bug 177351 - checksetup.pl tells about deleting templates in silent-running m...
gerv%gerv.net
1
-1
/
+1
2002-10-29
Bug 168191 - Checksetup needs to force template recompilation. Patch by bbaet...
gerv%gerv.net
1
-25
/
+17
2002-10-29
Bug 173005 - Add bar charts, pie charts etc. to reporting. Patch by gerv; 2xr...
gerv%gerv.net
1
-11
/
+25
2002-10-26
Bug 147833 - start using CGI.pm
bbaetz%student.usyd.edu.au
1
-2
/
+9
2002-10-17
Bug 173495 - require perl 5.6
bbaetz%student.usyd.edu.au
1
-2
/
+2
2002-10-17
Bug 112373 you should be able to enter bug dependencies/blockers when you ent...
bugreport%peshkin.net
1
-2
/
+2
2002-10-13
Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fields
bugreport%peshkin.net
1
-0
/
+12
2002-09-30
Fix for bug 1700073: checksetup.pl (indirectly via Bugzilla::Config.pm) had a...
justdave%syndicomm.com
1
-13
/
+22
2002-09-29
Fix for bug 98801: Implementation of the request tracker, a set of enhancemen...
myk%mozilla.org
1
-17
/
+189
2002-09-25
Bug 12282 - General summary reports. Patch by gerv; r=joel.
gerv%gerv.net
1
-0
/
+2
2002-09-23
bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supported
bugreport%peshkin.net
1
-242
/
+552
2002-09-22
Fix for bug 63601: Recommend filename when downloading attachments (except in...
justdave%syndicomm.com
1
-0
/
+1
2002-09-18
Bug 162151 - Fix page.cgi's method of finding templates. It now looks in a "p...
gerv%gerv.net
1
-11
/
+0
2002-09-10
Bug 167643 - Schema Changes from bug 143826 are out of order
bugreport%peshkin.net
1
-5
/
+6
2002-09-06
Spelling fixes.
matty%chariot.net.au
1
-2
/
+2
2002-09-06
Adds Mac OS X 10.1 and 10.2 to the OS list on new installations. Existing in...
justdave%syndicomm.com
1
-1
/
+3
2002-09-05
Bug 146134 - checksetup.pl gives weird error message
bbaetz%student.usyd.edu.au
1
-9
/
+5
2002-09-05
Bug 123957 run checksetup.pl non-interactively (for use with cron jobs on tes...
bugreport%peshkin.net
1
-27
/
+44
[next]