| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
|\ |
|
| |
| |
| |
| |
| | |
Apparently people actually do like the sixth layout. It was just me
being paranoid, they were busy over there.
|
|/
|
|
|
| |
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.
|
|
|
|
| |
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.
|
|
|
|
| |
Saturday is Four Island's weekly poll day, so normal articles should not be posted on that day.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Since MediaWiki was introduced to Four Island, the old wiki module hasn't been used, so it is not necessary to be present.
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
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.
|
|
|
|
| |
gEdit creates these waaaay too often. GAH, they're annoying.
|
|
|
|
|
| |
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.
|
|
|
|
| |
Really, there is no reason to have a CAPTCHA on a Login page. reCaptcha can be re-added to Four Island when a registration page is created.
|
|\
| |
| |
| | |
GAH!
|
| | |
|
|/ |
|
|
|