fixed cropping image
This commit is contained in:
@@ -8,7 +8,9 @@
|
||||
- [x] Ensure a consistent design & UX aesthetic --- v0.1.0
|
||||
- [ ] Sensible CSS class names for a modular styling approach --- v0.2.0
|
||||
|
||||
#### Security
|
||||
- [x] Convert db_functions.php queries/statements into prepared SQL for protection against SQL injection --- v0.2.0
|
||||
- [ ] XSS prevention --- v0.2.0
|
||||
|
||||
- [ ] Email Handler:
|
||||
- [ ] Email users subscribed to author or tag whenever a new article is posted. --- v0.3.0
|
||||
@@ -34,7 +36,7 @@
|
||||
- [x] Get Users (requires auth) --- v0.2.0
|
||||
- [x] Create Users (requires auth) --- v0.2.0
|
||||
- [x] Delete Users --- v0.2.0
|
||||
- [ ] Get User (for public facing account page) --- v0.2.0
|
||||
- [x] Get User (for public facing account page) --- v0.2.0
|
||||
|
||||
#### Analytics on Accounts (requires auth) --- account_analytic_functions.php
|
||||
- [ ] Get Users by Creation --- v0.3.0
|
||||
@@ -45,7 +47,7 @@
|
||||
#### Account Systems Interfaces
|
||||
- [x] Sign Up & Login Form --- v0.1.0
|
||||
- [x] Account Settings (requires login, self) --- v0.1.0
|
||||
- [ ] Account Page (of each user, hidden by default) --- v0.2.0
|
||||
- [x] Account Page (of each user, hidden by default) --- v0.2.0
|
||||
- [ ] Allow for user customization of their account page (colors, layout, maybe even let them have their own CSS file to make changes) --- v0.2.0
|
||||
|
||||
- [ ] Articles:
|
||||
|
||||
Reference in New Issue
Block a user