Siddharth
c5c484408e
Navigation Link: fix regex to allow multiline SVG ( #14481 )
...
* Fix regex to check svg. Fixes #14334
* Add tests
2021-08-13 13:46:04 +07:00
dependabot[bot]
f0093c5338
Bump rubocop from 1.18.4 to 1.19.0 ( #14489 )
...
* Bump rubocop from 1.18.4 to 1.19.0
Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.18.4 to 1.19.0.
- [Release notes](https://github.com/rubocop/rubocop/releases )
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop/compare/v1.18.4...v1.19.0 )
---
updated-dependencies:
- dependency-name: rubocop
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Rubocop autofixes
* Manually fix some Rubocop warnings/errors
* How about another coffee, Michael?
* Maybe Rubocop needs a coffee too
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Kohl <citizen428@forem.com>
2021-08-13 13:14:59 +07:00
Suzanne Aitchison
80096f63a7
Add author profile preview cards to feed ( #14340 )
...
* Add the preview card to logged out feed initial content
* initialise the initial dropdowns added on the logged out feed
* minor tweak to selector
* flip the follow button and the summary
* add minimal preview card to build article HTML
* WIP: data fetched an inserted into card on logged out feed
* WIP: cards added to logged in feed
* create separate profile preview card component
* small style tweak, import pack on each page that shows feed cards
* rename
* tweak some styling issues
* make sure follow buttons init in cards
* populate all matching metadata placeholders after fetch
* don't render full preview card upfront on logged out feed
* refactors from PR comments
* fix issue in person search results
* remove check for article author link that will be superseded by cypress test for preview card
* Revert "remove check for article author link that will be superseded by cypress test for preview card"
This reverts commit 9b42804ffd0f051891c87293d0b791ed2bb0367f.
* Revert "fix issue in person search results"
This reverts commit 04941e3520c0895212141193b60f2933faed5ca1.
* only show the preview cards on story cards for Posts (not users etc in search results)
* correct display on collections view
* remove link check that will be replaced by cypress test
* tweaks to small issues, add a test for the logged out feed
* add tests for logged in home feed, logged out tag index
* add search test and tag index logged in test
* fixes to preview profile spec
* tweak to followauthor spec
* add cypress test for preview on series page
* use a unique test user for series test
* correct the jsdoc comments
* tweaks following PR review
* allow feed preview cards to reposition
* move to separate file from pack
2021-08-13 10:55:43 +07:00
Thomasbnt.dev
a041e5996e
Edit buttons styles for Templates responses (Mod) ( #14468 )
...
* Edit buttons styles for Templates responses (Mod)
* Update comments.scss
* Edit classic CSS buttons to SCSS
* added m-1 to submit buttons
* Deleted CSS class for .response-templates-container and added mb-3 to header
* Add crayons-btn to personal and moderator buttons
* Update app/assets/stylesheets/views/comments.scss
Co-authored-by: rhymes <github@rhymes.dev>
2021-08-12 15:57:36 +01:00
Andy Zhao
517c70c20c
Remove discussion locks prior to deleting an article ( #14488 )
2021-08-12 10:50:01 -04:00
Richard Hao
228a16f90c
Fix reading list item count issue #14469 ( #14471 )
...
* Add cypress to reproduce the issue `Reading list is not reactive`
https://github.com/forem/forem/issues/14469
* Bug fixes: The reading list item count (in the title) isn't reactive
https://github.com/forem/forem/issues/14469
* Fix the cypress test cases
- to test reading list item count
* stylistic changeo
- extract `itemsTotal` from `this.state`
2021-08-12 16:14:27 +02:00
Suzanne Aitchison
074493ff7b
Revert "Run yarn upgrade ( #14474 )" ( #14485 )
...
This reverts commit 82c24417e0 .
2021-08-12 15:09:53 +01:00
Suzanne Aitchison
86e4c39e31
Make sure open preview cards don't collapse on scroll ( #14482 )
...
* don't close dropdown on scroll if already open
* fix minor alignment issue with author comments
2021-08-12 13:29:51 +01:00
Mac Siri
82c24417e0
Run yarn upgrade ( #14474 )
2021-08-12 14:10:26 +02:00
dependabot[bot]
c002b3be4a
Bump nokogiri from 1.12.2 to 1.12.3 ( #14475 )
...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri ) from 1.12.2 to 1.12.3.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases )
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.12.2...v1.12.3 )
---
updated-dependencies:
- dependency-name: nokogiri
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-12 11:58:08 +07:00
Daniel Uber
32bec44156
Ensure first argument is interpreted as a string ( #14479 )
2021-08-11 20:51:18 -04:00
Julianna Tetreault
09bd6ca95f
[15-Minute Fix] Skip flaky viewArticleDiscussion.spec.js Test ( #14477 )
...
* Skip flaky viewArticleDiscussion.spec.js test
* Skip flaky test correctly
* Skip individual flaky test using xit
* Skip individual flaky test using .skip
2021-08-11 15:54:41 -06:00
Suzanne Aitchison
5efd72040b
change preview card dropdown position depending on viewport ( #14473 )
2021-08-11 18:40:11 +01:00
Mac Siri
443e852091
Remove button from allowed tags ( #14434 )
2021-08-11 10:48:07 -04:00
Suzanne Aitchison
e749626e71
Add horizontal padding on preview card trigger button ( #14472 )
...
* tweak trigger button padding on article byline
* tweak padding on comment preview triggers
2021-08-11 12:31:48 +01:00
dependabot[bot]
382ca6e802
Bump path-parse from 1.0.6 to 1.0.7 ( #14462 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-11 13:28:15 +02:00
zeotuan
991f8b4baa
Fix Analytics Dashboard Page missing "Back To Dashboard" button ( #14310 )
...
* fix analytic page have no back-to-dashboard button when user have no organization
* resolve conflict with main
* remove dump
* add test for back to dashboard button
2021-08-11 12:57:01 +02:00
Khadija Sidhpuri
3d1727b3a8
Delete tag colors cache on updating tags. ( #14427 )
...
* add: article cache on update tag
* minor styling fix
* add: published scope to fetch articles
* update: tag_spec:125 to not fetch articles
* modify: tag.rb:bust_cache to delete server cache
* add: tests to verify cache delete
2021-08-11 12:56:04 +02:00
Suzanne Aitchison
a884c56828
Reinstate skip link on search page ( #14463 )
...
* reinstate skip link on search page
* actually commit the tests this time
* use optional chaining
* Revert "use optional chaining"
This reverts commit 921677f425c2e90f272a6e21dc8a8d37f916e0da.
2021-08-11 11:50:49 +01:00
dependabot[bot]
9e6bf7f08f
Bump url-parse from 1.5.1 to 1.5.3 ( #14464 )
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-11 10:56:20 +01:00
Aayush Gupta
71fd773cf3
Add separate section for article link to improve accessibility in the mod center ( #14312 )
...
* Initial structure for article heading insertion
* Fix clashing class names
* Draft: Switch to details element + some logic refactor, some specs failing
* Fix failing specs
* Fix compatibility issues with Safari
* Refactor code
* Shift app logic to id attribute
* Code improvements
2021-08-11 14:30:12 +07:00
dependabot[bot]
f4a0d60ddf
Bump sass from 1.37.2 to 1.37.5 ( #14457 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.37.2 to 1.37.5.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.37.2...1.37.5 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-11 14:18:10 +07:00
dependabot[bot]
44bb6d63b2
Bump cypress from 7.7.0 to 8.2.0 ( #14443 )
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 7.7.0 to 8.2.0.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js )
- [Commits](https://github.com/cypress-io/cypress/compare/v7.7.0...v8.2.0 )
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-11 14:04:01 +07:00
dependabot[bot]
4b42598668
Bump eslint-plugin-import from 2.23.4 to 2.24.0 ( #14456 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-11 01:03:44 -04:00
dependabot[bot]
f30fb717bc
Bump @babel/preset-env from 7.14.9 to 7.15.0 ( #14455 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-11 01:03:31 -04:00
Michael Kohl
7e0415c150
Make header fields in profile preview card dynamic ( #14454 )
...
* Make header fields in profile preview card dynamic
* Update comment
2021-08-11 09:34:30 +07:00
dependabot[bot]
946672ff4a
Bump fastimage from 2.2.4 to 2.2.5 ( #14466 )
...
Bumps [fastimage](https://github.com/sdsykes/fastimage ) from 2.2.4 to 2.2.5.
- [Release notes](https://github.com/sdsykes/fastimage/releases )
- [Changelog](https://github.com/sdsykes/fastimage/blob/master/CHANGELOG )
- [Commits](https://github.com/sdsykes/fastimage/compare/v2.2.4...v2.2.5 )
---
updated-dependencies:
- dependency-name: fastimage
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-10 17:05:49 -05:00
dependabot[bot]
25e68ddac4
Bump stripe from 5.37.0 to 5.38.0 ( #14465 )
...
Bumps [stripe](https://github.com/stripe/stripe-ruby ) from 5.37.0 to 5.38.0.
- [Release notes](https://github.com/stripe/stripe-ruby/releases )
- [Changelog](https://github.com/stripe/stripe-ruby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stripe/stripe-ruby/compare/v5.37.0...v5.38.0 )
---
updated-dependencies:
- dependency-name: stripe
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-10 17:05:21 -05:00
Jamie Gaskins
ad9f54dad4
Optimize tagged articles under feature flag ( #14451 )
2021-08-10 15:29:24 -04:00
dependabot[bot]
5003bec99d
Bump oj from 3.13.0 to 3.13.1 ( #14467 )
...
Bumps [oj](https://github.com/ohler55/oj ) from 3.13.0 to 3.13.1.
- [Release notes](https://github.com/ohler55/oj/releases )
- [Changelog](https://github.com/ohler55/oj/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/ohler55/oj/compare/v3.13.0...v3.13.1 )
---
updated-dependencies:
- dependency-name: oj
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-10 12:30:00 -06:00
dependabot[bot]
0b7ba19cd5
Bump core-js from 3.16.0 to 3.16.1 ( #14458 )
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.16.0 to 3.16.1.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.16.0...v3.16.1 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-10 12:29:05 -06:00
Suzanne Aitchison
d9915f73d0
commit missed yarn lock changes ( #14461 )
2021-08-10 18:23:21 +01:00
Jamie Gaskins
4b640077e7
Fix readline key bindings for comments on macOS ( #14423 )
...
* Fix readline key bindings for comments on macOS
* Extract OS-specific modifier key check to Runtime
* Add the *actual* OS-specific modifier check
* Only operate on the event if it's a KeyboardEvent
It's the only type of event we care about here.
This commit also changes the `!= -1` to `>= 0` to be more clear about
intent. The `index != -1` is a double negative - it means the substring
"is not not found". Instead, the `>= 0` means "is found".
2021-08-10 12:42:27 -04:00
Jamie Gaskins
b2f529573d
Handle users in Reaction#skip_notifications_for ( #14450 )
...
This method previously assumed that a reaction's `reactable` had a
`user_id` attribute, but if the reactable was a User, it wouldn't have a
`user_id`. The user id would just be `reactable.id`.
2021-08-10 10:48:52 -04:00
Michael Kohl
231ce5d3cb
[15-minute fix] Add created_at to listings API response ( #14437 )
...
* Add created_at to listings API response
* Add created_at listing attribute to org controller
2021-08-10 08:53:03 -05:00
Ridhwana
940241ac03
chore: use optional chaining ( #14460 )
2021-08-10 15:39:20 +02:00
dependabot[bot]
e1c18141be
Bump @storybook/addon-storysource from 6.3.6 to 6.3.7 ( #14440 )
...
Bumps [@storybook/addon-storysource](https://github.com/storybookjs/storybook/tree/HEAD/addons/storysource ) from 6.3.6 to 6.3.7.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.3.7/addons/storysource )
---
updated-dependencies:
- dependency-name: "@storybook/addon-storysource"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-10 11:37:44 +01:00
dependabot[bot]
482a88603f
Bump @storybook/addon-a11y from 6.3.6 to 6.3.7 ( #14441 )
...
Bumps [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/addons/a11y ) from 6.3.6 to 6.3.7.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.3.7/addons/a11y )
---
updated-dependencies:
- dependency-name: "@storybook/addon-a11y"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-10 11:34:25 +01:00
dependabot[bot]
e313dc0630
Bump jsdom from 16.6.0 to 16.7.0 ( #14452 )
...
Bumps [jsdom](https://github.com/jsdom/jsdom ) from 16.6.0 to 16.7.0.
- [Release notes](https://github.com/jsdom/jsdom/releases )
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md )
- [Commits](https://github.com/jsdom/jsdom/compare/16.6.0...16.7.0 )
---
updated-dependencies:
- dependency-name: jsdom
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-10 11:33:57 +01:00
dependabot[bot]
0a34f17c60
Bump @storybook/addon-docs from 6.3.6 to 6.3.7 ( #14447 )
...
Bumps [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/addons/docs ) from 6.3.6 to 6.3.7.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.3.7/addons/docs )
---
updated-dependencies:
- dependency-name: "@storybook/addon-docs"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-10 11:00:18 +01:00
Keshav Biswa
b58fdd013b
Comment reaction button accessibility ( #14256 )
...
* added aria-pressed to comment buttons
* Added accessibility title
* updated set attribute and text content of aria-title
* removed 'x likes' from svg titles
* Added e2e tests to test behaviour of like toggle button
* changed reaction button's description to save instead of Saved
* Fixed cypress test
2021-08-10 10:20:14 +01:00
dependabot[bot]
0a685e496e
Bump @babel/core from 7.14.8 to 7.15.0 ( #14448 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.14.8 to 7.15.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.15.0/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-10 10:50:10 +07:00
dependabot[bot]
a24dee8e46
Bump ddtrace from 0.51.1 to 0.52.0 ( #14446 )
...
Bumps [ddtrace](https://github.com/DataDog/dd-trace-rb ) from 0.51.1 to 0.52.0.
- [Release notes](https://github.com/DataDog/dd-trace-rb/releases )
- [Changelog](https://github.com/DataDog/dd-trace-rb/blob/master/CHANGELOG.md )
- [Commits](https://github.com/DataDog/dd-trace-rb/compare/v0.51.1...v0.52.0 )
---
updated-dependencies:
- dependency-name: ddtrace
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-09 15:04:27 -05:00
dependabot[bot]
ee648a30b6
Bump oj from 3.12.3 to 3.13.0 ( #14445 )
...
Bumps [oj](https://github.com/ohler55/oj ) from 3.12.3 to 3.13.0.
- [Release notes](https://github.com/ohler55/oj/releases )
- [Changelog](https://github.com/ohler55/oj/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/ohler55/oj/compare/v3.12.3...v3.13.0 )
---
updated-dependencies:
- dependency-name: oj
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-09 15:47:44 -04:00
dependabot[bot]
db48eb441f
Bump lint-staged from 11.1.1 to 11.1.2 ( #14444 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 11.1.1 to 11.1.2.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v11.1.1...v11.1.2 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-09 13:05:46 -06:00
dependabot[bot]
ae0604d4d7
Bump @storybook/addon-actions from 6.3.6 to 6.3.7 ( #14442 )
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 6.3.6 to 6.3.7.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.3.7/addons/actions )
---
updated-dependencies:
- dependency-name: "@storybook/addon-actions"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-09 13:05:13 -06:00
Daniel Uber
9f2130ce32
handle openssl errors when checking podcast episode for https ( #14439 )
2021-08-09 12:52:20 -05:00
Daniel Uber
6847391435
increase ruby stack depth in travis ( #14438 )
2021-08-09 12:48:29 -05:00
Suzanne Aitchison
54e8fd8c8a
Refactor problematic markup for upload image ( #13947 ) ( #14431 )
...
* refactor of ImageUploader
* refactor cover image uploader, update tests
* remove custom axe rules
* add cypress tests
* always render the hidden input
* tweaks
2021-08-09 16:00:01 +01:00
Jeferson S. Brito
b61dc606c3
Improve accessibility of top search bar ( #14263 )
...
Co-authored-by: Suzanne Aitchison <suzanne@forem.com>
Co-authored-by: Nick Taylor <nick@iamdeveloper.com>
2021-08-09 09:55:41 -04:00