Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 1.72 KB

File metadata and controls

53 lines (43 loc) · 1.72 KB

0.1.5 / 2015-01-22

  • Update configuration default aliases from user->citizens to user->users

0.1.4 / 2015-01-17

  • Add Galician translation
  • Add Ukrainian transolation
  • added uk.json support
  • Remove non-user database access for 'law-published' event. Closes #22
  • Change MONGO_CONNECTION to MONGO_URL. Closes #23
  • Add app port to '/' response JSON

0.1.3 / 2014-12-07

  • Add German, Dutch and Portuguese translations
  • Remove 'DemocracyOS' from mail subjects
  • Fix existing translations
  • Add PORT variable to config

0.1.2 / 2014-12-04

  • remove unneeded data from argument-replies flow #9
  • update codebase to version 0.1.0 of likeastore/notifier

0.1.1 / 2014-12-01

  • Add support for notifying 'law-published' and fix 'reply-comment'. Closes #17
  • Update texts for 'reply-argument' event and template
  • Notify user on reply argument only if he has enabled it in their notifications preferences #7
  • Add reply-argument notification
  • Add 'resend-validation-email' handler, as it's the same as the 'signup' one
  • Refactor app.js and make event handling logic self-contained
  • Add basic app.js
  • Update README.md with description on collection name aliasing
  • Add debug dep and update makefile
  • Add support for aliasing db collection names
  • Add flexibility for 'name' property definition in users
  • Fetch port optionally from config file
  • Fix mail template not escaping HTML
  • Update welcome-email subject and tempalte
  • Update welcome-email template and translations
  • Add translations engine
  • Fix template vars usage to be uncoupled from mandrill
  • Fix welcome flow
  • Add basic templates
  • Add dev settings to .gitignore