All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
- Delete method, named incorrrectly
- RESTful controller
- Everything
- Store function in XML Model
- Writing back to csv file
- All folders and files to 775 and the data folder to 777
- XML Model
- Load function in XML Model
- converted some tasks to xml
- Many more tests in tasktest.php
- Fixed models/Task.php to check if string for task name
- Many more tests in tasktest.php
- Entity.php from application/models to application/core
- Get magic method to entity class
- Get methods for each variable in task class
- Require Once to Task class as Entity was moved to core folder from models
- Autoload to remove Entity from models array
- TaskTest to utilise the magic methods, as before they were using the methods directly
- .travis.yml
- PHPunitxml.dist, to generate report
- Report generated
- TaskListTest, finished to test tasks class
- Commented out exceptions in Task Class
- Added entity to autoload
- TaskTest, finished to test task class
- Added exceptions to Task class
- made properties public
- Entity Class
- Task class that extends entity and has setter methods
- Size, group, and status in form to add a new todo item
- Mtce add/edit/delete methods
- Fixed some core/memory_model bugs
- Fixed some models/App bugs
- Role specific maintenance list: list appears different to guests and owners
- controller/views.php complete function which allows for the completion of tasks
- core/memory_model to fix php error
- views/itemnav.php
- view/itemlist.php
- mtce controller for pagination handling
- mtce controller reworking to work with merge conflict (moved role code into show_page)
- Roles controller
- Changed project to use sessions
- Mtce (Maintanence Controller)
- views/itemlist.php
- Bootstrap bug
- Jobs.md
- Added parsedown library
- Helpme controller
- Fixed template_secondary to have menubar and copyright
- Views controller
- by_priority view
- by_category view
- Completed Job 2 (Shows tasks in table, and number of tasks remaining)
- changelog.md
- Tasks model