summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed blog post Next/Previous linksStarla Insigna2008-12-131-2/+2
| | | | | Previously, when a post was deleted, it's adjacent posts displayed nothing for the respective Next/Previous link because there was no post with an ID exactly one before or after it. Now, blog.php just looks for the next or previous ID, regardless of if it's actually adjacent.
* Optimized postingStarla Insigna2008-12-132-17/+13
| | | | | 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
|
* Replaced JS bubblesStarla Insigna2008-12-124-297/+20
| | | | | Now, instead of creating bubbles using JavaScript, they are created using the CSS3 style "border-radius" commands.
* Merged headsStarla Insigna2008-12-111-0/+1
|\
| * Fixed RSS feedStarla Insigna2008-12-111-0/+1
| | | | | | | | | | When the BBCode parsing engine declared a dependency on a function in the functions.php file, the RSS feed was never updated to include it, so the BBCode parser failed and the feed remained empty. This has now been fixed.
* | Added Pyro's blog to the blogrollStarla Insigna2008-12-111-0/+5
|/
* 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.
* Removed trace of "comments" moduleStarla Insigna2008-12-102-3/+1
| | | | | This was introduced when the threaded commenting system was created (now long-since removed). However, the links to the non-existant comments module were still there, and that confused visitors.
* Replaced all "www" subdomain linksStarla Insigna2008-12-104-6/+5
| | | | | For some reason, the source is full of www subdomain links. The rewriting engine doesn't seem to rewrite correctly, so most www subdomain links forward to the original URL, not the rewritten URL, which is the base of the Pingback error.
* Fixed long-time poll glitchStarla Insigna2008-12-093-46/+44
| | | | | After you voted on the POTW, the resulting page used to be very strange and hideous. This has finally, after being like this since the beginning of the third layout, been fixed.
* 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-092-7/+8
|
* 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-072-0/+43
|
* Changed Gravatar failsafe to IdenticonStarla Insigna2008-12-071-1/+1
|
* Redid multiple tag systemStarla Insigna2008-12-076-26/+90
| | | | | | 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-072-2/+1
|
* Moved pingbacks up in layoutStarla Insigna2008-12-071-17/+18
| | | | They look better up there. :)
* Removed "comic" moduleStarla Insigna2008-12-074-263/+0
| | | | | As KFM is pretty much dead, there is no need for an incomplete comic viewing module. Anyway, if I was ever going to start KFM again, the comics would be displayed on the main blog.
* Created a "Mantainence Mode"Starla Insigna2008-12-073-0/+46
| | | | | | 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-074-109/+21
|
* Moved pingbacks to a seperate tableStarla Insigna2008-12-078-39/+49
| | | | | 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-0712-71/+66
| | | | | | 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.
* Merged the backout of the revokal of Layout 6Starla Insigna2008-12-0670-353/+160
|\
| * Revoked the revokal of Layout 6Starla Insigna2008-12-0695-353/+160
| | | | | | | | | | Apparently people actually do like the sixth layout. It was just me being paranoid, they were busy over there.
* | Redirected blog post urlsStarla Insigna2008-12-061-0/+5
|/ | | | | It turns out that FeedBurner somehow gets a hold of the original URLs for blog posts instead of the rewritten ones, so users clicking on them go there. I've fixed the problem by checking for "index.php" in the URL in blog.php, and redirecting if it finds it. This was the problem with the Pingback thing.
* Reverted back to layout 4Starla Insigna2008-12-0695-160/+353
| | | | Oh so many people complained at the new, pretty layout. The decision was reached in the Poll of the Week: Layout 6 had to go.
* 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.
* Fixed Pingback display problemStarla Insigna2008-12-052-7/+15
| | | | | | This was only noticed when a lot of attention was put on the pingback engine when TimTam's pingback (http://tamasys.wordpress.com/2008/12/03/the-closest-book/) to (http://fourisland.com/blog/of-books-and-memes/) failed. This in itself was not the actual problem, that being that TimTam seems to have used the incorrect URL to link to said post, but this was also noticed as rendering the pingbacks themselves as absolutely ugly comments.
* Fixed night-cite coloringStarla Insigna2008-11-271-1/+1
| | | | | The <CITE>s of bubbles were configured to be colored yellow at night, but it should only have been done for the blog, which has no background. This has been fixed.
* Added Quotes option linksStarla Insigna2008-11-273-0/+54
|
* Added affiliates links backStarla Insigna2008-11-271-0/+32
|
* Added partial background to some modulesStarla Insigna2008-11-272-1/+9
| | | | | | There have been complaints that Four Island is hard to read in the night because all of the text is black. So, for the Blog, whoose only text that is directly in front of the background is cite text, the cite text has been changed to yellow at night. For the rest, the 4th layout-style center background has been added back, to greater effect with the fade-out at the top.
* Fixed up printing stylesheetStarla Insigna2008-11-272-1/+14
|
* Removed unused Uniform CSSStarla Insigna2008-11-273-271/+1
|
* Removed unnesscary Quotes CSSStarla Insigna2008-11-279-251/+49
|
* Added MSIE CSS fixing scriptStarla Insigna2008-11-252-0/+7
|
* Returned holiday backgroundsStarla Insigna2008-11-2426-11/+129
|
* Prettified stylesheetsStarla Insigna2008-11-247-744/+550
|
* Returned day and night effectsStarla Insigna2008-11-2411-220/+232
|
* Reworked background styleStarla Insigna2008-11-244-1/+15
| | | | | I still need to bring back the old backgrounds and the style sheet that decided between them. I'll do that as soon as I can be bothered.
* Re-enabled pending queueStarla Insigna2008-11-241-1/+1
|
* Created the 6th layoutStarla Insigna2008-11-22101-723/+262
|
* Added commenting to Quotes moduleStarla Insigna2008-11-203-10/+27
|
* Fixed a few code nagsStarla Insigna2008-11-193-66/+66
|
* Removed includes/phpsvnclient.phpStarla Insigna2008-11-196-3029/+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 'wiki' moduleStarla Insigna2008-11-1910-323/+0
| | | | Since MediaWiki was introduced to Four Island, the old wiki module hasn't been used, so it is not necessary to be present.
* Improved Quotes Admin moduleStarla Insigna2008-11-193-29/+40
| | | | | Fixed the Quotes Management module in the admin panel so that comments with line breaks in them would actually show up on individual lines. Also, the quotes can be distinguished from one another by every other row in the table being shaded differently.