summary refs log tree commit diff stats
path: root/includes
Commit message (Collapse)AuthorAgeFilesLines
* Created a "Mantainence Mode"Starla Insigna2008-12-071-0/+39
| | | | | | A mantainence has been created in the config table so that when it is on, users other than the localhost only see a temporarily down message, while localhost can still access Four Island. This will be useful during times when changes in this repository do things that require the database schema to be changed or scripts to be run, such as the previous three changesets.
* Removed comment rating systemStarla Insigna2008-12-072-35/+1
|
* Moved pingbacks to a seperate tableStarla Insigna2008-12-072-8/+5
| | | | | Because pingbacks just aren't comments, they shouldn't be stored in the comments table. So, a new table has been created for them and the blog post view pages have been accomodated to show them at the bottom just like the related posts are shown.
* Added support for a variable amount of tagsStarla Insigna2008-12-072-3/+3
| | | | | | Previously, the blogging engine only allowed for three tags per post, and it also stored each in seperate fields. Now, all tags are stored in one field and there can be more than three. The only functionality that has been removed because of this is that now, on archive pages, tags are not shown next to the current month's posts as they used to be, because the Four Island templating system does not yet support sub-blocks of sub-blocks.
* Disabled pending queue on SaturdaysStarla Insigna2008-12-051-1/+1
| | | | Saturday is Four Island's weekly poll day, so normal articles should not be posted on that day.
* Re-enabled pending queueStarla Insigna2008-11-241-1/+1
|
* Created the 6th layoutStarla Insigna2008-11-224-16/+10
|
* Added commenting to Quotes moduleStarla Insigna2008-11-201-9/+24
|
* Fixed a few code nagsStarla Insigna2008-11-191-64/+64
|
* Removed includes/phpsvnclient.phpStarla Insigna2008-11-194-2881/+0
| | | | | | phpsvnclient.php was previously used to interface the Four Island Subversion Repositories so changesets could be seen via the RSS feed, but not only not many people want this in their RSS feed, and the people that did could get a seperate feed, but Four Island no longer uses Subversion, instead it uses the better, distributive Mercurial.
* Removed IP logging codeStarla Insigna2008-11-191-2/+0
| | | | | The hit counter previously saved all IP addresses to a folder in the root directory called "ipdetails.txt". This is seriously unnecessary as Apache keeps it's own logs and Four Island already stores tracking data (for popularity) in it's database.
* Removed "title" field from commentsStarla Insigna2008-11-191-9/+1
| | | | | Previously, for about two weeks (while Four Island was down), Four Island used a threaded commenting system with comment titles (yes, like Slashdot). I quickly grew tired of this and was too lazy to completely remove the title field.
* Fixed permissionsStarla Insigna2008-11-1925-0/+0
|
* Imported sourcesStarla Insigna2008-11-1927-0/+11049