History log of /web-bugs/ (Results 176 – 200 of 1003)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
a5b8d7d006-Aug-2018 Peter Kokot

Remove unused CSS items

5d86832509-Aug-2018 Johannes Schlüter

Attemt to fix pre-selected value

8fde831a08-Aug-2018 zrhoffman

Turn categories into <optgroup>s and include the category as a package
within that category.

We still show disabled packages in a different background color
(b93c85b003).

5b2a3b2d08-Aug-2018 zrhoffman

$pseudo_pkgs now has an array of children as a third element.

If parent = '0' in the database, $pseudo_pkgs[2] is an array. If it is
nonzero (refers to a valid id of another row), $pseud

$pseudo_pkgs now has an array of children as a third element.

If parent = '0' in the database, $pseudo_pkgs[2] is an array. If it is
nonzero (refers to a valid id of another row), $pseudo_pkgs[2] is a
child and is null. We no longer need &nbsp;&nbsp;&nbsp;&nbsp; to
distinguish between parents and children. Nowhere do we count the length
of $pseudo_pkgs, so the extra element should not break anything.

show more ...

400e87a408-Aug-2018 Rasmus Lerdorf

Fix typo

48e5850707-Aug-2018 Sara Golemon

Clean up some minor whitespace and html issues.

4174e1ca07-Aug-2018 Sara Golemon

Collapse an } else { if (...) to an } elseif (...)

b820819a07-Aug-2018 Sara Golemon

Merge password prompt explainations

767a4aa707-Aug-2018 Sara Golemon

Remove always-false if block.

if (!$show_bug_info)
can't possibly be true since we're inside of a block contingent on
if ($show_bug_info)

4d4f996b12-Oct-2017 Yanni

remove unused parameter and local variable

4d15a9ad30-May-2018 Peter Kokot

Fix CSS comment

00beebae29-Jun-2018 Peter Kokot

Fix Mozilla's Bug writing guidelines link

Link has moved to MDN.

d5644bc629-Jun-2018 Peter Kokot

Fix typos in how to report info

e9b937bb24-Jul-2018 Christoph M. Becker

Fix rss/bug.php?format=xml

Although, `MDB2_FETCHMODE_ASSOC` is supposed to return an associative
array (mapping column names to their values)[1], for some reason it
actually seems to

Fix rss/bug.php?format=xml

Although, `MDB2_FETCHMODE_ASSOC` is supposed to return an associative
array (mapping column names to their values)[1], for some reason it
actually seems to behave like some non-existing `MDB2_FETCHMODE_BOTH`.
This breaks the generated XML by additionally creating invalid element
names. Since we are not sure whether other callers of bugs_get_bug()
and bugs_get_bug_comments() rely on this behavior, we're working around
the issue by skipping the integer keys.

[1] <http://pear.php.net/manual/en/package.database.mdb2.intro-fetch.php#package.database.mdb2.intro-fetch.desc.format>

show more ...

e11c6cc322-Jul-2018 Rasmus Lerdorf

Merge PR #39

6cd9d03b22-Jul-2018 Rasmus Lerdorf

associative index needed here

64b2cba422-Jul-2018 Rasmus Lerdorf

Get rid of the PHP4-style constructor here

89c860de22-Jul-2018 Rasmus Lerdorf

Fix patchdisplay

97246d7121-Jul-2018 Rasmus Lerdorf

Fix patch display

c75a11c621-Jul-2018 Rasmus Lerdorf

Get rid of preg /e

c442dc9621-Jul-2018 Rasmus Lerdorf

get all subscribers

966b95fe21-Jul-2018 Rasmus Lerdorf

ipv6 here too

9e23206221-Jul-2018 Rasmus Lerdorf

IPV6 support

196bfff921-Jul-2018 Rasmus Lerdorf

Minor fixes

2425be2318-Jul-2018 Rasmus Lerdorf

Missing the pdo file

12345678910>>...41