summary refs log tree commit diff stats
path: root/includes
Commit message (Collapse)AuthorAgeFilesLines
...
* Adjusted Rightbar for FouripediaStarla Insigna2008-12-141-1/+4
|
* Fixed NavBar for Fourm and FouripediaStarla Insigna2008-12-141-0/+5
|
* Major design and code overhaulStarla Insigna2008-12-145-29/+70
| | | | I don't know, a lot of stuffses happened that I don't quite remember anymore. Goodness, that's not good.
* Fixed BBCode parsing glitchStarla Insigna2008-12-131-4/+6
| | | | | | | | | | | | As previously seen in the 24 Ways post, there was a strange BBCode parsing glitch caused by a few circumstances. There had to be a BBCode tag that had a parametered definition and a non-parametered definition. Both had to appear in the same post and the parametered had to appear before the non-parametered. Because the Four Island BBCode parsing system parses non-parametered tags first, it finds the opening tag of the non-parametered tag first, but when it tries to find the closing tag, because it is searching from the beginning of the tag, it finds the closing tag of the parametered tag. This causes strange things to happen. This has been fixed by forcing the parsing system to start searching for the closing tag after the position where the starting tag is.
* Optimized postingStarla Insigna2008-12-131-5/+4
| | | | | Previously, Four Island posted a blog, and then searched through the table looking for it so it could retrieve its ID. Now, the "mysql_insert_id()" function is used instead.
* Fixed unique_id overridingStarla Insigna2008-12-121-20/+23
|
* Created own bbcode systemStarla Insigna2008-12-102-118/+104
| | | | | To be able to test for Internet Explorer troubles, the dependency on the bbcode PECL module had to be dropped, and so it has been. Hopefully this BBCode module works.
* Tweaked tag cloudStarla Insigna2008-12-091-1/+1
| | | | | Previously, the tag cloud excluded tags which weren't used for "published" posts, but when counting the ones that were, it also counted any instances of the tag in other types of posts. This has now been fixed.
* Fixed updatePending.php tag bugStarla Insigna2008-12-091-1/+1
| | | | It was incorrectly fixed last time, but this time should be right.
* Enhanced tag cloudStarla Insigna2008-12-091-6/+7
|
* Fixed pending update tag problemStarla Insigna2008-12-091-1/+2
| | | | | | The pending post automatic poster was accidentally not posting the tags that go along with the posts because it was not updated when the new tag system came out.
* Added a tag cloudStarla Insigna2008-12-071-0/+27
|
* Redid multiple tag systemStarla Insigna2008-12-072-4/+40
| | | | | | This new tag system has a seperate table for tags. This way, a tag cloud can be made much more easily than if using the previous system. This changeset requires manual maintinence.
* Changed failsafe Gravatar to WavatarStarla Insigna2008-12-071-1/+0
|
* 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