Menu

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


Commit Date  
[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
[r3985] (24.3 kB) by delphidabbler

Removed assertions that test for nil snippet after calls to Database.Lookup: this method now raises an exception when the lookup fails (see revision 3984).

2013-11-27 23:46:29 View
Download
[r3979] (24.4 kB) by delphidabbler

Changed IQuery.Selection property and its associated getter function to return a ISnippetIDList object instead of a TSnippetList.
Provided a minimal implementation of those changes in TQuery: further work needed to rationalise the change.
Modified code that uses IQuery.Selection as necessary.

2013-11-27 05:34:18 View
Download
[r3966] (24.2 kB) by delphidabbler

Renamed TCategory.Snippets property as SnippetIDs and changed its type to ISnippetIDList.
Made appropriate changes to affected code.

2013-11-27 01:54:00 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.