Sobak
79d0754201
bug.php - thanks messages
2017-01-24 07:21:14 +01:00
Sobak
8c4fe03924
Datetimes are still GMT/UTC but let's state that only once, in the footer
2017-01-23 18:06:03 +01:00
Sobak
3189900a53
First shot on reporting new bug
2017-01-23 15:02:28 +01:00
Sobak
34e5593b9d
Switch to new design - the beginning
...
Just upload new styles and other assets for now, and change markup
for the header and footer.
2017-01-23 11:59:01 +01:00
Sobak
df52d48b16
Add missing returns for the fix from previous commit
...
It accidentally worked as php_versions.php fetched versions anyway if
apc_fetch() returned falsy value, but this is correct version.
2017-01-20 17:40:36 +01:00
Sobak
0db9df83c9
Allow to run on PHP 7 (fix missing apc_* functions)
...
Only ext/apcu is available on PHP7. Some other users might use it,too.
2017-01-20 14:48:13 +01:00
Runster
21f5fd3484
The selection box will now show the current type of Bug
...
Committer's note: I rewrote this from the original PR
at https://github.com/php/web-bugs/pull/23 for three reasons:
1. The preceeding code usually case folded $current,
but may not depending on the value of $all and $current.
This was likely the source of the original issue being addressed.
By using strcasecmp(), the comparison no longer cares about case.
2. While $bug_types is *probably* safe to output unescaped,
it makes sense to be defensive and add some output protection.
3. Readability
-Sara
2016-12-12 09:01:24 -08:00
Kalle Sommer Nielsen
5c6ec7d00b
Show the admin menu item for developers who are logged in
2016-11-19 12:54:45 +01:00
Kalle Sommer Nielsen
b26ad823e7
Make /admin/?action=list_lists (index) a little nicer with some mailto: links
2016-11-19 12:16:09 +01:00
Kalle Sommer Nielsen
46e4e0ae21
Added an inline content menu for /admin/ so it is easier to navigate
2016-11-19 12:05:34 +01:00
Peter Cowburn
4cf267280f
more spam words
2016-10-14 10:50:55 +01:00
Sobak
42f9f1213d
Revert "Rework fix for previous bug"
...
This reverts commit 7b318e66e3 .
2014-12-22 22:13:08 +01:00
Sobak
7b318e66e3
Rework fix for previous bug
...
Prefer checking function existance over next global variables
2014-12-21 06:56:23 +01:00
Sobak
41ddbc8f05
Fix bug #68405 (The PHP version dropdown doesn't show PHP versions after a form error)
...
require_once caused a problem here, so file needs to be included earlier
and reused by those two functions
2014-11-29 07:14:15 +01:00
Peter Cowburn
64d730aeb0
move escaping until after strict comparison
...
This should (fingers crossed) bring back the list of quick links in "new
bug" email notifications.
2014-09-09 00:11:56 +01:00
Sobak
189219648a
Simplify marking related bugs a little
2014-08-07 06:16:11 +02:00
Sobak
1de55b7a5d
Exit script execution directly in redirect()
2014-08-06 10:14:08 +02:00
Sobak
100a35d3e6
Simplify package_exists() function
2014-08-06 09:57:52 +02:00
Sobak
51faf6f6ec
Remove dependency on PEAR/Tree package
2014-08-06 09:46:48 +02:00
Michael
5cb6ca23da
Add meta charset + small fix
2014-08-03 23:51:40 +02:00
Michael
232f149713
Remove XHTML
2014-08-03 23:41:00 +02:00
jakoch
9e86efbdec
cleanup of unused variables ($dbh and $use are not in use. also removed the $use increment logic.)
2014-07-25 17:38:16 +02:00
Sobak
257b4fca67
More elegant way to add custom versions
2014-06-27 15:48:10 +02:00
Sobak
8a32bb505a
Workaround for side report from bug #67513
2014-06-25 18:01:45 +02:00
Boro Sitnikovski
da387a9687
Update functions.php
...
Validate incoming version
2014-06-17 19:45:28 +02:00
kovacs.ferenc
e353f1f83f
escape the project param
2014-06-11 10:34:02 +02:00
Adam Harvey
b299c0446b
Don't include trailing commas in automatically generated links.
2014-05-29 11:01:27 -07:00
Sobak
08e7b88d8b
Some code tweaks
2014-05-18 19:11:35 +02:00
Sobak
5d4b022d76
Validate email address with filter_var instead of regexp
2014-05-18 18:37:07 +02:00
Sobak
ba0aebcf87
Improved title of mail informing about assignment to the bug
2014-03-26 14:54:46 +01:00
Sobak
fe7ea4178c
Simplified anchor to the top
2014-03-16 21:51:58 +01:00
Sobak
51ad10d813
Main menu optimization
2014-03-16 21:49:44 +01:00
Felipe Pena
0cb3286945
- Added str_size_and_int64 branch to menu version (to report bug to this specific branch)
2013-11-04 08:58:38 -02:00
Rasmus Lerdorf
896655fbb3
Merge branch 'pull-request/3'
...
Just in case we have distro folks not on security@
2013-10-18 23:35:10 -07:00
danbrown
fa94d93274
Addresses bug #64929 .
2013-06-05 12:15:58 -04:00
Ferenc Kovacs
99803ca676
make the return value of get_package_mail() more consistent. previously the third item of the returned array could contain either the bcc or the params based on one of the input arguments
2013-02-18 00:05:43 +01:00
Ferenc Kovacs
aa2e2a31c1
log the error message
2013-02-17 23:29:37 +01:00
Ferenc Kovacs
44ec824824
REMOTE_ADDR not set when called from cli
2013-02-17 23:22:48 +01:00
Ferenc Kovacs
dc3a9960e8
this is how you do it. stupid me.
2013-01-24 00:57:16 +01:00
Ferenc Kovacs
f095feecf2
let's try this way.
2013-01-23 13:46:03 +01:00
Ferenc Kovacs
f60160dbd0
isn't initialized on every page, for those use the user object from the session :/
2013-01-23 12:49:54 +01:00
Ferenc Kovacs
caa6c2d677
quicklink for the assigned bugs of the current user
2013-01-23 12:16:23 +01:00
Felipe Pena
688153af05
- Added "Related reports" tab to display the related bug reports
2012-12-23 19:54:01 -02:00
Raphael Geissert
a921be3779
Add missing "global $security_distro_people"
...
It was missing for the change in 6d41525 to actually work.
Thanks to David Soria Parra for spotting it.
2012-09-26 18:10:09 -05:00
Felipe Pena
3d21e3d353
- Removed unused argument
2012-09-20 19:24:00 -03:00
Felipe Pena
f33bc023e5
- Fix function declaration
2012-09-19 10:55:02 -03:00
Felipe Pena
fd5ae63466
- Fixed mail information and bug email change on automatic bug closing
2012-09-19 10:51:34 -03:00
Felipe Pena
74f3aa9d5f
- Fixed mail author in the automatic bug closing
2012-09-18 08:23:19 -03:00
Raphael Geissert
6d41525e49
Email security reports to distribution's security contacts
...
Only php.net's security team was receiving security reports, making
them go unnoticed to the distribution contacts.
This patch assumes that people in the $security_developers array (other
than those in $security_distro_people) receive a copy from php.net's
security address exploder.
2012-09-13 12:05:17 -05:00
Felipe Pena
4a031e5768
- Fixed bug #63068 (Auto bug closing via commit messages don't update the bug history)
2012-09-12 12:07:54 -03:00