Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generate entry number in the index of all entries. | David A. Madore | 2019-12-01 | 1 | -7/+5 |
| | |||||
* | 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 ; | ||||
* | Add links to whole months pages in the index. | David A. Madore | 2014-10-11 | 1 | -5/+26 |
| | |||||
* | Merge branch 'master' into servlet | David A. Madore | 2014-10-10 | 1 | -17/+13 |
|\ | | | | | | | | | Conflicts: org/madore/damlengine/TodoWrefAttr.java | ||||
| * | Introduce a WeblogLink class to refactor a lot of code on how links are written. | David A. Madore | 2014-10-10 | 1 | -17/+13 |
| | | |||||
* | | Add a "dynamic context" global state, and make WeblogSummary stale when too old. | David A. Madore | 2014-10-09 | 1 | -1/+1 |
|/ | |||||
* | Entry single pages: handle permalinks gracefully, populate with attribute. | David A. Madore | 2011-11-12 | 1 | -2/+6 |
| | | | | | | | | | | * A single page is generated from the single-page attribute on <entry> element (stored in database as do_single_page). * Permalink refers to the single page. Same from weblog index. Other links are subject to debate (e.g., what about internal links? now we link to single page when link has a supplement part, but this is debatable). | ||||
* | Handling of weblog index (including killing nested a elements). | David A. Madore | 2011-08-28 | 1 | -0/+100 |