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
AYANOKOUZI, Ryuunosuke
50a7bd01fb
doc: update Japanese translations
2017-09-28 09:00:00 +09: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
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
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
0855873447
doc: update Japanese auto-generated files
2017-09-17 17:36:39 +02:00
Sébastien Helleu
3ff1877001
doc: update German auto-generated files
2017-09-09 17:52:03 +02:00
Nils Görs
4388d25119
core: update German translations
2017-09-09 17:44:35 +02:00
Sébastien Helleu
65a6a6dff2
doc: fix PHP examples in scripting guide
2017-09-09 15:20:38 +02:00
Sébastien Helleu
20f47b9b41
doc: add PHP plugin in plugin API reference
2017-09-03 15:34:30 +02:00
Sébastien Helleu
23c3288cbe
doc: add PHP plugin in FAQ
2017-09-03 15:34:30 +02:00
Sébastien Helleu
ef193107aa
doc: add PHP plugin in developer's guide
2017-09-03 15:34:29 +02:00
Sébastien Helleu
8e41d3b616
doc: add PHP plugin in scripting guide
2017-09-03 15:34:29 +02:00
Sébastien Helleu
997768c4cf
doc: add PHP plugin in user's guide
2017-09-03 15:34:29 +02:00
Sébastien Helleu
24418b30a0
doc: update German auto-generated files
2017-09-02 13:35:43 +02:00
Nils Görs
5b00287756
core: update German translations
2017-09-02 13:18:21 +02:00
Sébastien Helleu
2deea7f53e
core: add note about wildcard in /help set
2017-09-01 21:04:25 +02:00
Sébastien Helleu
387ddb98af
doc: update Japanese auto-generated files
2017-08-25 19:31:22 +02:00
AYANOKOUZI, Ryuunosuke
47e048dd53
core: update Japanese translations
2017-08-26 09:00:00 +09:00
Sébastien Helleu
6d46daed6c
doc: add non-breaking spaces in French messages
2017-08-25 07:45:34 +02:00
Sébastien Helleu
bc9fdb87af
doc: add non-breaking spaces in French docs
2017-08-24 23:46:14 +02:00
Sébastien Helleu
3d8980d91a
doc: add links to other docs in plugin API reference
2017-08-22 23:10:41 +02:00
Sébastien Helleu
7a1511001e
doc: add links to other docs in scripting guide
2017-08-21 23:35:04 +02:00
Sébastien Helleu
557beb47b5
doc: add links to other docs in FAQ
2017-08-21 23:12:55 +02:00
Sébastien Helleu
f1c9ed7714
doc: add links to other docs in developer's guide
2017-08-21 23:12:53 +02:00
Sébastien Helleu
a2f2d41dda
doc: add links to other docs in user's guide
2017-08-21 23:12:49 +02:00
Sébastien Helleu
a9c6964617
core: add note about bar item "input_paste" in /help weechat.look.paste_max_lines ( closes #1054 )
2017-08-21 07:48:42 +02:00
Sébastien Helleu
db0bdc2ac6
core: add flag "input_get_empty" in buffer
...
The default value is 0 (legacy behavior).
When it is set to 1, an empty input (just by pressing Return with nothing in
input) is sent to the input callback, which receives an empty string.
2017-08-21 07:41:28 +02:00
Sébastien Helleu
8c554d88c9
doc: fix name of dynamic string functions (plugin API reference)
2017-08-20 13:35:32 +02:00
Sébastien Helleu
0ad49d1529
doc: add "locale -a" and command to set $LANG in FAQ
2017-08-19 17:26:53 +02:00
Sébastien Helleu
a00cbac5c3
doc: update Japanese auto-generated files
2017-08-19 17:15:07 +02:00
AYANOKOUZI, Ryuunosuke
ce20b1b50c
core: update Japanese translations
2017-08-19 09:00:00 +09:00
Sébastien Helleu
835c94db4b
core: add signals "buffer_filters_enabled" and "buffer_filters_disabled"
2017-08-18 22:10:17 +02:00
Sébastien Helleu
969432c56e
doc: update German auto-generated files
2017-08-15 18:29:56 +02:00
Nils Görs
902da71ff6
core: update German translations
2017-08-14 18:50:19 +02:00
Sébastien Helleu
bfef8da84c
api: change type of arguments status/gnutls_rc/sock in hook_connect() callback from string to integer (in scripts)
2017-08-13 10:40:01 +02:00
Sébastien Helleu
bf0df282a2
doc: remove tag "translation missing" in French plugin API reference
2017-08-13 10:36:40 +02:00
Sébastien Helleu
5392e3078f
api: send file descriptor as integer instead of string to the callback of hook_fd
2017-08-13 09:29:39 +02:00
Sébastien Helleu
2b7ea69d00
doc: add a column "default" in the table with hook_process_hashtable options (plugin API reference)
2017-08-13 08:33:13 +02:00
Sébastien Helleu
86cfce07f0
doc: remove centering in some tables (user's guide)
2017-08-12 18:37:46 +02:00
Sébastien Helleu
d6b6a1d85c
doc: update titles with options (user's guide)
2017-08-12 18:37:46 +02:00
Sébastien Helleu
9d49c782f3
doc: remove word "plugin" in chapter titles (user's guide)
2017-08-12 18:37:46 +02:00
Sébastien Helleu
2e7fd30ae5
doc: add a chapter about aspell dictionaries (user's guide)
2017-08-12 18:37:45 +02:00
Sébastien Helleu
5d31e316a1
doc: add list of default aliases (user's guide)
2017-08-12 18:37:45 +02:00
Sébastien Helleu
f19507ff6a
alias: add infolist "alias_default" (list of default aliases)
2017-08-12 18:37:45 +02:00
Sébastien Helleu
829c9907a9
doc: add file alias.conf in user's guide
2017-08-12 18:37:45 +02:00
Sébastien Helleu
d7239717fc
doc: update chapter "Running WeeChat" (user's guide)
2017-08-12 18:37:45 +02:00