Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename the "do_single_page" database column to "special_name", and update ↵ | David A. Madore | 2014-10-12 | 1 | -1/+1 |
| | | | | | | | Java variables accordingly. The SQL command is: ALTER TABLE entries RENAME do_single_page TO special_name ; | ||||
* | Introduce a WeblogLink class to refactor a lot of code on how links are written. | David A. Madore | 2014-10-10 | 1 | -3/+5 |
| | |||||
* | Display lists of categories, with appropriate links. | David A. Madore | 2011-09-08 | 1 | -3/+1 |
| | |||||
* | Also use HTML5 elements (article, header, footer) for weblog entries. | David A. Madore | 2011-09-07 | 1 | -1/+3 |
| | |||||
* | Add the JavaScript magic element to indicate number of comments. | David A. Madore | 2011-09-01 | 1 | -0/+7 |
| | |||||
* | Move most of the context to a "general context" substructure. | David A. Madore | 2011-08-26 | 1 | -5/+5 |
| | | | | | This is so as to make sure that cloning (which does a shallow copy) gives us references to the same mutable content. | ||||
* | Implement comments (talkback) link. | David A. Madore | 2011-08-26 | 1 | -0/+57 |