WikiEducationFoundation/WikiEduDashboard 266
Wiki Education Foundation's Wikipedia course dashboard system
Sveriges Hundföretagare (the Swedish Dog Industry association) membership management and website for finding dog-related companies with ethical practices. A project run with AgileVentures.org
CS 169 redeemify
Top level Agile Ventures site with support for all projects
patmbolger/av-static-website 0
Static Website to showcase AgileVentures
Course "Getting and Cleaning Data", Coursera, July 2015
Course materials for the Data Science Specialization: https://www.coursera.org/specialization/jhudatascience/1
patmbolger/datasciencecoursera 0
To be used for Coursera's "Data Science" series of courses
The Leek group guide to data sharing
Pull request review commentAgileVentures/shf-project
WIP Renew membership AND Membership model and related model changes
def first_membership_fee_owed end -private+ def membership_renewed
Metrics/MethodLength: Method has too many lines. [33/30]
comment created time in 5 days
Pull request review commentAgileVentures/shf-project
WIP Renew membership AND Membership model and related model changes
+:ruby+ # This partial shows the steps for how to pay the H-Markt licensing fee,+ # the link to log in (with a reminder about the email to use), and a link+ # to the company that needs the H-markt paid (that's the page where it's paid).+ # Note that it does not include a step to log in. That should be explained+ # elsewhere, in case this is shown with other steps that also require logging in --+ # in which case the step(s) for logging in can be shown just once.+ #+ # The partial expects these locals:+ # email - the email address for logging in+ # company - the company (object); used for displaying the name and the url+ #+-#%li.step-1.login+-# = "#{ t('mailers.log_in') }."+-# = render 'mailers_shared/login_here_with_email', email: email
Comment should have a space after the #
comment created time in 5 days
Pull request review commentAgileVentures/shf-project
WIP Renew membership AND Membership model and related model changes
+:ruby+ # This partial shows the steps for how to pay the H-Markt licensing fee,+ # the link to log in (with a reminder about the email to use), and a link+ # to the company that needs the H-markt paid (that's the page where it's paid).+ # Note that it does not include a step to log in. That should be explained+ # elsewhere, in case this is shown with other steps that also require logging in --+ # in which case the step(s) for logging in can be shown just once.+ #+ # The partial expects these locals:+ # email - the email address for logging in+ # company - the company (object); used for displaying the name and the url+ #+-#%li.step-1.login+-# = "#{ t('mailers.log_in') }."
Comment should have a space after the #
comment created time in 5 days
Pull request review commentAgileVentures/shf-project
WIP Renew membership AND Membership model and related model changes
+:ruby+ # This partial shows the steps for how to pay the H-Markt licensing fee,+ # the link to log in (with a reminder about the email to use), and a link+ # to the company that needs the H-markt paid (that's the page where it's paid).+ # Note that it does not include a step to log in. That should be explained+ # elsewhere, in case this is shown with other steps that also require logging in --+ # in which case the step(s) for logging in can be shown just once.+ #+ # The partial expects these locals:+ # email - the email address for logging in+ # company - the company (object); used for displaying the name and the url+ #+-#%li.step-1.login
3 consecutive comments can be merged into one<br>Comment should have a space after the #
comment created time in 5 days
push eventAgileVentures/shf-project
commit sha d22c2dbea7d4df9bcabbd02f4795d38b5f44b0a7
Admin sees all applicants for a Company (#892) * Feature: Admin sees all applicants connected to a company * add applicants to Co./company_members for admin, clean up locales * link to members/applicants and applications * put company applicants into a separate section * display yes|no for member status; clean up locales * add header to applicants section; fuss with styling * (minor) add space needed * update gem mimemagic (v 0.3.5 is no longer maintained) * add 'last updated' to the info shown for each application (for each applicant)
push time in 6 days
PR merged AgileVentures/shf-project
PT Story: Admin must see applicants to/with a company
PT URL: https://www.pivotaltracker.com/story/show/177251184
Changes proposed in this pull request:
- Added feature "Admin sees all applicants connected to a company"
features/companies/show-admin-all-applicants.feature - Added a section on a Company page that lists all that have applied to the company
- only the admin can see it
- Added 2 columns to the Members table that only the admin can see:
- is a member?
- application status (linked to application)
Screenshots (Optional):
Whole Company page with the new "Membership Applicants" section (background = admin-only blue) under the list of members

Close up of the Membership Applicants section
- name is linked to user account, application status is linked to application

Ready for review:
@thesuss
pr closed time in 6 days
Pull request review commentAgileVentures/shf-project
Admin sees all applicants for a Company
%table.table.table-sm.table-hover.company-members %thead %tr- %th.text-nowrap= t('companies.show.members')- %th= t('activerecord.models.business_category.other')-+ %th.text-nowrap= t('.title')+ %th= t('.business_categories')+ - if current_user.admin?+ %th= t('.is_member')+ %th= t('.app status') - applications.each do |application|+ - app_admin_only_css = application.accepted? ? '' : 'admin-only'+ %tbody- %tr.member- %td= application.user.full_name+ %tr.member{ class: "#{app_admin_only_css}"}
Hash attribute should end with one space before the closing brace
comment created time in 7 days
Pull request review commentAgileVentures/shf-project
Admin sees all applicants for a Company
th .complete-status { } + .admin-only {+ .company-applicants-list {
Selector should have depth of applicability no greater than 2, but was 3
comment created time in 7 days
PR opened AgileVentures/shf-project
PT Story: Admin must see applicants to/with a company
PT URL: https://www.pivotaltracker.com/story/show/177251184
Changes proposed in this pull request:
- Added a section on a Company page that lists all that have applied to the company
- only the admin can see it
Screenshots (Optional):
Ready for review:
@
pr created time in 7 days
delete branch AgileVentures/MetPlus_PETS
delete branch : dependabot/bundler/webmock-3.12.1
delete time in 11 days
PR closed AgileVentures/MetPlus_PETS
Bumps webmock from 1.21.0 to 3.12.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bblimke/webmock/blob/master/CHANGELOG.md">webmock's changelog</a>.</em></p> <blockquote> <h1>3.12.1</h1> <ul> <li> <p>Fixed handling of URIs with IPv6 addresses with square brackets when in Net::HTTP adapter.</p> <p>Thanks to <a href="https://github.com/JohannaHartmann">Johanna Hartmann</a></p> </li> </ul> <h1>3.12.0</h1> <ul> <li>Added support for handling custom JSON and XML content types e.g. 'application/vnd.api+json'</li> </ul> <h1>3.11.3</h1> <ul> <li> <p>Fixed async-http adapter to only considered requests as real if they are real.</p> <p>Thanks to Thanks to <a href="https://github.com/tonywok">Tony Schneider</a> and <a href="https://github.com/ioquatix">Samuel Williams</a></p> </li> </ul> <h1>3.11.2</h1> <ul> <li> <p>Fix for Manticore streaming mode</p> <p>Thanks to <a href="https://github.com/kovyrin">Oleksiy Kovyrin</a></p> </li> </ul> <h1>3.11.1</h1> <ul> <li> <p>Compatibility with async-http 0.54+</p> <p>Thanks to <a href="https://github.com/jasl">Jun Jiang</a></p> </li> </ul> <h1>3.11.0</h1> <ul> <li> <p>Added support for <code>features</code> in http.rb adapter.</p> <p>Thanks to <a href="https://github.com/ce07c3">Carl (ce07c3)</a></p> </li> </ul> <h1>3.10.0</h1> <ul> <li> <p>Added option to global stubs to have lower priority than local stubs.</p> <pre><code>WebMock.globally_stub_request(:after_local_stubs) do { body: "global stub body" } end <p>stub_request(:get, "www.example.com").to_return(body: 'non-global stub body')</p> <p>expect(http_request(:get, "<a href="http://www.example.com/").body).to">http://www.example.com/").body).to</a> eq("non-global stub body") </code></pre></p> <p>Thanks to <a href="https://github.com/mkasztelnik">Marek Kasztelnik</a></p> </li> </ul> <h1>3.9.5</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bblimke/webmock/commit/06c3179b219b512df6c595a4bc99bd9701eb6130"><code>06c3179</code></a> Version 3.12.1</li> <li><a href="https://github.com/bblimke/webmock/commit/b4c95c27dc9af51b35695a80722d5af06b7949de"><code>b4c95c2</code></a> Revert "Add specs"</li> <li><a href="https://github.com/bblimke/webmock/commit/79e60c92d3e2e63b5a2c81bf05048a4ed9dbf230"><code>79e60c9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/bblimke/webmock/issues/933">#933</a> from JohannaHartmann/jh/fix-issue-806</li> <li><a href="https://github.com/bblimke/webmock/commit/6e3de61570d2ab8da020623e6cefa0b2e2741b01"><code>6e3de61</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/bblimke/webmock/issues/934">#934</a> from valscion/patch-1</li> <li><a href="https://github.com/bblimke/webmock/commit/fe6e7d7bc2d9f0f2e9c7a207173ab930c549c2eb"><code>fe6e7d7</code></a> Add specs</li> <li><a href="https://github.com/bblimke/webmock/commit/bcfa08656fe4e412efaf92e6e119e3721613a2f0"><code>bcfa086</code></a> Fix copy-paste of JSON instead of XML in spec file</li> <li><a href="https://github.com/bblimke/webmock/commit/3f7e7e5622a9c8b93c6c036b6ab3db2ce0f6ded3"><code>3f7e7e5</code></a> Fix: Handle IPv6 hostname correctly (closes <a href="https://github-redirect.dependabot.com/bblimke/webmock/issues/806">#806</a>)</li> <li><a href="https://github.com/bblimke/webmock/commit/cb3d92965ff422845cecd68f461d807d0b87a0dc"><code>cb3d929</code></a> xml not json.</li> <li><a href="https://github.com/bblimke/webmock/commit/36c2dea1b8ddf1aac0570a9890e8f3f52d3cb9c6"><code>36c2dea</code></a> Version 3.12.0</li> <li><a href="https://github.com/bblimke/webmock/commit/293d06eeb5d0573e096888a1d23b04d7975d434d"><code>293d06e</code></a> Added support for handling custom json and xml content types.</li> <li>Additional commits viewable in <a href="https://github.com/bblimke/webmock/compare/v1.21.0...v3.12.1">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in 11 days
pull request commentAgileVentures/MetPlus_PETS
Bump webmock from 1.21.0 to 3.12.1
Superseded by #875.
comment created time in 11 days
PR opened AgileVentures/MetPlus_PETS
Bumps webmock from 1.21.0 to 3.12.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bblimke/webmock/blob/master/CHANGELOG.md">webmock's changelog</a>.</em></p> <blockquote> <h1>3.12.2</h1> <ul> <li> <p>Fixed em-http-request adapter to avoid calling middleware twice.</p> <p>Thanks to <a href="https://github.com/ajvondrak">Alex Vondrak</a></p> </li> </ul> <h1>3.12.1</h1> <ul> <li> <p>Fixed handling of URIs with IPv6 addresses with square brackets when in Net::HTTP adapter.</p> <p>Thanks to <a href="https://github.com/JohannaHartmann">Johanna Hartmann</a></p> </li> </ul> <h1>3.12.0</h1> <ul> <li>Added support for handling custom JSON and XML content types e.g. 'application/vnd.api+json'</li> </ul> <h1>3.11.3</h1> <ul> <li> <p>Fixed async-http adapter to only considered requests as real if they are real.</p> <p>Thanks to Thanks to <a href="https://github.com/tonywok">Tony Schneider</a> and <a href="https://github.com/ioquatix">Samuel Williams</a></p> </li> </ul> <h1>3.11.2</h1> <ul> <li> <p>Fix for Manticore streaming mode</p> <p>Thanks to <a href="https://github.com/kovyrin">Oleksiy Kovyrin</a></p> </li> </ul> <h1>3.11.1</h1> <ul> <li> <p>Compatibility with async-http 0.54+</p> <p>Thanks to <a href="https://github.com/jasl">Jun Jiang</a></p> </li> </ul> <h1>3.11.0</h1> <ul> <li> <p>Added support for <code>features</code> in http.rb adapter.</p> <p>Thanks to <a href="https://github.com/ce07c3">Carl (ce07c3)</a></p> </li> </ul> <h1>3.10.0</h1> <ul> <li> <p>Added option to global stubs to have lower priority than local stubs.</p> <pre><code>WebMock.globally_stub_request(:after_local_stubs) do { body: "global stub body" } end <p>stub_request(:get, "www.example.com").to_return(body: 'non-global stub body') </code></pre></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bblimke/webmock/commit/4d375382695874b09334bb6bb43293ec0c2e9424"><code>4d37538</code></a> Version 3.11.2</li> <li><a href="https://github.com/bblimke/webmock/commit/6967c206d886e1599f5847363c5cf4cac400df01"><code>6967c20</code></a> Merge branch 'ajvondt push origin master</li> <li><a href="https://github.com/bblimke/webmock/commit/2b87ab3b966bd2611a219d37c7cf636449ffc1f3"><code>2b87ab3</code></a> Merge branch 'master' of github.com:ajvondrak/webmock into ajvondrak-master</li> <li><a href="https://github.com/bblimke/webmock/commit/7437229008b85511dab8230e75e6f96f7d0e42f8"><code>7437229</code></a> Removed trailing space.</li> <li><a href="https://github.com/bblimke/webmock/commit/d06f87f9d1364710a248963211b8885f9cabdf5a"><code>d06f87f</code></a> HTTP/2 doesn’t have dot in version number.</li> <li><a href="https://github.com/bblimke/webmock/commit/443a4c79657e69316d4afaee2efed436b0c4e7b4"><code>443a4c7</code></a> Avoid redundantly calling em-http-request middleware</li> <li><a href="https://github.com/bblimke/webmock/commit/6ff8c0a34018d8d0b00f1a4c4d8457895dfa4fa7"><code>6ff8c0a</code></a> Added httpx to the list of supported http libs.</li> <li><a href="https://github.com/bblimke/webmock/commit/06c3179b219b512df6c595a4bc99bd9701eb6130"><code>06c3179</code></a> Version 3.12.1</li> <li><a href="https://github.com/bblimke/webmock/commit/b4c95c27dc9af51b35695a80722d5af06b7949de"><code>b4c95c2</code></a> Revert "Add specs"</li> <li><a href="https://github.com/bblimke/webmock/commit/79e60c92d3e2e63b5a2c81bf05048a4ed9dbf230"><code>79e60c9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/bblimke/webmock/issues/933">#933</a> from JohannaHartmann/jh/fix-issue-806</li> <li>Additional commits viewable in <a href="https://github.com/bblimke/webmock/compare/v1.21.0...v3.12.2">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr created time in 11 days
create barnchAgileVentures/MetPlus_PETS
branch : dependabot/bundler/webmock-3.12.2
created branch time in 11 days
delete branch AgileVentures/MetPlus_PETS
delete branch : dependabot/bundler/loofah-2.9.0
delete time in 11 days
PR closed AgileVentures/MetPlus_PETS
Bumps loofah from 2.2.3 to 2.9.0. This update includes a security fix. <details> <summary>Vulnerabilities fixed</summary> <p><em>Sourced from <a href="https://github.com/rubysec/ruby-advisory-db/blob/master/gems/loofah/CVE-2019-15587.yml">The Ruby Advisory Database</a>.</em></p> <blockquote> <p><strong>Loofah XSS Vulnerability</strong> In the Loofah gem, through v2.3.0, unsanitized JavaScript may occur in sanitized output when a crafted SVG element is republished.</p> <p>Patched versions: >= 2.3.1 Unaffected versions: none</p> </blockquote> </details> <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/flavorjones/loofah/releases">loofah's releases</a>.</em></p> <blockquote> <h3>2.9.0 / 2021-01-14</h3> <ul> <li>Handle CSS functions in a CSS shorthand property (like <code>background</code>). [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/199">#199</a>, <a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/200">#200</a>]</li> </ul> <h3>2.8.0 / 2020-11-25</h3> <ul> <li>Allow CSS properties <code>order</code>, <code>flex-direction</code>, <code>flex-grow</code>, <code>flex-wrap</code>, <code>flex-shrink</code>, <code>flex-flow</code>, <code>flex-basis</code>, <code>flex</code>, <code>justify-content</code>, <code>align-self</code>, <code>align-items</code>, and <code>align-content</code>. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/197">#197</a>] (Thanks, <a href="https://github.com/miguelperez"><code>@miguelperez</code></a>!)</li> </ul> <h2>2.7.0 / 2020-08-26</h2> <h3>Features</h3> <ul> <li>Allow CSS properties <code>page-break-before</code>, <code>page-break-inside</code>, and <code>page-break-after</code>. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/190">#190</a>] (Thanks, <a href="https://github.com/ahorek"><code>@ahorek</code></a>!)</li> </ul> <h3>Fixes</h3> <ul> <li>Don't drop the <code>!important</code> rule from some CSS properties. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/191">#191</a>] (Thanks, <a href="https://github.com/b7kich"><code>@b7kich</code></a>!)</li> </ul> <h2>2.6.0 / 2020-06-16</h2> <h3>Features</h3> <ul> <li>Allow CSS <code>border-style</code> keywords. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/188">#188</a>] (Thanks, <a href="https://github.com/tarcisiozf"><code>@tarcisiozf</code></a>!)</li> </ul> <h2>2.5.0 / 2020-04-05</h2> <h3>Features</h3> <ul> <li>Allow more CSS length units: "ch", "vw", "vh", "Q", "lh", "vmin", "vmax". [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/178">#178</a>] (Thanks, <a href="https://github.com/JuanitoFatas"><code>@JuanitoFatas</code></a>!)</li> </ul> <h3>Fixes</h3> <ul> <li>Remove comments from <code>Loofah::HTML::Document</code>s that exist outside the <code>html</code> element. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/80">#80</a>]</li> </ul> <h3>Other changes</h3> <ul> <li>Gem metadata being set [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/181">#181</a>] (Thanks, <a href="https://github.com/JuanitoFatas"><code>@JuanitoFatas</code></a>!)</li> <li>Test files removed from gem file [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/180">#180</a>,<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/166">#166</a>,<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/159">#159</a>] (Thanks, <a href="https://github.com/JuanitoFatas"><code>@JuanitoFatas</code></a> and <a href="https://github.com/greysteil"><code>@greysteil</code></a>!)</li> </ul> <h2>2.4.0 / 2019-11-25</h2> <h3>Features</h3> <ul> <li>Allow CSS property <code>max-width</code> <a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/175">#175</a> (Thanks, <a href="https://github.com/bchaney"><code>@bchaney</code></a>!)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/flavorjones/loofah/blob/main/CHANGELOG.md">loofah's changelog</a>.</em></p> <blockquote> <h3>2.9.0 / 2021-01-14</h3> <ul> <li>Handle CSS functions in a CSS shorthand property (like <code>background</code>). [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/199">#199</a>, <a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/200">#200</a>]</li> </ul> <h3>2.8.0 / 2020-11-25</h3> <ul> <li>Allow CSS properties <code>order</code>, <code>flex-direction</code>, <code>flex-grow</code>, <code>flex-wrap</code>, <code>flex-shrink</code>, <code>flex-flow</code>, <code>flex-basis</code>, <code>flex</code>, <code>justify-content</code>, <code>align-self</code>, <code>align-items</code>, and <code>align-content</code>. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/197">#197</a>] (Thanks, <a href="https://github.com/miguelperez"><code>@miguelperez</code></a>!)</li> </ul> <h2>2.7.0 / 2020-08-26</h2> <h3>Features</h3> <ul> <li>Allow CSS properties <code>page-break-before</code>, <code>page-break-inside</code>, and <code>page-break-after</code>. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/190">#190</a>] (Thanks, <a href="https://github.com/ahorek"><code>@ahorek</code></a>!)</li> </ul> <h3>Fixes</h3> <ul> <li>Don't drop the <code>!important</code> rule from some CSS properties. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/191">#191</a>] (Thanks, <a href="https://github.com/b7kich"><code>@b7kich</code></a>!)</li> </ul> <h2>2.6.0 / 2020-06-16</h2> <h3>Features</h3> <ul> <li>Allow CSS <code>border-style</code> keywords. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/188">#188</a>] (Thanks, <a href="https://github.com/tarcisiozf"><code>@tarcisiozf</code></a>!)</li> </ul> <h2>2.5.0 / 2020-04-05</h2> <h3>Features</h3> <ul> <li>Allow more CSS length units: "ch", "vw", "vh", "Q", "lh", "vmin", "vmax". [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/178">#178</a>] (Thanks, <a href="https://github.com/JuanitoFatas"><code>@JuanitoFatas</code></a>!)</li> </ul> <h3>Fixes</h3> <ul> <li>Remove comments from <code>Loofah::HTML::Document</code>s that exist outside the <code>html</code> element. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/80">#80</a>]</li> </ul> <h3>Other changes</h3> <ul> <li>Gem metadata being set [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/181">#181</a>] (Thanks, <a href="https://github.com/JuanitoFatas"><code>@JuanitoFatas</code></a>!)</li> <li>Test files removed from gem file [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/180">#180</a>,<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/166">#166</a>,<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/159">#159</a>] (Thanks, <a href="https://github.com/JuanitoFatas"><code>@JuanitoFatas</code></a> and <a href="https://github.com/greysteil"><code>@greysteil</code></a>!)</li> </ul> <h2>2.4.0 / 2019-11-25</h2> <h3>Features</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flavorjones/loofah/commit/b18e3dc6c65209deadd2aadcd38774b456aa3001"><code>b18e3dc</code></a> version bump to v2.9.0</li> <li><a href="https://github.com/flavorjones/loofah/commit/8ed486d9d64399f20009b64fec4582eab26b2636"><code>8ed486d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/200">#200</a> from flavorjones/199-css-functions-not-handled-properly</li> <li><a href="https://github.com/flavorjones/loofah/commit/bf13d48b7428aa36ee9dff083d017399249b2d60"><code>bf13d48</code></a> fix: handle CSS functions in a CSS shorthand property</li> <li><a href="https://github.com/flavorjones/loofah/commit/253bedfbe53454a45b090bf9c98fa4add347a905"><code>253bedf</code></a> fix: update test to handle behavior of latest Nokogiri</li> <li><a href="https://github.com/flavorjones/loofah/commit/fbe0846a43d11d5d41d7555fba1985fedc4e9582"><code>fbe0846</code></a> ci: remove max-in-flight constraint</li> <li><a href="https://github.com/flavorjones/loofah/commit/e051fe82153480dba7dc3255d72239bc977869ea"><code>e051fe8</code></a> version bump to v2.8.0</li> <li><a href="https://github.com/flavorjones/loofah/commit/a3dbbf4ddf76a99a58b2adbb8156aa0aed1e35a4"><code>a3dbbf4</code></a> perf: use require_relative where we can</li> <li><a href="https://github.com/flavorjones/loofah/commit/d0a729c6ad56f2480eea55d020d11f0458395766"><code>d0a729c</code></a> style: fix indentation</li> <li><a href="https://github.com/flavorjones/loofah/commit/324640ca2eb5e0e7d29d9889070c0756ba3e9330"><code>324640c</code></a> ci: separate rubocop and test tasks; make default task do both</li> <li><a href="https://github.com/flavorjones/loofah/commit/3ad9607ed446ac2f47b53dbd3562f7304dce776b"><code>3ad9607</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/198">#198</a> from miguelperez/add-flex-properties</li> <li>Additional commits viewable in <a href="https://github.com/flavorjones/loofah/compare/v2.2.3...v2.9.0">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in 11 days
pull request commentAgileVentures/MetPlus_PETS
[Security] Bump loofah from 2.2.3 to 2.9.0
Superseded by #874.
comment created time in 11 days
PR opened AgileVentures/MetPlus_PETS
Bumps loofah from 2.2.3 to 2.9.1. This update includes a security fix. <details> <summary>Vulnerabilities fixed</summary> <p><em>Sourced from <a href="https://github.com/rubysec/ruby-advisory-db/blob/master/gems/loofah/CVE-2019-15587.yml">The Ruby Advisory Database</a>.</em></p> <blockquote> <p><strong>Loofah XSS Vulnerability</strong> In the Loofah gem, through v2.3.0, unsanitized JavaScript may occur in sanitized output when a crafted SVG element is republished.</p> <p>Patched versions: >= 2.3.1 Unaffected versions: none</p> </blockquote> </details> <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/flavorjones/loofah/releases">loofah's releases</a>.</em></p> <blockquote> <h2>2.9.1 / 2021-04-07</h2> <h3>Bug fixes</h3> <ul> <li>Fix a regression in v2.9.0 which inappropriately removed CSS properties with quoted string values. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/202">#202</a>]</li> </ul> <h3>2.9.0 / 2021-01-14</h3> <ul> <li>Handle CSS functions in a CSS shorthand property (like <code>background</code>). [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/199">#199</a>, <a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/200">#200</a>]</li> </ul> <h3>2.8.0 / 2020-11-25</h3> <ul> <li>Allow CSS properties <code>order</code>, <code>flex-direction</code>, <code>flex-grow</code>, <code>flex-wrap</code>, <code>flex-shrink</code>, <code>flex-flow</code>, <code>flex-basis</code>, <code>flex</code>, <code>justify-content</code>, <code>align-self</code>, <code>align-items</code>, and <code>align-content</code>. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/197">#197</a>] (Thanks, <a href="https://github.com/miguelperez"><code>@miguelperez</code></a>!)</li> </ul> <h2>2.7.0 / 2020-08-26</h2> <h3>Features</h3> <ul> <li>Allow CSS properties <code>page-break-before</code>, <code>page-break-inside</code>, and <code>page-break-after</code>. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/190">#190</a>] (Thanks, <a href="https://github.com/ahorek"><code>@ahorek</code></a>!)</li> </ul> <h3>Fixes</h3> <ul> <li>Don't drop the <code>!important</code> rule from some CSS properties. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/191">#191</a>] (Thanks, <a href="https://github.com/b7kich"><code>@b7kich</code></a>!)</li> </ul> <h2>2.6.0 / 2020-06-16</h2> <h3>Features</h3> <ul> <li>Allow CSS <code>border-style</code> keywords. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/188">#188</a>] (Thanks, <a href="https://github.com/tarcisiozf"><code>@tarcisiozf</code></a>!)</li> </ul> <h2>2.5.0 / 2020-04-05</h2> <h3>Features</h3> <ul> <li>Allow more CSS length units: "ch", "vw", "vh", "Q", "lh", "vmin", "vmax". [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/178">#178</a>] (Thanks, <a href="https://github.com/JuanitoFatas"><code>@JuanitoFatas</code></a>!)</li> </ul> <h3>Fixes</h3> <ul> <li>Remove comments from <code>Loofah::HTML::Document</code>s that exist outside the <code>html</code> element. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/80">#80</a>]</li> </ul> <h3>Other changes</h3> <ul> <li>Gem metadata being set [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/181">#181</a>] (Thanks, <a href="https://github.com/JuanitoFatas"><code>@JuanitoFatas</code></a>!)</li> <li>Test files removed from gem file [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/180">#180</a>,<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/166">#166</a>,<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/159">#159</a>] (Thanks, <a href="https://github.com/JuanitoFatas"><code>@JuanitoFatas</code></a> and <a href="https://github.com/greysteil"><code>@greysteil</code></a>!)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/flavorjones/loofah/blob/main/CHANGELOG.md">loofah's changelog</a>.</em></p> <blockquote> <h2>2.9.1 / 2021-04-07</h2> <h3>Bug fixes</h3> <ul> <li>Fix a regression in v2.9.0 which inappropriately removed CSS properties with quoted string values. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/202">#202</a>]</li> </ul> <h2>2.9.0 / 2021-01-14</h2> <h3>Features</h3> <ul> <li>Handle CSS functions in a CSS shorthand property (like <code>background</code>). [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/199">#199</a>, <a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/200">#200</a>]</li> </ul> <h2>2.8.0 / 2020-11-25</h2> <h3>Features</h3> <ul> <li>Allow CSS properties <code>order</code>, <code>flex-direction</code>, <code>flex-grow</code>, <code>flex-wrap</code>, <code>flex-shrink</code>, <code>flex-flow</code>, <code>flex-basis</code>, <code>flex</code>, <code>justify-content</code>, <code>align-self</code>, <code>align-items</code>, and <code>align-content</code>. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/197">#197</a>] (Thanks, <a href="https://github.com/miguelperez"><code>@miguelperez</code></a>!)</li> </ul> <h2>2.7.0 / 2020-08-26</h2> <h3>Features</h3> <ul> <li>Allow CSS properties <code>page-break-before</code>, <code>page-break-inside</code>, and <code>page-break-after</code>. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/190">#190</a>] (Thanks, <a href="https://github.com/ahorek"><code>@ahorek</code></a>!)</li> </ul> <h3>Fixes</h3> <ul> <li>Don't drop the <code>!important</code> rule from some CSS properties. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/191">#191</a>] (Thanks, <a href="https://github.com/b7kich"><code>@b7kich</code></a>!)</li> </ul> <h2>2.6.0 / 2020-06-16</h2> <h3>Features</h3> <ul> <li>Allow CSS <code>border-style</code> keywords. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/188">#188</a>] (Thanks, <a href="https://github.com/tarcisiozf"><code>@tarcisiozf</code></a>!)</li> </ul> <h2>2.5.0 / 2020-04-05</h2> <h3>Features</h3> <ul> <li>Allow more CSS length units: "ch", "vw", "vh", "Q", "lh", "vmin", "vmax". [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/178">#178</a>] (Thanks, <a href="https://github.com/JuanitoFatas"><code>@JuanitoFatas</code></a>!)</li> </ul> <h3>Fixes</h3> <ul> <li>Remove comments from <code>Loofah::HTML::Document</code>s that exist outside the <code>html</code> element. [<a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/80">#80</a>]</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flavorjones/loofah/commit/4a6be028e32b24fe543e0d77c4a998e61ae7a9b5"><code>4a6be02</code></a> version bump to v2.9.1</li> <li><a href="https://github.com/flavorjones/loofah/commit/bbde91a6abe9b71a99511351760356cd6f1b20db"><code>bbde91a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/203">#203</a> from flavorjones/202-property-string-values</li> <li><a href="https://github.com/flavorjones/loofah/commit/1565bfea2e7246bbf1dd73ee8d7028a3f9eb141d"><code>1565bfe</code></a> fix: allow CSS properties to have quoted string values</li> <li><a href="https://github.com/flavorjones/loofah/commit/cc5ce1c6ade918a03730c83cb870e968b7598120"><code>cc5ce1c</code></a> readme: convert an old rdoc header to markdown</li> <li><a href="https://github.com/flavorjones/loofah/commit/1178f6854ea9f2391d8380321f5ff8b67fd06d7f"><code>1178f68</code></a> readme: fix CI badge</li> <li><a href="https://github.com/flavorjones/loofah/commit/cbbb3acd1f4cd4d917c482c4bc1978648185e185"><code>cbbb3ac</code></a> dev: update default branch to <code>main</code></li> <li><a href="https://github.com/flavorjones/loofah/commit/07e89a5794b882c82f3d0fea39252e56948936e7"><code>07e89a5</code></a> test: extend Nokogiri decorator tests to NodeSets</li> <li><a href="https://github.com/flavorjones/loofah/commit/82f0c9e69ba02a8fbb35c459bef0c0cf26db6759"><code>82f0c9e</code></a> ci: update ruby versions tested</li> <li><a href="https://github.com/flavorjones/loofah/commit/b18e3dc6c65209deadd2aadcd38774b456aa3001"><code>b18e3dc</code></a> version bump to v2.9.0</li> <li><a href="https://github.com/flavorjones/loofah/commit/8ed486d9d64399f20009b64fec4582eab26b2636"><code>8ed486d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/flavorjones/loofah/issues/200">#200</a> from flavorjones/199-css-functions-not-handled-properly</li> <li>Additional commits viewable in <a href="https://github.com/flavorjones/loofah/compare/v2.2.3...v2.9.1">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr created time in 11 days
create barnchAgileVentures/MetPlus_PETS
branch : dependabot/bundler/loofah-2.9.1
created branch time in 11 days
Pull request review commentAgileVentures/shf-project
WIP Renew membership AND Membership model and related model changes
def first_membership_fee_owed end -private+ def membership_renewed
Metrics/MethodLength: Method has too many lines. [32/30]
comment created time in 11 days
Pull request review commentAgileVentures/shf-project
WIP Renew membership AND Membership model and related model changes
sv: name: *name description: *description + membership:+ first_day: First day+ last_day: &membership_last_day Last day
Slutdatum
comment created time in 11 days
Pull request review commentAgileVentures/shf-project
WIP Renew membership AND Membership model and related model changes
sv: name: *name description: *description + membership:+ first_day: First day
Startdatum
comment created time in 11 days
Pull request review commentAgileVentures/shf-project
WIP Renew membership AND Membership model and related model changes
sv: greeting: *email_greeting message_text: "Du har blivit godkänd för att bli medlem, men du måste betala medlemsavgift för att kunna dra nytta av de förmåner, erbjudande och rabatter som ingår i medlemskapet. Du kan enkelt betala genom att följa stegen nedan." + membership_renewed:+ subject: &subject_welcome "Tack för att du förnya ditt Sveriges Hundföretagare-medlemskap"
Tack för att du förnyat ditt medlemskap i Sveriges Hundföretagare"
comment created time in 11 days
Pull request review commentAgileVentures/shf-project
WIP Renew membership AND Membership model and related model changes
sv: how_to_pay_hmarkt: "Så här betalar du H-märkespremien:" pay_hmarkt_step: "När du är inloggad ser du när din H-märkningspremie går ut och hur du betalar på din företagssida." here_is_co_page: "Här är länken där du kan redigera ditt företag: "+ find_co_in_my_cos: You will find the page for a company by going to the 'My Companies' menu and clicking on the company you want to see. h_brand_exp_shown: "Du ser när din H-märkningspremie går ut på din företagssida." + how_to_edit_companies:+ title: "How to Edit Your Company(-ies):"+ go_to_my_cos_menu: "Once you are logged in, go to the 'My Companies' menu at the top and click on it."
Väl inloggad, leta upp "Mina företag" och klicka där.
comment created time in 11 days
Pull request review commentAgileVentures/shf-project
WIP Renew membership AND Membership model and related model changes
sv: greeting: *email_greeting message_text: "Du har blivit godkänd för att bli medlem, men du måste betala medlemsavgift för att kunna dra nytta av de förmåner, erbjudande och rabatter som ingår i medlemskapet. Du kan enkelt betala genom att följa stegen nedan." + membership_renewed:+ subject: &subject_welcome "Tack för att du förnya ditt Sveriges Hundföretagare-medlemskap"+ greeting: *email_greeting+ message_text:+ awesome: "Awesome!"+ renewed_last_day: "You have now renewed your membership. The last day of your membership is now "+ companies_you_belong_to: "As a reminder, here are the companies you belong to:"+ thanks: Thanks for joining us for another year.+ company-incomplete: Incomplete info for company+ company-license-expired: H-Markt license has expired
H-märkespremien har löpt ut eller är obetald (or is unpaid)
comment created time in 11 days
Pull request review commentAgileVentures/shf-project
WIP Renew membership AND Membership model and related model changes
sv: greeting: *email_greeting message_text: "Du har blivit godkänd för att bli medlem, men du måste betala medlemsavgift för att kunna dra nytta av de förmåner, erbjudande och rabatter som ingår i medlemskapet. Du kan enkelt betala genom att följa stegen nedan." + membership_renewed:+ subject: &subject_welcome "Tack för att du förnya ditt Sveriges Hundföretagare-medlemskap"+ greeting: *email_greeting+ message_text:+ awesome: "Awesome!"+ renewed_last_day: "You have now renewed your membership. The last day of your membership is now "
Du har nu förnyat ditt medlemskap. Den sista dagen för ditt medlemskap är nu
comment created time in 11 days
Pull request review commentAgileVentures/shf-project
WIP Renew membership AND Membership model and related model changes
sv: how_to_pay_hmarkt: "Så här betalar du H-märkespremien:" pay_hmarkt_step: "När du är inloggad ser du när din H-märkningspremie går ut och hur du betalar på din företagssida." here_is_co_page: "Här är länken där du kan redigera ditt företag: "+ find_co_in_my_cos: You will find the page for a company by going to the 'My Companies' menu and clicking on the company you want to see. h_brand_exp_shown: "Du ser när din H-märkningspremie går ut på din företagssida." + how_to_edit_companies:+ title: "How to Edit Your Company(-ies):"+ go_to_my_cos_menu: "Once you are logged in, go to the 'My Companies' menu at the top and click on it."+ see_click_co_name: You will see all of the companies you belong to, listed by name. Click on the Company name you want to edit.+ view_then_edit: You will then see the information about the company. At the bottom you will see a button to edit the company. Click it to edit the company.+ cos_you_can_edit: "These are the companies you can edit:"
Detta är de företag du kan redigera:
comment created time in 11 days
Pull request review commentAgileVentures/shf-project
WIP Renew membership AND Membership model and related model changes
sv: greeting: *email_greeting message_text: "Du har blivit godkänd för att bli medlem, men du måste betala medlemsavgift för att kunna dra nytta av de förmåner, erbjudande och rabatter som ingår i medlemskapet. Du kan enkelt betala genom att följa stegen nedan." + membership_renewed:+ subject: &subject_welcome "Tack för att du förnya ditt Sveriges Hundföretagare-medlemskap"+ greeting: *email_greeting+ message_text:+ awesome: "Awesome!"
Toppen!
comment created time in 11 days
Pull request review commentAgileVentures/shf-project
WIP Renew membership AND Membership model and related model changes
sv: greeting: *email_greeting message_text: "Du har blivit godkänd för att bli medlem, men du måste betala medlemsavgift för att kunna dra nytta av de förmåner, erbjudande och rabatter som ingår i medlemskapet. Du kan enkelt betala genom att följa stegen nedan." + membership_renewed:+ subject: &subject_welcome "Tack för att du förnya ditt Sveriges Hundföretagare-medlemskap"+ greeting: *email_greeting+ message_text:+ awesome: "Awesome!"+ renewed_last_day: "You have now renewed your membership. The last day of your membership is now "+ companies_you_belong_to: "As a reminder, here are the companies you belong to:"+ thanks: Thanks for joining us for another year.+ company-incomplete: Incomplete info for company
Ofullständig information om företag
comment created time in 11 days
Pull request review commentAgileVentures/shf-project
WIP Renew membership AND Membership model and related model changes
sv: greeting: *email_greeting message_text: "Du har blivit godkänd för att bli medlem, men du måste betala medlemsavgift för att kunna dra nytta av de förmåner, erbjudande och rabatter som ingår i medlemskapet. Du kan enkelt betala genom att följa stegen nedan." + membership_renewed:+ subject: &subject_welcome "Tack för att du förnya ditt Sveriges Hundföretagare-medlemskap"+ greeting: *email_greeting+ message_text:+ awesome: "Awesome!"+ renewed_last_day: "You have now renewed your membership. The last day of your membership is now "+ companies_you_belong_to: "As a reminder, here are the companies you belong to:"+ thanks: Thanks for joining us for another year.
Tack för att du är med ännu ett år.
comment created time in 11 days