1
0
mirror of https://github.com/php/web-php.git synced 2026-04-01 20:22:20 +02:00
Commit Graph

51 Commits

Author SHA1 Message Date
foobar
4ea5659584 As the mail for new bug reports go only to php-dev@lists.php.net that url can include edit=1. And if mailing does not work the mail should be sent to php-dev@lists.php.net and not for the bug reporter.. 2000-10-06 19:45:49 +00:00
foobar
70a518e2c6 $id -> $cid 2000-10-06 17:59:54 +00:00
Rasmus Lerdorf
9a4e3e6ebb Dev Modify link 2000-10-06 17:50:58 +00:00
foobar
8ad63beac7 Added url to new bug report mails. 2000-10-06 17:40:32 +00:00
Zak Greant
d91872319d Added 4.0.3RC1 and RC2 to php_version select box 2000-10-02 21:44:31 +00:00
Ron Chmara
3e17af86c8 Moved Corba up with other extensibility code, indented to match. 2000-09-11 03:01:48 +00:00
Stanislav Malyshev
21e08516b2 Removed MAGIC_COOKIE hack - with it, there's no way a developer will ever
get developer's interface if he has no cookie, and no way to get the cookie
without the dev interface
2000-09-10 11:15:07 +00:00
Zak Greant
d88b5d4d9a Little hack to ensure that developers see the developer
bug report edit interface and that users see the user
bug report edit interface interface
2000-09-07 19:34:07 +00:00
Zak Greant
eba8952dbb Trivial change:
Added divider line after Previous Comments
2000-09-07 19:16:34 +00:00
Zak Greant
016e536a3f Added 4 comment limit to mailed out bugs reports.
This *should* be the last small hack on the existing interface.
Other changes will need to be incorporated into the rewrite
or be done by someone else.
2000-09-07 02:31:00 +00:00
Sterling Hughes
a67781eccd Revert, more checking needed. 2000-09-06 20:16:48 +00:00
Sterling Hughes
a8b2a9e936 Start new design for the bug types box. 2000-09-06 20:09:12 +00:00
Zak Greant
949c0e8434 Added "Satellite CORBA related" to bug type list 2000-09-06 07:05:03 +00:00
Zak Greant
fb9d501dbf Added a more complete list of extentions to the bug type select box.
Added a cutoff to the message length for the emailed bug
reports.  Cutoff is currently set to 10k.  I chose this arbitrary
length based on the following assumption.
a busy day of bug reports = 100 reports
100 reports x 10k per report = 1 meg for
hapless modem users to download. :)
2000-09-06 03:06:28 +00:00
Zak Greant
7fbb28d89f Clearing out test version of bugs.php 2000-09-03 20:15:20 +00:00
Zak Greant
734e549360 Changed bugs.php to include complete list of comments
when mailing out bug reports.
Removing testing version of bugs.php
2000-09-03 07:13:01 +00:00
Zak Greant
0f9f2a2f96 Restoring previous version 2000-09-03 05:45:52 +00:00
Zak Greant
859100871b Bug report emails to the dev list should now contain the
entire history of the bug report - as per Zeev's wishes.
2000-09-03 05:29:37 +00:00
Colin Viebrock
90aec2c10b bad html, bad! 2000-08-30 04:37:44 +00:00
Colin Viebrock
23994d2af5 update 2000-08-30 04:36:51 +00:00
Stanislav Malyshev
3103c4012e Allow version editing for both edit modes 2000-08-08 17:49:47 +00:00
Rasmus Lerdorf
7a39cff033 Add Informix category 2000-08-07 00:30:30 +00:00
Rasmus Lerdorf
4e45b7e15f Fix typo 2000-08-03 17:15:14 +00:00
Zak Greant
1f2acc71cc Made cataclysmic change to bugs.php
Added additional Commit Changes button next to assign and status fields
2000-07-25 21:59:28 +00:00
Joey Smith
e2a122c886 If Rasmus doesn't know, it's good enough for me. 2000-07-24 19:58:58 +00:00
Joey Smith
e17f37763c At least PRINT the URL.
I'm not sure what the "-=-" is supposed to be doing in:
$new_text = ereg_replace("(ftp:[^ \n\t]*)","<a href=\"\1-=-\">\\1</a>",$text);
2000-07-24 19:30:47 +00:00
David Croft
30f9feefc9 missed a semicolon. sorry. 2000-07-24 16:55:18 +00:00
David Croft
1f1b3d2ebb tidied up oldfeedback bit and removed some redundant code 2000-07-24 16:45:19 +00:00
David Croft
72ccd53964 fix to_days() sql, fix array usage
sorry if anyone's actually having to *read* this!
2000-07-24 16:10:53 +00:00
David Croft
035288501c whoops there was already an external_proessing_function 2000-07-24 16:05:56 +00:00
David Croft
fe39b445ce test 2000-07-24 16:00:29 +00:00
David Croft
f32a08f4c2 display number of days feedback 2000-07-24 15:50:48 +00:00
David Croft
cfb705a626 better sql and a fix to html 2000-07-24 15:15:56 +00:00
David Croft
57d9cbeeaf new feature to list bugs in "Feedback" state for a long time 2000-07-24 15:01:17 +00:00
David Croft
8f422ce084 check for $result before trying to use it (Bug #5062) 2000-07-24 14:52:04 +00:00
David Croft
52dd2fa56f removed debug code
I worked out what's happening
bugstats.php is showing both PHP3 and PHP4
2000-07-24 12:42:50 +00:00
David Croft
fcccaa9eb7 debug code so I can see why this isn't working 2000-07-24 12:35:10 +00:00
Rasmus Lerdorf
595d30fa82 Those @cvs.php.net addrs never actually worked. Not sure why we didn't
fix this before.
2000-07-24 01:13:19 +00:00
Rasmus Lerdorf
3ff6e46d7b Ok, let's settle this once and for all. Physical wrapping at 72 chars
so it looks the same everywhere.
2000-07-03 22:59:25 +00:00
Rasmus Lerdorf
dd5241c99e Only list ids of people who have comments in PHP 4 related bugs on the
PHP 4 bug screen.  Show all bugs and ids on the PHP 3 screen.
2000-07-03 19:51:03 +00:00
Rasmus Lerdorf
758b531e61 Only list real cvs ids here. 2000-07-03 19:33:09 +00:00
Rasmus Lerdorf
a0551886d3 The 'order by' option was useless and always listed the bugs by bug id
anyway so I replaced it with a way to list bugs by who made the last
comment on it.  ie. choose 'Closed' and 'andrei' and you will get all
the bugs closed by 'andrei'
2000-07-03 19:29:35 +00:00
Rasmus Lerdorf
651337849a Fix ugly gap 2000-07-03 18:01:02 +00:00
Rasmus Lerdorf
8ec4ce61fa Fix links 2000-07-02 16:18:00 +00:00
Rasmus Lerdorf
bfcd5a20f3 Oops, I don't want all these! ;) 2000-07-02 16:12:00 +00:00
Rasmus Lerdorf
fcab321afb - 'when' is a reserved word in newer versions of MySQL. That's why our
bug comments were not being shown.
- cleaned up the display a little bit
- Added an easy way to set a cookie with your username and password
  for quicker bug report editing
2000-07-02 15:57:44 +00:00
Zeev Suraski
45428472a7 Add 4.0.1pl2 2000-06-30 17:52:31 +00:00
Colin Viebrock
10dc5cc392 bad HTML ... 2000-06-29 18:22:09 +00:00
Zeev Suraski
e9690d929d Fix bug in bugs.php :) 2000-06-29 16:01:56 +00:00
Zeev Suraski
b035f2b0bf Add 4.0.1, nuke old versions 2000-06-29 14:35:55 +00:00