summary refs log tree commit diff stats
path: root/theme
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed some more HTML validation errorsStarla Insigna2008-12-261-1/+1
|
* Modfied Quotes module's night visionStarla Insigna2008-12-246-9/+18
|
* Fixed many HTML validation errorsStarla Insigna2008-12-2111-134/+120
|
* Removed jQuery libraryStarla Insigna2008-12-212-66/+0
| | | | | Because Four Island is now usable in IE, there is no reason to turn back IE 6 users. Thusly, the jQuery library has been deleted, which also saves bandwidth, as the file was 60K.
* Eased usability in IEStarla Insigna2008-12-212-2/+12
| | | | | | Previously, IE had a problem with IE 6 that made it impossible to use Four Island. The rightbar was cleared to the bottom, the posts' text were invisible, the top-fade obscured text and The Fourm was illegiable. This has (mostly) been fixed with a conditional stylesheet. Four Island doesn't look perfect in IE yet (and probably never will) but at least now it's usable.
* Re-did 404 pageStarla Insigna2008-12-211-64/+100
| | | | | | For some reason, the 404 page was previously filled with terrible semantics, IE classes and it didn't look great. Now, the HTML has been improved. The Search clause has been fixed, there was a bug with displaying the search terms. Also, the error document has been set to the 404 page so the 404 page is actually shown when a page cannot be found.
* Removed splash screenStarla Insigna2008-12-214-505/+0
|
* Added Maintenance switcher to AdminStarla Insigna2008-12-203-1/+17
| | | | | | Also fixed spelling of maintenance in places where it was incorrectly spelled. Maintenance Required: Rename "mantainenceMode" config to "maintenanceMode"
* Added HG Update to AdminStarla Insigna2008-12-201-0/+6
| | | | Now, changes can be remotely pushed to the central repository and updated using the Admin panel.
* Included parsers.php into RSS feedStarla Insigna2008-12-2012-0/+0
| | | | | Previously, the RSS feed wouldn't display because it attempted to display parsed blog posts, but the parseText() function was not defined as parsers.php was not included.
* Added sad ":(" smileyStarla Insigna2008-12-171-0/+0
|
* Added an emoticon parsing systemStarla Insigna2008-12-171-0/+0
| | | | | I decided that, because I use the :) emoticon so often, I might as well replace it with an actual image. I've added a Smiley parsing system to complement the BBCode parsing one.
* Prettified the footerStarla Insigna2008-12-141-0/+5
|
* Adjusted Rightbar for FouripediaStarla Insigna2008-12-142-265/+270
|
* Fixed NavBar for Fourm and FouripediaStarla Insigna2008-12-142-0/+11
|
* Major design and code overhaulStarla Insigna2008-12-1410-144/+158
| | | | I don't know, a lot of stuffses happened that I don't quite remember anymore. Goodness, that's not good.
* 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.
* Added Pyro's blog to the blogrollStarla Insigna2008-12-111-0/+5
|
* Replaced all "www" subdomain linksStarla Insigna2008-12-102-2/+2
| | | | | 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-091-1/+1
| | | | | 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.
* Enhanced tag cloudStarla Insigna2008-12-091-1/+1
|
* Added a tag cloudStarla Insigna2008-12-071-0/+16
|
* Changed Gravatar failsafe to IdenticonStarla Insigna2008-12-071-1/+1
|
* Changed failsafe Gravatar to WavatarStarla Insigna2008-12-071-1/+1
|
* Removed "comic" moduleStarla Insigna2008-12-072-83/+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-071-0/+6
| | | | | | 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-071-6/+0
|
* Moved pingbacks to a seperate tableStarla Insigna2008-12-073-2/+18
| | | | | 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-076-25/+11
| | | | | | 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-0669-353/+157
|\
| * Revoked the revokal of Layout 6Starla Insigna2008-12-0694-353/+157
|/ | | | | Apparently people actually do like the sixth layout. It was just me being paranoid, they were busy over there.
* Reverted back to layout 4Starla Insigna2008-12-0694-157/+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.
* Fixed Pingback display problemStarla Insigna2008-12-051-4/+0
| | | | | | 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-272-0/+51
|
* 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.
* Created the 6th layoutStarla Insigna2008-11-2294-675/+175
|
* Added commenting to Quotes moduleStarla Insigna2008-11-201-1/+1
|
* Fixed a few code nagsStarla Insigna2008-11-191-2/+1
|
* Removed 'wiki' moduleStarla Insigna2008-11-198-79/+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-191-1/+1
| | | | | 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.