ChangeLog 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. 2018-02-17 jpmouse <jpmouse@free.fr>
  2. * lib/default.rb: fix nanoc module name.
  3. 2016-07-31 jpmouse <jpmouse@free.fr>
  4. * content/index.html: remove leading slash from updates list.
  5. * lib/_person_helper.rb (person_link): remove leading slash from
  6. returned path to get a relative URL.
  7. * layouts/default.html: change .js links to relative URLs.
  8. * layouts/_header.html: change css link to relative URLs.
  9. 2015-07-24 jpmouse <jpmouse@free.fr>
  10. * Rules: now test if tmp/ exists and create it if needed.
  11. * Rules: better test for output/tn/ existence.
  12. 2015-05-13 jpmouse <jpmouse@free.fr>
  13. * content/cookies.html: finished the french page.
  14. * content/cookies-en.html: finish to write this.
  15. 2014-09-07 jpmouse <jpmouse@free.fr>
  16. * layouts/_sidebar.html: Change the sidebar adzone to 300x350.
  17. 2014-03-16 jpmouse <jpmouse@free.fr>
  18. * layouts/_footer.html: fix an opened HTL tag.
  19. * layouts/_plugrush_header.html: fix an opened HTL tag.
  20. 2014-02-14 jpmouse <jpmouse@free.fr>
  21. * layout/_header.html: added plugrush mobile code.
  22. * layout/_footer.html: added plugrush popunder code.
  23. 2014-02-13 jpmouse <jpmouse@free.fr>
  24. * layout/*.html: add the _plugrush_header.html to all pages.
  25. * layout/_plugrush_header.html: add a plugrush banner if not in test.
  26. 2014-02-09 jpmouse <jpmouse@free.fr>
  27. * layout/*.html: add the _social partial to multiple pages.
  28. * layout/_social.html: dedicated partial for facebook and twitter
  29. buttons.
  30. 2014-02-08 jpmouse <jpmouse@free.fr>
  31. * layout/default.html: add support for twitter and facebook
  32. buttons.
  33. 2013-12-17 jpmouse <jpmouse@free.fr>
  34. * layout/_header.html: handle pagination in a way we add *page x*
  35. to the title HTML markup to avoid duplicates titles.
  36. 2013-10-03 jpmouse <jpmouse@free.fr>
  37. * Rules (preprocess): fix a hard to find bug in the pagination
  38. process that consider splitting in two page a person with 9 images.
  39. 2013-09-04 jpmouse <jpmouse@free.fr>
  40. * MANUAL.org: started to write the manuel.
  41. * content/news/example-news.md: file removed.
  42. * layouts/personnalite_redirect.html: a redirection page
  43. for below generated items.
  44. * Rules: generate an item for multipages celebs.
  45. 2013-08-30 jpmouse <jpmouse@free.fr>
  46. * config.yaml (test): add a boolean value to remove stats.
  47. * Rules: Add a warning is test is true.
  48. * layouts/_sidebar.html: conditional add stats or 'No stats'.
  49. 2013-08-19 jpmouse <jpmouse@free.fr>
  50. * lib/_person_helper.rb (person_link): use this function to
  51. create a link with slug/ or slug-page-1/. This change many
  52. layouts way of printing links.
  53. * config.yaml; just added the images_per_page value.
  54. * layouts/_pagination.html: a new layout to handle the pagination div.
  55. * content/stylesheet.css: add styles for the pagination div elements.
  56. 2013-08-18 jpmouse <jpmouse@free.fr>
  57. * Rules (preprocess): Add :name to the tmp/'s YAML file.
  58. * layouts/_thumbnail.html: name from show text is back as figcaption.
  59. * layouts/_sidebar.html: named HTML character without semicolon fixed.
  60. * layouts/_header.html: remove a duplicate of head markup.
  61. * Rules (preprocess): using symbols as hashmap key fix an error
  62. with personnalite page thumbs.
  63. * layouts/personnalite.html: first try to add gallery from person
  64. helper YAML based image list.
  65. * lib/_tag_helper.rb (tags_text): avoid compilation error if
  66. tag array is nil.
  67. * lib/_person_helper.rb (person_image_list): now list image
  68. list from a slug using tmp/ YAML file.
  69. 2013-08-14 jpmouse <jpmouse@free.fr>
  70. * layouts/news.html: now uses a partial render for each thumbnail.
  71. 2013-08-11 jpmouse <jpmouse@free.fr>
  72. * layouts/htaccess.html: custom layout for .htacess.
  73. * Rules: now uses a custom layout for htaccess file.
  74. * content/js/*.js: hidden in sitemap.
  75. * content/stylesheet.css: hidden in sitemap.
  76. * Rules: generates a XML sitemap.
  77. * lib/default.rb: uses builder to generates a XML sitemap.
  78. * content/sitemap.xml: generates a XML sitemap.
  79. 2013-08-05 jpmouse <jpmouse@free.fr>
  80. * Rules (preprocess): generates a YAML files containing images
  81. per person.
  82. * content/news/example-news.md: fix a bug in image list's metadata.
  83. 2013-08-02 jpmouse <jpmouse@free.fr>
  84. * lib/default.rb: made some tests on how to generate image list
  85. per persons.
  86. 2013-07-29 jpmouse <jpmouse@free.fr>
  87. * lib/_news_helper.rb (news_list): remove binary items from news
  88. list for NOT_ADDED news.
  89. * Rules: first test to avoid generation of NOT_ADDED news.
  90. 2013-07-28 jpmouse <jpmouse@free.fr>
  91. * ROADMAP: A better version handling until v0.0.3.
  92. 2013-07-26 jpmouse <jpmouse@free.fr>
  93. * layout/caps/htaccess.txt: now routed to forbid directory index.
  94. * siteconfig.yml: the phpmyvisites configurable part.
  95. * layout/_sidebar.html: add phpmyvisites tracker code.
  96. 2013-07-25 jpmouse <jpmouse@free.fr>
  97. * lib/default.rb (siteconfig): website configuration now in YAML
  98. format.
  99. * lib/default.rb (siteconfig): website engine version now in a
  100. constant.
  101. * layout/_footer.html: add mailto link with siteconfig's email.
  102. * siteconfig.rb: add email configuration.
  103. * lib/default.rb (siteconfig): raises an error if siteconfig.rb
  104. can't be found.
  105. 2013-07-24 jpmouse <jpmouse@free.fr>
  106. * lib/default.rb (version): implements siteconfig.rb for version
  107. number.
  108. * lib/default.rb (version): a better global handling of the version
  109. and revision string.
  110. * layout/_footer.html: first footer version.
  111. * ChangeLog: created this file.