You are viewing Revision 13 of Discuss_Version_0.40_DevTrack

This page is registered as a special page, however you are viewing a previous revision of the page. As such, the special page function will not be triggered.

Beginning to move over to using CGI.pm, and it has broken quite a bit already. This will be quite an involved and trying process.

-- AaronGraves Wed Mar 5 21:50:11 UTC 2014 (69.4.28.21)


Actually it turns out it didn't break quite a bit, only one thing was broken. That one thing was the ReDirect() sub. It's been fixed, and things seem to be working well now. I may move the prototype 0.40 into active state for the main site.

-- AaronGraves Thu Mar 6 16:16:31 UTC 2014 (69.4.28.21)


DoSearch() is going to be re-written to be faster (it's fast if you only have a few pages, but as you get up around 100 or more, it slows down noticeably).

Also, file uploads should be implemented soon and tested.

-- AaronGraves Mon Mar 10 16:24:56 UTC 2014 (69.4.28.21)


New search is in place and seems to work fairly well. Unsure at this time if there is a "noticeable" speed difference.

-- AaronGraves Mon Mar 10 17:15:48 UTC 2014 (69.4.28.21)


File uploads are implemented, and working. This will introduce two new variables to the config file. They are:

  • $UploadsAllowed - Set to 1 for allowed, 0 for not allowed. Default will be 0.
  • @UploadTypes - Array that holds the MIME types of allowed file uploads. The default is set to include 'image/jpeg', 'image/gif', and 'image/png'.

-- AaronGraves Tue Mar 11 16:11:44 UTC 2014 (69.4.28.21)


Moved File Uploads to Implemented, and CGI.pm to Partially Implemented

-- AaronGraves Tue Mar 11 16:36:57 UTC 2014 (69.4.28.21)


Here's a list of mime types (for reference): http://webdesign.about.com/od/multimedia/a/mime-types-by-file-extension.htm

-- AaronGraves Tue Mar 11 18:06:18 UTC 2014 (69.4.28.21)


Shortcodes were implemented on the 20th of March.

-- AaronGraves Mon Mar 24 16:26:41 UTC 2014 (69.4.28.21)


Debating on renaming Shortcodes to Macros.

Also, I changed shortcodes from using single brackets to single percent signs.

-- AaronGraves Wed Apr 2 14:48:45 UTC 2014 (69.4.28.21)


Today I changed the way DoVisit and DoAdminListVisitors work. Basically, the visitor log file will be much easier to get information from.

-- AaronGraves Wed May 7 19:57:58 UTC 2014 (69.4.28.21)


The code for reading/writing cookies needs to be changed (convert to using CGI.pm)

-- AaronGraves Thu May 8 19:33:38 UTC 2014 (69.4.28.21)


Reading and writing cookies has been converted to CGI.pm methods.

-- AaronGraves Wed May 21 18:37:25 UTC 2014 (69.4.28.21)


I have fixed a bug in the URI handling for Aneuch whereby the semicolon was being sent at %3B by some requesters (ahem, Google), and was causing some rather unexpected results.

-- AaronGraves Thu May 22 18:06:49 UTC 2014 (69.4.28.21)