Menu

/branches/parsnip/Src/UDetailPageHTML.pas Commit Log


Commit Date  
[r4341] (24.6 kB) by delphidabbler

Converted all classes etc. in UDetailPageHTML.pas and USnippetPageHTML.pas that use snippets, along with TSnippetHTML in USnippetHTML.pas, to use ISnippet to represent snippets instead of TSnippet.

2013-12-16 02:37:27 View
Download
[r4308] (24.7 kB) by delphidabbler

Changed ISnippetView to have a SnippetID property of type TSnippetID instead of a Snippet property of type TSnippet.
Modified calling code accordingly.

2013-12-14 13:36:32 View
Download
[r4302] (24.7 kB) by delphidabbler

Added some TODOs

2013-12-14 10:49:20 View
Download
[r4232] (24.5 kB) by delphidabbler

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

2013-12-11 10:13:29 View
Download
[r4223] (24.5 kB) by delphidabbler

Extracted nested TTitleComparer and TTitleEqualityComparer from within TSnippet and made classes in their own right, named TSnippetTitleComparer and TSnippetTitleEqualityComparer.
Modified using code re this renaming.

2013-12-11 00:06:51 View
Download
[r4093] (24.5 kB) by delphidabbler

Removed support for ICategoryView from TDetailPageHTML and removed the now unused TCategoryPageHTML class.

2013-12-03 16:50:24 View
Download
[r4056] (26.4 kB) by delphidabbler

Modified TTagsPageHTML to take account of possible null tag which is used to indicate a list of snippets with no tag.

2013-12-02 17:37:30 View
Download
[r4053] (26.1 kB) by delphidabbler

Added support for HTML page that displays a list of snippets that have a certain tag.

2013-12-02 17:09:35 View
Download
[r4052] (24.3 kB) by delphidabbler

Renamed various interface, class and factory method names in UView.pas to correct the spelling of "Null" in their names.
Modified affected code accordingly.

2013-12-02 16:59:29 View
Download
[r4019] (24.3 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
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.