summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Removed the Ash Wednesday and Good Friday backgrounds HEAD masterStarla Insigna2011-04-224-25/+8
| | | | Also changed some of the Datefinder strings.
* April Fools 2011: Fixed some more stuff upStarla Insigna2011-04-011-4/+3
|
* April Fools Day 2011: Fixed references to fourisland.comStarla Insigna2011-04-011-0/+1
|
* Added April Fools Day 2011 jokeStarla Insigna2011-03-314-6/+18
| | | | Also adjusted the date for the Day of Silence to reflect the 2011 date.
* Disabled anonymous submission of quotesStarla Insigna2011-02-202-3/+8
| | | | A blog post explaining why will be posted soon.
* Removed deleted files from previous commitStarla Insigna2011-01-3012-811/+0
| | | | Wow, that took a long time to notice.
* Made Four Island 2 a little more saneStarla Insigna2010-12-1132-242/+38
| | | | | | | | | I spent the last few hours sanitizing the database and fixing huge bugs in the code. Among the changes made were: - "Theoretically related posts" have been removed due to the lack of FULLTEXT index support in InnoDB tables - Removed tons of stripslashes() calls that were used to remove slashes from records before I realized (while doing all of this work) that magic_quotes_gpc was on for some reason. I mean, like, come on! - Replaced all non-library uses of htmlentities() with htmlspecialchars(), which basically does the same thing except it doesn't mangle Unicode. - Completely eradicated polls. Note that this does mean that all database backups prior to December 11th 2010 are now incompatible with Four Island.
* Added li= bbcode (allows you to set the number of the item)Starla Insigna2010-12-051-0/+1
|
* Fixed large images in post errorStarla Insigna2010-11-141-0/+3
| | | | | | Previously, when an image was larger than the post body, it would just break out. Now, all images have a max-width equal to the width of the container, so they will resize with their containers and omg yay.
* Fixed a maintenance mode bugStarla Insigna2010-11-021-1/+1
| | | | | The code that made Four Island proper show the maintenance page was messing things up with The Fourm, so it was modified to only be run in Four Island proper--i.e: when the database configuration is defined.
* Fixed URL to login page on maintenance pageStarla Insigna2010-11-021-1/+1
|
* Created new maintenance pageStarla Insigna2010-11-022-16/+91
| | | | Requires modification of Fourm's includes/functions.php
* Backported [nosmilies] from Layout 8Starla Insigna2010-10-153-7/+41
|
* Added icon for Apple Web ClipsStarla Insigna2010-10-111-0/+0
|
* Added [thumb3] BBCodeStarla Insigna2010-10-101-0/+1
| | | | This is a hack to get a thumbnail image floating to the left of a list. It's a really bad hack and I just can't wait to get to Four Island 3.
* Fixed pingback orderingStarla Insigna2010-10-101-1/+1
|
* Added stripslashes to title of related postsStarla Insigna2010-10-081-1/+1
|
* Removed POTW from sidebarStarla Insigna2010-09-227-61/+1
|
* Stripped slashes from Affiliates and Website ProjectsStarla Insigna2010-09-061-2/+2
|
* Make poll question a link to poll pageStarla Insigna2010-09-062-2/+3
|
* Merged unforgiving heads (and...)Starla Insigna2010-08-1798-18062/+289
|\ | | | | | | | | Also updated public and private keys for reCAPTCHA. As well as the use of the new keys, Four Island now stores the private key along with the other protected information that is not source controlled, instead of with the public key.
| * Added back reCAPTCHAStarla Insigna2010-08-1798-18062/+291
| | | | | | | | | | | | Because of the lifting of the jail around my server, it can once again use reCAPTCHAs for security. Backed out changeset 9332c237adcd
* | Added HTML quoting to parsing processStarla Insigna2010-08-131-0/+1
| | | | | | | | Because HTML quoting was not done, text in between angle brackets would disappear because it would be thought that they were real.
* | Fixed bug where quotes page garbled unicode charactersStarla Insigna2010-08-101-2/+2
| |
* | Added DeliciousItalic to Layout 7Starla Insigna2010-08-102-0/+13
| |
* | Fixed reference to webfontStarla Insigna2010-08-061-1/+1
| |
* | Fixed serif fonts and increased content text sizeStarla Insigna2010-08-061-3/+4
| |
* | Refined Layout 7 font change to only apply to post contentStarla Insigna2010-08-061-1/+5
| |
* | Added "DeliciousRoman" as font for Layout 7Starla Insigna2010-08-062-1/+8
| |
* | Merged unforgiving headsStarla Insigna2010-07-231-0/+1
|\ \
| * | Added [imgright] bbcodeStarla Insigna2010-07-171-0/+1
| | | | | | | | | | | | This is sort of cheating because I don't have SSH access to my server right now and I want to upload a file. Instead, during the time that I don't have access, I will use a remotely hosted file.
* | | Increased number of blog posts on homepage to 10Starla Insigna2010-07-231-1/+1
|/ /
* | Installed TweetboardStarla Insigna2010-07-084-0/+28
| |
* | Fixed AudioPlayer bugStarla Insigna2010-05-254-4/+4
| |
* | Fixed some stylistic problemsStarla Insigna2010-05-24103-0/+118
| | | | | | | | Including padding around posts on layouts 4.5 and 6.2, corner rounding on The Fourm and duplicate profile links on The Fourm on layout 6.2.
* | Fixed (temporarily) Memorial Day's dateStarla Insigna2010-05-231-1/+1
| | | | | | | | | | | | | | Because Memorial Day falls on the LAST Monday of May, rather than a specific week number like the fourth week, and May can sometimes have four mondays and sometimes have five mondays, this is quite dangerous because in 2012, May will only have four Mondays, which will render this code invalid. However, Four Island 3.0 should hopefully be out by 2012, which will hopefully not contain this bug (a.k.a. by allowing a date to be specified as a the last day of a month as well as during a specific week).
* | Added fallthrough for [audio] in JavaScript-less environmentStarla Insigna2010-05-231-1/+1
| |
* | Added [audio]Starla Insigna2010-05-228-0/+52
| |
* | Added [hr]Starla Insigna2010-05-221-0/+1
| |
* | Added some fixes to Subtle Mode's The FourmStarla Insigna2010-05-221-0/+23
| |
* | Probably fixed some problems with Subtle Mode in IEStarla Insigna2010-05-171-40/+50
| |
* | Created Subtle Mode (SEVERE BETA, LOL IT LOOKS GROSS)Starla Insigna2010-05-174-1/+1581
| |
* | Merged unforgiving headsStarla Insigna2010-03-280-0/+0
|\ \
| * | Fixed April Fools Day RSS bugStarla Insigna2010-03-281-0/+1
| | | | | | | | | | | | | | | The RSS feed was displaying a message that doAprilFoolsDay() was not found because specialdates.php was never included. This commit can be reverted along with the previous one when April Fools Day is done.
* | | Fixed April Fools Day RSS bugStarla Insigna2010-03-281-0/+1
|/ / | | | | | | | | The RSS feed was displaying a message that doAprilFoolsDay() was not found because specialdates.php was never included. This commit can be reverted along with the previous one when April Fools Day is done.
* | Added April Fools Day jokeStarla Insigna2010-03-2814-71/+120
| |
* | Added Google Analytics back to layouts 4.5 and 7Starla Insigna2010-03-182-0/+24
| |
* | Fixed & admin panel bugStarla Insigna2010-03-128-20/+20
| | | | | | | | | | In the admin panel, many (if not all) dynamic links use AJAX to POST a page. These all contained & in the URL, which didn't resolve to & as it should. These have all been replaced.
* | Merged unforgiving headsStarla Insigna2010-03-127-56/+56
|\ \ | |/ |/|
| * Changed most absolute URLs to relative URLsStarla Insigna2010-03-017-56/+56
| | | | | | | | | | Because Four Island is often viewed using a subdomain or an IP address in lieu of the actual domain name, relative URLs are needed to render the page correctly in most circumstances.