| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Also adjusted the date for the Day of Silence to reflect the 2011 date.
|
|
|
|
| |
A blog post explaining why will be posted soon.
|
|
|
|
| |
Wow, that took a long time to notice.
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Requires modification of Fourm's includes/functions.php
|
| |
|
| |
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| | |
Because of the lifting of the jail around my server, it can once again use reCAPTCHAs for security.
Backed out changeset 9332c237adcd
|
| |
| |
| |
| | |
Because HTML quoting was not done, text in between angle brackets would disappear because it would be thought that they were real.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | | |
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.
|
|/ / |
|
| | |
|
| | |
|
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| | |
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).
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
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.
|
|/ /
| |
| |
| |
| | |
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.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
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.
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| | |
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.
|
|/
|
|
|
| |
After a little digging, it turned out that the reason that reCAPTCHA always failed was because the reCAPTCHA server was blocked to the server. This should've
been obvious as the reCAPTCHA always worked on the development server.
|