Sébastien Helleu
ee19cfbf49
tests: fix scripting API tests when they are run from autotools build directory
2017-10-07 18:45:16 +02:00
Sébastien Helleu
003f5de16b
tests: fix compilation of tests with autotools
2017-10-07 18:45:02 +02:00
Sébastien Helleu
ca2c11dea7
tests: remove useless __init__ methods
2017-10-07 18:22:33 +02:00
Sébastien Helleu
703534034d
tests: fix comments
2017-10-07 17:05:42 +02:00
Sébastien Helleu
e8af853624
tests: add scripting API tests (issue #104 )
...
Automatic tests of scripting API are made with Python scripts:
- unparse.py: convert Python code to other languages
- testapigen.py: generate scripts in all languages to test the API
- testapi.py scripting API tests
2017-10-07 16:51:25 +02:00
Sébastien Helleu
f6fe6be7a4
doc: reformat PHP dependency in user's guide
2017-10-05 22:38:26 +02:00
Sébastien Helleu
157dc811a4
php: add comments
2017-10-03 21:34:35 +02:00
Sébastien Helleu
0cc44cd986
php: add messages during script loading/unloading
2017-10-03 21:34:20 +02:00
Sébastien Helleu
31dd886390
php: set php_quiet to 1 during plugin end
2017-10-03 21:33:30 +02:00
Sébastien Helleu
33b23c8a74
php: set php_quiet to 1 during plugin initialization
2017-10-03 21:32:02 +02:00
Sébastien Helleu
8dc4f1dd28
php: set php_quiet to 1 when loading/reloading/unloading a script with option "-q"
2017-10-03 21:30:58 +02:00
Sébastien Helleu
7949146687
lua: fix boolean return value (as integer) in API functions
2017-10-03 21:17:22 +02:00
Sébastien Helleu
255e46eaef
guile: return integer (0/1) instead of boolean in API functions
2017-10-03 21:16:11 +02:00
Sébastien Helleu
682979bb90
guile: fix return value of static strings
2017-10-02 19:20:26 +02:00
Sébastien Helleu
137d5863e2
tests: run command "/debug libs" in tests instead of Travis CI command
2017-10-01 08:00:39 +02:00
Sébastien Helleu
1ec9453b7e
core: add contributor in AUTHORS.adoc
2017-09-28 20:26:54 +02:00
Sébastien Helleu
49a2d49569
Merge pull request #1073 from l/master/translation/ja_JP
...
doc: update Japanese translations
2017-09-28 20:26:02 +02:00
AYANOKOUZI, Ryuunosuke
50a7bd01fb
doc: update Japanese translations
2017-09-28 09:00:00 +09:00
Sébastien Helleu
d048f9e7af
build: update examples in script build-debian.sh
2017-09-28 01:54:53 +02:00
Sébastien Helleu
ddb661cd80
aspell: display "?" if lang is NULL in /aspell listdict
...
The lang should never be NULL anyway (this fixes a compiler warning).
2017-09-28 01:36:10 +02:00
Sébastien Helleu
1c3e724ec6
build: update Debian patches with libxml2-dev dependency
2017-09-28 01:18:18 +02:00
Sébastien Helleu
c13ab756d9
debian: add dependency on libxml2-dev for PHP plugin
2017-09-28 01:11:22 +02:00
Sébastien Helleu
6fc988a647
doc: add dependency libxml2-dev for PHP plugin (user's guide)
2017-09-28 01:09:50 +02:00
Sébastien Helleu
1eefbf6ba5
php: use PHP_VERSION_ID instead of PHP_MAJOR_VERSION and PHP_MINOR_VERSION
2017-09-28 00:51:15 +02:00
Sébastien Helleu
b2d6d08c9e
php: add comments with PHP version
2017-09-28 00:43:06 +02:00
Sébastien Helleu
7483c2a311
php: fix condition on PHP version to support future PHP versions (>= 8.0)
2017-09-28 00:28:32 +02:00
Sébastien Helleu
3c727cc04c
Merge pull request #1069 from adsr/master
...
php: use find_library to find libphp7.so
2017-09-28 00:21:25 +02:00
Sébastien Helleu
01fff0a0d4
build: update patch for Ubuntu Trusty to not build PHP plugin
2017-09-27 17:17:59 +02:00
Sébastien Helleu
4d69c3be7e
build: update patch for Debian Wheezy to not build PHP plugin
2017-09-27 17:09:21 +02:00
Sébastien Helleu
b9e4081f3a
build: update patch for Debian Jessie to not build PHP plugin
2017-09-27 17:03:12 +02:00
Sébastien Helleu
2c453f9710
build: add patch for Debian Stretch, Raspbian Stretch and Ubuntu Zesty/Yakkety/Xenial to use PHP 7.0 instead of 7.1
2017-09-27 16:59:41 +02:00
Sébastien Helleu
cac4107f54
debian: add PHP in debian packaging
2017-09-27 16:58:17 +02:00
Sébastien Helleu
d6558f5327
doc: replace php 7.0 by php 7.1 in dependencies (user's guide)
...
Compilation with PHP 7.0 is still OK, the version in dependencies is the latest
available in Debian Sid (unstable).
2017-09-27 16:58:17 +02:00
Sébastien Helleu
0b4df5d6b8
build: remove patch for Raspbian Jessie
...
Automatic builds for Raspbian Jessie were stopped three months ago, on June 2017.
2017-09-27 16:58:17 +02:00
Sébastien Helleu
630983b854
build: remove patch for Ubuntu Wily
...
Automatic builds for Ubuntu Wily were stopped five months ago, on April 2017.
2017-09-27 16:25:10 +02:00
Sébastien Helleu
08856b4c5a
build: remove patch for Debian Squeeze
...
Automatic builds for Debian Squeeze were stopped one year ago, on October 2016.
2017-09-27 15:40:54 +02:00
Sébastien Helleu
01cc63aa45
core: initialize variables attrs and pair before calling wattr_get
...
This fixes a compiler warning, in some cases wattr_get may not initialize the
variables.
2017-09-25 20:12:31 +02:00
Sébastien Helleu
9a6b107648
core: disable tests with Python 3 until problem is fixed on Travis CI
2017-09-24 15:57:05 +02:00
Sébastien Helleu
a8bbb5ab9e
core: test with Python 3.5 instead of 3.6 on Travis CI
2017-09-24 15:48:46 +02:00
Sébastien Helleu
30f6b5fadf
core: add a workaround for Python 3 issue on Travis CI
2017-09-24 15:45:24 +02:00
Sébastien Helleu
6b0262794f
core: add CVE ID in ChangeLog
2017-09-23 22:28:47 +02:00
Sébastien Helleu
8310999b0e
core: update stable version in script version.sh
2017-09-23 20:59:16 +02:00
Sébastien Helleu
d36bf234c0
doc: move table of contents on the left in FAQ
2017-09-23 17:26:36 +02:00
Sébastien Helleu
f95a1b72e7
doc: fix note about function "print" in scripting guide
2017-09-23 16:34:26 +02:00
Sébastien Helleu
92b9533efe
core: fix typo: Javascript -> JavaScript
2017-09-23 16:24:52 +02:00
Sébastien Helleu
5aab494dd6
core, plugins: check return code of strftime function
2017-09-23 15:06:28 +02:00
Sébastien Helleu
ae66a4d8a5
core: add version 1.9.1 in ChangeLog and release notes
2017-09-23 15:06:00 +02:00
Sébastien Helleu
e4cc90f4b4
logger: call strftime before replacing buffer local variables
2017-09-23 15:04:21 +02:00
Sébastien Helleu
5f7b62f835
php: fix crash in API function string_eval_path_home
2017-09-21 21:01:29 +02:00
Adam Saponara
25f79ff2f5
php: use find_library to find libphp7.so
2017-09-17 18:19:35 -04:00