Editing version 11 of page Discuss_Version_0.40_DevTrack (the most recent revision is 26)
Note: This page is defined as a special page, and as such its final state may be different from what you see here.
Use template:
None
API_Template
DevTrack_Template
Version_Template
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|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|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|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|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|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|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|AaronGraves]] //Tue Mar 11 18:06:18 UTC 2014// (69.4.28.21)
----
Shortcodes were implemented on the 20th of March.
-- [[AaronGraves|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|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|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|AaronGraves]] //Thu May 8 19:33:38 UTC 2014// (69.4.28.21)
----
This page is a template
This file is locked by 3.16.135.185 (ec2-3-16-135-185.us-east-2.compute.amazonaws.com) since Sun Apr 27 17:18:52 UTC 2025 . Lock should expire by Sun Apr 27 17:23:52 UTC 2025, and it is now Sun Apr 27 17:23:36 UTC 2025.
Upload a file
By contributing to this wiki, you acknowledge that you waive your right to claim copyright of your individual contributions. The text of this site is uncopyrighted and released to the public domain.
Show markup help Styling **bold **, //italic //, __underline __, --strikethrough--, `teletype ` Headers = Level 1 =, == Level 2 ==, === Level 3 ===, ==== Level 4 ====, ===== Level 5 ===== (ending ='s optional) Lists * Unordered List, # Ordered List, ** Level 2 unordered, ### Level 3 ordered (up to 5 levels, NO SPACES IN FRONT) Links [[Page]], [[Page|description]], [[http://link]], [[http://link|description]] Images {{image.jpg}}, {{right:image.jpg}} (right aligned), [[link|{{image.jpg}}]] (image linked to link), {{image.jpg|alt text}} Extras ---- (horizonal rule), ~~~~ (signature)