summary refs log tree commit diff stats
path: root/includes/bbcode.php
Commit message (Collapse)AuthorAgeFilesLines
* Added li= bbcode (allows you to set the number of the item)Starla Insigna2010-12-051-0/+1
|
* Backported [nosmilies] from Layout 8Starla Insigna2010-10-151-2/+8
|
* 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.
* 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.
* Added fallthrough for [audio] in JavaScript-less environmentStarla Insigna2010-05-231-1/+1
|
* Added [audio]Starla Insigna2010-05-221-0/+1
|
* Added [hr]Starla Insigna2010-05-221-0/+1
|
* Fixed Unicode-mangling bugStarla Insigna2010-01-271-1/+1
| | | | For the longest time, special Unicode characters have been showing up as nonsense. It turned out that my homegrown BBCode parser was at fault.
* Created layout 7Starla Insigna2009-08-091-28/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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');
* Fixed [pre] tagStarla Insigna2009-01-181-1/+1
|
* Added [quote] bbcodeStarla Insigna2009-01-081-0/+1
|
* Modified some image ALTsStarla Insigna2009-01-031-3/+3
|
* Fixed some more HTML validation errorsStarla Insigna2008-12-261-4/+4
|
* Fixed many HTML validation errorsStarla Insigna2008-12-211-5/+5
|
* Added HG Update to AdminStarla Insigna2008-12-201-0/+1
| | | | Now, changes can be remotely pushed to the central repository and updated using the Admin panel.
* Added [thumb] BBCodeStarla Insigna2008-12-191-0/+1
| | | | | The [thumb] bbcode takes the content and creates a thumbnail of it. The thumbnail fits perfectly inside the post bubble and is wrapped with a link to the original image.
* Added an emoticon parsing systemStarla Insigna2008-12-171-1/+1
| | | | | 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.
* Major design and code overhaulStarla Insigna2008-12-141-2/+3
| | | | I don't know, a lot of stuffses happened that I don't quite remember anymore. Goodness, that's not good.
* Fixed BBCode parsing glitchStarla Insigna2008-12-131-4/+6
| | | | | | | | | | | | As previously seen in the 24 Ways post, there was a strange BBCode parsing glitch caused by a few circumstances. There had to be a BBCode tag that had a parametered definition and a non-parametered definition. Both had to appear in the same post and the parametered had to appear before the non-parametered. Because the Four Island BBCode parsing system parses non-parametered tags first, it finds the opening tag of the non-parametered tag first, but when it tries to find the closing tag, because it is searching from the beginning of the tag, it finds the closing tag of the parametered tag. This causes strange things to happen. This has been fixed by forcing the parsing system to start searching for the closing tag after the position where the starting tag is.
* Created own bbcode systemStarla Insigna2008-12-101-118/+75
| | | | | To be able to test for Internet Explorer troubles, the dependency on the bbcode PECL module had to be dropped, and so it has been. Hopefully this BBCode module works.
* Fixed permissionsStarla Insigna2008-11-191-0/+0
|
* Imported sourcesStarla Insigna2008-11-191-0/+151