Skip to content

Releases: mathiiii-dev/Blog

V1

15 Dec 23:05
Compare
Choose a tag to compare

First version

This is first version of the blog. In thge blog you can create your profile, create your post and answer. You can update and delete them. There is the full administration panel where an admin can validate or not posts and answers. Some page are secure with roles for example only admin can access to the administration panel.

V0.6

10 Dec 14:11
2e5e7e7
Compare
Choose a tag to compare

What's new in this version ?

This new version come with the administration part. The administration is only available for user identified as Admin, there he can see all the post and answer that have been created and waiting for validation. He can choose to delete the post or answer, and the same for any answer.
I also add a pagination to the posts page, so it's showing only 12 posts by page. This version also includes the message that shows up when an action is realise on the blog.

Linked issue

Listing unvalidate post #4
Listing unvalidate answer #1
Post Pagination #70
Message Falsh #64

V0.5

20 Nov 14:39
50e88cc
Compare
Choose a tag to compare

What's new in this version ?

In this version I add the possibility to answer a post. You can modify or delete this answer (Only if you are registered). I also add a page where we can see all the post that have been created. Now when a user is created, it also creates his profile and then the user can modify this profile by adding a picture, a description and his country. The profil is visible by anyone and on the profile you can see all the post created by this user.

Linked issue

Create answer #35
Modify answer #8
Delete answer #7
Listing all post #31
Create profile #30
Modify profile #18

V0.4

30 Oct 14:42
78c1905
Compare
Choose a tag to compare

What's new in this version ?

Now you can create a post, you modify and delete it. Only if you are the creator of the post. I also add http error handling. If a post doesn't exist now a 404 error page appear. You need to be register to create a post (if not, a 500 error page will appear), but you can see the post without a registration.

Linked issue

Create a post #34
Add editor plugin #10
Modify a post #11
Delete a post #9
Create single page for a post #4

V0.3

15 Oct 14:31
67323e0
Compare
Choose a tag to compare

What's new in this version ?

In this new version there is new working sign in system, so you can create a user and later acces the post page.
Some page changed when you are connected as a user or not.
I alo used cookie to keep session info when a checkbox is checked.

Linked issue

Sign In Form #26
Sign In System #6
Set up remember me #17

v0.2

04 Oct 16:29
Compare
Choose a tag to compare

What's new in this version ?

In this version I added the sign up system and a working contact form (locally).
You can create your account and later you will access all the post from the blog with this account.

Linked issue

Form Contact #29
Sign up form #22
Sign up system #5

v0.1

24 Sep 12:50
de1841a
Compare
Choose a tag to compare

What's new in this version ?

It's the first version of the blog with just the home page.

I created the project directories, install all the dependencies I need and I start the Home page.

I also created the base and navbar template with twig.

Linked issue

Initiat project directory : #16
Install Composer : #27
Install Twig : #32
Install Bootstrap : #15
Create the database : #24
Routing system : #12
Create Home page : #21
Create navbar template #28
Create base template #25
Integration Bootstrap theme : #23