Commit | Date | |
---|---|---|
[r4232]
(24.5 kB)
by
delphidabbler
Changed code that accessed _Database.SnippetCount to use Database.SnippetCount instead. |
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. |
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. |
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. |
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. |
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. |
2013-11-27 01:54:00 |
View
Download |