todos-contra-el-fuego-web/imports/ui/components
vjrj cd570b9d9c escala 2+3: Meteor 1.8.3 -> 2.3 (Mongo 3.2 compatible), dead-package remediation
Reaches Meteor 2.3 building + running against Mongo 3.2, REST smoke test
byte-identical to the 1.6.1.1 baseline (all 12 Flutter endpoints green).

Dead/abandoned Atmosphere packages removed or replaced (the upgrade blockers):
- arkham:comments-ui (no Meteor 2.x build; pinned accounts-password@1.x):
  reimplemented the fire-page comments as a React feature:
    imports/api/Comments/ (collection, server methods, publication, media
    analyzers, new-fire-comment email) + imports/ui/components/Comments/CommentsBox.
    Comment text now rendered as safe plain text + image/youtube embed (was
    markdown-to-HTML). Wired into Fires.js; sitemaps.js + migration v11 updated
    to the new collection. Old Blaze/startup comments files deleted.
- nimble:restivus (REST API; pinned accounts-password@1.3.3, CoffeeScript source
  that crashes this build host): vendored as a local package
  packages/nimble-restivus with the .coffee precompiled to plain JS and the
  accounts-password constraint loosened to 2.x. REST behavior unchanged
  (verified by smoke test). This also dropped the entire iron:router stack.
- maximum:server-transform (+ peerlibrary:*, meteorhacks:zones/inject-initial):
  unused; removal broke Meteor.publishTransformed in FalsePositives publications
  -> replaced with plain Meteor.publish (no transform was configured).
- less, markdown (no source files), and the dead test stack
  (meteortesting:mocha, practicalmeteor:chai, xolvio:cleaner) which transitively
  pulled coffeescript@1.0.17 — the build plugin that crashed meteor-tool
  (node_contextify assertion) on this machine. Removing it unblocked the build.
- fourseven:scss 4.5.4 -> 4.14.1 (node-sass 4.5.3 doesn't build on node 12).

npm-mongo driver at 2.3 is 3.9.x — still compatible with the production Mongo
3.2 replica set.
2026-07-13 22:24:09 +02:00
..
AccountPageFooter add footer 2017-05-29 22:48:28 -05:00
Authenticated move logout functionality to logout page 2017-09-07 10:11:58 -05:00
AuthenticatedNavigation Added cucumber tests (wip) 2018-02-01 17:00:30 +01:00
BetaRibbon Style improvements in home, navigation, and footer 2018-01-25 12:54:01 +01:00
CenterInMyPosition Space in center btn 2018-03-02 10:38:04 +01:00
Chronos Site settings and fires fromNow Reactive 2018-01-29 11:30:17 +01:00
Col Basic navs and auth pages working· 2017-11-27 17:37:06 +01:00
Comments escala 2+3: Meteor 1.8.3 -> 2.3 (Mongo 3.2 compatible), dead-package remediation 2026-07-13 22:24:09 +02:00
Content add static pages 2017-05-30 00:28:34 -05:00
DistanceSlider Improved subs messages 2018-03-02 07:36:54 +01:00
DocumentEditor add oauth flows, profile, logout page, and index page 2017-05-29 22:02:22 -05:00
ErrorBoundary Against the Fire 2018-03-05 12:04:55 +01:00
Feedback Refactor Feedback 2018-03-03 11:26:19 +01:00
Footer About page 2018-02-22 10:49:15 +01:00
FromNow Added from now title 2018-03-13 01:46:46 +01:00
History Some work with spiderable 2018-02-14 10:26:22 +01:00
Icon add last minute tweaks found while writing docs 2017-06-13 08:12:26 -05:00
InputHint add last minute tweaks found while writing docs 2017-06-13 08:12:26 -05:00
Loading Mobile notifications 2018-08-02 12:42:19 +02:00
LocationAutocomplete Improved autocomplete error handling 2018-03-01 16:47:37 +01:00
Maps Fix wrong grey tiles 2022-08-13 19:37:56 +02:00
Navigation Removed BettaRibbon 2018-03-04 13:38:05 +01:00
NavItem Style improvements for mobile 2018-01-19 11:04:14 +01:00
NotificationsObserver Mobile notifications 2018-08-02 12:42:19 +02:00
OAuthLoginButton More i18n work 2017-11-29 10:50:28 +01:00
OAuthLoginButtons Removed createContainer 2018-02-07 16:37:26 +01:00
PageHeader About page 2018-02-22 10:49:15 +01:00
Prompt Many improvements in SelectionMap 2017-12-21 10:57:00 +01:00
Public Login/Auth and pariticipate. Telegram auth (wip) 2017-12-22 09:33:37 +01:00
PublicNavigation Added cucumber tests (wip) 2018-02-01 17:00:30 +01:00
Reconnect Better loading in FiresMap 2018-05-10 11:47:45 +02:00
ReSendEmail More i18n work 2017-11-29 10:50:28 +01:00
SelectionMap Cancel btn in SelectionMap only in subscriptions. Added title 2018-03-04 10:55:14 +01:00
ShareIt Added share it 2018-02-12 12:18:50 +01:00
SubscriptionEditor Added subscriptions cancel 2018-03-02 12:53:03 +01:00
Utils isHomeAndMobile reactive 2018-02-28 01:52:10 +01:00