Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove debugging statements. | Matthias Andreas Benkard | 2011-03-22 | 1 | -2/+0 | |
| | ||||||
* | Add a comment moderation page. | Matthias Andreas Benkard | 2011-03-22 | 4 | -13/+97 | |
| | ||||||
* | Properly set the Content-Type header when giving a 304 Not Modified response. | Matthias Andreas Benkard | 2011-03-22 | 1 | -2/+2 | |
| | ||||||
* | Implement proper If-Modified-Since handling. | Matthias Andreas Benkard | 2011-03-22 | 1 | -8/+67 | |
| | ||||||
* | Make use Hunchentoot's restricted If-Modified-Since handling. | Matthias Andreas Benkard | 2011-03-22 | 1 | -0/+5 | |
| | ||||||
* | Calculate global article revision IDs by recursion over the child-parent ↵ | Matthias Andreas Benkard | 2011-03-22 | 1 | -1/+28 | |
| | | | | relationship. | |||||
* | Use the Accept-Language HTTP header to determine preferred user languages. | Matthias Andreas Benkard | 2011-03-22 | 2 | -3/+20 | |
| | ||||||
* | Don't crash when fewer than 5 articles are to be displayed. | Matthias Andreas Benkard | 2011-03-19 | 1 | -1/+5 | |
| | ||||||
* | Completely rethink the way articles are retrieved from the database based on ↵ | Matthias Andreas Benkard | 2011-03-19 | 2 | -48/+27 | |
| | | | | the requested characteristics. | |||||
* | Propagate the “hl” parameter as well. | Matthias Andreas Benkard | 2011-03-19 | 1 | -1/+3 | |
| | ||||||
* | Make the “lang” parameter override the characteristics precedence list ↵ | Matthias Andreas Benkard | 2011-03-19 | 1 | -6/+6 | |
| | | | | rather than augmenting it. | |||||
* | Propagate the “lang” variable to generated links. | Matthias Andreas Benkard | 2011-03-19 | 1 | -9/+44 | |
| | ||||||
* | Support “lang” HTTP parameter. | Matthias Andreas Benkard | 2011-03-19 | 2 | -38/+61 | |
| | ||||||
* | Add more detailed licensing information. | Matthias Andreas Benkard | 2011-03-19 | 2 | -6/+212 | |
| | ||||||
* | Support the edition of article revision characteristics. | Matthias Andreas Benkard | 2011-03-19 | 3 | -8/+82 | |
| | ||||||
* | Drop the dependency on Closure HTML for now. | Matthias Andreas Benkard | 2011-03-16 | 1 | -1/+1 | |
| | ||||||
* | Replace outdated cache data instead of crashing when encountering some. | Matthias Andreas Benkard | 2011-03-16 | 1 | -0/+6 | |
| | ||||||
* | Be more tolerant towards PostgreSQL 8.4. | Matthias Andreas Benkard | 2011-03-16 | 1 | -1/+3 | |
| | ||||||
* | Make the main title a link to the main page. | Matthias Andreas Benkard | 2011-03-15 | 1 | -1/+1 | |
| | ||||||
* | Remove a debugging statement. | Matthias Andreas Benkard | 2011-03-15 | 1 | -1/+0 | |
| | ||||||
* | Use PURI for calculation of absolute URIs from relative ones. | Matthias Andreas Benkard | 2011-03-15 | 2 | -28/+33 | |
| | ||||||
* | Fix feed content type. | Matthias Andreas Benkard | 2011-03-15 | 1 | -4/+13 | |
| | ||||||
* | Fix feed problems. | Matthias Andreas Benkard | 2011-03-15 | 2 | -11/+27 | |
| | ||||||
* | Add feed link to journal_page template. | Matthias Andreas Benkard | 2011-03-15 | 1 | -0/+4 | |
| | ||||||
* | Use caching for individual article pages. | Matthias Andreas Benkard | 2011-03-15 | 1 | -71/+76 | |
| | ||||||
* | Add a database-backed page caching mechanism. | Matthias Andreas Benkard | 2011-03-15 | 2 | -65/+112 | |
| | ||||||
* | Database schema: Fix column order. | Matthias Andreas Benkard | 2011-03-15 | 2 | -7/+14 | |
| | ||||||
* | Fix the database schema and make it compatible with PostgreSQL 8.4. | Matthias Andreas Benkard | 2011-03-15 | 1 | -13/+8 | |
| | ||||||
* | Add variable *FEED-GLOBAL-ID*. | Matthias Andreas Benkard | 2011-03-15 | 1 | -0/+6 | |
| | ||||||
* | Add news feed support. | Matthias Andreas Benkard | 2011-03-15 | 2 | -27/+95 | |
| | ||||||
* | Improve spam detection information on comment submission pages. | Matthias Andreas Benkard | 2011-03-15 | 2 | -16/+25 | |
| | ||||||
* | Add support for spam detection via Akismet. | Matthias Andreas Benkard | 2011-03-15 | 2 | -5/+44 | |
| | ||||||
* | Add variable *WORDPRESS-KEY*. | Matthias Andreas Benkard | 2011-03-15 | 1 | -0/+4 | |
| | ||||||
* | Provide some simple text feedback while calculating the Hashcash proof of work. | Matthias Andreas Benkard | 2011-03-15 | 1 | -13/+25 | |
| | ||||||
* | Color info messages more meaningfully. | Matthias Andreas Benkard | 2011-03-15 | 3 | -28/+59 | |
| | ||||||
* | Fix Hashcash support. | Matthias Andreas Benkard | 2011-03-15 | 2 | -13/+18 | |
| | ||||||
* | Optionally use Hashcash for comment verification. | Matthias Andreas Benkard | 2011-03-15 | 9 | -25/+826 | |
| | ||||||
* | Support comment submission. | Matthias Andreas Benkard | 2011-03-15 | 3 | -8/+72 | |
| | ||||||
* | Support the creation of articles and the addition of aliases to existing ↵ | Matthias Andreas Benkard | 2011-03-14 | 2 | -6/+56 | |
| | | | | articles. | |||||
* | Add missing edit_page template. | Matthias Andreas Benkard | 2011-03-14 | 1 | -0/+42 | |
| | ||||||
* | Add article summary page. | Matthias Andreas Benkard | 2011-03-14 | 5 | -19/+220 | |
| | ||||||
* | Fix formatting. | Matthias Andreas Benkard | 2011-03-13 | 1 | -9/+9 | |
| | ||||||
* | Require authorization to edit articles. | Matthias Andreas Benkard | 2011-03-13 | 1 | -51/+79 | |
| | ||||||
* | Fix formatting. | Matthias Andreas Benkard | 2011-03-13 | 1 | -2/+2 | |
| | ||||||
* | Support article editing. | Matthias Andreas Benkard | 2011-03-13 | 3 | -33/+120 | |
| | ||||||
* | Add missing file lingva.lisp. | Matthias Andreas Benkard | 2011-03-13 | 1 | -0/+94 | |
| | ||||||
* | Database schema: Add STABLE and IMMUTABLE qualifiers to function definitions ↵ | Matthias Andreas Benkard | 2011-03-13 | 1 | -6/+6 | |
| | | | | as appropriate. | |||||
* | Database schema: Stylistic changes. | Matthias Andreas Benkard | 2011-03-13 | 1 | -3/+3 | |
| | ||||||
* | Make the database schema slightly more portable. | Matthias Andreas Benkard | 2011-03-13 | 1 | -20/+25 | |
| | ||||||
* | Reduce the number of roundtrips needed for archive page creation. | Matthias Andreas Benkard | 2011-03-13 | 2 | -42/+56 | |
| |