fd1338e3 | 25-May-2019 |
Peter Kokot |
Revert "Add automatic fixtures generator importer" This reverts commit 5cdac95adc49562291a873c8704de3ceb0d9d398. Due to the https://github.com/php/web-bugs/pull/77 discussion and
Revert "Add automatic fixtures generator importer" This reverts commit 5cdac95adc49562291a873c8704de3ceb0d9d398. Due to the https://github.com/php/web-bugs/pull/77 discussion and request from a prominent member of the PHP group - Kalle - I'm reverting this awesome addition because it caused too many conflicts and issues. So it is not worth of investing more from my side into this neither having a ruined experience further on from any side here. This fix has been really helpful with some development ways but people who maintain this app further better have peace of mind...
show more ...
|
95cdd55d | 23-May-2019 |
Peter Kokot |
Remove unused functions - admin_table_static - admin_table_dynamic - inline_content_menu |
9531cd15 | 22-May-2019 |
Pieter Hordijk |
Converted the current admin pages (/admin) to use proper templates and repositories |
e8bab353 | 23-May-2019 |
Peter Kokot |
Add variables import to included templates |
fe351f79 | 22-May-2019 |
Peter Kokot |
Move quick fix reasons list to template |
03e280e9 | 22-May-2019 |
Pieter Hordijk |
Use noHtml() instead of e() to escape data in href attribute |
49dd23a4 | 22-May-2019 |
Peter Kokot |
Move backtrace pages to templates |
35a1baa2 | 22-May-2019 |
Peter Kokot |
Update phpunit schema version |
5cdac95a | 06-May-2019 |
Peter Kokot |
Add automatic fixtures generator importer When developing site locally, developer needs to have data sets to run manual tests, see how the app is built, and similar. The new additional
Add automatic fixtures generator importer When developing site locally, developer needs to have data sets to run manual tests, see how the app is built, and similar. The new additional command line command using Symfony/Console component creates a main scripts/console entry point for running Commands. Initial set of demo fixtures data is generated using the faker library and includes most data needed to use and test application manually in the local environment.
show more ...
|
9d47b05f | 22-May-2019 |
Peter Kokot |
Convert all tabs to spaces |
80d03e3e | 04-Jan-2019 |
Peter Kokot |
Move simple pages to templates This is initial patch of the series of patches that moves the most simple pages to templates. |
353abb3d | 21-May-2019 |
Peter Kokot |
Fix #64249: Bug tracker doesn't send notifies on adding of pull requests This now sends also notification about GitHub pull request being attached to a bug report. |
3c344392 | 21-May-2019 |
Peter Kokot |
Fix #62088: Missing changelog entry when adding patch |
80abfff4 | 21-May-2019 |
Peter Kokot |
Add sorting and pdo_sqlite requirement to composer.json |
1c9eef52 | 20-May-2019 |
Peter Kokot |
Upgrade to PHP 7.3 Application now also support PHP 7.3 as a minimum for future code changes. |
f762db34 | 16-May-2019 |
Pieter Hordijk |
Add tests fixes - Added filter to phpunit config - This enables support for coverage support - Moved unit tests to dedicated directory - Also created constants for the locations
Add tests fixes - Added filter to phpunit config - This enables support for coverage support - Moved unit tests to dedicated directory - Also created constants for the locations of the fixtures and mocks for testing so we do not have to use relative paths in tests - Updated phpunit to 8 - Added type information to tests - Added return type and parameter type declarations for tests - Added strict types to tests - CS fixes in tests - Aligning arrays, consistent string concatenation, removed unused local vars - Added constant for test cache directory - Make the autoloader also properly work on windows - Windows does not care about the directory separator used so just trim both variant from the end.
show more ...
|
3c825bc8 | 15-May-2019 |
Pieter Hordijk |
Do not use suspended status when requesting a random ticked |
6d59ead0 | 05-May-2019 |
Peter Kokot |
Fix undefined index if bug status not set |
35463d9f | 05-May-2019 |
Peter Kokot |
Fix #77971: Can't access other than 1st page of advanced bug search |
2abc2bd0 | 04-May-2019 |
Peter Kokot |
Bump Composer dependencies |
98337280 | 04-May-2019 |
Peter Kokot |
Fix #77452: Undefined status Wont fix This adds additional explanation of the "Wont fix" status. |
408f4f08 | 05-Mar-2019 |
Peter Cowburn |
add new word to spam list |
7e3870ef | 10-Feb-2019 |
Gabriel Caruso |
Remove PHP 5.6 from "Common searches" list |
5cd2630a | 24-Dec-2018 |
Peter Kokot |
Add dependency injection container This patch introduces a dependency injection container for the PHP bug tracker application. Container deals with the creation of all service classe
Add dependency injection container This patch introduces a dependency injection container for the PHP bug tracker application. Container deals with the creation of all service classes and additionally provides retrieving of configuration parameters. Service classes are used everywhere in the app - from accessing database to uploading files. Configuration parameters include infrastructure configuration (database credentials...) and application level configuration (directories locations...). Container is compatible with the PSR-11 container interface defined so it is simple to quickly understand its usage. Advanced features such as autowiring are not included in this phase.
show more ...
|
102df815 | 25-Jan-2019 |
Peter Kokot |
Bump Composer dependencies |