Run codespell on Calendar
Categories
(Calendar :: General, enhancement)
Tracking
(Not tracked)
People
(Reporter: jorgk-bmo, Assigned: jorgk-bmo)
Details
Attachments
(5 files, 1 obsolete file)
36.71 KB,
patch
|
darktrojan
:
review+
|
Details | Diff | Splinter Review |
7.59 KB,
patch
|
darktrojan
:
review+
|
Details | Diff | Splinter Review |
14.86 KB,
patch
|
darktrojan
:
review+
|
Details | Diff | Splinter Review |
17.70 KB,
patch
|
darktrojan
:
review+
|
Details | Diff | Splinter Review |
77.23 KB,
patch
|
jorgk-bmo
:
review+
|
Details | Diff | Splinter Review |
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Assignee | ||
Comment 3•6 years ago
|
||
I needed a patch to land, so I grabbed three directories from the original patch. No .properties or .dtd files and no ical.js.
Assignee | ||
Comment 4•6 years ago
|
||
Totally boring.
Geoff, ical.js is just one file, right? calendar/base/modules/ical.js
And I guess we don't want to mess with libical either. Can you please take a look at the original patch in attachment 8960495 [details] [diff] [review] and tell me what not to touch.
Comment 6•6 years ago
|
||
Comment 7•6 years ago
|
||
(In reply to Jorg K (GMT+1) from comment #4)
Created attachment 9053043 [details] [diff] [review]
Fix spelliing in providers, resources, testTotally boring.
Geoff, ical.js is just one file, right? calendar/base/modules/ical.js
Yes, that's right.
And I guess we don't want to mess with libical either.
As I understand it, our copy of libical is fair game for stuff like this. Our fork is ancient and I don't believe there are any plans to update it. Apparently not.
Can you please take a look at the original patch in attachment 8960495 [details] [diff] [review] and tell me what not to touch.
I had a quick look. Nothing jumped out at me other than the two exceptions already mentioned. And this, which really should be fixed:
- commmand="calendar_publish_calendar_command" + command="calendar_publish_calendar_command"
Assignee | ||
Comment 8•6 years ago
|
||
Mostly comments, some typos in strings, surely translators don't need to know we fixed them.
Assignee | ||
Comment 10•6 years ago
|
||
Second last one, then there's only calendar/base left, that has the most code and mistakes. Note that I'm not running codespell again, this is the old patch rebased. So the last pass will be to check that no new errors have crept in.
Assignee | ||
Comment 11•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 12•6 years ago
•
|
||
Well that's weird. It has a commmand
attribute, but an overlay adds oncommand="goDoCommand('calendar_publish_calendar_command')"
.
No, that's not right. Yes it is, the oncommand
attribute is copied from the <command>
because of the observes
attribute. XUL is hard. :-(
Assignee | ||
Comment 13•6 years ago
|
||
Well, should the misspelled commmmmmand
just be removed?
Comment 14•6 years ago
|
||
Assignee | ||
Comment 16•6 years ago
|
||
Plenty of new errors in non-base files :-(
Assignee | ||
Comment 17•6 years ago
|
||
That fixes everything apart from libical and ical.js.
Comment 18•6 years ago
|
||
Comment 19•6 years ago
|
||
Comment 20•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 21•6 years ago
|
||
Assignee | ||
Comment 22•6 years ago
|
||
Calendar comments frequently/mostly are not English sentences starting with upper case and ending with a full stop, not even new comments being added, and they pass review.
I ran codespell again and it didn't pick up "updade" and "partticipants". So I fixed it manually together with " -->" and "iterate".
Comment 23•6 years ago
|
||
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/5005f4ee1063
fix typos in calendar/base using codespell. r=darktrojan
Assignee | ||
Updated•6 years ago
|
Description
•