Commit Graph

1649 Commits (final-2.5.x)

Author SHA1 Message Date
openHAB Build Server d1204d0749 Updated external 2.5.x content (Jenkins build 558) 2020-07-01 05:41:12 +00:00
openHAB Build Server fffeef6f12 Updated external 2.5.x content (Jenkins build 557) 2020-06-30 05:40:38 +00:00
openHAB Build Server 164e550386 Updated external 2.5.x content (Jenkins build 556) 2020-06-29 05:43:17 +00:00
openHAB Build Server b084240672 Updated external 2.5.x content (Jenkins build 555) 2020-06-28 05:40:21 +00:00
openHAB Build Server c58143e6a3 Updated external 2.5.x content (Jenkins build 554) 2020-06-27 05:46:02 +00:00
openHAB Build Server 01bec7cbe8 Updated external 2.5.x content (Jenkins build 553) 2020-06-26 05:40:11 +00:00
openHAB Build Server 4a170b0a7c Updated external 2.5.x content (Jenkins build 552) 2020-06-24 05:39:45 +00:00
openHAB Build Server f48e8a67f5 Updated external 2.5.x content (Jenkins build 551) 2020-06-22 08:24:04 +00:00
openHAB Build Server ad89060186 Updated external 2.5.x content (Jenkins build 549) 2020-06-21 05:40:08 +00:00
openHAB Build Server 269b33c5d3 Merge commit '723e743777d1f423c89180c0e83b58e8d00d6c42' into HEAD 2020-06-20 11:14:47 +00:00
Wouter Born 723e743777
Fix typo (#1244)
Signed-off-by: Wouter Born <github@maindrain.net>
2020-06-20 13:14:29 +02:00
openHAB Build Server 5294f7282a Merge commit '379f832957179508dba52d46fb55de3aac706fe4' into HEAD 2020-06-20 11:14:27 +00:00
Wouter Born 379f832957
Fix DecimalType hex conversion example (#1243)
See: https://github.com/openhab/openhab-core/issues/1526

Signed-off-by: Wouter Born <github@maindrain.net>
2020-06-20 13:14:08 +02:00
openHAB Build Server 7588a250ca Merge commit '1431937419b446e374682516dffb51856f4e4d7d' into HEAD 2020-06-20 11:13:56 +00:00
TRS-80 1431937419
Update security.md (#1241)
Been using FreeDNS for many years (ever since all these companies got rid of their free tiers) and never an issue!
2020-06-20 13:13:35 +02:00
openHAB Build Server 262508d5cd Updated external 2.5.x content (Jenkins build 548) 2020-06-20 05:43:16 +00:00
openHAB Build Server c2f623dece Updated external 2.5.x content (Jenkins build 547) 2020-06-19 05:37:39 +00:00
openHAB Build Server 3b2a976ad3 Updated external 2.5.x content (Jenkins build 546) 2020-06-18 05:39:53 +00:00
openHAB Build Server c02d2b2ac6 Merge commit 'a4bf7072e3a5acf29f86b8e0688b32c26456e4c6' into HEAD 2020-06-17 17:18:09 +00:00
Markus Storm a4bf7072e3
Revise Java recommendations (#1240)
* Revise Java recommendations

* Delete pine.md

Do not recommend PINE, it's not supported any longer by openHABian.

* Removed sidebar link in config

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2020-06-17 19:17:45 +02:00
openHAB Build Server 7140903819 Merge commit '0a18a261867109e89d08c50aac8cedf957a00526' into HEAD 2020-06-17 17:16:57 +00:00
Markus Storm 0a18a26186
Update introduction.md (#1239)
* Update introduction.md

Signed-off-by: Markus Storm markus.storm@gmx.net

* Update introduction.md
2020-06-17 19:16:37 +02:00
openHAB Build Server d2c8ec187c Updated external 2.5.x content (Jenkins build 545) 2020-06-17 05:39:42 +00:00
openHAB Build Server f28b731706 Merge commit '73ed3ba43dc8e26d6f6783355dc255d5fe6c5811' into HEAD 2020-06-16 20:23:59 +00:00
Fabian Wolter 73ed3ba43d
Remove Apache Commons from Default Libraries (#1229)
See openhab/openhab-addons#7722
Signed-off-by: Fabian Wolter <git@fabian-wolter.de>
2020-06-16 22:23:38 +02:00
openHAB Build Server 11dfa74c4d Merge commit '6dfa7dbf1062e9ca47c7ada453ec30a74a3d5a84' into HEAD 2020-06-16 20:22:14 +00:00
GumbyMan82 6dfa7dbf10
Update logging.md (#1238)
Add information on how to find out the symbolic names of the bundles
2020-06-16 22:21:57 +02:00
openHAB Build Server 291405a454 Merge commit '033f33f5f33154ec01586b28598b320b8bf90e45' into HEAD 2020-06-16 20:06:54 +00:00
Wouter Born 033f33f5f3
Fix broken ESH links (#1231)
Signed-off-by: Wouter Born <github@maindrain.net>
2020-06-16 22:06:32 +02:00
openHAB Build Server a638fa3879 Merge commit '278330321703a4c1f6e5b3156418c5e4e59b6ec7' into HEAD 2020-06-16 20:05:52 +00:00
Christoph Weitkamp 2783303217
Update thing-xml.md (#1236)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2020-06-16 22:05:30 +02:00
openHAB Build Server ab678ae743 Merge commit '1ea82164ad789773f5b17f4cfecc0290f77c5a9e' into HEAD 2020-06-16 20:01:49 +00:00
Fabian Wolter 1ea82164ad
Remove unnecessary isCancelled() from code example (#1235)
Cancelling an already canceled task has no effect. IMHO this check is not necesssary and removal would simplify the code. I came to this because I saw this pattern in many bindings during reviewing.

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
2020-06-16 22:01:28 +02:00
openHAB Build Server 6b12146bd6 Merge commit 'b6209fe86a2d464acce5b9cb0cfde33603096834' into HEAD 2020-06-16 20:00:45 +00:00
Stefan Zabka b6209fe86a
Make Subheadings Use Proper Subheading Syntax (#1234)
This way they render out as proper markdown and don't look weird on the website

Signed-off-by: Stefan Zabka <zabkaste@informatik.hu-berlin.de>
2020-06-16 22:00:22 +02:00
openHAB Build Server 6c4fbe3e34 Merge commit '8a3477c3aaa681bb07ea313c181834b1e55541ba' into HEAD 2020-06-16 19:59:49 +00:00
Fabian Wolter 8a3477c3aa
Add doc folder to the binding directory structure (#1230)
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
2020-06-16 21:59:28 +02:00
openHAB Build Server 8780b72e5c Merge commit '76aa4b2f124c89bf3d0ee52c5c84624bd8a347ae' into HEAD 2020-06-16 19:56:59 +00:00
Mark Theiding 76aa4b2f12
Update contributing.md (#1228)
Small refinement on documentation change submission flow. 

Signed-off-by: Mark Theiding <mark.theiding@gmail.com>
2020-06-16 21:56:35 +02:00
openHAB Build Server fb014b3c5a Merge commit '942580dab196c066c7575d94d4cdc1260dd8da3b' into HEAD 2020-06-16 19:56:19 +00:00
Mark Theiding 942580dab1
Update contributing.md (#1227)
Need to escape \< and \> in the sign off message format so users see them explicitly in the Contributing to the Documentation section. 

Signed-off-by: Mark Theiding <mark.theiding@gmail.com>
2020-06-16 21:56:01 +02:00
openHAB Build Server 194593c3ae Merge commit 'e85faf066ba16837087d60a0cf93fa32799eae6a' into HEAD 2020-06-16 19:55:49 +00:00
Mark Theiding e85faf066b
Update eclipse.md (#1226)
Added additional structure around install, run, debug and update steps. Provided more pointers to interactions with Eclipse, Maven and Git.

Signed-off-by: Mark Theiding <mark.theiding@gmail.com>
2020-06-16 21:55:31 +02:00
openHAB Build Server 5318baf3ab Merge commit '8e71ae75a4c395cc07ea25797a1c0e3f84a0c225' into HEAD 2020-06-16 19:47:05 +00:00
Sami Salonen 8e71ae75a4
[fmiweather] logo for FMI Weather binding (#929)
Signed-off-by: Sami Salonen <ssalonen@gmail.com>
2020-06-16 21:46:40 +02:00
openHAB Build Server d70eaf7558 Updated external 2.5.x content (Jenkins build 544) 2020-06-16 05:40:13 +00:00
openHAB Build Server bfbad17a37 Updated external 2.5.x content (Jenkins build 543) 2020-06-15 05:38:33 +00:00
openHAB Build Server 6e4820ccd9 Updated external 2.5.x content (Jenkins build 542) 2020-06-14 05:38:32 +00:00
openHAB Build Server 137b8aa9b2 Updated external 2.5.x content (Jenkins build 541) 2020-06-12 05:47:27 +00:00
openHAB Build Server 7746618f05 Updated external 2.5.x content (Jenkins build 540) 2020-06-11 05:38:26 +00:00