summary refs log tree commit diff stats
path: root/theme/admin
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Removed XHTMLStarla Insigna2010-01-1535-0/+0
| | | | | | | 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.
* Removed <[!CDATA]>s from admin panelStarla Insigna2009-11-283-3/+3
| | | | | When Fouripedia compatibility was added, the admin panel was changed from HTML to XHTML, and so all CDATAs appeared in textboxes instead of doing their job. They have been removed, but this is only a temporary fix as the proper solution would be to re-enable XHTML on the admin panel.
* Added new files from previous commitStarla Insigna2009-08-172-0/+147
|
* Databasified Affiliates and Website ProjectsStarla Insigna2009-08-171-0/+6
| | | | | | | | The following database changes must be made ASAP: * Import the links.sql script into the database Closes #114
* Rewrote Admin panelStarla Insigna2009-08-1360-298/+1743
| | | | | | | | | | The following database changes must be made: * A TEXT column called "text" must be added to the end of "polloftheweek" * The transferPollRss.php script must be run * The "pollrss" table must be dropped Closes #113
* Created layout 7Starla Insigna2009-08-0923-230/+230
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Maintenance switcher to AdminStarla Insigna2008-12-202-0/+16
| | | | | | 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.
* Replaced all "www" subdomain linksStarla Insigna2008-12-101-1/+1
| | | | | 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.
* Added support for a variable amount of tagsStarla Insigna2008-12-074-12/+4
| | | | | | Previously, the blogging engine only allowed for three tags per post, and it also stored each in seperate fields. Now, all tags are stored in one field and there can be more than three. The only functionality that has been removed because of this is that now, on archive pages, tags are not shown next to the current month's posts as they used to be, because the Four Island templating system does not yet support sub-blocks of sub-blocks.
* Created the 6th layoutStarla Insigna2008-11-221-0/+2
|
* Removed 'wiki' moduleStarla Insigna2008-11-194-57/+0
| | | | Since MediaWiki was introduced to Four Island, the old wiki module hasn't been used, so it is not necessary to be present.
* Improved Quotes Admin moduleStarla Insigna2008-11-191-1/+1
| | | | | Fixed the Quotes Management module in the admin panel so that comments with line breaks in them would actually show up on individual lines. Also, the quotes can be distinguished from one another by every other row in the table being shaded differently.
* Fixed permissionsStarla Insigna2008-11-1925-0/+0
|
* Imported sourcesStarla Insigna2008-11-1925-0/+339