broxen
12aef93cd6
fix: remove excess div wrappers ( #4528 )
...
* Removing superfluous div wrapping
It seems like standalone text is already wrapped in paragraph elements, so this code seems superfluous. Additionally, it adds div wrappers at every line break as described in #4524
* Fix for newlines and returns
This change skips newlines and returns to focus on unbounded text only.
* misc: fix indentation
* misc: fix indentation (2)
Co-authored-by: Nicolas Giard <github@ngpixel.com>
4 years ago
Andrew Yefanov
525f758151
misc: fix helm high availability property ( #4490 )
...
***NO_CI***
4 years ago
wjkw1
2916ec5889
misc: updated values file imagePullPolicy to match what is in deployment.yaml ( #4546 )
...
***NO_CI***
4 years ago
François Karman
cc4c2bfcd5
fix: update social-sharing.vue to have proper icons ( #4556 )
...
facebook and linkedin icons were invalid
4 years ago
mordini
d93bd1ad5a
fix: git storage - 'import everything' feature restored ( #4559 ) ( #4572 )
4 years ago
Nicolas Giard
cd98c9759a
docs: update BACKERS
...
***NO_CI***
4 years ago
Nicolas Giard
2edeeced56
docs: update BACKERS
...
***NO_CI***
4 years ago
broxen
3e795777ec
fix: hide keyline when footnotes are preceded by header ( #4529 )
...
Hide key-line created by `markdown-it-footnote` template when footnotes are directly preceded by header.
Examples:
```md
# References
[^1]: Shows no key-line because References header has one already
# New Page
Text goes here and whatever else
[^1]: these footnotes have no preceding header and will show a key-line
```
4 years ago
broxen
db73b650c9
fix: issue with Custom Header IDs ( #4527 )
...
Fix the issue described in discussion #3502 regarding header links and TOC failing to properly generate when header ID is custom defined.
4 years ago
broxen
8aa02318b5
fix: display of Headers within Details Summary ( #4491 )
...
* Header formatting for Details Summary
Cleaning up Headers within Details Summary
* Fix for TOC Anchor location
Fix for TOC Anchor location within Details Summary
* display: none for the keyline seems smarter
* Fixes to accommodate large summaries
Fixed to accommodate larger summaries containing both headers and phrasing text. Still removing keylines for summaries with ONLY a header.
4 years ago
Иван
14cb17c227
fix: spoiler summary overflows it's parent ( #2502 )
4 years ago
Nicolas Giard
a208f1f5e0
docs: update BACKERS
...
***NO_CI***
4 years ago
Beh
ed3925b1c5
fix: use first email address in Rocket.Chat auth response ( #3122 )
4 years ago
craph
3814eef922
fix: admin email setup toLowerCase ( #4516 )
4 years ago
Nicolas Giard
3a8b415ed9
docs: update BACKERS
...
***NO_CI***
4 years ago
Carl Richter
672fd84e96
Merge branch 'latest' of github.com:Requarks/wiki into tyclipso
4 years ago
Frederic Alix
8d1f752620
feat: add possibility to set PostgreSQL schema other than public ( #4161 )
4 years ago
Paul Saunders
66bf914725
fix: scheduled git sync task ( #4481 )
...
Signed-off-by: Paul Saunders <paul.saunders@finbourne.com>
Co-authored-by: Rainshaw <rxg@live.com>
4 years ago
Rainshaw
1dc974245f
fix: sftp error when dir already exists ( #4024 )
...
when the dir exists, sftp.mkdir() would raise an error and ends the for loop.
4 years ago
ABI CHAHINE
5450597654
docs: upgrade helm chart to take in consideration K8S v1.19+ for ingress ( #4437 )
...
Co-authored-by: Rachad <rachad.abi-chahine@decathlon.com>
***NO_CI***
4 years ago
Andrew Yefanov
94aab69ba8
fix: add beacon and error beacon newrelic parameters for eu region support ( #4421 )
...
* add beacon and error beacon newrelic parameters for eu region support
* add default NewRelic beacon URIs
4 years ago
Andrew Yefanov
f4de80f8bc
misc: add helm high availablity when replicas are more than 1 ( #4420 )
...
* add helm high availablity when replicas are more than 1
* refactor HA expression
***NO_CI***
4 years ago
NGPixel
d5a5820c2f
fix: remove unused middleware
4 years ago
bavis-m
b3d9a183ea
fix: anchor links - use MouseEvent.currentTarget ( #4236 )
...
Co-authored-by: Mark <mark@mhack.io>
4 years ago
Mostafa
9f19543488
fix: add missing decodeURIComponent while page load ( #4244 )
4 years ago
tsh96
7e997aada5
fix: resolve admin pages pagination bug ( #4280 )
4 years ago
Nicolas Giard
d72aad52c0
docs: update BACKERS
...
***NO_CI***
4 years ago
Nicolas Giard
79106306b6
docs: update BACKERS
...
***NO_CI***
4 years ago
Eric Knibbe
c5a45e578e
fix: git storage - handle renamed files & assets ( #4307 )
4 years ago
Étienne
9864be884d
fix: replace passport-slack implementation ( #4369 )
...
This commit replaces the observably defunct @aoberoi/passport-slack
implementation with that of nmaves's passport-slack-oauth2
4 years ago
Nicolas Giard
fd327ae1c9
docs: update BACKERS
...
***NO_CI***
4 years ago
Carl Richter
0dd46b091f
Merge pull request #4 from tyclipso/fix/anchor-button
...
fix #2 : increase specificity of ty-anchor-button selectors
4 years ago
Carl Richter
e4dcad05dd
fix #2 : increase specificity of ty-anchor-button selectors
4 years ago
Carl Richter
a78f56e482
Update ISSUE_TEMPLATE.md
4 years ago
Carl Richter
ce601ba55c
Update config.yml
4 years ago
Carl Richter
fc690a29f5
misc: fix docker-build workflow syntax
4 years ago
Carl Richter
2c13c6860b
misc: disable dev flag and set package version before docker build
4 years ago
Carl Richter
db6bb9e0bf
Merge pull request #1 from tyclipso/misc/test-pull-request-action
...
misc: fix docker.yml
4 years ago
Carl Richter
5f423eb7d1
misc: fix docker.yml
4 years ago
Carl Richter
9a8f1ba9e2
misc: fix docker.yml
4 years ago
Carl Richter
3214c995d5
misc: fix docker.yml
4 years ago
Carl Richter
43db2d0a63
misc: fix docker.yml
4 years ago
Carl Richter
3f649ac5d0
misc: fix docker.yml
4 years ago
Carl Richter
07893b0fa9
misc: fix typo in docker.yml
4 years ago
Carl Richter
4e28d821a5
misc: refactor build workflow using GitHub Actions
4 years ago
Carl Richter
9082a54c43
misc: remove test job, add permissions to push job
4 years ago
Carl Richter
5696a6ea1a
fix: add missing 'graphql-upload' library to package.json
4 years ago
Nicolas Giard
4b354c5347
docs: update BACKERS
...
***NO_CI***
4 years ago
Carl Richter
f5f2f5edb4
fix: change branch names in docker.yml
4 years ago
Carl Richter
820f3a255b
fix: remove dependency on lint in test job
4 years ago