releases-comm-central/calendar
Magnus Melin 8a285a3a5e Bug 1653486 - Replace Thunderbird non-user-facing references to "master" password. rs=bustage-fix DONTBUILD
find . -type f -not -path "*.hg/*" -not -path "./suite/*" -regex ".*\.jsm?$" -exec sed -i -E 's/MasterPasswordSet/PrimaryPasswordSet/g' {} \;
find . -type f -not -path "*.hg/*" -not -path "./suite/*" -regex ".*\.jsm?$" -exec sed -i -E 's/Master Password/Primary Password/g' {} \;
find . -type f -not -path "*.hg/*" -not -path "./suite/*" -regex ".*\.jsm?$" -exec sed -i -E 's/master password/primary password/g' {} \;

--HG--
extra : amend_source : 340417b62043df078ad80c9afb04481eed8666ef
2022-02-18 14:53:58 +02:00
..
base Bug 1653486 - Replace Thunderbird non-user-facing references to "master" password. rs=bustage-fix DONTBUILD 2022-02-18 14:53:58 +02:00
extract Bug 1612170 - followup - fix black linting. rs=black-lint 2021-09-29 13:44:20 +03:00
import-export Bug 1226851 - Remove export and import of Outlook calendar CSV format. r=darktrojan 2021-08-16 13:04:52 +03:00
itip Bug 1710548 - Move invitation utils from ltn. to cal. r=lasana 2021-06-28 14:23:46 +12:00
libical Bug 1733309 - fix crash in icalvalue_get_recur. r=benc 2021-09-30 14:02:05 +03:00
locales Bug 1674912 - Add icons to represent the state of recurring events and update the category indicator. r=henry,Paenglab 2022-02-15 22:36:03 +00:00
providers Bug 1653486 - Replace Thunderbird non-user-facing references to "master" password. rs=bustage-fix DONTBUILD 2022-02-18 14:53:58 +02:00
test Bug 1756064 - Use OS locale for date/time input in calendar mochitests. r=mkmelin 2022-02-18 12:50:27 +02:00
timezones Bug 1736140 - Update timezones to 2021e. r=mschroeder 2021-11-30 12:38:13 +13:00
.prettierrc Bug 1577606 - Adjust eslint and prettier config for reformatting. r=darktrojan 2019-08-29 15:09:53 -04:00
moz.build Bug 1612170 - Add customisable parser for calendar item extraction. r=darktrojan 2021-09-29 12:29:18 +03:00