#
31edeaf6 |
| 01-Aug-2024 |
Derick Rethans |
Fixed 'Last Modified' checking correctly
|
#
4792d120 |
| 31-Jul-2024 |
Derick Rethans |
Fix PHP 8.2/8.3 warnings and deprecations
|
#
4efb5c34 |
| 21-Oct-2021 |
Nikita Popov |
Disable submission of "Documentation Problem" bugs Instead point people to the php/doc-en repository. It's still possible to change the bug type to "Documentation Problem" after
Disable submission of "Documentation Problem" bugs Instead point people to the php/doc-en repository. It's still possible to change the bug type to "Documentation Problem" after it has been submitted, e.g. if it turns out a bug is really a documentation issue.
show more ...
|
#
010107de |
| 21-Oct-2021 |
peterdd |
clickable labels for radio and checkboxes in bug search form (#96) * usability: make label clickable for radio input * set a right padding for the label so it is obvious t
clickable labels for radio and checkboxes in bug search form (#96) * usability: make label clickable for radio input * set a right padding for the label so it is obvious the label is for the left side radio select. * clickable labels for asc/desc radio select * right padding also for the asc/desc labels * make the "NOT" checkbox labels clickable
show more ...
|
#
9d47b05f |
| 22-May-2019 |
Peter Kokot |
Convert all tabs to spaces
|
#
6d59ead0 |
| 05-May-2019 |
Peter Kokot |
Fix undefined index if bug status not set
|
#
9b248f9e |
| 10-Dec-2018 |
Peter Kokot |
Refactor get_pseudo_packages() to repository class Changes: - get_pseudo_packages() function is moved to its own repository class. - Database::queryAll() removed since it is not used
Refactor get_pseudo_packages() to repository class Changes: - get_pseudo_packages() function is moved to its own repository class. - Database::queryAll() removed since it is not used and the method arguments don't match the number of used arguments anymore - Project types configuration is moved to repository class for now. - Some unused items removed - Some template changes and show_project_options() helper function integrated in the view layer directly since it is used in a simplified way.
show more ...
|
#
904b512d |
| 17-Sep-2018 |
zrhoffman |
search_for: We need to validate string ints with a regex, not a typecast
|
#
23298a12 |
| 17-Jul-2018 |
Rasmus Lerdorf |
New bugs.php.net code
|
#
7cbdc46c |
| 23-Oct-2017 |
Kalle Sommer Nielsen |
Fix annoying array to string error if you are logged in as a security dev, this will no longer make some links look like '...&0=Array...'
|
#
6c3fa2f4 |
| 09-May-2015 |
Andreas Heigl |
Adds possibility to search for commenter-email THis commit enables us to search for bugs that have been commented using a certain email-address
|
#
232f1497 |
| 03-Aug-2014 |
Michael |
Remove XHTML
|
#
a2ad5cd4 |
| 22-Jul-2014 |
Boro Sitnikovski |
Update search.php
|
#
a4630841 |
| 18-May-2014 |
Sobak |
Omit empty parameters in URL
|
#
1cc2e658 |
| 08-Feb-2013 |
Johannes Schlüter |
Add search suppot or bugs with pull requets Searching for bugs with patch OR pull request currently isn't possible, aöö searches use AND.
|
#
7edfcbd8 |
| 23-May-2012 |
Felipe Pena |
- Fix warning
|
#
2fe54f62 |
| 04-Feb-2012 |
Jakub Vrana |
Use @php.net in author email button
|
#
f4dfa3cc |
| 20-Jan-2012 |
Rasmus Lerdorf |
XSS fix
|
#
eb40f14e |
| 12-Oct-2011 |
Felipe Pena |
- Missing project= in the link for pagination
|
#
cc16c494 |
| 12-Oct-2011 |
Felipe Pena |
- Added option to search for project (php, pecl) - Restored behavior to send mail to package maintainers instead of pecl lists
|
#
158de11c |
| 20-Jul-2011 |
Philip Olson |
Made summary a link, as requested by Justin Martin's touchpad
|
#
596d85dc |
| 23-Mar-2011 |
Felipe Pena |
- Missing start session
|
#
332dec84 |
| 13-Dec-2010 |
Felipe Pena |
- Propagates the private search option when user has access
|
#
6ab9545b |
| 12-Dec-2010 |
Felipe Pena |
- Added option to search for bugs marked as private
|
#
6b71d6f2 |
| 12-Dec-2010 |
Felipe Pena |
- Just set a different color when the bug is in a private mode
|