#
381dea42 |
| 05-Apr-2021 |
Nikita Popov |
Directly check token for rpc.php Make this code independent of user authentication by checking for a hardcoded token.
|
#
9d47b05f |
| 22-May-2019 |
Peter Kokot |
Convert all tabs to spaces
|
#
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
|
#
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 ...
|
#
a0b80a83 |
| 23-Oct-2018 |
Peter Kokot |
Add note about rpc.php
|
#
4bdb3034 |
| 23-Oct-2018 |
Peter Kokot |
Refactor PDO wrapper to not depend on MDB2 anymore The Bug_PDO is a thin PDO wrapper not dependant on the MDB2 anymore. The rpc.php page included some old MDB2::errorMessage() usage
Refactor PDO wrapper to not depend on MDB2 anymore The Bug_PDO is a thin PDO wrapper not dependant on the MDB2 anymore. The rpc.php page included some old MDB2::errorMessage() usage which is now refactored differently using only PDO way and current errors handling.
show more ...
|
#
180dccfe |
| 17-Oct-2018 |
Peter Kokot |
Trim trailing whitespace
|
#
638a3fb1 |
| 25-Jul-2017 |
Kalle Sommer Nielsen |
Hopefully last round of fixes for missing session_start() calls, also fixes a poor call to redirect() in login.php
|
#
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
|
#
fd5ae634 |
| 19-Sep-2012 |
Felipe Pena |
- Fixed mail information and bug email change on automatic bug closing
|
#
74f3aa9d |
| 18-Sep-2012 |
Felipe Pena |
- Fixed mail author in the automatic bug closing
|
#
8a5ce16c |
| 12-Sep-2012 |
Felipe Pena |
- Fix missing assignment
|
#
4a031e57 |
| 12-Sep-2012 |
Felipe Pena |
- Fixed bug #63068 (Auto bug closing via commit messages don't update the bug history)
|
#
31876f44 |
| 08-Sep-2012 |
Felipe Pena |
- Send a mail notification when automatically closing a bug report
|
#
2b8f9f18 |
| 08-Sep-2012 |
Felipe Pena |
- Added option to close bug by using POST param status=Closed
|
#
f2e2af72 |
| 12-Dec-2010 |
Felipe Pena |
- Added bug access checks
|
#
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 ...
|
#
36642632 |
| 09-Mar-2010 |
Jani Taskinen |
ws
|
Revision tags: BEFORE_NEW_BUG_TRACKER |
|
#
e8ef23cd |
| 03-Mar-2010 |
Jani Taskinen |
- Rename to avoid unnecessary symlink
|