Gavin D'souza
10e4ed7c1e
fix(query): Add human friendly operator oprions
2022-03-31 13:38:32 +05:30
Gavin D'souza
459c179916
refactor(utils): Use qb & db APIs inplace of raw SQls
2022-03-30 17:59:22 +05:30
Gavin D'souza
3358fdf9a9
refactor(nestedset): Using qb or db APIs inplace of raw SQLs
2022-03-30 17:59:22 +05:30
gavin
e6e9370b59
Merge pull request #16450 from gavindsouza/drop-bots
...
fix!: Remove dead functionality
2022-03-30 17:58:13 +05:30
HENRY Florian
0c8b16b204
fix: update translation ( #16444 )
...
fix: update translation
2022-03-30 11:27:22 +00:00
gavin
16324e9cd2
Merge pull request #16454 from resilient-tech/ignore-DoesNotExistError
...
fix!: ignore `DoesNotExistError` inside `get_cached_value`
2022-03-30 16:22:13 +05:30
Sagar Vora
6993f51bf9
fix: ignore DoesNotExistError inside get_cached_value
2022-03-30 15:40:09 +05:30
Gavin D'souza
9819cdeea8
fix!: Remove frappe.utils.reset_doc
...
Removed because it's a long forgotten, unused module that seems to be straight up
broken
2022-03-30 12:41:48 +05:30
Gavin D'souza
081d3081bc
fix!: Remove "K.I.S.S. Bot" functionality
...
The feature has been removed from Core since it doesn't add any value to
the system, is unmaintained, partially developed and undocumented.
2022-03-30 11:33:40 +05:30
Suraj Shetty
541d8e6255
Merge pull request #16433 from surajshetty3416/fix-webhook-failure
2022-03-29 09:16:47 +05:30
Suraj Shetty
cc725e9f48
fix: Allow empty webhook data
2022-03-29 08:56:16 +05:30
Suraj Shetty
312807b799
Merge pull request #16417 from FHenry/dev_fixfrtrad
2022-03-29 08:23:53 +05:30
Florian HENRY
97d747cdd8
fix: update translation
2022-03-28 17:40:36 +02:00
Florian HENRY
9de2b70128
fix: update translation
2022-03-28 16:42:27 +02:00
Suraj Shetty
f6fd1ffe50
Merge pull request #16350 from Komal-Saraf0609/dynamic-link
2022-03-28 20:04:48 +05:30
HENRY Florian
d76684ed41
fix: set translatable on show alert ( #16427 )
2022-03-28 19:43:02 +05:30
HENRY Florian
7eb5274283
fix: bad closure on double quote print js ( #16420 )
2022-03-28 17:39:05 +05:30
Deepesh Garg
e174431dbd
Merge pull request #16423 from frappe/deepeshgarg007-patch-1
...
chore: Add more users to pull request auto close exception list
2022-03-28 17:28:41 +05:30
Deepesh Garg
cc942cfef9
chore: Add more users to pull request auto close exception list
2022-03-28 17:28:20 +05:30
Suraj Shetty
1b642acd2e
Merge branch 'develop' into dynamic-link
2022-03-28 16:38:18 +05:30
mergify[bot]
a07a08b5f0
Merge pull request #16406 from FHenry/dev_fixtradfr
...
fix: update translation
2022-03-28 07:24:39 +00:00
gavin
bc7cf8beff
Merge pull request #16322 from gavindsouza/as_json-handler
...
fix(as_json): sort keys always (even when not valid JSON)
2022-03-28 12:34:02 +05:30
Ankush Menat
c4ca58fedf
refactor: query stripping
2022-03-28 10:56:55 +05:30
Ankush Menat
456cba71cd
refactor: expand unreadable one-liner in get_value
2022-03-28 10:56:55 +05:30
Ankush Menat
3e1df641da
fix: force keyword arguments in new ORM args
2022-03-28 10:56:55 +05:30
Suraj Shetty
f25ab9682e
Merge pull request #16409 from ankush/translate_newlines
2022-03-28 10:31:39 +05:30
Ankush Menat
29ca4d7aaa
feat: allow splitting _() function call on multiple lines
2022-03-26 16:18:35 +05:30
Ankush Menat
92c563d193
test: refactor translation extraction test
2022-03-26 16:18:35 +05:30
Ankush Menat
cf69b7f084
fix: only match 1 python context string at most
2022-03-26 16:18:35 +05:30
Ankush Menat
6fc3c30dc1
refactor: make translate regex readable
2022-03-26 16:18:33 +05:30
Florian HENRY
85124034ca
Merge branch 'develop' of https://github.com/frappe/frappe into dev_fixtradfr
2022-03-25 17:26:40 +01:00
Florian HENRY
cac8dd60cd
fix: update translation
2022-03-25 17:26:14 +01:00
Komal-Saraf0609
44fb9fae39
test: Fixing sider issues
2022-03-25 17:15:57 +05:30
Komal-Saraf0609
c07f62a104
test: Added test for checking if dynamic link works by passing options as function
2022-03-25 16:56:52 +05:30
Ritwik Puri
0d16c20f93
test: tests for Cast_ Function in qb ( #16399 )
...
* test: tests for Cast_ Function in qb
* test: remove unneeded sync
Co-authored-by: Mohammad Hasnain <hasnain2808@gmail.com>
2022-03-25 14:46:08 +05:30
Mohammad Hasnain Mohsin Rajan
fda544f424
refactor!: make automatically following documents optional ( #16030 )
...
* fix: make automatically following documents optional
* fix: optimize email triggers for document followed
* test: add tests for document follow settings
* test: sync global search before testing
* fix: extend pypika's cast function to mimic varchar cast in MariaDB
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
Co-authored-by: phot0n <ritwikpuri5678@gmail.com>
2022-03-25 02:01:15 +05:30
Mohammad Hasnain Mohsin Rajan
02c9de7e38
fix(translation): Set translated text as html to get unescaped output ( #16214 )
2022-03-25 01:11:42 +05:30
Komal-Saraf0609
b79f9918b4
test: Fixing sider issues
2022-03-24 20:23:46 +05:30
Komal-Saraf0609
e1138eaf92
test: Fixing sider issues
2022-03-24 20:17:56 +05:30
Komal-Saraf0609
8516ea6e47
test: Corrected the selector
2022-03-24 20:14:19 +05:30
Komal-Saraf0609
b2fef12b44
test: Renaimg the file and also adding tests
2022-03-24 19:42:38 +05:30
Sagar Vora
833eeff1c4
fix: remove hyphen from class name while creating boilerplate ( #16391 )
2022-03-24 17:55:09 +05:30
Ankush Menat
b029b255fe
refactor: code duplication for sql whitelisting
2022-03-24 17:49:28 +05:30
Carsten Tschense
e833ef3a0d
feat: allow WITH ... SELECT (CTE) SQL in query reports.
2022-03-24 17:49:28 +05:30
Ankush Menat
a708f02580
test: fix implicit commit
2022-03-24 16:18:52 +05:30
Ankush Menat
590aaf80c7
fix(UX): Logout -> Log out
2022-03-24 15:57:16 +05:30
Ankush Menat
e1d90dcc29
revert: "feat: redirect for support portal" ( #16394 )
2022-03-24 15:50:44 +05:30
mergify[bot]
58aa8a27e9
Merge pull request #16339 from alyf-de/use-local-refresh-field
...
refactor: Form.update_in_all_rows
2022-03-24 08:25:45 +00:00
Rushabh Mehta
366d4a16a5
Merge pull request #16356 from rmehta/page-builder-updates
...
feat(website): added new templates to page builder and refactored typography to be more consistent
2022-03-24 11:56:25 +05:30
Rushabh Mehta
162a16e74e
fix(test): web_form.js
2022-03-24 09:21:34 +05:30