stable

Clone or download

Read-only

Introduce project history

Part of story #9589: Get rid of Bootstrap in site admin / projects When you go to admin » projects » project » change history, you see the list of all events that occured on the project. This list is paginated. When you go to admin » pending projects » Edit project details » change history, then the change history is empty (since the project is still pending). Please note that the filter section is incomplete and doesn't work. It will be done in a dedicated commit. Change-Id: I31b6638141df5f9655a8a5a98ef93042181dc6e5

Modified Files

Name
M site-content/en_US/admin/admin.tab +4 −0 Go to diff View file
M site-content/fr_FR/admin/admin.tab +4 −0 Go to diff View file
M src/common/autoload.php +5 −2 Go to diff View file
A src/common/project/Admin/ProjectHistoryPresenter.php +85 −0 Go to diff View file
A src/common/project/Admin/ProjectHistoryResultsPresenter.php +109 −0 Go to diff View file
A src/common/project/Admin/ProjectHistorySearchPresenter.php +65 −0 Go to diff View file
A src/templates/admin/projects/project-history.mustache +93 −0 Go to diff View file
M src/www/admin/projecthistory.php +24 −1 Go to diff View file
A src/www/themes/BurningParrot/css/includes/_siteadmin-project-history.scss +60 −0 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_siteadmin.scss +1 −0 Go to diff View file