Skip to content

Riot → Element#14581

Merged
jryans merged 30 commits intoelement-hq:developfrom
resynth1943:resynth1943-patch-riot-to-element
Jul 21, 2020
Merged

Riot → Element#14581
jryans merged 30 commits intoelement-hq:developfrom
resynth1943:resynth1943-patch-riot-to-element

Conversation

@resynth1943
Copy link
Copy Markdown
Contributor

@resynth1943 resynth1943 commented Jul 17, 2020

I've changed a lot of documentation that uses the name 'Riot', and replaced those references with Element.

These changes are (hopefully) purely documentation, they shouldn't break too much.

@t3chguy t3chguy requested a review from a team July 17, 2020 11:37
Comment thread docs/labs.md
Comment thread docs/labs.md Outdated
If Labs is enabled in the [Riot config](config.md), you can enable some of these features by going
If Labs is enabled in the [Element config](config.md), you can enable some of these features by going
to `Settings->Labs`. This list is non-exhaustive and subject to change, chat in
[#riot-web:matrix.org](https://matrix.to/#/#riot-web:matrix.org) for more information.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I change riot-web here?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, see also my review below.

Comment thread scripts/docker-link-repos.sh Outdated
Comment thread docs/review.md
Comment thread docs/translating.md Outdated
1. Press CTRL+SHIFT+I (I as in eye).
2. Click the Memory tab.
3. Select "Heap Snapshot" and the riot.im VM instance (not the indexeddb one).
3. Select "Heap Snapshot" and the app.element.io VM instance (not the indexeddb one).
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was I correct to change this to app.element.io?

Comment thread README.md Outdated
Comment thread README.md
Copy link
Copy Markdown
Collaborator

@jryans jryans left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, overall this looks great, thanks for working on it!

I added a few suggestions that would be good to apply, mainly for spots where the repo name makes more sense to me.

Comment thread README.md Outdated
Comment thread docs/labs.md Outdated
Comment thread docs/review.md Outdated
Comment thread docs/skinning thoughts.md Outdated
Comment thread docs/skinning thoughts.md Outdated
Comment thread docs/translating.md Outdated
Comment thread release.sh Outdated
Comment thread scripts/ci_package.sh Outdated
Comment thread scripts/docker-link-repos.sh Outdated
Comment thread README.md Outdated
@jryans
Copy link
Copy Markdown
Collaborator

jryans commented Jul 17, 2020

@resynth1943 What are the issues you've tagged as "fixes" in the PR body...? They seem unrelated, maybe the wrong issue numbers?

@jryans
Copy link
Copy Markdown
Collaborator

jryans commented Jul 17, 2020

Looks like there's a conflict, you'll likely need to merge the develop branch into your PR branch and fix up the conflicts.

@resynth1943
Copy link
Copy Markdown
Contributor Author

resynth1943 commented Jul 17, 2020

I fixed that "fixes" thing just now. 😉 Thanks!

@jryans
Copy link
Copy Markdown
Collaborator

jryans commented Jul 17, 2020

I think the issues are still unrelated these docs updates, so I'll edit them out.

@jryans
Copy link
Copy Markdown
Collaborator

jryans commented Jul 17, 2020

Once you've got the one conflict resolved, please add a comment here, and I'll take another look.

resynth1943 and others added 10 commits July 17, 2020 13:04
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
@resynth1943
Copy link
Copy Markdown
Contributor Author

Not sure why it added them again...

@resynth1943
Copy link
Copy Markdown
Contributor Author

I seem to have fixed the merge conflict

Comment thread docs/labs.md Outdated
Copy link
Copy Markdown
Collaborator

@jryans jryans left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this looks ready to merge! 😄

@jryans jryans merged commit 6c50aa1 into element-hq:develop Jul 21, 2020
Comment thread docs/config.md
`config.json` and customising it:

For a good example, see https://riot.im/develop/config.json.
For a good example, see https;//develop.element.io/config.json.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a typo here: https;// -> https://

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dang, good catch

refi64 added a commit to refi64/riot-web-lc that referenced this pull request Jul 28, 2020
[Full Changelog](element-hq/element-web@v1.7.1...v1.7.2)
* Upgrade to React SDK 3.0.0 and JS SDK 8.0.0
* Update from Weblate
[\element-hq#14778](element-hq#14778)
* Capitalize letters
[\element-hq#14566](element-hq#14566)
* Configure eslint package and fix lint issues
[\element-hq#14673](element-hq#14673)
* Riot → Element
[\element-hq#14581](element-hq#14581)
* Remove labs info for the new room list
[\element-hq#14603](element-hq#14603)
* Convince Webpack to use development on CI
[\element-hq#14593](element-hq#14593)
* Move dev dep to the right place
[\element-hq#14572](element-hq#14572)
* Bump lodash from 4.17.15 to 4.17.19
[\element-hq#14552](element-hq#14552)
* Update all mobile links to match marketing site
[\element-hq#14541](element-hq#14541)
@resynth1943 resynth1943 deleted the resynth1943-patch-riot-to-element branch September 30, 2020 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants