Editing version 4 of page Discuss_Version_0_20_DevTrac (the most recent revision is 8)
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
Maintenance task for trimming the visitor log has been completed (finally! This has been missing for a while!)
- [[AaronGraves|AaronGraves]] //Fri Apr 12 16:33:12 UTC 2013// (69.4.5.254)
----
Maintenance task for purging old archives has been written. One caveat: It uses stat to pull the file mod time to determine if the archive is older than $TimeStamp - $PurgeArchives. This works great in theory, but in practice it's a terrible idea. The file mod time will be whenever that archive file was moved to the archive - in other words, when the next revision pushed it.
This task needs to be re-written to place a call to **GetFile()** and read the //**ts**// record, then compare that to $TimeStamp - $PurgeArchives.
- [[AaronGraves|AaronGraves]] //Fri Apr 12 18:38:59 UTC 2013// (69.4.5.254)
----
**DoMaintPurgeOldRevs()** now reads the file in and checks the //**ts**// record to insure the highest level of accuracy when removing old revisions.
- [[AaronGraves|AaronGraves]] //Mon Apr 15 17:32:31 UTC 2013// (69.4.28.21)
----
The way displaying old revisions of a page has changed. Previously, the request would be the pagename, a period, and the revision number (HomePage.5 as an example). Now the request would look like "?do=revision;page=HomePage;rev=5". To facilitate this, a new command was added to **%Commands** called //**revision**//, which points to **DoRevision()**. All the other code has been commented for now, will be swept out in version 0.30.
- [[AaronGraves|AaronGraves]] //Mon Apr 15 19:52:28 UTC 2013// (69.4.28.21)
----
This page is a template
This file is locked by 3.145.208.57 (ec2-3-145-208-57.us-east-2.compute.amazonaws.com) since Mon Apr 28 00:46:07 UTC 2025 . Lock should expire by Mon Apr 28 00:51:07 UTC 2025, and it is now Mon Apr 28 00:49:47 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)