Rushabh Mehta
|
930ae45fb8
|
fix(test): add a test for Error Log
|
3 anos atrás |
Rushabh Mehta
|
626ef14e1e
|
fix(linting): fix quotes
|
3 anos atrás |
Rushabh Mehta
|
d9fbee3b9c
|
fix(minor): frappe.log_error
|
3 anos atrás |
Rushabh Mehta
|
6e6fe9521e
|
fix(linting): no single quotes :'|
|
3 anos atrás |
Rushabh Mehta
|
fca6c3d305
|
fix(minor): circular imports?
|
3 anos atrás |
Rushabh Mehta
|
d55986d56d
|
fix(conflicts): fix conflicts'
|
3 anos atrás |
Rushabh Mehta
|
57a55e4225
|
feat(minor): Add document reference to Error Log and doc.log_error
|
3 anos atrás |
Himanshu
|
803f1fb061
|
feat: add/remove fields from kanban board (#16257)
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
Co-authored-by: Shariq Ansari <30859809+shariquerik@users.noreply.github.com>
|
3 anos atrás |
Faris Ansari
|
8b9ae0da23
|
Merge pull request #16633 from netchampfaris/enh-client-get-filters-json
fix: handle filters passed as dict to client.get
|
3 anos atrás |
Suraj Shetty
|
1b5203c78f
|
Merge pull request #16648 from surajshetty3416/check-in-report-print
|
3 anos atrás |
borgdb
|
289242a685
|
fix: Update default currency & date format for Malta. (#16630)
|
3 anos atrás |
Suraj Shetty
|
155dbb5652
|
refactor: Move checkbox style to a separate file to re-use it in print
|
3 anos atrás |
Nikhil Kothari
|
746e017aef
|
fix: Fixed spelling of "Submitting" in Bulk Upload Modal (#16638)
* Fixed spelling of "Submitting"
* Updated translation files
|
3 anos atrás |
Faris Ansari
|
112da07451
|
test: dict and JSON filters in client.get
|
3 anos atrás |
Faris Ansari
|
7233c257c7
|
fix: handle filters passed as dict to client.get
|
3 anos atrás |
Suraj Shetty
|
dff622d38e
|
Merge pull request #16631 from surajshetty3416/fix-webform
|
3 anos atrás |
Suraj Shetty
|
bb4c2a80a3
|
Merge branch 'frappe:develop' into fix-webform
|
3 anos atrás |
Suraj Shetty
|
3c1175ea15
|
fix: Directly pass `link_title_doctypes` instead of calling it
To avoid permission error
|
3 anos atrás |
HENRY Florian
|
0ae7248847
|
fix: update translation (#16623)
|
3 anos atrás |
Deepesh Garg
|
2af2b80ba6
|
feat: Expose add index in exec_globals (#16605)
* feat: Expose add index in exec_globals
* fix: Linting issues
|
3 anos atrás |
mergify[bot]
|
6890f83324
|
Merge pull request #16591 from netchampfaris/allow-multiple-client-scripts
feat: allow multiple client scripts
|
3 anos atrás |
mergify[bot]
|
b0de2dda1d
|
Merge pull request #16624 from ankush/autoname_field_validation
fix: extend autoname validation to child items
|
3 anos atrás |
Ankush Menat
|
a615c60be4
|
test: naming on child tables
|
3 anos atrás |
Ankush Menat
|
b409a7eeba
|
fix: extend autoname validation to child items
|
3 anos atrás |
mergify[bot]
|
b8114eea9c
|
Merge pull request #16007 from netchampfaris/better-autocompletion-api
fix(ux): Images in Markdown
|
3 anos atrás |
mergify[bot]
|
b656c8da58
|
Merge pull request #16610 from gavindsouza/reload-doc_force
fix: Obey force kwarg frappe.reload_doc
|
3 anos atrás |
Gavin D'souza
|
5564f1e007
|
fix: Allow adding JSON fields via Customize Form
|
3 anos atrás |
Shridhar Patil
|
39f8267a15
|
feat: added support for data type json (#16187)
> Please provide enough information so that others can review your pull request:
Added json support for postgres and mariadb
> Explain the **details** for making this change. What existing problem does the pull request solve?
https://github.com/frappe/frappe/projects/4#card-50160428
> Screenshots/GIFs

---
**Previous attempts:**
https://github.com/frappe/frappe/pull/8128
https://github.com/frappe/frappe/pull/7096
Docs: https://frappeframework.com/docs/v13/user/en/basics/doctypes/fieldtypes#json
|
3 anos atrás |
mergify[bot]
|
5f0a95f8bd
|
Merge pull request #16449 from resilient-tech/refactor-_dict
refactor!: improved `frappe._dict`
|
3 anos atrás |
Faris Ansari
|
168bf6d3e4
|
test: ui test for inserting image in markdown
|
3 anos atrás |
Faris Ansari
|
5740dbb447
|
fix: handle attaching images in new form
|
3 anos atrás |
Faris Ansari
|
32e4f932bb
|
test: ui test for client scripts
|
3 anos atrás |
Ankush Menat
|
2fbf8c905f
|
fix: dont override local proxies (#16611)
|
3 anos atrás |
Gavin D'souza
|
3cd047becf
|
fix: Obey force kwarg frappe.reload_doc
|
3 anos atrás |
Faris Ansari
|
f4c363034e
|
style: formatting
|
3 anos atrás |
Faris Ansari
|
d94d30dacc
|
test: set name to create client script
|
3 anos atrás |
mergify[bot]
|
b193194484
|
Merge pull request #16608 from gavindsouza/allow-childtable-naming
fix!: Allow child table naming (autoname)
|
3 anos atrás |
Gavin D'souza
|
03d542edce
|
fix!: Allow child table naming
|
3 anos atrás |
Faris Ansari
|
13cc0b9346
|
fix: FileUploader
- New option: crop_image_aspect_ratio to force an aspect ratio during cropping
- ImageCropper: Add aspect ratio buttons
|
3 anos atrás |
Faris Ansari
|
ff1edcd217
|
feat: Drop images into Markdown fields
|
3 anos atrás |
gavin
|
8ffbef08ae
|
Merge pull request #16509 from gavindsouza/kanban-fixes
fix: new Kanban Dialog
|
3 anos atrás |
Shariq Ansari
|
9c0223650c
|
fix: Email Dialog 'To' field is not full width (#16603)
|
3 anos atrás |
Faris Ansari
|
aa1fefee28
|
fix: pass context to autocompletions getter
|
3 anos atrás |
Faris Ansari
|
f76542ffc4
|
fix: add image autocompletion in markdown fields
|
3 anos atrás |
Faris Ansari
|
3ac6fd6ea4
|
fix: more flexible autocompletion api
|
3 anos atrás |
mergify[bot]
|
18fec46c8c
|
Merge pull request #16604 from ankush/app_installer_fixes
fix: misc app installer fix
|
3 anos atrás |
Ankush Menat
|
dad19e2c3f
|
fix: `required_apps` blocks app install
|
3 anos atrás |
Sagar Vora
|
77879933ce
|
style: make changes as per linter
|
3 anos atrás |
Ankush Menat
|
8269e8dd47
|
fix: ignore duplicate modules during install
|
3 anos atrás |
Gavin D'souza
|
a65ace78eb
|
Merge branch 'develop' of github.com:frappe/frappe into kanban-fixes
|
3 anos atrás |