Menu

/branches/parsnip/Src/Favourites.UPersist.pas Commit Log


Commit Date  
[r4258] (3.9 kB) by delphidabbler

Added 2nd "False" parameter to all occurrences of TFile.Exists: this prevents symbolic links being followed.

2013-12-12 14:32:29 View
Download
[r4236] (3.8 kB) by delphidabbler

Changed code that accessed _Database.Contains to use Database.SnippetExists instead.
Deleted Contains method from IDatabase and _TDatabase.

2013-12-11 10:34:22 View
Download
[r4019] (3.8 kB) by delphidabbler

Renamed IDatabase and Database function, along with internal TDatabase class and PvtDatabase varibale by placing underscore in front of their names. This is to flag the items as "legacy" and to avoid name clashes with new database code being developed.
Modified all code that calls Database to use _Database instead.

2013-11-29 01:49:18 View
Download
[r3939] (3.8 kB) by delphidabbler

Renamed TDBSnippetID in CS.Database.Types to TSnippetID and deleted TSnippetID from USnippetIDs.
Adjusted uses clauses of all code that uses TSnippetID as necessary.

2013-11-26 00:31:25 View
Download
[r3911] (3.8 kB) by delphidabbler

Chnaged methods that called Dataabase._Snippets.Find to use one of Database.Lookup, Database.TryLookup or Database.Contains methods.

2013-11-25 04:05:41 View
Download
[r3910] (3.8 kB) by delphidabbler

Renamed IDatabase's Snippets property as _Snippets as a first step in elimination of the property.

2013-11-25 01:09:40 View
Download
[r3824] (3.8 kB) by delphidabbler

Made TSnippetID into an opaque type: removed Name property and added ToString method to return string representation of snippet ID.
Changed code that read Name property to call ToString instead.

2013-11-15 15:31:01 View
Download
[r3801] (3.8 kB) by delphidabbler

Remove unused local variable.

2013-11-14 18:06:38 View
Download
[r3789] (4.0 kB) by delphidabbler

Removed UserDefined parameter from TSnippet constructor and from TSnippetList.Find overloads.
Changed calling code accordingly.

2013-11-14 15:41:14 View
Download
[r3788] (4.0 kB) by delphidabbler

Removed UserDefined property from TSnippetID.
Made minimal changes to affected to code in order to compile. Inserted TODOs where further consequent changes are needed.

2013-11-14 15:33:43 View
Download
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.