WME Place Harmonizer

Harmonizes, formats, and locks a selected place

这些是代码更新过的版本。 显示所有版本

  • v2025.01.13.000 2025-01-13

    Fix crash when chain is closed

    Merge branch 'Development' into Beta

    Remove Google link info from banner. Waze prefers we don't bring Google info into WME

    Merge branch 'Development' into Beta

    Merge branch 'Beta'

  • v2024.11.11.000 2024-11-11

    Fix issue where broken Google links prevent good Google lnks from appearing

    bump version

    Merge branch 'Development' into Beta

    Merge branch 'Beta'

  • v2024.11.09.000 2024-11-10

    Fix "out of region" matches

    Merge branch 'Development' into Beta

    Merge branch 'Beta'

  • v2024.10.27.000 2024-10-27

    Fix gas-station / non-gas-station matching

    Merge branch 'Development' into Beta

    Update forum URL

    Merge branch 'Development' of https://github.com/WazeDev/WME-Place-Harmonizer into Development

    Restore triangle RPP style

    Merge branch 'Development' into Beta

    Merge branch 'Beta'

  • v2024.08.30.000 2024-08-30

    Add debit to common payment types for ChargePoint

    bump version

    Merge branch 'Development' into Beta

    Merge branch 'Beta'

  • v2024.08.27.000 2024-08-27

    Remove parking lot brand code (not in WME anymore)

    Merge branch 'Development' into Beta

    Merge branch 'Beta'

  • v2024.08.18.000 2024-08-18

    Fix phone number parsing when last 4 digits start with X

    Fix for W.map.getExtent change

    Merge branch 'Development' into Beta

    Merge branch 'Beta'

  • v2024.08.08.000 2024-08-08

    Update turf.js to 7.0

    Merge branch 'Development' into Beta

    Merge branch 'Beta'

  • v2024.07.28.000 2024-07-28

    First pass at moving PNH-related code to PnhEntry class. A lot more work and debugging to do.

    More changes to get PnhEntry class working for the most part. Likely unexpected bugs.

    Remove test code

    Move 'USA' and 'CAN' strings into PNH_DATA and do a bit of code cleanup

    Create HarmonizationArgs class to replace generateNewArgs() function.

    Kind of a semantic change, but it also helps some with JSdoc and VSCode intellisense.

    More code cleanup

    Move moderators global object under Pnh

    Move matching code to PnhEntry, and fix a bug.

    Merge branch 'closed-chains' into Development

    bump version

    Merge branch 'Development' into Beta

    Move some global variables under Pnh and add some JSdoc

    Country refactoring

    move region settings into country class

    Fix matching bug, add closed chain highlight

    Merge branch 'closed-chains' into Beta

    bump version

    Merge branch 'closed-chains' into Development

    Update findMatch signature and delete old comments.

    Remove name checks for rest areas in Canada

    bump version

    Merge branch 'Development' into Beta

    Fix nudge function for point places

    Merge branch 'Development' into Beta

    Merge branch 'Beta'

  • v2024.07.01.000 2024-07-02

    Add flag for closed chains.

    TODO:

    • Skip all other flags/PNH processing
    • Add map highlighting for closed places (orange?)

    Disable all other flag processing when PNH chain is marked "closed".

    Also fixes bug that causes "Places wiki" and "Report script error" buttons to not show when the option to hide the services buttons is enabled.

    Add WL to ChainIsClosed flag and update message

    bump version

    Fix WL for ChainIsClosed flag

    Merge branch 'closed-chains' into Development

    Merge branch 'Development' into Beta

    Fix "places without customer parking" highlight prevents selecting some places

    Merge branch 'Development' into Beta

    Merge branch 'Beta'

  • v2024.06.16.000 2024-06-16

    Add flag for missing EVCS alt name

    bump version

    Merge branch 'Development' into Beta

    Exclude private EVCS from the alt name requirement

    Merge branch 'Development' into Beta

    Bump version to force update of HoursParser

    Merge branch 'Development' into Beta

    Merge branch 'Beta'

  • v2024.05.24.001 2024-06-06

    add "strip url analytics" flag

    fix green field highlight for name, description, url, phone

    Merge branch 'Development' into Beta

    add to url analytics stripping regex

    Add URL analytics to strip. Add shortcut key for place color highlighting.

    Merge branch 'Development' into Beta

    Merge branch 'Beta'

  • v2024.05.17.001 2024-05-18

    add Navads to feeds to ignore

    Merge branch 'Development' into Beta

    Merge branch 'Beta'

  • v2024.05.12.001 2024-05-12

    update feeds to skip for "do not delete" warning

    Merge branch 'Development' into Beta

    Merge branch 'Beta'

  • v2024.05.04.001 2024-05-04

    update categories to ignore for customer parking highlight

    bump version

    Merge branch 'Development' into Beta

    Merge branch 'Beta'

  • v2024.05.03.004 2024-05-03

    bump version

    Merge branch 'Development' into Beta

    Merge branch 'Beta'

  • v2024.05.02.004 2024-05-03

    add feeds to skip to "do not delete" warning fix

    typo

    Merge branch 'Development' into Beta

    Merge branch 'Beta'

  • v2024.05.02.003 2024-05-03

    inital version of PLA feed check

    bump version

    Merge branch 'Development' into Beta

    fix bugs with "do not delete" warning on places with feeds and expand to all venues, not just PLAs

    fix bug with feed message code

    Initial version of highlight filter (just for no-customer-parking, currently)

    Merge branch 'highlight-parking-service' into Development

    Update backend feed message

    Merge branch 'Development' into Beta

    add shortcut key for customer parking highlight

    bump version

    Merge branch 'Development' into Beta

    bump version

    fix bug with feeds

    Merge branch 'Development' into Beta

    Merge branch 'Beta'

  • v2024.03.20.001 2024-03-20

    Update for USPS location finder

    Merge branch 'Development' into Beta

    Merge branch 'Beta'

  • v2024.03.09.001 2024-03-16

    Download moderator list from spreadsheet

    Remove 'obsolete' check from downloadPnhModerators

    bump version

    Merge branch 'Development' into Beta

    Merge branch 'Beta'

  • v2023.12.25.001 2023-12-26

    fix PlaStopPointUnmoved flag, add turf.js

    remove comment

    Update MultiAction calls that previously used setModel

    bump version

    Merge branch 'Development' into Beta

    Merge branch 'Beta'

  • v2023.12.11.001 2023-12-11

    Fixes Nudge button broken #439

    More fixes for Nudge button broken #439

    remove test code

    replace a couple instances of .attributes.geometry with .getOLGeometry()

    Disable PlaStopPointUnmoved flag

    Replace the rest of .attributes.geometry references with .getOLGeometry()

    Merge branch 'Development' into Beta

    Merge branch 'Beta'

  • v2023.12.10.001 2023-12-10

    Fix PLA entry/exit point detection for new WME beta release

    bump version

    Merge branch 'Development' into Beta

    Merge branch 'Beta'

  • v2023.09.27.001 2023-09-28

    Add typeof check during bootstrap

    use .attributes.geometry instead of .geometry

    bump version #

    Merge branch 'Development' into Beta

    Merge branch 'Beta'

  • v2023.09.14.001 2023-09-14

    Fix FullAddressInference and CityMissing flags

    Merge branch 'Development' into Beta

    Draw google place location on row hover

    bump version

    Merge branch 'Development' into Beta

    Add Post Office to list of categorries to ignore for PNH matching

    update USPS description flag message: state should be 2-letter

    Fix AddATM for "notABank" special cases

    Fix "Force title case" flag message

    Merge branch 'Development' of https://github.com/WazeDev/WME-Place-Harmonizer into Development

    Fix for sea/lake/pool without names being flagged as point-only places.

    bump version #

    Merge branch 'Development' into Beta

    Fix alert for multiple versions of WMEPH running.

    Fix URL normalization

    Merge branch 'Development' of https://github.com/WazeDev/WME-Place-Harmonizer into Development

    Merge branch 'Development' into Beta

    bump version and update include statement to work in prod and beta WME

    Merge branch 'Beta'

  • v2023.08.22.001 2023-08-22

    Merge beta changes into prod for WME 2.180 release

  • v2023.08.10.001 2023-08-10

    Roll back master to work with WME 2.179

  • v2023.07.27.002 2023-08-02

    Fix some W.model object properties that were moved under .attributes. May be more to do..., Merge branch 'Development' into Beta, bump version, update include to only work in WME beta, Fix subFuel flag bugs, Update PUR popup's Google search button, Merge branch 'Development' into Beta, Bump version #, Merge branch 'Beta'

  • v2023.07.27.001 2023-07-27

    update include to only work in WME prod

  • v2023.07.17.001 2023-07-18

    clonePlace & RemoveUncommonEVPaymentMethods bugfixes, bump version #, Merge branch 'Development' into Beta, Merge branch 'Beta'

  • v2023.07.16.001 2023-07-16

    Add membership card payment type to EVgo, Merge branch 'Development' into Beta, Merge branch 'Beta'

  • v2023.07.12.001 2023-07-12

    Merge branch 'rc-patch' into Development, Add version # to WMEPH panel, Fix for latest WME changes, Merge branch 'Development' into Beta, Merge branch 'Beta'

  • v2023.05.28.001 2023-05-28 refactor UrlMissing flag, minor change, refactor PhoneMissing and UrlMissing flags, refactor BadAreaCode flag, refactor NewPlaceSubmit flag, refactor ApprovalSubmit flag, Merge branch 'Development' into Beta, refactor PlaceWebsite flag (now LocationFinder), refactor MissingUSPSAlt flag, refactor FormatUSPS and MissingUSPSDescription flags, fix bug with USPS name cleaning, - refactor flag container (remove _buttonBanner) - refactor these flags: UnmappedRegion HotelMkPrim ParentCategory SubFuel PnhCatMess, - refactor LongURL (now UrlMismatch) - update event handling for UrlMissing, Merge branch 'new-flag-container' into Development, refactor HnMissing and HnTooManyDigits, refactor HNRange flag, Refactor: - ResiTypeName flag (remove ResiTypeNameSoft) - SuspectDesc flag - Move duplicate finder code out of harmonizePlaceGo, add preProcess() functionality, fix a couple bugs, code cleanup: - change "item" to "venue" - change class instantiation references to "this" - add multicall function to reduce some redundant code, - refactor CatHotel, BankType1 - fix ATM handling - fix AddRecommendedPhone, - refactor bank flags and PNH logic - move TitleCaseName.eval() out of PNH logic, refactor AddAlias, LocalizedName flags, refactor IsThisAPilotTravelCenter, PointNotArea, refactor IndianaLiquorStoreHours, starting to separate flag logic from PNH changes, more updates -- not working code, - change PNH category data to use object structure - refactor flags that use PNH category data, - Refactor PointNotArea and AreaNotPoint - More code restructuring to separate flags., fix some special case flags, - use contants for category names - remove underscore from global constant names, Several flags refactored, update ExtProviderMissing, and other fixes, Refactor to pass args object for most Flag classes. Thorough testing will be needed., Fix OldHours flag, bump version, Merge branch 'Development' into Beta, Fix some flag bugs: - ForceTitleCase - EVCSPriceMissing - PlaCostTypeMissing - NoPlaStopPoint - PlaCanExitWhileClosed, Merge branch 'Development' into Beta, Fix alt name updates and Tesla flags, Merge branch 'Development' into Beta, fix AddPharm and AddSuper flags, version bump, Merge branch 'Development' into Beta, Refactor WL for some flags. More to do..., - Finish refactoring wlKey - Fix URL updating (would insert "Bad URL") - Add InvalidURL flag, bump version, Merge branch 'Development' into Beta, rename wlKey and refactor WLtitle, refactor flag severity, more flag refactoring and fixed a few bugs, version bump, Merge branch 'Development' into Beta, Fix HnMissing and InferredAddress, bump version, bump version, Fix PLA flag issues, Fix PLA button bugs, Merge branch 'rc-patch' into Beta, Update AreaNotPoint action, fix RemoveUncommonEVPaymentMethods, Merge branch 'rc-patch' into Beta, Merge branch 'rc-patch' into Development, fix RemoveUncommonEVPaymentMethods, bump version, Merge branch 'rc-patch' into Beta, Merge branch 'rc-patch' into Development, Add ClearThisUrl and ClearThisPhone flags, Merge branch 'Development' into Beta, Fix default blue color for No Hours., Merge branch 'rc-patch' into Beta, Merge branch 'Beta'
  • v2023.04.27.001 2023-04-28 created ScriptUpdateMonitor class - will eventually be moved to WazeWrap, fix minor bug with ScriptUpdateMonitor, ScriptUpdateMonitor fix attempt, fix orange google link highlight, use WazeWrap ScriptUpdateMonitor, Merge branch 'Development' of https://github.com/WazeDev/WME-Place-Harmonizer into Development, Change beta test sign up message, Add Rivian disambiguator buttons, Merge branch 'Development' of https://github.com/WazeDev/WME-Place-Harmonizer into Development, Merge branch 'Development' into Beta, Merge branch 'Beta'
  • v2023.04.21.005 2023-04-21 google link updates: - make it easier to click the "jump to ext provider" icon - fix background color when red, yellow, etc, Merge branch 'Development' into Beta, bump version, Merge branch 'Beta'
  • v2023.04.21.004 2023-04-21 More google link tweaks: - Change header style/wording - Add temporarily closed formatting - Append [CLOSED] and [TEMPORARILY CLOSED] to name - Default cursor style for all "normal" banner row text. - Use "external link" icon for place website, Merge branch 'Development' into Beta, bump version, Updates: - Fix   misspelling. - Add paste hours button. - Tweak formatting of hours display list., bump version, Merge branch 'Development' into Beta, bump version, Minor tweaks to the hours tool layout, Merge branch 'Development' into Beta, version bump, lighten google link background color, Merge branch 'Development' into Beta, bump version, Merge branch 'Beta'
  • v2023.04.20.001 2023-04-20 - Fix highlighting for beta WME - Fix "change to point/area" buttons, Remove some debug code., Fix StreetMissing flag, Update venue event handlers, highlighters, and logging functions, bump version #, - Update venue event handlers, highlighters, and logging functions - Fix StreetMissing flag, Create SeverityCache class, Add PlugShare button for EV charging stations, bump version #, Merge branch 'Development' into Beta, Fix all red places on WME load, bump version #, Merge branch 'Development' into Beta, Revert to earlier commit. Commit a394ae1d47e94e0354df93ca9f785888b6e86460 Due to issues with SeverityCache class. Event handlers added before that also weren't working correctly. Possibly an issue with async event handling. Need to reevaluate. Kept some of the other changes since then., Squashed commit of the following: commit 5506f9d3f4e2274a0055ae49b1b1dbf16e69f3c0 Author: MapOMatic <[email protected]> Date: Mon Apr 3 22:41:41 2023 -0400 Revert to earlier commit. Commit a394ae1d47e94e0354df93ca9f785888b6e86460 Due to issues with SeverityCache class. Event handlers added before that also weren't working correctly. Possibly an issue with async event handling. Need to reevaluate. Kept some of the other changes since then., Remove onBeforeVenueFeaturesAdded, - Update event handling - Update WMEPH panel creation - Update async loading/bootstrap, Update banner on entry/exit point change, Merge branch 'Development' into Beta, Fix panel sticking when selecting a non-place object, Merge branch 'Development' into Beta, Update updateAddress function, Fix minor bug, add dev test function, remove unused code., add OldHours flag, Keep hours flag displayed if hours are 24/7, Merge branch 'Development' into hours-check, bump version #, Merge branch 'Development' into Beta, updates to OldHours flag, flag refactoring, Refactor _severityButt, refactor PlaceLocked flag, refactor lockRPP flag, refactor URL flags, Merge branch 'Development' into hours-check, refactor NotAHospital flag, Merge branch 'hours-check' into Development, refactor IsThisAPostOffice flag, and insertAtIndex function, refactor NotAHospital flag, refactor BankBranch flag, refactor GasMkPrim flag and also apply to non-PNH places, refactor StandaloneATM flag, refactor BankCorporate flag, refactor addUpdateAction function and several flags that use it, refactor addUpdateAction and many flags that use it, refactor RestAreaNoTransportation and RestAreaScenic, refactor AddCat2, AddPharm, AddSuper flags, refactor AddATM, AddConvStore, IsThisAPostOffice flags, refactor TitleCaseName (previously named STC). Minor changes to ChangeToDoctorClinic and ChangeToHospitalUrgentCare, Refactor flags: NewPlaceSubmit, ApprovalSubmit, Remove global _newCategories, remove globals: _newName, _newURL, _newAliases, _newPhone, _newAliasesTemp, _duplicateName, refactor and fix for "submit new chain data" URLs, Remove more global variables: _defaultLockLevel, _pnhLockLevel, _venueWhitelistStr, _WLSToMerge, _wlKeyName, Remove global _wl (whitelist) reference, remove calls to getSelectedVenue from flag actions, refactor FullAddressInference flag, refactor flags: PlaNameNonStandard, PlaNameMissing, PlaIsPublic, NameMissing, refactor NoHours and Mismatch247 flags, refactor GasMismatch flag, refactor StreetMissing, CityMissing, and rest area flags, add GasNameMissing flag (don't auto-update name to brand name, if name is missing) - also refactor AddConvStore flag, Hide "Add Hours" button if hours are 24/7, Update flags: PlaCanExitWhileClosed, NoHours, PlaLotTypeMissing, update MissingUSPSZipAlt flag, Fix infinite loop with psOn_add247 speccase. Display current hours under Hours tool., update hours display formatting a bit, tweak hours display again, update NoHours to account for adding 24/7 via psOn_add247, refactor and tweak hours display, More hours display tweaks, bump version #, remove test code, Merge branch 'Development' into Beta, refactor PlaCostTypeMissing flag, Add EVCSPriceMissing flag, Merge branch 'Development' into Beta, fix hours formatting for AM hours with 1 digit, Merge branch 'Development' into Beta, Add preliminary version of extended Google link info, bump version #, Merge branch 'Development' into Beta, more google place link updates: - add caching - fix bug: clicking a WL button caused duplicates - other tweaks, Merge branch 'google-link-info' into Development, bump version #, Merge branch 'Development' into Beta, Layout changes, use icons for links, Merge branch 'Development' into Beta, bump version, Merge branch 'Beta'
  • v2023.04.03.003 2023-04-04 Manually merged beta into master due to bad merge conflict resolution.
  • v2023.04.03.002 2023-04-03 Squashed commit of the following: commit 3d0581ccb8b66c12a9b352bec1691c139420e238 Merge: 17ef8b6 96eaedb Author: MapOMatic <[email protected]> Date: Mon Apr 3 19:00:19 2023 -0400 Merge branch 'Development' into Beta commit 96eaedbd89e581d9eee95283925f7c7c3ca19963 Author: MapOMatic <[email protected]> Date: Mon Apr 3 18:59:45 2023 -0400 bump version # commit 82bddbf69b2b58690741e91815f744270bd7a3be Author: MapOMatic <[email protected]> Date: Mon Apr 3 18:59:29 2023 -0400 Fix all red places on WME load commit 17ef8b668f161401284b81ad6e3e8adf5d7df5d5 Merge: 46899c6 3bdee35 Author: MapOMatic <[email protected]> Date: Mon Apr 3 10:42:07 2023 -0400 Merge branch 'Development' into Beta commit 3bdee35ff768beaa89425b373467eedcdee28c90 Author: MapOMatic <[email protected]> Date: Mon Apr 3 10:36:50 2023 -0400 bump version # commit ec723213a01eaf98b657d667d1d7753cde9ef22f Author: MapOMatic <[email protected]> Date: Mon Apr 3 10:28:14 2023 -0400 Add PlugShare button for EV charging stations commit 417a8f590a0392edda7a0800d27c770352ff14f6 Author: MapOMatic <[email protected]> Date: Mon Apr 3 09:38:18 2023 -0400 Create SeverityCache class commit 46899c6f386172d42f0a9bd79d5aeafa352cbdd9 Author: MapOMatic <[email protected]> Date: Thu Mar 30 23:56:12 2023 -0400 - Update venue event handlers, highlighters, and logging functions - Fix StreetMissing flag commit d9ce140dd60dc56ea56f0d13660d9d799bee0b2d Author: MapOMatic <[email protected]> Date: Thu Mar 30 23:53:38 2023 -0400 bump version # commit f5211d6b06c08b2e9d32573371aa01424a143fee Author: MapOMatic <[email protected]> Date: Thu Mar 30 23:51:32 2023 -0400 Update venue event handlers, highlighters, and logging functions commit a394ae1d47e94e0354df93ca9f785888b6e86460 Author: MapOMatic <[email protected]> Date: Thu Mar 30 14:11:25 2023 -0400 Fix StreetMissing flag commit d518068a57f3e5e9cc2c3162a8ed0c6db50fc977 Author: MapOMatic <[email protected]> Date: Thu Mar 30 09:56:44 2023 -0400 Remove some debug code. commit 71b91ef25f435d168bc76696aece54a0447e8786 Author: MapOMatic <[email protected]> Date: Thu Mar 30 09:54:43 2023 -0400 - Fix highlighting for beta WME - Fix "change to point/area" buttons
  • v2023.04.03.001 2023-04-03 Squashed commit of the following: commit 17ef8b668f161401284b81ad6e3e8adf5d7df5d5 Merge: 46899c6 3bdee35 Author: MapOMatic <[email protected]> Date: Mon Apr 3 10:42:07 2023 -0400 Merge branch 'Development' into Beta commit 3bdee35ff768beaa89425b373467eedcdee28c90 Author: MapOMatic <[email protected]> Date: Mon Apr 3 10:36:50 2023 -0400 bump version # commit ec723213a01eaf98b657d667d1d7753cde9ef22f Author: MapOMatic <[email protected]> Date: Mon Apr 3 10:28:14 2023 -0400 Add PlugShare button for EV charging stations commit 417a8f590a0392edda7a0800d27c770352ff14f6 Author: MapOMatic <[email protected]> Date: Mon Apr 3 09:38:18 2023 -0400 Create SeverityCache class commit 46899c6f386172d42f0a9bd79d5aeafa352cbdd9 Author: MapOMatic <[email protected]> Date: Thu Mar 30 23:56:12 2023 -0400 - Update venue event handlers, highlighters, and logging functions - Fix StreetMissing flag commit d9ce140dd60dc56ea56f0d13660d9d799bee0b2d Author: MapOMatic <[email protected]> Date: Thu Mar 30 23:53:38 2023 -0400 bump version # commit f5211d6b06c08b2e9d32573371aa01424a143fee Author: MapOMatic <[email protected]> Date: Thu Mar 30 23:51:32 2023 -0400 Update venue event handlers, highlighters, and logging functions commit a394ae1d47e94e0354df93ca9f785888b6e86460 Author: MapOMatic <[email protected]> Date: Thu Mar 30 14:11:25 2023 -0400 Fix StreetMissing flag commit d518068a57f3e5e9cc2c3162a8ed0c6db50fc977 Author: MapOMatic <[email protected]> Date: Thu Mar 30 09:56:44 2023 -0400 Remove some debug code. commit 71b91ef25f435d168bc76696aece54a0447e8786 Author: MapOMatic <[email protected]> Date: Thu Mar 30 09:54:43 2023 -0400 - Fix highlighting for beta WME - Fix "change to point/area" buttons
  • v2023.03.20.002 2023-03-21 make Tesla disambiguator message red, Merge branch 'Beta'
  • v2023.03.20.001 2023-03-21 Apply master fixes (accidentally pushed to master first), Merge branch 'tesla-temp-fix', bump version #, Merge branch 'Beta'
  • v2023.03.15.001 2023-03-15 Fix highlights not appearing on first load
  • v2023.03.14.001 2023-03-15 Replace alert() calls with WazeWrap, Update forum feedback url, Update sidepanel tab creation., Merge branch 'Beta'
  • v2023.03.06.001 2023-03-07 Fix PlaCostTypeMissing bug, move button events for PlaCostTypeMissing to postProcess function, More postProcess updates, refactor PlaIsPublic flag, Fix missing highlight for places with no address, Refactor PlaLotTypeMissing. Move postProcess function definitions to flag constructor., bump version #, Merge branch 'Beta'
  • v2023.03.01.003 2023-03-02 Add check for beta updates. Include version # in alert message., Use greasyfork for update check instead of spreadsheet., bump version #, bump version #, Fix side panel width/padding issues, Fix version checker for WMEPH-beta, Bump version #, Merge branch 'Beta'
  • v2023.02.21.005 2023-02-21 Fix for EV payment method bugs (again), Fix "Location Finder" button not displaying, Merge branch 'Beta'
  • v2023.02.21.003 2023-02-21 Enable EV payment method flags but remove buttons to apply changes. Temporary production fix to avoid bugs.
  • v2023.02.21.002 2023-02-21 Temporarily disable EV payment button flags due to bugs.
  • v2023.02.21.001 2023-02-21 Fix accidental deletion of charging ports bug, bump version #, Merge branch 'Development' into Beta, Merge branch 'Beta'
  • v2023.02.19.005 2023-02-20 Add WMEPH version update checker, Merge branch 'version-update-checker' into Development, bump version #, Merge branch 'Beta'
  • v2023.02.19.004 2023-02-20 Fix bug with field highlighting, Another field highlighting bug fix, bump version #, Merge branch 'Beta'
  • v2023.02.19.003 2023-02-20 update ChargePoint payment methods, Merge branch 'Beta'
  • v2023.02.19.002 2023-02-19 Refactor unbranded/no-brand gas station flags, Merge branch 'rc-patch-1' into Development, More flag refactoring - IsThisAPilotTravelCenter - PlaNameNonStandard - IndianaLiquorStoreHours - HnTooManyDigits, Merge branch 'Beta' into Development, Refactor PnhCatMess, ExtProviderMissing, Created AddCommonEVPaymentMethods flag. Not finished. Button doesn't work yet., Refactor PlaPaymentTypeMissing. Fix the "Go there" button., Refactor PlaStopPointUnmoved, Refactor PlaCanExitWhileClosed, Refactor PlaHasAccessibleParking, Refactor ChangeToHospitalUrgentCare, Refactor AddAlias, Refactor AddCat2. Not tested yet., USPS refactoring, Refactor NotAHospital, Make _countryCode local to harmonizePlaceGo function, Refactor ChangeToHospitalUrgentCare, Finished first attempt at AddCommonEVPaymentMethods, fix tooltip typo, Add RemoveUncommonPaymentMethods flag, Update EV payment method wording. Add title case handling for EV network names., Merge branch 'ev-payment-methods' into Development, Change hpMode to highlightOnly, Fix checkLocalization bug, Starting eval function (not done), Add AddRecommendedPhone flag, bump version #, Bug fix for RemoveUncommonEVPaymentMethods, Refactor phone flags. Remove PhoneMissing flag if there's a recommended phone # flag., Bump version #, Fix green field highlights (mostly), Bump version #, Merge branch 'Beta'
  • v2023.02.11.001 2023-02-14 Update severity codes to enum values for clarity. - Also minor ESLint refactoring., Remove forum PM code (doesn't work anymore), Move more of the "lockOK" logic to Flag classes., bump version #, add EV charging station warning flag, Refactor FullAddressInference flag, Fix noLock issues, Fix localization issue, Merge branch 'Beta'
  • v2022.12.06.003 2022-12-07 Update moderator list, Merge branch 'Beta'
  • v2022.12.06.002 2022-12-07 Add GLR moderator, Merge branch 'Beta'
  • v2022.12.06.001 2022-12-07 Remove GLR moderator, Merge branch 'Beta'
  • v2022.10.30.001 2022-10-31 Fix "sticky" WMEPH panel., Merge branch 'Beta'
  • v2022.08.19.001 2022-08-20 Update post office name regex, Update add google place and add street buttons, Fix "Edit Address" buttons, Merge branch 'Beta'
  • v2022.08.10.001 2022-08-10 Make whole place editor panel scrollable, Merge branch 'Beta'
  • v2022.07.11.001 2022-07-11 Fix button to add PLA entry point, Merge branch 'Beta'
  • v2022.07.01.001 2022-07-01 Fix external provider "Add" button. Didn't work when on other tabs of the place editor. Also cleaned up a few other random non-functional code things., Merge branch 'Beta'
  • v2022.06.30.002 2022-06-30 Update WME-Place-Harmonizer.js A few minor UI changes, and removed "What's New" section from WMEPH tab (was not keeping up with that, anyway), Merge pull request #418 from WazeDev/Beta Update WME-Place-Harmonizer.js
  • v2022.06.30.001 2022-06-30 Update WME-Place-Harmonizer.js Fix "Add" button for "missing external provider" flag., Merge pull request #417 from WazeDev/Beta Update WME-Place-Harmonizer.js
  • v2022.06.29.002 2022-06-29 Update WME-Place-Harmonizer.js Fix "Change to point" and "Change to area" buttons after latest WME UI update broke them., Update WME-Place-Harmonizer.js bump version #, Merge pull request #416 from WazeDev/Beta Update WME-Place-Harmonizer.js
  • v2022.06.29.001 2022-06-29 Update WME-Place-Harmonizer.js Fix for service checkboxes not working., Merge pull request #415 from WazeDev/Beta Update WME-Place-Harmonizer.js
  • v2022.05.17.002 2022-05-21 Remove popup message, clean some code, Merge branch 'Beta'
  • v2022.05.17.001 2022-05-18 Update PP internal color (purple-ish), Merge branch 'Beta'
  • v2022.05.15.001 2022-05-15 Fix PP highlighting when zoomed., Merge branch 'Beta'
  • v2021.08.05.001 2021-08-05 Add curbside pickup service icon, Merge branch 'Beta'
  • v2021.04.22.001 2021-04-23 update USPS url, Merge branch 'Beta'
  • v2021.04.09.001 2021-04-22 Update to USPS locator URL, Update WME-Place-Harmonizer.js, Merge pull request #406 from jm6087/patch-1 Update to USPS locator URL
  • v2020.12.10.001 2020-12-11 fix for WME beta breakage, Merge branch 'Beta'
  • v2020.10.20.001 2020-10-20 Remove PL processing for WME beta (temporary), Merge branch 'Beta'
  • v2020.10.18.001 2020-10-18 Add flag for HNs that have more than 6 digits, Fix "Add External Provider" button. Clean up "what's new" list., Merge branch 'Beta'
  • v2020.10.13.001 2020-10-14 Remove hours banner when place is open 24/7, Update WME-Place-Harmonizer.js Adding ojlaw to GLR moderators list, Merge branch 'Beta' of https://github.com/WazeDev/WME-Place-Harmonizer into Beta, Merge branch 'Beta'
  • v2020.10.05.001 2020-10-05 Removed HN validity checks, Merge branch 'Beta'
  • v2020.10.03.001 2020-10-03 Added ehcool68 to the list of NOR moderators, Merge branch 'Beta'
  • v2020.09.23.001 2020-09-27 Removed auto-add services option., Merge branch 'Beta'
  • v2020.09.19.002 2020-09-19 Change wording of services buttons label... again, Merge branch 'Beta'
  • v2020.09.19.001 2020-09-19 Update services buttons title label, Merge branch 'Beta'
  • v2020.09.07.001 2020-09-07 Update WME-Place-Harmonizer.js, Update WME-Place-Harmonizer.js, Fix bug w/ reload button. Update button styles., Merge branch 'Beta'
  • v2020.06.06.002 2020-06-06 Update WME-Place-Harmonizer.js
  • v2020.06.06.001 2020-06-06 Update WME-Place-Harmonizer.js
  • v2020.06.06.001 2020-06-06 Update WME-Place-Harmonizer.js Revert some edits from 6/4, remove obsolete TX case from PNH submission links section, adjust values on previously unused PMBuffMax/Min for better functionality in localized locator searches, Update WME-Place-Harmonizer.js Fine tuning, update script info., Merge pull request #400 from WazeDev/6-June-quickfixes 6 june quickfixes
  • v2020.06.04.002 2020-06-04 Update WME-Place-Harmonizer.js
  • v2020.06.04.001 2020-06-04 Update WME-Place-Harmonizer.js
  • v2020.06.03.001 2020-06-03 Update WME-Place-Harmonizer.js, Merge pull request #396 from WazeDev/Beta Update WME-Place-Harmonizer.js
  • v2020.06.02.001 2020-06-02 Update WME-Place-Harmonizer.js, Merge pull request #395 from WazeDev/Beta Update WME-Place-Harmonizer.js
  • v2020.06.01.001 2020-06-01 Update WME-Place-Harmonizer.js, Update WME-Place-Harmonizer.js Fix for WME changes..., Merge pull request #394 from WazeDev/Beta Beta
  • v2020.03.31.001 2020-03-31 WME removed user.normalizedLevel, Merge branch 'Beta'
  • v2020.03.18.001 2020-03-19 Bug fix for X-Ray Mode, caused by WME changes, Merge branch 'Beta'
  • v2020.03.15.001 2020-03-15 Fix "Use PNH URL" button Clicking the button would open an error report window., Merge branch 'Beta'
  • v2020.03.14.003 2020-03-14 Add Beta to script name on Beta branch, increment version, Merge branch 'Beta', Delete Beta from script name on master branch
  • v2020.03.14.002 2020-03-14 Fix bug with localized store locator Street name was not being parsed correctly in all cases., Merge branch 'Beta', Missing comma in what's new list, Merge branch 'Beta'
  • v2019.11.20.001 2019-11-21 Update WME-Place-Harmonizer.js
  • v2019.10.30.001 2019-11-05 2019.10.30.001 ### 2019.10.30.001 Switch to WazeWrap alerts and event registrations. Allow for more than one mod to be sent PM for approval. Change SER mods., Merge pull request #389 from dBsooner/patch-1 2019.10.30.001
  • v2019.07.25.001 2019-07-26 Remove some outdated lodash stuff., Merge branch 'Beta'
  • v2019.07.23.001 2019-07-23 Imported from URL
  • v1.3.146 2019-05-17 moderator table updates, Merge branch 'Beta'
  • v1.3.145 2019-05-17 some changes?, update moderators list, Update with new moderators tab. Add check for parking lot operators in bootstrap., something changed, Merge branch 'Beta'
  • v1.3.144 2019-04-30 Imported from URL
  • v1.3.142 2019-03-15 Fixed nudge (partially) Need to make it a function for other places in code that nudge., name exceptions added for "Mercury Fuel" brand of gas, move nudge code to separate function, Merge branch 'fix-nudge' into Beta, Add Carroll Motor Fuels brand exception, version # bump, Merge branch 'Beta'
  • v1.3.141 2019-02-26 Fixes issue #369, Merge branch 'Beta'
  • v1.3.140 2019-02-05 Fix hours handling for new WME OpeningHours class, version # bump, Another fix for hours entry, Merge branch 'Beta'
  • v1.3.138 2019-02-05 Removing feature to hide suggested-categories... ... when place is Shopping / Services. Will be implemented in PIE., Minor formatting changes (spacing) over a lot of the code., Doctor/clinic flag update for Offices Only show the "Is this a Doctor/Clinic" flag for Offices that haven't been updated since 3/28/2017., Add comment in code for previous commit., Add "ramp" to the list of acceptible words for parking lots., version # bump, Update "what's new" list, Merge branch 'Beta'
  • v1.3.136 2019-01-12 Update WME-Place-Harmonizer.js FIXED - Alternate names not updated correctly in some cases., Merge pull request #363 from WazeDev/Beta Update WME-Place-Harmonizer.js
  • v1.3.135 2018-12-30 #355 Use built in encoding function for URI search string., Helps if we can spell., Remove references to .is2D() function For some odd reason, it was returning false on at least one place that had 3 nodes. Adding a 4th node would make it return true., Merge pull request #356 from jangliss/Beta #355 Use built in encoding function for URI search string., Merge pull request #357 from WazeDev/Beta Beta
  • v1.3.134 2018-12-13 Minor update for Murphy USA gas brand exception, Merge pull request #352 from WazeDev/Beta Minor update for Murphy USA gas brand exception
  • v1.3.133 2018-12-03 Imported from URL
  • v1.3.130 2018-11-24 Update WME-Place-Harmonizer.js Fixes #333 Also, if a PNH match is found but the place name isn't updated because it requires a localization, the Force Title Case check will be done., Update WME-Place-Harmonizer.js, Update WME-Place-Harmonizer.js Add variations of "Park and Ride" to the list of valid parking lot words., Merge pull request #335 from WazeDev/Beta Beta
  • v1.3.127 2018-11-10 Update WME-Place-Harmonizer.js Fixes #244 (again), #331 and adds a check for "garage", "lot", and/or "parking" in PLA names., Merge pull request #332 from WazeDev/Beta Update WME-Place-Harmonizer.js
  • v1.3.126 2018-08-26 1.3.126 Store text input values when assembling the banner., Merge pull request #320 from WazeDev/Beta 1.3.126
  • v1.3.125 2018-08-26 1.3.125 -Change "Store Locator" to "Location Finder" -Fixed: Running WMEPH on hotels would cause a loop and eventual stack overflow error. Issue was in the add247 code., Merge pull request #319 from WazeDev/Beta 1.3.125
  • v1.3.124 2018-08-25 Update WME-Place-Harmonizer.js Handle errors when state/country can't be inferred (display popups)., Merge pull request #318 from WazeDev/Beta Update WME-Place-Harmonizer.js
  • v1.3.123 2018-08-24 Update WME-Place-Harmonizer.js Fix for territories outside continental US., Merge pull request #317 from WazeDev/Beta Update WME-Place-Harmonizer.js
  • v1.3.122 2018-08-20 Update WME-Place-Harmonizer.js Fixed: "No Google link" flag was not red when place was not locked yet and the "noLock" value was set. Due to the relatively complex code to handle this flag, I'm not 100% certain this fix won't introduce new bugs. This flag could really use some work to simplify things..., Merge pull request #316 from WazeDev/Beta Update WME-Place-Harmonizer.js
  • v1.3.121 2018-08-19 Update WME-Place-Harmonizer.js
  • v1.3.121 2018-08-19 Update WME-Place-Harmonizer.js, Update WME-Place-Harmonizer.js Temporary fix for store locator button issues (until I get around to cleaning up that whole section of code)., Merge pull request #315 from WazeDev/Beta Beta
  • v1.3.120 2018-08-19 Imported from URL
  • v1.3.97 2018-07-31 Hotfix for errors caused by new WME release.
  • v1.3.96 2018-07-03 reverting to last working version (1.3.92) until I can figure out what's causing a bug in 1.3.95, Merge Beta
  • v1.3.94 2018-07-02 , Merge Beta Conflicts: WME-Place-Harmonizer.js
  • v1.3.93 2018-07-02 update name (oops)
  • v1.3.93 2018-07-02 Handle "24/7" and variants in hours parser. Don't flag missing gas brand if place is locked.
  • v1.3.92 2018-07-01 Update to remove all flags for Junction/Interchange places., Merge Beta
  • v1.3.92 2018-07-01 Remove "Web Search" button from banner (redundant with new Google button), Merge Beta
  • v1.3.91 2018-06-30 added Google button, Merge Beta
  • v1.3.90 2018-06-30 added Indiana liquor store note, Merge Beta
  • v1.3.89 2018-06-07 Fixed: WL of "gasNoBrand" flag was not updating banner color., Added support for new rest area category., Merge Beta
  • v1.3.88 2018-06-02 Fix bug with detecting stop point location when inferring address., Merge Beta
  • v1.3.87 2018-06-01 1.3.87: FIXED - X-ray mode doesn't stay disabled after refresh., Merge Beta
  • v1.3.86 2018-06-01 Imported from URL
  • v1.3.81 2018-05-29 1.3.81: FIXED - WL of "area code mismatch" and/or "HN out of range" doesn't update banner color., Merge Beta
  • v1.3.80 2018-05-27 Add some more information to the "Localization failed for..." error reports., Merge Beta
  • v1.3.79 2018-05-18 1.3.79: FIXED - Optional category messages not displaying correctly., Merge Beta
  • v1.3.78 2018-05-15 Fixed WL of "No hours" and "No ph#". Wasn't updating banner color., Merge Beta
  • v1.3.77 2018-05-15 - Fix for removal of "WazeControlSelectHighlightFeature" control from WME. - Added "CNG" to list of words to ignore for title casing., Merge Beta
  • v1.3.76 2018-04-25 fixing address-related stuff that was changed in latest WME code, Merge Beta
  • v1.3.75 2018-04-24 update to replace getAddressDetails function (removed in latest WME), Merge Beta
  • v1.3.74 2018-04-24 changed selectionManager.hasSelectedItems to selectionManager.hasSelectedFeatures, Merge Beta
  • v1.3.73 2018-04-13 Update WME-Place-Harmonizer.js Fixes for WME beta changes (supports both beta and production), Update WME-Place-Harmonizer.js remove debugger line, Update WME-Place-Harmonizer.js Remove "d" from WazeUSA namespace, Merge pull request #288 from justins83/Beta Update WME-Place-Harmonizer.js, Merge Beta Conflicts: WME-Place-Harmonizer.js
  • v1.3.72 2018-04-10 Update WME-Place-Harmonizer.js Special handling for changing RPP from area to point since RPPs no longer have the button/links to convert from area to point., Merge pull request #281 from justins83/master Update WME-Place-Harmonizer.js
  • v1.3.72 2018-03-14 1.3.72: NEW - Added HI, NER, and SAT regions to special handling of "Other" category., Merge Beta
  • v1.3.71 2018-02-27 1.3.71: FIXED - References to "OpenLayers" replaced with "OL"., Merge Beta
  • v1.3.70 2018-02-27 1.3.70: FIXED - Places marked notABank in PNH sheet are incorrectly treated as banks when name matching., Merge Beta
  • v1.3.69 2018-02-12 1.3.69: FIXED - Minor update to fix missing PLs in PNH submissions, Merge Beta
  • v1.3.68 2018-02-01 Imported from URL
  • v1.3.67 2018-01-30 1.3.67: FIXED - Crash on startup in latest WME beta release., Merge Beta
  • v1.3.66 2018-01-21 1.3.65 PLA's show flags for missing Ph# and URL in SER., 1.3.66: NEW - Allow "Other" category for regions that want it., remove Beta from name
  • v1.3.64 2018-01-12 1.3.64: FIXED - Post offices not working properly in Manhattan., Merge master into Beta
  • v1.3.63 2018-01-11 1.3.61 Pilot Food Mart / Travel Center check for TN., Replaced some '#dfd' values with "true" when setting _updatedFields object properties., 1.3.62 - Changed "Credit" to "Credit Card" on PLA payment types flag. - Fixed a bug where WMEPH reports "No URL" on places that have a URL, but the PNH entry has no URL. The URL checking code is really ugly right now, and could use a good clean up., 1.3.63 NY post office exception should only apply to NYC., Merge Beta
  • v1.3.60 2017-12-18 1.3.60 Added WL button to missing USPS zip code alt, and missing USPS address line in description, Merge Beta
  • v1.3.59 2017-12-13 Imported from URL
  • v1.3.52 2017-11-25 Imported from URL
  • v1.3.43 2017-11-11 Update WME-Place-Harmonizer.js
  • v1.3.41 2017-11-11 reverting to last commit accidentally pushed beta update to production branch
  • v1.3.42 2017-11-11 update version #
  • v1.3.41 2017-11-11 Changed gas stations to match as long as brand is in name. Minor update to hours parser to use native JS rather than some functions built in to WME code.
  • v1.3.41 2017-11-10 Missing PLA HN's flagged blue, and green if locked to 3+., Merge Beta
  • v1.3.40 2017-11-08 Imported from URL
  • v1.3.37 2017-11-01 Gas station name vs. brand name matching should ignore non-alphanumeric characters., Merge Beta
  • v1.3.36 2017-11-01 FIXED - Gas station name should only be flagged if brand does not appear anywhere in it., Merge Beta
  • v1.3.35 2017-10-28 Removed some code that was setting the dupe name layer z-index. Still a little confused about why it worked in the first place, because at some point it was suddenly preventing map interactions when the dupe layer was displayed. I added a hack to get around it, but that just made the map somewhat unresponsive until you hovered over a road segment or other object. Removing the z-index setting code seems to have fixed it, but I have a feeling other issues might come up., Merge Beta
  • v1.3.34 2017-10-27 FIXED - Bug when WMEPH adds an alternate place name., last commit was an oops. Thought I was on beta branch, FIXED - Bug when WMEPH adds an alias place name., Merge Beta
  • v1.3.33 2017-10-27 Imported from URL
  • v1.3.26 2017-10-08 1.3.26: FIXED - Map freezes after duplicate places are displayed., Merge Beta
  • v1.3.25 2017-10-07 Flag yellow if hours are 0:00-23:59. Automatically fix when running WMEPH., FIXED - Removed rest areas from duplicate checks., 1.3.25: NEW - Lodging category is removed if it exists on a hotel. 1.3.25: FIXED - Part of hotel name was incorrectly removed in some scenarios., Merge Beta
  • v1.3.23 2017-10-02 1.3.23: FIXED - Repeating hotel localization bug, Merge Beta
  • v1.3.23 2017-10-02 1.3.23: FIXED - Repeating hotel localization bug, Merge Beta
  • v1.3.22 2017-10-01 FIXED - Scroll bar would cover text if only one long line of text in hours entry box., Merge Beta
  • v1.3.21 2017-09-30 minor fix for italics bug, no version # bump, 1.3.21: FIXED - Auto-expand hours entry text box when multiple lines are pasted (production version)., Merge Beta
  • v1.3.20 2017-09-30 minor fix for italics bug, no version # bump
  • v1.3.20 2017-09-30 Imported from URL
  • v1.3.15 2017-09-26 Imported from URL
  • v1.3.15 2017-09-18 Imported from URL
  • v1.3.14 2017-09-14 Imported from URL
  • v1.3.12 2017-08-16 Imported from URL
  • v1.3.11 2017-08-08 re-added @downloadURL, Bump version # to 1.3.11 To get around greasyfork issue with treating 1.3.10 as 1.3.1, Bump version # to get around greasyfork issue
  • v1.3.1 2017-06-14 Revert "Prep for production release 1.3.0" This reverts commit 28d9523acf3f631173c4664b8fbb8ccaae8f1ba7., Fix header after merging changes from prod -> beta, Temporarily removed auto-run after updating GLink. Updated "what's new" text, Temporarily removed auto-run after updating GLink. Updated "what's new" text
  • v1.3.0 2017-06-14 Imported from URL
  • v1.2.42 2017-06-02 update to fix my screw up during last commit, Hide WMEPH button when there are pending updates on a place. Closes #183, Attributes are under the 'model' layer. Fixes undefined ref for length, Merge pull request #1 from jangliss/Beta Hide WMEPH button when there are pending updates on a place. Closes #183, Bumped version #, Merge pull request #189 from WazeUSA-Beta/Beta Don't run on places with PUR's, prerelease prep, Merge pull request #190 from WazeUSA/1.2.42-pr release 1.2.42
  • v1.2.41 2017-05-25 FIXED - Removed custom USPS code for SER., Updated text of USPS formatting flag message., Removed some old commented code, Merge branch 'master' into Beta, Merge pull request #177 from WazeUSA-Beta/Beta Remove SER-specific code for USPS's
  • v1.2.40 2017-05-15 FIXED - WL of non-standard HN flag was not allowing auto-lock., 1.2.39: NEW - Added 6 month check/highlight for missing Google links., 1.2.40: FIXED - Words inside parentheses should not be automatically title cased. 1.2.40: FIXED - Removed Transportation category from rest area places., Merge pull request #172 from WazeUSA-Beta/Beta v1.2.40, Merge pull request #173 from WazeUSA/Beta Merge beta 1.2.40
  • v1.2.37 2017-04-24 Imported from URL
  • v1.2.35 2017-04-12 NEW - Removed street name entry box and replaced with Edit Address button until bug can be fixed., Merge pull request #164 from WazeUSA-Beta/Beta NEW - Removed street name entry box and replaced with Edit Address bu…, Merge pull request #165 from WazeUSA/Beta Beta
  • v1.2.34 2017-04-12 Imported from URL
  • v1.2.31 2017-04-12
  • v1.2.31 2017-04-07 Update WME-Place-Harmonizer.user.js
  • v1.2.30 2017-04-07 Update WME-Place-Harmonizer.user.js
  • v1.2.29 2017-04-07
  • v1.2.31 2017-04-07 Imported from URL
  • v1.2.29 2017-04-07 Update WME-Place-Harmonizer.user.js
  • v1.2.31 2017-04-05 1.2.27: FIXED - Accidentally commented @downloadURL line in last release., test Greasy Fork镜像 jquery ui, Change version number., Merge pull request #158 from WazeUSA/t0cableguy-GF-repo T0cableguy move jquery to GF, 1.2.29: FIXED - index.html, index.htm, index.php should not be stripped from URL's., 1.2.30: NEW - Added Change to Doctor / Clinic button to places with Offices category., 1.2.31: just a version # bump, Merge Beta, Merge Beta
  • v1.2.29 2017-04-05 fixed oopsie from last commit
  • v1.2.29 2017-04-05 fixed oopsie from last commit
  • v1.2.29 2017-04-05 1.2.29: FIXED - index.html, index.htm, index.php should not be stripped from URL's.
  • v1.2.28 2017-04-05

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址