Commit | Date | |
---|---|---|
[r394]
by
delphidabbler
Revised privacy statement to note that a user's name and email address are now recorded in User.3.ini by all dialog boxes that accept them, not just the code submission dialog box. This change keeps text version in sync with Help HTML version. |
2009-09-29 19:42:49 | Tree |
2009-09-29 19:24:23 | Tree | |
[r392]
by
delphidabbler
Changed units to use ExcludeTrailingPathDelimiter and / or IncludeTrailingPathDelimiter instead of DirToPath and / or PathToDir routines that have now been deleted from UUtils. |
2009-09-29 19:00:56 | Tree |
[r391]
by
delphidabbler
* Removed PathToDir and DirToPath routines. Code must now use ExcludeTrailingPathDelimiter and IncludeTrailingPathDelimiter from SysUtils in place of these routines. |
2009-09-29 18:37:30 | Tree |
[r390]
by
delphidabbler
Modified UUtils.pas unit's DateStamp explanatory comments and date pattern string to refer to fact that the routine's output is as defined in RFC1123. |
2009-09-29 18:09:57 | Tree |
[r389]
by
delphidabbler
* Removed SpecialFolderPath and TempFolder routines from interface of UUtils.pas - no longer used since TSystemFolders class now has comparable methods. |
2009-09-29 18:07:00 | Tree |
[r388]
by
delphidabbler
Removed duplicated path delimiter from path to testers.txt file in TTesters.Create. |
2009-09-29 18:01:33 | Tree |
[r387]
by
delphidabbler
Changed TAppInfo and TTestUnit to get required system folders by using methods of the new TSystemFolders class in USystemInfo unit rather than by use of functions from UUtils unit. |
2009-09-29 17:59:09 | Tree |
[r386]
by
delphidabbler
* Added TSystemFolders static class that exposes TPJSystemFolders class to rest of program under a new name. Added two public methods to get common and per-user application data directories along with supporting protected methods. |
2009-09-29 17:57:28 | Tree |
[r385]
by
delphidabbler
Revised privacy statement to note that a user's name and email address are now recorded in User.3.ini by all dialog boxes that accept them, not just the code submission dialog box. |
2009-09-29 12:01:04 | Tree |