Releases: aam29dc/untitled_forums
0.4.0.1
0.4 Stable Release
renamed and moved .php files around for a more intuitive design: layout elements, & different pages are in the root folder, and actions are in the php folder(with the exception of a few files), delay added before refreshing page after posting to a thread, to help alleviate a possible race-condition, long threads on home page are shortened with a [continued], polished code, & many bug fixes.
0.3.8
0.3.6
0.3.5
*added replies to posts in thread
*see who upvoted a post by mousing over the # next to the upvote button
*add like/dislikes # to each post
*sort posts in thread, except OP thread, by first date, last date
*fixed get query strings method in PHP & JS
*fixed edit post on non-moderators
0.3.4
0.3.3
0.3.2
0.3.1
Updates with JavaScript, and AJAX: Now you can post/edit/delete a reply or thread, without redirecting you to another page. Conversations or PM's also don't require a page redirect, making it feel like a modern message app. The login button now is a pop out without redirecting you to the login page. This all makes the site feel like a modern Single Page Application. The site is also fully functional if the user has JS disabled. (Deleted replicated files in 0.3.1)