All releases of diggClone


Release Notes: This release adds an admin section to manage posts, users, and sections. To create admins, set their admin column values to "1" in the database.


Release Notes: This release adds "edit" and "delete" links and forms for the admin users, restricts admin forms to admin only logins, adds pagination on display pages, adds a "top voters" page, updates the database layout to add "date_voted" to the post_votes table, and finishes the "latest votes" page using AJAX to get the latest data every 5 seconds.


Release Notes: The hard-coded user ID on the "make post" form has been fixed. XML feed buttons now adjust based on what section you're looking at. A "user" page has been added that lists posts and comments made by the user. post_count.php has been renamed to xml_interface.php to make it more of a general interface. inc/cast_votes.php and inc/search.php have been removed in favor of having index.php handle their jobs. A "Contact Us" form has been added.


Release Notes: An updated voting system to only allow one vote per user per post (Javascript error message). Sections links are made in post-display. URLs have been updated for different pages (index vs cast_votes). A "fade" image and CSS have been added to the "pending" posts. A search term (using LIKE) to find posts has been added.