todos-contra-el-fuego-web/imports/ui/pages
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
..
About About page 2018-02-22 10:49:15 +01:00
Auth Telegram auth (wip) 2018-01-26 12:49:53 +01:00
Credits Pages (terms/tos/privacy), comments improvements, etc 2018-01-21 20:53:21 +01:00
Documents Removed createContainer 2018-02-07 16:37:26 +01:00
EditDocument Removed createContainer 2018-02-07 16:37:26 +01:00
EditSubscription Removed createContainer 2018-02-07 16:37:26 +01:00
Fires escala 2+3: Meteor 1.8.3 -> 2.3 (Mongo 3.2 compatible), dead-package remediation 2026-07-13 22:24:09 +02:00
FiresMap Minor changes in fires union 2018-12-23 13:31:41 +01:00
FireSubscription Cancel btn in SelectionMap only in subscriptions. Added title 2018-03-04 10:55:14 +01:00
Index Fixed index DOM warning. Google Play btn height 2018-11-18 13:08:36 +01:00
License Pages (terms/tos/privacy), comments improvements, etc 2018-01-21 20:53:21 +01:00
Login More work with titles & descriptions 2018-02-07 15:27:12 +01:00
Logout Logout typo 2018-02-12 13:06:18 +01:00
NewDocument wip wiring up account forms 2017-05-25 16:31:01 -05:00
NewSubscription Login/Auth and pariticipate. Telegram auth (wip) 2017-12-22 09:33:37 +01:00
NotFound More work with titles & descriptions 2018-02-07 15:27:12 +01:00
Page Removed createContainer 2018-02-07 16:37:26 +01:00
Privacy Email translations 2018-01-22 13:27:46 +01:00
Profile Hardcode available list of langs in profile 2018-08-17 11:33:29 +02:00
RecoverPassword More work with titles & descriptions 2018-02-07 15:27:12 +01:00
ResetPassword More work with titles & descriptions 2018-02-07 15:27:12 +01:00
Sandbox Improved firesmap 2017-12-15 17:43:45 +01:00
Signup Propagate locate state in signup 2018-03-02 10:39:14 +01:00
Status More work with titles & descriptions 2018-02-07 15:27:12 +01:00
Subscriptions Union of subs 'null' when app is initialized 2018-11-18 16:24:49 +01:00
Terms Email translations 2018-01-22 13:27:46 +01:00
TestError Simplify Test page 2018-03-03 08:41:53 +01:00
VerifyEmail More work with titles & descriptions 2018-02-07 15:27:12 +01:00
ViewDocument Removed createContainer 2018-02-07 16:37:26 +01:00
ViewSubscription Removed createContainer 2018-02-07 16:37:26 +01:00
ZonesMap ZonesMap refactor 2018-03-03 11:41:12 +01:00