summary refs log tree commit diff stats
path: root/pages
Commit message (Collapse)AuthorAgeFilesLines
* Removed comment rating systemStarla Insigna2008-12-071-68/+20
|
* Moved pingbacks to a seperate tableStarla Insigna2008-12-071-0/+21
| | | | | 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-073-40/+51
| | | | | | 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-061-0/+3
|\
| * Revoked the revokal of Layout 6Starla Insigna2008-12-061-0/+3
| | | | | | | | | | 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-061-3/+0
| | | | 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.
* Added Quotes option linksStarla Insigna2008-11-271-0/+3
|
* Created the 6th layoutStarla Insigna2008-11-223-32/+77
|
* Added commenting to Quotes moduleStarla Insigna2008-11-201-0/+2
|
* Fixed a few code nagsStarla Insigna2008-11-191-0/+1
|
* Removed includes/phpsvnclient.phpStarla Insigna2008-11-191-94/+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-192-244/+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-192-28/+39
| | | | | 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.
* Removed reCaptcha from Login pageStarla Insigna2008-11-191-25/+7
| | | | 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.
* Fixed permissionsStarla Insigna2008-11-1918-0/+0
|
* Imported sourcesStarla Insigna2008-11-1918-0/+2250