Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update social networks footer.HEADmaster | David A. Madore | 10 days | 1 | -1/+8 |
| | |||||
* | Update memo on what CLASSPATH to use. | David A. Madore | 2024-08-17 | 1 | -1/+1 |
| | |||||
* | Call an onEarly() function as soon as <body> is created. | David A. Madore | 2024-01-01 | 1 | -1/+6 |
| | |||||
* | Add wbr elements in footer. | David A. Madore | 2024-01-01 | 1 | -0/+6 |
| | |||||
* | Add a new "js-foot-space" div in the footer, for use by JavaScript. | David A. Madore | 2024-01-01 | 1 | -0/+5 |
| | |||||
* | Add Bluesky account link in footer, and uniformize rel="me". | David A. Madore | 2023-11-01 | 1 | -2/+8 |
| | |||||
* | New category: meteo. | David A. Madore | 2023-02-28 | 1 | -0/+2 |
| | |||||
* | Add Mastodon temp account link in footer. | David A. Madore | 2023-02-19 | 1 | -0/+6 |
| | | | | | Using rel="me" as required by Mastodon verification, but other links use rel="author" here: how can I uniformize this? | ||||
* | Constructor java.lang.Integer() is deprecated: use ↵ | David A. Madore | 2022-04-13 | 4 | -5/+5 |
| | | | | java.lang.Integer.valueOf() instead. | ||||
* | Change how redirects are done (any extra string is allowed, and redirect if ↵ | David A. Madore | 2021-01-05 | 1 | -3/+6 |
| | | | | it doesn't match as expected). | ||||
* | Fix bug in previous commit. | David A. Madore | 2020-12-01 | 1 | -1/+1 |
| | |||||
* | Update handling of "despammed" email addresses. | David A. Madore | 2020-12-01 | 4 | -13/+30 |
| | | | | | | Support a new <d:email-plus /> element, support a "nolink" attribute on the <d:email-despammed /> element, interchange <a> and <code> elements on output. | ||||
* | Previous commit makes old versions fail. Fix this. | David A. Madore | 2020-10-07 | 1 | -2/+4 |
| | |||||
* | Try to avoid the dreaded error "The hostname localhost could not be verified ↵ | David A. Madore | 2020-10-06 | 1 | -0/+1 |
| | | | | by hostnameverifier PgjdbcHostnameVerifier". | ||||
* | New category: covid-19. | David A. Madore | 2020-04-16 | 1 | -0/+2 |
| | |||||
* | Trivial change on a fallback case. | David A. Madore | 2019-12-01 | 1 | -1/+1 |
| | |||||
* | Generate entry number in the index of all entries. | David A. Madore | 2019-12-01 | 1 | -7/+5 |
| | |||||
* | Twitter account permalink seems to be without slash at the end. | David A. Madore | 2019-08-13 | 1 | -1/+1 |
| | |||||
* | Google Plus no longer exists. Adapt footer accordingly. | David A. Madore | 2019-05-08 | 1 | -10/+10 |
| | |||||
* | Rationalize smileys somewhat. | David A. Madore | 2019-05-04 | 3 | -7/+19 |
| | |||||
* | Fix a null pointer exception. | David A. Madore | 2019-01-09 | 1 | -1/+5 |
| | |||||
* | New categories: "auto-moto" and "gardinia". | David A. Madore | 2018-12-03 | 1 | -0/+4 |
| | |||||
* | Generate Twitter card on blog entry pages. | David A. Madore | 2018-09-11 | 1 | -0/+26 |
| | |||||
* | Add a navigation bar before and after every single blog entry. | David A. Madore | 2018-09-07 | 2 | -4/+142 |
| | |||||
* | Add link to Twitter feed. | David A. Madore | 2018-07-14 | 1 | -0/+6 |
| | |||||
* | Reflect URL change of professional web site. | David A. Madore | 2018-02-06 | 1 | -1/+1 |
| | |||||
* | Create new category: "libri". | David A. Madore | 2017-07-12 | 1 | -0/+2 |
| | |||||
* | Entry's titleXml can be null: we must handle this. | David A. Madore | 2017-03-12 | 1 | -0/+7 |
| | |||||
* | Generate <meta name="viewport"> element for mobile devices. | David A. Madore | 2015-09-27 | 1 | -0/+5 |
| | |||||
* | Google Plus URL became more friendly. | David A. Madore | 2015-09-16 | 1 | -1/+1 |
| | |||||
* | Commit a self-note (forgotten to commit earlier). | David A. Madore | 2014-11-07 | 1 | -0/+4 |
| | |||||
* | Name the "meta" category. | David A. Madore | 2014-10-19 | 1 | -0/+2 |
| | |||||
* | Make the link to continue reading a parent of the main div, not at the ↵ | David A. Madore | 2014-10-17 | 2 | -12/+17 |
| | | | | cut-here level. | ||||
* | Rename the "do_single_page" database column to "special_name", and update ↵ | David A. Madore | 2014-10-12 | 13 | -42/+42 |
| | | | | | | | Java variables accordingly. The SQL command is: ALTER TABLE entries RENAME do_single_page TO special_name ; | ||||
* | Use JDBC4, in order to use the .isValid() method. | David A. Madore | 2014-10-12 | 3 | -4/+4 |
| | | | | | | Note that the PostgreSQL implementation does not have this in the 9.1-901 version. Try 9.2-1002 instead (sucks: this is not in Debian stable...). | ||||
* | Check whether database connection is still open. | David A. Madore | 2014-10-12 | 2 | -2/+2 |
| | | | | | Note, however, that a real check needs to use .isValid() which is only available starting from JDBC4. So, we need to move up to this. | ||||
* | Separate the "has_cut" property from "do_single_page". | David A. Madore | 2014-10-12 | 6 | -17/+23 |
| | | | | | | | | | Note: the following SQL should be used to upgrade the database: ALTER TABLE entries ADD COLUMN has_cut boolean NOT NULL DEFAULT FALSE ; UPDATE entries SET has_cut = (array_length(xpath('.//d:cut-here', content, ARRAY[ARRAY['d', 'http://www.madore.org/~david/NS/daml/']]), 1) NOTNULL) ; -- Check that the following returns nothing: SELECT edate , id FROM entries WHERE has_cut != ( do_single_page NOTNULL ) ; | ||||
* | Commit a reminder about permissions. | David A. Madore | 2014-10-12 | 1 | -0/+3 |
| | |||||
* | Round lastModifiedTime to last second when returning it for HTTP, but not ↵ | David A. Madore | 2014-10-12 | 1 | -4/+2 |
| | | | | internally. | ||||
* | Don't allow cached weblog summary to age more than five minutes. | David A. Madore | 2014-10-12 | 1 | -1/+3 |
| | |||||
* | Fix stupid thinko (test was backwards!). | David A. Madore | 2014-10-12 | 1 | -1/+1 |
| | |||||
* | Fix stupid mistake: was passing a null DynamicContext. | David A. Madore | 2014-10-12 | 1 | -1/+1 |
| | |||||
* | Add links to whole months pages in the index. | David A. Madore | 2014-10-11 | 1 | -5/+26 |
| | |||||
* | Thinko in d:wxref handling. | David A. Madore | 2014-10-11 | 1 | -1/+2 |
| | |||||
* | Make it possible to link to previous and next entries from the single page ↵servlet | David A. Madore | 2014-10-11 | 2 | -7/+11 |
| | | | | template. | ||||
* | Allow for a way to access entries without giving number (redirect). | David A. Madore | 2014-10-11 | 1 | -4/+60 |
| | |||||
* | Permalinks in servlet system. | David A. Madore | 2014-10-10 | 2 | -11/+12 |
| | |||||
* | Merge branch 'master' into servlet | David A. Madore | 2014-10-10 | 8 | -115/+188 |
|\ | | | | | | | | | 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 | 8 | -115/+186 |
| | | |||||
| * | Add the principle of a d:wrefcat="@single" type. | David A. Madore | 2014-10-10 | 1 | -4/+6 |
| | |