#
4a29f1a2 |
| 20-Jul-2024 |
Christoph M. Becker |
GH-114: Lock down bug tracker to developers only All further conversation about bugs is supposed to happen on Github. We still allow developers to edit the bug tracker, so they can clean
GH-114: Lock down bug tracker to developers only All further conversation about bugs is supposed to happen on Github. We still allow developers to edit the bug tracker, so they can clean up. We start by disallowing users to add patches.
show more ...
|
#
3c344392 |
| 21-May-2019 |
Peter Kokot |
Fix #62088: Missing changelog entry when adding patch
|
#
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 ...
|
#
fe4c5e81 |
| 23-Dec-2018 |
Kalle Sommer Nielsen |
Minor cleanup
|
#
10b0ad9c |
| 16-Dec-2018 |
Peter Kokot |
Refactor bugs_get_bug() to repository
|
#
8ab9a1d1 |
| 05-Dec-2018 |
Peter Kokot |
Refactor patches uploading This patch moves patches uploading functionality from the outdated HTTP_Upload package to a dedicated service class in the app. Additional changes in
Refactor patches uploading This patch moves patches uploading functionality from the outdated HTTP_Upload package to a dedicated service class in the app. Additional changes in this context: - Functionality concerning retrieving patches data from database has been moved to a separate repository classes. - Some missed bugs fixed when uploading patches and no developer info were recorded. - Obsoleting patches functionality is now working again. - Added a simple unit test.
show more ...
|
#
d337e731 |
| 05-Dec-2018 |
Peter Kokot |
Add dual PSR-4 compatible classes autoloader This patch is a workaround until Composer installation step can be used in production bugs.php.net. Once Composer can be added to the deploym
Add dual PSR-4 compatible classes autoloader This patch is a workaround until Composer installation step can be used in production bugs.php.net. Once Composer can be added to the deployment step together with rsync this can be simplified and only Composer's autoload.php will be used.
show more ...
|
#
35218a28 |
| 03-Dec-2018 |
Peter Kokot |
Refactor numerical Captcha package into class The Text_CAPTCHA_Numeral can be integrated in the project source code instead of using a separate unmaintained dependency. This pat
Refactor numerical Captcha package into class The Text_CAPTCHA_Numeral can be integrated in the project source code instead of using a separate unmaintained dependency. This patch also adds a simple unit test.
show more ...
|
#
a06f85b0 |
| 24-Oct-2018 |
Peter Kokot |
Refactor long array() syntax to short [] Since site is using PHP 5.4+ already, the longer `array()` syntax can be refactored to shorter `[]`. Also code is already using short array s
Refactor long array() syntax to short [] Since site is using PHP 5.4+ already, the longer `array()` syntax can be refactored to shorter `[]`. Also code is already using short array syntax on some places.
show more ...
|
#
180dccfe |
| 17-Oct-2018 |
Peter Kokot |
Trim trailing whitespace
|
#
d04d379e |
| 24-Jul-2017 |
Kalle Sommer Nielsen |
Authenticate before each call to the header, this should probably be done in the header function anyway. Fixes some navigational links only showing on certain pages
|
#
1de55b7a |
| 06-Aug-2014 |
Sobak |
Exit script execution directly in redirect()
|
#
c3110c33 |
| 27-Jan-2012 |
Rasmus Lerdorf |
- The end of an era - switch "Bogus" to "Not a bug" by popular demand - Switch back to master - Add site_method to make it easier to install on non-ssl test sites
|
#
d48ab57d |
| 12-Jan-2012 |
Jakub Vrana |
Name can be passed in $_GET['patchname']
|
#
853299a8 |
| 28-Jun-2011 |
Ferenc Kovacs |
load/link everything from https
|
#
998ecc69 |
| 12-Dec-2010 |
Felipe Pena |
- Added list of security developers - Changed bugs_authenticate function new prototype: (&$user, &$pw, &$logged_in, &$user_flags) $user_flags: define('BUGS_NORMAL_USER', 1<<
- Added list of security developers - Changed bugs_authenticate function new prototype: (&$user, &$pw, &$logged_in, &$user_flags) $user_flags: define('BUGS_NORMAL_USER', 1<<0); define('BUGS_DEV_USER', 1<<1); define('BUGS_TRUSTED_DEV', 1<<2); define('BUGS_SECURITY_DEV', 1<<3);
show more ...
|
#
0e7e9ad6 |
| 08-Dec-2010 |
Felipe Pena |
- Added bugs_has_access() function to simplify the user access check to bug data
|
#
0952a95e |
| 09-Mar-2010 |
Jani Taskinen |
- Spam more people about added patches
|
#
8ab031ef |
| 09-Mar-2010 |
Jani Taskinen |
- Remove unnecessary parameter
|
#
58ee71e2 |
| 09-Mar-2010 |
Jani Taskinen |
- Added function for adding comments
|
#
37f77d64 |
| 06-Mar-2010 |
Philip Olson |
captcha answer can be 0, so changing empty to isset (thanks Yawk)
|
Revision tags: BEFORE_NEW_BUG_TRACKER |
|
#
3a04fad2 |
| 06-Mar-2010 |
Philip Olson |
Disable @php.net emails for those without (and not logged in)
|
#
c9893f13 |
| 05-Mar-2010 |
Philip Olson |
Fixed captcha logic to fail without sessions; logged in users need not apply
|
#
e8ef23cd |
| 03-Mar-2010 |
Jani Taskinen |
- Rename to avoid unnecessary symlink
|