Fixed a bug in a post page resulting in the post content not showing up. It was caused by a bug in the script causing an sql error. So the single post pages now work again.
Social network/blog platform project still under construction
This project is still in development stage, not all features implemented. It is hosted in same hosting as my Personal Site. You can also check my Twitter account if interested. A valid account is required to be able to post here. Register first if you don't have one. An invite code is also required to complete the registration.
Development status
Posts by staff tagged bugfix
Small bug fixed in single post view. Finally it's a way less of problems to deal with in the world.
Some improvements behind the scenes were done to the code of this site. Mainly bugfixes and management features not visible to regular users.
Bugs found, bugs fixed. Special cases of certain parameters are now handled correctly. Returns 404 instead of unexpected results where a 404 should be.
Fixed a javascript bug in post form. Form is now correctly updated after changing post type while in mobile.
Post should not be created when image input field is missing from form submit when using image post type.
Implemented more logging, added correct headers where needed (posts, register/login pages, etc.).
Images included in posts are now directly requested using secure protocol. No more insecure to secure page redirection when loading the page.
Added a first implementation of text formattiing to visual editor. Now selection can be formatted as bold, italic and underline, no way to undo it though w/o editing html
Edit:Strikethrough added, fixed a small bug in editor.
Edit:
The handling of divs in visual editor is now improved
The new lines are correctly rendered from within divs
With </div><div> formation replaced with line breaks
though something might still be buggy
The new lines are correctly rendered from within divs
With </div><div> formation replaced with line breaks
though something might still be buggy
Fixed editing of text posts. Also tags are now displayed if present. Tag editing feature is not yet implemented at this time.
Refresh should not resend form data on page reload, also post errors display correctly if any exist.