dependabot-preview[bot]
44c481a893
chore(deps): [security] bump hosted-git-info from 2.8.8 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.8.8 to 2.8.9. **This update includes a security fix.**
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years ago
Suraj Shetty
b5cb40aa91
Merge pull request #13257 from josejibin/fix/session-clearing-postgres
fix: session clearing query on postgres
4 years ago
j
746c55624b
Fix: session clearing query on postgres
`user` is a postgres keyword. To avoid conflict,
use table_name.user
4 years ago
Rushabh Mehta
2b8aaa5375
fix(minor): expose limited methods of json module
4 years ago
Faris Ansari
dc539ff21c
fix: Set node version to 14 for publish assets
4 years ago
dependabot-preview[bot]
6b5680c0ac
chore(deps): [security] bump lodash from 4.17.20 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.20 to 4.17.21. **This update includes a security fix.**
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years ago
Suraj Shetty
e9cf28bcdb
Merge pull request #12883 from netchampfaris/esbuild
4 years ago
Faris Ansari
f6cd91be58
fix: Show warning for incompatible node version
4 years ago
prssanna
a74352cfad
fix: button colors
4 years ago
Faris Ansari
c5c50c290e
fix: redis createClient call
4 years ago
prssanna
c551338c0d
fix: ensure website theme is applied correctly
4 years ago
Faris Ansari
792dd70730
fix: Handle AttributeError
4 years ago
Faris Ansari
f234761755
fix: Translate error message
4 years ago
Faris Ansari
355a9e7e7b
fix: Use safe_eval instead eval
4 years ago
Faris Ansari
807070282c
fix: Abort redis retries only for esbuild
4 years ago
Faris Ansari
dc04fe9ed6
fix: Handle decode error when getting value from cache
4 years ago
Faris Ansari
d90660affe
fix: Set node to version 14 again
4 years ago
mergify[bot]
febde8d5e6
Merge pull request #13141 from pateljannat/modal-minimize-scroll-issue
fix: minimize modal scroll issue
4 years ago
Gavin D'souza
14cc6fd546
fix: Show button group hierarchy in menu item label
4 years ago
Gavin D'souza
6a1bbb2ff3
feat: Add document actions in mobile view
4 years ago
mergify[bot]
976a250b88
Merge pull request #13184 from marination/radio-buttons
feat: Add global style for radio buttons
4 years ago
Suraj Shetty
a54411750f
Merge branch 'develop' into esbuild
4 years ago
Suraj Shetty
2fef9fedd6
Merge branch 'develop' into radio-buttons
4 years ago
Suraj Shetty
bccdb2c63f
Merge branch 'develop' into modal-minimize-scroll-issue
4 years ago
Suraj Shetty
8c8291ae38
fix: Delete duplicate validate_url method
4 years ago
Suraj Shetty
3601fa39a0
Merge branch 'develop' into modal-minimize-scroll-issue
4 years ago
Suraj Shetty
19952fee1b
Merge branch 'develop' into radio-buttons
4 years ago
Suraj Shetty
6a93ebc143
Merge branch 'develop' into workspace-deleted-issue
4 years ago
Nabin Hait
75ea09f9df
fix: Resolved conflict issue
4 years ago
Nabin Hait
6d7a852351
Merge branch 'version-13' into develop
4 years ago
Nabin Hait
1419a28e5d
Merge branch 'version-13-pre-release' into version-13
4 years ago
Nabin Hait
9ad85a7bff
bumped to version 13.3.0
4 years ago
Nabin Hait
48c582265c
chore: Added Change log for v13.3.0
4 years ago
Faris Ansari
e711ada61c
fix: build should work even when redis is down
4 years ago
Faris Ansari
f8ca990a83
Merge remote-tracking branch 'upstream/develop' into esbuild
4 years ago
Faris Ansari
4b39f7f699
fix: Print rebuilt files in watch mode
4 years ago
mergify[bot]
ad65ad43c4
Merge pull request #13211 from prssanna/dependant-property-fix
fix: check if parentfield also exists
4 years ago
Leela vadlamudi
e48827a34a
Merge pull request #13220 from CaseSolvedUK/workspace-onlyfor-v13
fix: Allow only_for for Cards
4 years ago
Leela vadlamudi
19f4a73f8a
Merge pull request #13229 from josephalbaph/patch-9
fix: Invalid escape sequence
4 years ago
Leela vadlamudi
817a614648
Merge pull request #13228 from josephalbaph/patch-10
fix: Invalid escape sequence
4 years ago
Leela vadlamudi
788e0c2bcc
Merge pull request #13227 from josephalbaph/patch-11
fix: Invalid escape sequence
4 years ago
mergify[bot]
f5f20dcc40
Merge pull request #13231 from josephalbaph/patch-12
fix: DeprecationWarning: invalid escape sequence \<
4 years ago
mergify[bot]
0a4ab37ca1
Merge pull request #13232 from josephalbaph/patch-13
fix: DeprecationWarning: invalid escape sequence \(
4 years ago
Joseph Marie Alba
a13d208a28
fix: DeprecationWarning: invalid escape sequence \(
Python 3 interprets string literals as Unicode strings, and therefore \( is treated as an escaped Unicode character.
Declare RegEx pattern as a raw string instead by prepending r
4 years ago
Joseph Marie Alba
9795545fb6
fix: DeprecationWarning: invalid escape sequence \<
Python 3 interprets string literals as Unicode strings, and therefore your \< and \> are treated as an escaped Unicode character.
Declare your RegEx pattern as a raw string instead by prepending r
4 years ago
Joseph Marie Alba
62d81b7610
Python 3 issue with re
Python 3 interprets string literals as Unicode strings, and therefore \s is treated as an escaped Unicode character.
Declare RegEx pattern as a raw string instead by prepending r
4 years ago
Joseph Marie Alba
95bb5e5599
Python 3 issue with re
Python 3 interprets string literals as Unicode strings, and therefore \s is treated as an escaped Unicode character.
Declare your pattern as a raw string instead by prepending r
4 years ago
Joseph Marie Alba
c795a70897
Python 3 issue in re
Python 3 interprets string literals as Unicode strings, and therefore \d is treated as an escaped Unicode character.
Declare RegEx pattern as a raw string instead by prepending r or double escape \d
4 years ago
mergify[bot]
d84d02349c
Merge pull request #13212 from prssanna/grid-fix
fix: check if grid_rows exists
4 years ago
Mohammad Hasnain Mohsin Rajan
2e1c4650ba
Update frappe/core/doctype/document_naming_rule/document_naming_rule.js
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
4 years ago