fix the default of the columns so that it's identical to what a new
checksetup run would create.
r=mkanat, a=mkanat (module owner)
git-svn-id: svn://10.0.0.236/trunk@260721 18797224-902f-48f8-a5cc-f745e15eee43
Test __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 (supported by GCC 4.3 or later)
for x86 Linux because the i386 instruction set doesn't have atomic
instructions. r=aki.
git-svn-id: svn://10.0.0.236/trunk@260711 18797224-902f-48f8-a5cc-f745e15eee43
in Search.pm into a data structure and a series of functions that parse the
data structure.
r=mkanat, a=mkanat (module owner)
git-svn-id: svn://10.0.0.236/trunk@260710 18797224-902f-48f8-a5cc-f745e15eee43
because they are created by an aggregate. (This fixes multi-select buglist
columns on Pg.)
r=mkanat, a=mkanat (module owner)
git-svn-id: svn://10.0.0.236/trunk@260706 18797224-902f-48f8-a5cc-f745e15eee43
for people upgrading Testopia from 1.3 to 2.0+.
r=mkanat, a=mkanat (module owner)
git-svn-id: svn://10.0.0.236/trunk@260703 18797224-902f-48f8-a5cc-f745e15eee43
pointers to avoid GCC warnings when compiled with with -Wstrict-prototypes.
The patch is contributed by rlaager@wiktel.com. r=wtc.
git-svn-id: svn://10.0.0.236/trunk@260696 18797224-902f-48f8-a5cc-f745e15eee43
(and a few as being not broken at all on Pg).
r=mkanat, a=mkanat (module owner)
git-svn-id: svn://10.0.0.236/trunk@260695 18797224-902f-48f8-a5cc-f745e15eee43
so I changed the values to make them consistent. (I suspect the inconsistency
is a bug in Pg itself that is not actually important to normal Bugzilla
usage.)
git-svn-id: svn://10.0.0.236/trunk@260694 18797224-902f-48f8-a5cc-f745e15eee43
regarding the default value of MOZ_DEBUG_SYMBOLS.
Modified Files: configure configure.in
git-svn-id: svn://10.0.0.236/trunk@260693 18797224-902f-48f8-a5cc-f745e15eee43
the default of MOZ_DEBUG and MOZ_DEBUG_SYMBOLS to 1, so that we produce a
debug build by default, as before. The patch is contributed by
Mitchell Field <mitchell.field@live.com.au>. r=ted.mielczarek,wtc.
Modified Files:
configure configure.in config/autoconf.mk.in config/config.mk
pr/src/md/windows/Makefile.in
git-svn-id: svn://10.0.0.236/trunk@260691 18797224-902f-48f8-a5cc-f745e15eee43
<> values into the actual bug value, for searching
r=mkanat, a=mkanat (module owner)
git-svn-id: svn://10.0.0.236/trunk@260690 18797224-902f-48f8-a5cc-f745e15eee43
working on PostgreSQL, because Search.pm always converted the value
into 1 or 0 and passed that as a number to the database, and Pg didn't
support numeric comparison with a text column.
r=mkanat, a=mkanat
git-svn-id: svn://10.0.0.236/trunk@260689 18797224-902f-48f8-a5cc-f745e15eee43
must also be selected from the database for PostgreSQL.
r=mkanat, a=mkanat (module owner)
git-svn-id: svn://10.0.0.236/trunk@260687 18797224-902f-48f8-a5cc-f745e15eee43
to text, to avoid an error when searching "longdescs.isprivate" with the
"casesubstring" operator in Search.pm.
r=mkanat, a=mkanat (module owner)
git-svn-id: svn://10.0.0.236/trunk@260686 18797224-902f-48f8-a5cc-f745e15eee43
because they make Pg throw an error and then be unable to run any further
tests. It's OK to skip these tests because they still run on MySQL, so
we'll still catch any injection vulns.
r=mkanat, a=mkanat (module owner)
git-svn-id: svn://10.0.0.236/trunk@260685 18797224-902f-48f8-a5cc-f745e15eee43
Instead, we pass around a hashref and update the hashref. This patch also
includes some cleanup for bugs surrounding percentage_complete,
attachments.isobsolete, attachments.ispatch, and owner_idle_time.
r=mkanat, a=mkanat
git-svn-id: svn://10.0.0.236/trunk@260676 18797224-902f-48f8-a5cc-f745e15eee43
subsequent calls to nss_init() with a database from opening the database
and using it.
Clean up cruft in verify_server.py
git-svn-id: svn://10.0.0.236/trunk@260672 18797224-902f-48f8-a5cc-f745e15eee43
equal to the delta_ts of the bug. This makes emails have the right Date
even when they are sent much later by jobqueue.pl.
r=mkanat, a=mkanat
git-svn-id: svn://10.0.0.236/trunk@260669 18797224-902f-48f8-a5cc-f745e15eee43