Commit Graph

156 Commits

Author SHA1 Message Date
d3d2ba1455 Added default date entry value 2017-09-07 10:43:28 +07:00
6f65c067df Fix posts status issues 2017-09-07 10:39:54 +07:00
05f213045e Change status display of posts 2017-09-07 09:04:14 +07:00
706b15d401 Fix editor privilage issues 2017-09-06 16:01:57 +07:00
9296c7798e Only admin can register new user 2017-09-06 16:01:32 +07:00
6040897552 Fix editor privilage issues 2017-09-06 15:38:30 +07:00
a6267699cc Fix creator and editor name not displaying 2017-09-06 15:08:48 +07:00
b78a84585f Cannot register registered username 2017-09-06 15:04:41 +07:00
c43b4744db Cannot register empty data 2017-09-06 14:53:22 +07:00
0f4cef62a7 Move the process order 2017-09-06 14:51:53 +07:00
91347e3597 Remove validation class 2017-09-06 14:49:50 +07:00
1c65750067 Fix column name issues 2017-09-06 14:49:35 +07:00
992874ce1c Added handler 2017-09-06 14:49:14 +07:00
bb834494bd Cannot update with same value 2017-09-06 14:48:47 +07:00
35947befc1 Cannot input empty data to posts 2017-09-06 14:17:09 +07:00
89315c0930 Added content max length 2017-09-06 14:14:14 +07:00
c77730e516 Fix edit condition conflicts 2017-09-06 14:11:51 +07:00
a9101eb047 Added register privilage 2017-09-06 13:56:40 +07:00
ff67e487ce Added function to register new user 2017-09-06 13:39:10 +07:00
1ee4ca3730 Added function to entry remove categories 2017-09-06 11:50:45 +07:00
01ce24fd39 Added edit validation 2017-09-06 11:19:44 +07:00
a34ce9d0eb Added condition when login invalid 2017-09-06 10:57:17 +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
57dc4ca0b9 Added admin privilages 2017-09-05 14:03:55 +07:00
a4db3c8391 Fixing PDO fetching 2017-09-05 13:37:16 +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
45dbe24da7 Adding token and current timestamp to html. 2017-09-05 08:54:32 +07:00
06c4e2a74e Added input handler, redirector, session handler, and token handler. 2017-09-04 16:25:11 +07:00
e1d70ed8f4 Receive data from database and pass to html using twig 2017-09-04 16:20:27 +07:00
aa60edbbf0 Create function to pass data to html through twig 2017-09-04 15:35:11 +07:00
424737117a Configure html files with twig 2017-09-04 15:05:54 +07:00
e7b5eec29d Create conditions if no id is given. 2017-09-04 14:47:30 +07:00
a2a5289f66 Modify html pages 2017-09-04 14:46:51 +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
81510beb10 Change autoload engine from spl to composer 2017-09-04 11:17:30 +07:00
10ff7818d0 Fix errors while test route 2017-09-04 11:05:10 +07:00
bfdd632adf Fix errors in the router 2017-09-04 11:02:25 +07:00
128d337383 Fix router option in the Router test case. 2017-09-04 10:40:40 +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
58264e39db Modify route options and do test 2017-08-31 15:58:06 +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