Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Riot → Element #14581

Merged
merged 30 commits into from Jul 21, 2020
Merged

Riot → Element #14581

merged 30 commits into from Jul 21, 2020

Conversation

resynth1943
Copy link
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
docs/labs.md Outdated
@@ -1,6 +1,6 @@
# Labs features

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
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
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.

docs/translating.md Outdated Show resolved Hide resolved
@@ -42,7 +42,7 @@ While the profile is in progress, the tab might be frozen or unresponsive.

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
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?

README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
Copy link
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.

README.md Outdated Show resolved Hide resolved
docs/labs.md Outdated Show resolved Hide resolved
docs/review.md Outdated Show resolved Hide resolved
docs/skinning thoughts.md Outdated Show resolved Hide resolved
docs/skinning thoughts.md Outdated Show resolved Hide resolved
docs/translating.md Outdated Show resolved Hide resolved
release.sh Outdated Show resolved Hide resolved
scripts/ci_package.sh Outdated Show resolved Hide resolved
scripts/docker-link-repos.sh Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@jryans
Copy link
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
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
Contributor Author

resynth1943 commented Jul 17, 2020

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

@jryans jryans added this to In Review in Web App Team Jul 17, 2020
@jryans
Copy link
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
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 11 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
Contributor Author

Not sure why it added them again...

@resynth1943
Copy link
Contributor Author

I seem to have fixed the merge conflict

docs/labs.md Outdated Show resolved Hide resolved
Copy link
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
Web App Team automation moved this from In Review to In Test Jul 21, 2020
@@ -4,24 +4,24 @@ Configuration
You can configure the app by copying `config.sample.json` to
`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.

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
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.

None yet

3 participants