summary refs log tree commit diff stats
path: root/admin
Commit message (Collapse)AuthorAgeFilesLines
* Removed XHTMLStarla Insigna2010-01-1518-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.
* Fixed HTML Entites problemStarla Insigna2009-10-0211-32/+39
| | | | | | When the poll escaping problem was fixed, a whole ton of other similar bugs were found which were also fixed here. Fixes #115
* Added new files from previous commitStarla Insigna2009-08-173-0/+296
|
* Databasified Affiliates and Website ProjectsStarla Insigna2009-08-171-1/+1
| | | | | | | | The following database changes must be made ASAP: * Import the links.sql script into the database Closes #114
* Added didpollalready truncation to newPollStarla Insigna2009-08-141-0/+3
| | | | Previously, because the "didpollalready" table that keeps count of who has already voted on this weeks poll was not being truncated when a new poll was created.
* Rewrote Admin panelStarla Insigna2009-08-1315-0/+1715
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