summaryrefslogtreecommitdiff
path: root/doc/forum/tags_acting_strangely:_not_picking_up_all_pages__44___not_populating_feeds/comment_3_6c4affdbc637946506d0c28a8648dc6e._comment
blob: 3f02528b363519135dab057cf7c46797203e859e (plain)
  1. [[!comment format=mdwn
  2. username="http://joey.kitenet.net/"
  3. nickname="joey"
  4. subject="comment 3"
  5. date="2011-04-30T20:33:59Z"
  6. content="""
  7. So, I don't see the issue of only one of the two capitalizations of a tag being updated when a page is added.
  8. <pre>
  9. joey@wren:~/tmp>ikiwiki -plugin html -plugin inline -tagbase tags -plugin goodstuff --refresh -v JasonsChatter JasonsChatter.html
  10. refreshing wiki..
  11. scanning posts/foo.html
  12. building posts/foo.html
  13. building tags.mdwn, which depends on posts/foo
  14. building sidebar.mdwn, which depends on posts/foo
  15. building posts.mdwn, which depends on posts/foo
  16. building index.mdwn, which depends on sidebar
  17. building archives/2010/04.mdwn, which depends on posts/foo
  18. building archives.mdwn, which depends on archives/2010/04
  19. building tags/NaPoWriMo.mdwn, which depends on posts/foo
  20. building tags/poetry.mdwn, which depends on posts/foo
  21. building tags/rwp.mdwn, which depends on posts/foo
  22. building tags/napowrimo.mdwn, which depends on posts/foo
  23. done
  24. </pre>
  25. Both caps of the tag were updated there. I do see some evidence of your site being updated by ikiwiki running with possibly different configuration. Compare date formats used on <http://lovesgoodfood.com/jason/tags/NaPoWriMo/> and <http://lovesgoodfood.com/jason/tags/napowrimo/>. Now, that could just be a different LANG setting, but if the configuration different goes deeper, it could point toward an explanation of the inconsistency of only one case of a tag being updated to list a page.. possibly.
  26. I can reproduce tag autocreation creating multiple tag pages that differ only in case. That's a bug, fixed in bad5072c02d506b5b5a0d74cd60639f7f62cc7d3.
  27. AFAICS, you don't have `tag_autocreate_commit` set to false, so transient tags are not being used.
  28. """]]