History log of /web-bugs/ (Results 126 – 150 of 1003)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
8ab9a1d105-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 ...

487a0bc205-Dec-2018 Peter Kokot

Add mbstring extension to required extensions

44706d2e05-Dec-2018 Peter Kokot

Refactor pull requests service class

Changes:
- Class moved to src under App namespace
- Code refactored into repository class and GitHub client for managing
pull requests

Refactor pull requests service class

Changes:
- Class moved to src under App namespace
- Code refactored into repository class and GitHub client for managing
pull requests
- When new pull request is attached to a bug report the info comment is
also added to bug activity as is practice with other activities
already.

show more ...

7306250305-Dec-2018 Peter Kokot

Refactor database classes

3f34375505-Dec-2018 Peter Kokot

Fix typo

d337e73105-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 ...

b4891d7b05-Dec-2018 Peter Kokot

Enable displaying errors for local development environments

a5c3a8b705-Dec-2018 Peter Kokot

Refactor error handling in quick fixing link

This patch refactors error handling from PEAR error to exceptions. Error
handling has been refactored via
23298a123688443276f60143c1261f8

Refactor error handling in quick fixing link

This patch refactors error handling from PEAR error to exceptions. Error
handling has been refactored via
23298a123688443276f60143c1261f85a85873fe.

show more ...

9909448405-Dec-2018 Peter Kokot

Remove PEAR errors usage from no-feedback cron job

The error handling has been refactored via
23298a123688443276f60143c1261f85a85873fe.

c8c85a5705-Dec-2018 Peter Kokot

Replace PEAR error handling with exceptions in pull requests

26f5c26405-Dec-2018 Peter Kokot

Remove unused errors handler function handle_pear_errors()

Function handle_pear_errors() has been made obsolete via
23298a123688443276f60143c1261f85a85873fe

674023bd03-Dec-2018 Peter Kokot

Convert UTF-8 with BOM to UTF-8 without BOM

172d49ac03-Dec-2018 Peter Kokot

Bump Composer dependencies

Changes:
- Add ext-fileinfo to required PHP extensions
- composer update

35218a2803-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 ...

83d6860a03-Dec-2018 Niklas Keller

Add Composer

This patch adds initial Composer files and prepares the project for
using Composer in development environment.

Patch has been initially started via pull request at

Add Composer

This patch adds initial Composer files and prepares the project for
using Composer in development environment.

Patch has been initially started via pull request at
https://github.com/php/web-bugs/pull/27

show more ...

32466d7102-Dec-2018 Peter Kokot

Replace DIRECTORY_SEPARATOR with slash string

The constant DIRECTORY_SEPARATOR is in the used cases not needed to work
ok on Windows. PHP functions in these cases can handle normal slash

Replace DIRECTORY_SEPARATOR with slash string

The constant DIRECTORY_SEPARATOR is in the used cases not needed to work
ok on Windows. PHP functions in these cases can handle normal slash
fine and this patch simplifies this a bit.

show more ...

017e87d802-Dec-2018 Peter Kokot

Add methods and properties visibility

4efd3c3c02-Dec-2018 Peter Kokot

Add uploads directory to .gitignore

3821262524-Nov-2018 Peter Kokot

Refactor each() function to foreach()

The each() function has been deprecated since PHP 7.2 and shouldn't be
used anymore:
- http://php.net/manual/en/function.each.php

0818111c24-Nov-2018 Peter Kokot

Bump minimal required PHP version

13ecc02413-Nov-2018 Christoph M. Becker

Add note regarding active vs. security support

Cf. <https://bugs.php.net/bug.php?id=77126>.

6f59aec804-Nov-2018 Dan Wallis

Fix typo in Add GitHub Pull Request template

6ca9762625-Oct-2018 Peter Kokot

Fix extra indentation

cd01d60c24-Oct-2018 Peter Kokot

Remove redundant script type="text/javascript" attributes

Omitted type means that script is JavaScript [1] and for HTML 5 browsers
can be removed today.

[1] https://developer.mo

Remove redundant script type="text/javascript" attributes

Omitted type means that script is JavaScript [1] and for HTML 5 browsers
can be removed today.

[1] https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script

show more ...

16bea4f824-Oct-2018 Peter Kokot

Refactor SQL files

This separates the SQL files according to its functionality:
- database.sql for creating only database
- schema.sql for creating only database schema
- fixture

Refactor SQL files

This separates the SQL files according to its functionality:
- database.sql for creating only database
- schema.sql for creating only database schema
- fixtures.sql for inserting only data fixtures

This helps in building project from scratch with empty database with
only schema to insert custom development fixtures.

show more ...

12345678910>>...41