Commit Graph

35 Commits

Author SHA1 Message Date
ec548a46b7 Added MDE (issue #4) 2017-09-15 13:56:24 +07:00
00c5aba77d Huge updates:
1. Redesigned the web
2. Fixed logging in redirect issue
3. Added new route
4. Fixed sql issue on entry
5. Fixed typos
2017-09-14 16:39:53 +07:00
213f598631 Created data filter to avoid XSS attack 2017-09-11 11:35:35 +07:00
04ac2155db Changed login method from put to post 2017-09-11 08:52:35 +07:00
645d98843b Fix error codes issue 2017-09-09 13:17:44 +07:00
59d8c11d9b Changed database interaction structures 2017-09-09 11:21:51 +07:00
1de9cb6447 Changed actions order. 2017-09-08 16:30:16 +07:00
882e635081 Now can reactivate a nonactive category 2017-09-08 15:49:57 +07:00
7edda5c225 Set log timezone to Asia/Jakarta 2017-09-08 14:29:30 +07:00
9868d3397b Clean Error.php 2017-09-08 14:22:22 +07:00
8956b17434 Changed login/logout process 2017-09-08 10:05:42 +07:00
23622bc5a8 Added error handler 2017-09-07 16:12:17 +07:00
796148a532 Nonactivate a post manually causes its status changed to 3 which cannot be edited and its status cannot be changed. 2017-09-07 13:45:05 +07:00
cf7d5b4c5a Now can include WHERE clause on showAll() method 2017-09-07 11:21:15 +07:00
6f65c067df Fix posts status issues 2017-09-07 10:39:54 +07:00
91347e3597 Remove validation class 2017-09-06 14:49:50 +07:00
bb834494bd Cannot update with same value 2017-09-06 14:48:47 +07:00
71fb5e4933 - Added database validation
- Added valid date for posts
- Fix passing data to htmls conflicts
2017-09-06 10:40:05 +07:00
f8f4398007 Added login function 2017-09-05 13:36:19 +07:00
47d455063f - Code design
- Passing data from users table
2017-09-05 11:30:11 +07:00
1381593163 Added function to deactivate post 2017-09-05 10:53:03 +07:00
61060dd393 Function edit works successfuly 2017-09-05 10:24:44 +07:00
c64064321e - Function to store and get worked good
- Token works great
- Session works great
2017-09-05 10:01:27 +07:00
06c4e2a74e Added input handler, redirector, session handler, and token handler. 2017-09-04 16:25:11 +07:00
287bd4beab Fixing render path 2017-09-04 14:33:03 +07:00
7fa99eb6d8 Registering twig to project 2017-09-04 14:08:36 +07:00
bfdd632adf Fix errors in the router 2017-09-04 11:02:25 +07:00
62430ff905 - Methods that are same (e.g. entry(), update(), delete(), etc.) defined in the parent.
- Added function when entry multiple rows (in this case is when putting
categories).
- Do test.
2017-09-04 10:37:25 +07:00
836a4d8995 Modify Model set functions to abstract, create Access interactions, do test. 2017-08-31 15:54:50 +07:00
031a188f5b Make a better database interactions 2017-08-31 15:09:43 +07:00
a075e1c36e Modify Model become abstract, create database interactions and do test. 2017-08-31 14:53:17 +07:00
5ca179fac7 Modify Model.php 2017-08-31 13:31:52 +07:00
1235bd4148 Create database connection using configuration then do a test 2017-08-31 13:21:38 +07:00
6666d674a6 Modify router to accept variables and do test 2017-08-31 10:21:55 +07:00
ffea1b6b6c Create Core/Router and public/index then test the Router 2017-08-31 08:59:49 +07:00