mergify[bot]
a07a08b5f0
Merge pull request #16406 from FHenry/dev_fixtradfr
fix: update translation
hace 3 años
gavin
bc7cf8beff
Merge pull request #16322 from gavindsouza/as_json-handler
fix(as_json): sort keys always (even when not valid JSON)
hace 3 años
Ankush Menat
c4ca58fedf
refactor: query stripping
hace 3 años
Ankush Menat
456cba71cd
refactor: expand unreadable one-liner in `get_value`
hace 3 años
Ankush Menat
3e1df641da
fix: force keyword arguments in new ORM args
hace 3 años
Suraj Shetty
f25ab9682e
Merge pull request #16409 from ankush/translate_newlines
hace 3 años
Jannat Patel
653bb909d4
Merge branch 'develop' into discussions-component-redesign
hace 3 años
Ankush Menat
29ca4d7aaa
feat: allow splitting _() function call on multiple lines
hace 3 años
Ankush Menat
92c563d193
test: refactor translation extraction test
hace 3 años
Ankush Menat
cf69b7f084
fix: only match 1 python context string at most
hace 3 años
Ankush Menat
6fc3c30dc1
refactor: make translate regex readable
hace 3 años
Florian HENRY
85124034ca
Merge branch 'develop' of https://github.com/frappe/frappe into dev_fixtradfr
hace 3 años
Florian HENRY
cac8dd60cd
fix: update translation
hace 3 años
Komal-Saraf0609
44fb9fae39
test: Fixing sider issues
hace 3 años
Komal-Saraf0609
c07f62a104
test: Added test for checking if dynamic link works by passing options as function
hace 3 años
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>
hace 3 años
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>
hace 3 años
Mohammad Hasnain Mohsin Rajan
02c9de7e38
fix(translation): Set translated text as html to get unescaped output ( #16214 )
hace 3 años
Komal-Saraf0609
b79f9918b4
test: Fixing sider issues
hace 3 años
Komal-Saraf0609
e1138eaf92
test: Fixing sider issues
hace 3 años
Komal-Saraf0609
8516ea6e47
test: Corrected the selector
hace 3 años
Komal-Saraf0609
b2fef12b44
test: Renaimg the file and also adding tests
hace 3 años
Sagar Vora
833eeff1c4
fix: remove hyphen from class name while creating boilerplate ( #16391 )
hace 3 años
Ankush Menat
b029b255fe
refactor: code duplication for sql whitelisting
hace 3 años
Carsten Tschense
e833ef3a0d
feat: allow WITH ... SELECT (CTE) SQL in query reports.
hace 3 años
Ankush Menat
a708f02580
test: fix implicit commit
hace 3 años
Ankush Menat
590aaf80c7
fix(UX): Logout -> Log out
hace 3 años
Ankush Menat
e1d90dcc29
revert: "feat: redirect for support portal" ( #16394 )
hace 3 años
mergify[bot]
58aa8a27e9
Merge pull request #16339 from alyf-de/use-local-refresh-field
refactor: Form.update_in_all_rows
hace 3 años
Jannat Patel
3910cc63f6
fix: cursor pointer for back button
hace 3 años
Jannat Patel
781ac6603c
Merge branch 'discussions-component-redesign' of https://github.com/pateljannat/frappe into discussions-component-redesign
hace 3 años
Jannat Patel
70e64da264
fix: ui issues
hace 3 años
Jannat Patel
37962c75d2
fix: ui issues
hace 3 años
Shariq Ansari
36a69f9e0d
fix: Remove row highlight code from setup_sortable method
hace 3 años
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
hace 3 años
Jannat Patel
7bc0351873
Merge branch 'develop' of https://github.com/frappe/frappe into discussions-component-redesign
hace 3 años
Rushabh Mehta
162a16e74e
fix(test): web_form.js
hace 3 años
Rushabh Mehta
145655e8f5
fix(style): web form styles
hace 3 años
Rushabh Mehta
3a2b86661a
fix(style): web form cleanups
hace 3 años
Rushabh Mehta
857b778eae
fix(styles): text and style for multi-part web_form.js
hace 3 años
Rushabh Mehta
7e8261de25
fix(styles): show save button for multi-part web form
hace 3 años
Rushabh Mehta
ffd1921a69
fix(styles): show save button for multi-part web form
hace 3 años
Rushabh Mehta
dffef1285d
fix(styles): fix styles for my account and web forms
hace 3 años
Rushabh Mehta
e034072bac
fix(minor): linting in website.js
hace 3 años
Rushabh Mehta
eddca47216
fix(minor): video styles
hace 3 años
Rushabh Mehta
72e7ed508e
fix(minor): bolder headings
hace 3 años
Rushabh Mehta
b66011de5a
feat(website): added new templates to page builder and refactored typography to be more consistent
hace 3 años
Suraj Shetty
1b69b0b516
Merge pull request #16389 from surajshetty3416/fix-global-filter
hace 3 años
Suraj Shetty
d253b5e5e4
fix: Global filter check
hace 3 años
Sagar Vora
4bb5ea609c
fix: get currency name from DB only if `options` are set and value is truthy ( #16382 )
* fix: call `frappe.db.exists` only if `options` are set and value is truthy
* fix: sider issue
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
* fix: use `get_value` instead of `exists`
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
* test: ensure currency formatting works without currency set in df options or param
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
hace 3 años