summary refs log tree commit diff stats
path: root/theme
Commit message (Collapse)AuthorAgeFilesLines
* Created layout 7Starla Insigna2009-08-0964-1222/+1396
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following changes were also made in this revision: * All HTML was changed to XHTML and a !DOCTYPE was included to reflect this * Rewrote quotes tracking system to be much less complicated and actually working * Changed quotes rendering to look more like Chirpy than Rash * Fixed comment textarea bug * Rewrote a ton of CSS so it's not as bloated * Added a JavaScript confirmation when deleting a comment * AJAXified voting on the POTW * AJAXified voting and flagging quotes * AJAXified commenting * AJAXified voting on posts * Added DateFinder back after it was accidentally deleted in Layout 4.5 The following database changes must be performed as soon as possible: * Fix title of NO <!DOCTYPE> post (the &lt; is missing the semicolon) * Restore post Frasty Tha Snaman from a backup * Reset "flag" field of all rows in "rash_quotes" to 0 * Remove the "vote" and "flag" columns of "rash_tracking" * Rename the "quote_id" column of "rash_tracking" to "vote" The following external code changes must also be performed as soon as possible: * Add the following line to the end of the // Four Island block in The Fourm's functions.php: require('/svr/www/hatkirby/fourisland/main/includes/specialdates.php');
* Added Endlenge to Website ProjectsStarla Insigna2009-05-291-0/+5
|
* Improved rendering in IEStarla Insigna2009-03-284-73/+95
| | | | | Now, Four Island doesn't look downright disgusting in IE, even though there are still a couple more problems to be fixed. Also, a small amount of CSS housekeeping was done.
* Merged unforgiving headsStarla Insigna2009-03-101-0/+5
|\
| * Added "Bubble Blog" to affiliates sectionStarla Insigna2009-02-281-0/+5
| |
* | Fixed IE centering bugStarla Insigna2009-03-102-2/+8
|/ | | | See http://bluerobot.com/web/css/center1.html for more details.
* Added comment editing and deletingStarla Insigna2009-02-214-22/+93
|
* Added Pillowcase link to rightbarStarla Insigna2009-02-191-0/+5
|
* Changed nighttime fontStarla Insigna2009-02-141-0/+7
|
* Created layout 6.2Starla Insigna2009-02-044-9/+22
|
* Added "Website Projects" link sectionStarla Insigna2009-01-311-257/+281
|
* Fixed FeedBurner linksStarla Insigna2009-01-291-1/+1
| | | | Because of FeedBurner's recent move to Google, the links to it had to be fixed.
* Added Admin link to navbarStarla Insigna2009-01-051-0/+7
|
* Integreated Fourm usersStarla Insigna2009-01-051-1/+1
|
* Fixed POTW form linebreak errorStarla Insigna2009-01-041-0/+2
|
* Merged unforgiving headsStarla Insigna2009-01-041-0/+2
|\
| * Added fuhsdiufgsadiufgaisfioasStarla Insigna2009-01-041-0/+2
| |
* | Modified some image ALTsStarla Insigna2009-01-031-1/+1
| |
* | Added :D smileyStarla Insigna2009-01-031-0/+0
| |
* | Removed some unnecessary theme imagesStarla Insigna2009-01-028-0/+0
| |
* | Fixed some night bugs in Layout 6.1Starla Insigna2009-01-023-18/+0
| |
* | Created layout 6.1Starla Insigna2009-01-014-64/+47
| |
* | Added revision stampingStarla Insigna2008-12-301-1/+2
|/
* 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
|