| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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.
|
|
|
|
| |
For the longest time, special Unicode characters have been showing up as nonsense. It turned out that my homegrown BBCode parser was at fault.
|
|
|
|
|
|
|
| |
XHTML was causing so many problems that it was simply unbearable. Four Island 3.0 will be sure to have no traces left of this annoyance.
Also, a lot of files are showing up as being changed because this commit was on the server and I had to modifiy permissions for files (all of the files that were new since my
last server commit) so I could commit.
|
|
|
|
| |
Because of a bug in the formula used to calculate the calendar color for each year, 2010 returned 0 instead of 4.
|
|
|
|
| |
There was previously a very annoying bug with the POTW that would randomly (but consistantly) deny people access to the POTW. It finally turned out that poll-results.php required you to be logged in to vote, which isn't what is wanted.
|
| |
|
| |
|
|
|
|
|
| |
Previously, welcome.php was always loaded if no module was specified. Because of this, the index page blog section was there, while the rest of the blog
code (plus archive code) was in blog.php. Now, the all of the blog is in blog.php and all of the archive is in archive.php.
|