<div dir="ltr"><div>Just a quick update on a couple of things:</div><div></div><ul><li>Two changes made to master over the weekend</li><li>Git settings for removing trailing spaces</li><li>Git commit messages</li><li>Team for the next release</li><li>Kohacon20</li></ul><div> </div><div><b>Two changes made to master over the weekend</b></div><div></div><div><br></div><div>Over the weekend I merged two changes to master (19.11) and 19.05 (it will take me a bit longer to get these into 18.11).<br></div><div></div><div>While mainly housekeeping, they made changes to most source files and covered:</div><ul><li>removing spaces at the end of lines, and removing extra lines; and<br></li><li>fixing some of the issues that were generating warning messages when creating the HTML version of the manual.</li></ul><div></div><div>I haven't fixed all the warning messages, but the bulk of them are out of the way. This should significantly reduce broken links in the manual.<br></div><div>If you have any work in progress,  I'm happy for you to do your commits and merge requests based on whatever state your local git repository is in - I'll then try and resolve any conflicts.<br></div><div></div><div>Otherwise, a git pull is highly recommended to get your local repository up-to-date for new work!<br></div><div></div><div><br></div><div><b>Git settings for removing trailing spaces<br></b></div><div></div><div><br></div><div>To avoid lines getting into the repository with extra spaces at the end, you can setup git so that it automatically removes these when commits are made.</div><div></div><div>You can check to see what is in your git configuration file using git config --list</div><div></div><div>Add these entries, if they don't exist:</div><div></div><div><pre>git config --global core.whitespace trailing-space,space-before-tab
git config --global apply.whitespace fix</pre></div><div></div><div>See <a href="https://wiki.koha-community.org/wiki/Version_Control_Using_Git#Automatically_fix_whitespace_errors_in_patches" target="_blank">the wiki</a> for the full details. Your editor may also have a setting that removes trailing spaces automatically as well.,</div><div><br></div><div><b>Git commit messages</b></div><div></div><div><br></div><div>For recent commits I've been amending commit messages so they are more in line with what Koha does, and to make the history a bit more readable:</div><div style="margin-left:40px">404b0ed9 Taiga 1015: Fix sphinx warning messages when HTML generated<br>d9e70d4b Taiga 1058: Remove trailing spaces and extra blank lines in source files<br>664fdb99 Taiga 787 (11911): Add note about suggestions_manage  permission<br>6ce2a4b1 Bug 24122: Fix typo<br>....</div><div><div>I've added some <a href="https://wiki.koha-community.org/wiki/Git_guide_for_documentation#Commit_messages">guidelines</a> to the wiki with some examples.</div><div></div><div></div><div><br></div><div></div><div></div><div><b>Team for the next release</b></div><div><br></div><div>Thanks to everyone who has <a href="https://wiki.koha-community.org/wiki/Roles_for_20.05">volunteered</a> to help with the documentation!</div><div>(You can still add your name to the list, and contributions of any kind are always welcome.)<br></div><div><br></div><div><b>Kohacon20</b></div><div><br></div><div>I submitted a couple of proposals about documentation for Kohacon20 (in October next year, here in Wellington, New Zealand!). One was a talk about the future of documentation for Koha, and the other was to have documentation workshop. We'll see how it goes...<br></div><div></div><div><br></div><div></div><div>That's all for the moment!</div><div><br></div><div><div dir="ltr" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>David Nind | <a href="mailto:david.nind@gmail.com" target="_blank">david.nind@gmail.com</a><br>PO Box 12367, Thorndon, Wellington, New Zealand 6144<br>m. +64 21 0537 847</div></div></div></div></div></div></div></div>