Andrew Morgan
b4bfd7dcc7
Merge branch 'develop' into anoa/jitsi_ptt
...
* develop:
Upgrade dependencies
Translated using Weblate (Vietnamese)
Translated using Weblate (Azerbaijani)
Translated using Weblate (Swedish)
Translated using Weblate (Azerbaijani)
Update references to features
Update feature references
Upgrade to Electron 5
Translated using Weblate (Tamil)
Translated using Weblate (Latvian)
Translated using Weblate (Esperanto)
Translated using Weblate (Spanish)
2019-08-03 15:18:30 +01:00
Travis Ralston
83da5e6004
Update references to features
2019-07-25 14:53:53 -06:00
Travis Ralston
ec9309edcd
Update feature references
2019-07-25 14:52:20 -06:00
Andrew Morgan
67a4081636
Fix link to native node modules docs
2019-07-19 10:26:09 +01:00
Andrew Morgan
90c2348e5f
Add deps to iohook docs
2019-07-19 10:20:29 +01:00
Andrew Morgan
62cfd3ba12
Merge branch 'develop' into anoa/jitsi_ptt
...
* develop: (22 commits)
v1.3.0
Prepare changelog for v1.3.0
v1.3.0
Upgrade to JS SDK 2.2.0 and React SDK 1.4.0
Remove reactions feature flag from docs and config
Remove edits feature flag from docs and config
Remove reactions feature flag from docs and config
Remove edits feature flag from docs and config
cachebust config file requests
v1.3.0-rc.3
Prepare changelog for v1.3.0-rc.3
v1.3.0-rc.3
react-sdk rc.3
v1.3.0-rc.2
Prepare changelog for v1.3.0-rc.2
v1.3.0-rc.2
Upgrade to JS SDK 2.2.0-rc.2 and React SDK 1.4.0-rc.2
Convert install-app-deps to subcommand
v1.3.0-rc.1
Prepare changelog for v1.3.0-rc.1
...
2019-07-19 10:10:18 +01:00
J. Ryan Stinnett
8398ec5358
Remove reactions feature flag from docs and config
...
Part of https://github.com/vector-im/riot-web/issues/10282
2019-07-18 10:48:43 +01:00
J. Ryan Stinnett
7731f93676
Remove edits feature flag from docs and config
...
Part of https://github.com/vector-im/riot-web/issues/10282
2019-07-18 10:46:19 +01:00
Andrew Morgan
da69384772
Update build script
2019-07-15 15:44:00 +01:00
Andrew Morgan
b7781ab503
Merge branch 'develop' into anoa/jitsi_ptt
...
* develop: (249 commits)
Clarify deployment scripts
Add riot.im configuration files
Enable reactions and edits for desktop
Remove unused disable_identity_server config flag
Improve wording in debug log sending in issue templates
Require a rageshake description in mxSendRageshake
Fetch deps
Verify i18n in CI
Upgrade dependencies
v1.2.4
Prepare changelog for v1.2.4
v1.2.4
Upgrade lodash
Upgrade to JS SDK 2.1.1 and React SDK 1.3.1
v1.2.3
Prepare changelog for v1.2.3
v1.2.3
Upgrade to JS SDK 2.1.0 and React SDK 1.3.0
Upgrade dependencies
v1.2.3-rc.1
...
2019-07-12 16:57:01 +01:00
Travis Ralston
f3e82b56e9
Remove unused disable_identity_server config flag
...
Fixes https://github.com/vector-im/riot-web/issues/10229
2019-07-11 15:11:59 -06:00
J. Ryan Stinnett
73d801cb1d
Extract configuration docs to separate file
...
The main README is very busy with too much information in one file. This
attempts to clean up one portion by moving configuration docs to a separate
file.
Fixes https://github.com/vector-im/riot-web/issues/9965
2019-06-27 19:08:33 +01:00
Bruno Windels
f5e7dd5164
add description of new labs feature for message editing
2019-05-15 10:02:50 +01:00
J. Ryan Stinnett
bb675fde0c
Tweak redundant title
2019-05-01 19:16:21 +01:00
J. Ryan Stinnett
6df5c35b4e
Move to labs doc
2019-05-01 19:16:21 +01:00
Andrew Morgan
8dc95ab23b
Update docs with build deps
2019-04-09 17:57:16 +01:00
Andrew Morgan
cb2141075c
Switch npm i to yarn
2019-04-09 17:09:23 +01:00
Andrew Morgan
4156034403
Update instructions to ensure downloaded modules
2019-04-08 18:41:08 +01:00
Andrew Morgan
10d0b728fd
Update electron version and add compiling docs
2019-04-08 18:16:55 +01:00
Ben Parsons
d098857d5a
wrap text and link from README.md
2019-03-22 14:49:44 +00:00
Ben Parsons
ee85c04796
"Render simple counters in room header" details
2019-03-13 17:54:46 +00:00
J. Ryan Stinnett
fcaf0a5503
Recommend using the latest Node LTS version
2019-03-13 10:54:36 +00:00
J. Ryan Stinnett
1312ba537a
Update scripts and docs to use `yarn` where appropriate
...
Most `npm` operations are replaced with `yarn`, which generally has better
behavior. However, steps like publish that write to the NPM registry are left to
`npm`, which currently handles these tasks best.
2019-03-12 11:06:57 +00:00
Paul Tötterman
f7f9d8bfc3
Take Mac into account in keyboard shortcuts
...
Signed-off-by: Paul Tötterman <paul.totterman@iki.fi>
2019-01-09 17:37:54 +02:00
Paul Tötterman
ff95952969
Start documenting keyboard shortcuts
...
I'm sure I don't know all of them.
Signed-off-by: Paul Tötterman <paul.totterman@iki.fi>
2019-01-09 17:37:54 +02:00
Aidan Gauland
95b09cde60
Reorder sections in translating documentation
...
Move "Editing existing strings" to after "Adding new strings".
2018-04-29 14:08:57 +12:00
Aidan Gauland
c26cde2f6f
Correct npm command name in documentation
...
The `npm run` command `i18n-prune` is actually `prunei18n`.
2018-04-29 14:08:03 +12:00
Aidan Gauland
a8e578f5b8
Move and reword note about out-of-date dev setup
...
Replace an inline, parenthetical note about possible failures of the `npm run`
scripts with additional items in the Requirements section.
2018-04-21 21:52:56 +12:00
Aidan Gauland
6d74d5f8b7
Correct instructions to use the i18n scripts
...
As per code review feedback, we should use the npm run scripts i18n and
i18n-prune instead of editing the i18n JSON files directly.
2018-04-21 21:46:37 +12:00
Aidan Gauland
69bb020e5c
Add instructions for changing translated strings
...
Add instructions to the developer documentation for proper housekeeping of the
translations when editing strings.
2018-04-15 22:42:58 +12:00
Matthew Hodgson
0b5fe1232f
Merge pull request #6137 from rbozhkova/patch-1
...
Fix typo
2018-02-13 17:32:50 +00:00
rbozhkova
db5f4193ec
Fix typo
2018-02-13 18:22:01 +01:00
Luke Barnard
cb235a29fa
Merge pull request #5613 from pafcu/simplify-translation
...
Refactor translations
2017-11-16 11:54:52 +00:00
pafcu
1e2e4397f7
Fix typo
2017-11-16 12:41:26 +01:00
Stefan Parviainen
ae6c985d39
Add missing backtick
...
Signed-off-by: Stefan Parviainen <pafcu@iki.fi>
2017-11-15 19:58:29 +01:00
Stefan Parviainen
fcd58a2544
Update translating docs
2017-11-14 22:50:27 +01:00
Matthew Hodgson
190811ac1c
WIP
2017-10-23 00:57:02 +01:00
David Baker
f712804018
Add note about it apparently segfaulting on node 6
2017-10-19 11:13:42 +01:00
David Baker
4e31aea402
Switch to gen-i18n script
2017-10-19 10:53:02 +01:00
pafcu
9680bcb117
Implement reviewer suggestions
2017-10-03 18:22:58 +02:00
Stefan Parviainen
25cf115533
Update docs with _td() and some other recommendations
...
Signed-off-by: Stefan Parviainen <pafcu@iki.fi>
2017-09-27 22:01:56 +02:00
Marcel
71a0ced8a8
Update import and directory path
...
...in the Translations dev guide
2017-06-10 12:27:26 +02:00
David Baker
4f6b237fbc
Update translation links to riot.im
2017-06-09 15:16:38 +01:00
Michael Telatynski
e7fc602b3d
room link should be a matrix.to one
2017-06-03 21:54:45 +01:00
Matthew Hodgson
35a671d43c
more i18n instructions
2017-05-26 22:45:14 +01:00
Travis Ralston
8ddf4ced64
Update translating.md: Minor suggestions
...
Primarily spelling, wording, and grammar. A little bit of formatting too.
2017-05-26 13:09:40 -06:00
Matthew Hodgson
09adfbd6d6
remove stale i18n instructions
2017-05-26 19:39:05 +01:00
David Baker
5356eab159
Correct docs
...
Change array.push guideline to not using _t at class-load time
which was probably the actual problem. Update guidelines to
include punctuation.
2017-05-26 13:16:36 +01:00
David Baker
6b6fa59f3e
Squash merge https://github.com/vector-im/riot-web/pull/3636
2017-05-23 14:12:53 +01:00
Matthew Hodgson
c5032ba1bc
Update theming.md
2017-01-18 22:46:12 +00:00