History log of /web-bugs/src/Repository/ReasonRepository.php (Results 1 – 8 of 8)
Revision Date Author Comments
# 8061e3a0 18-Aug-2021 沈唁 <52o@qq52o.cn>

Update ReasonRepository.php


# e8be4914 29-Jul-2019 Stanislav Malyshev

Update bug resolution reasons

Remove SVN references, and snaps doesn't seem to work anymore,
so don't refer to it.


# e7ef0c62 18-Jul-2019 Sara Golemon

Flip whitespace to match the original file's 4-space format


# 87120c33 18-Jul-2019 Sara Golemon

Fix filtering logic


# 4b52935a 18-Jul-2019 Sara Golemon

Get reasons from hard-coded list, instead of database

This commit changes the source in a way that
looks identical to the original format.

Follow diffs should consider reorganiz

Get reasons from hard-coded list, instead of database

This commit changes the source in a way that
looks identical to the original format.

Follow diffs should consider reorganizing
the data structure to remove DB specific fields
like ID, and remove the Repository container pattern.

show more ...


# 9531cd15 22-May-2019 Pieter Hordijk

Converted the current admin pages (/admin) to use proper templates and repositories


# 7203dec3 17-Dec-2018 Peter Kokot

Fix SQL string typo


# a5b6fa07 16-Dec-2018 Peter Kokot

Refactor get_resolve_reasons() to repository class