Nabin Hait
452266d3c2
bumped to version 9.2.0
pirms 7 gadiem
Nabin Hait
627bc68cac
Merge branch 'master' into staging
pirms 7 gadiem
Nabin Hait
f86f19e9aa
Merge branch 'hotfix'
pirms 7 gadiem
Nabin Hait
823366e6b9
Merge branch 'master' into develop
pirms 7 gadiem
Nabin Hait
897c171ecd
bumped to version 9.1.11
pirms 7 gadiem
tundebabzy
09863bdf38
System Setting Password Policy Issue (frappe/erpnext#11255) ( #4353 )
* use get for getting key
* PEP8 changes
pirms 7 gadiem
Prateeksha Singh
6f891cc3bb
make User Permissions importable ( #4367 )
pirms 7 gadiem
tundebabzy
f5c66a0d38
cover NoneType use case ( #4375 )
pirms 7 gadiem
Faris Ansari
4d26930bba
fix codacy
pirms 7 gadiem
Faris Ansari
0176e202fa
fix codacy
pirms 7 gadiem
Faris Ansari
b2a6a86e15
minor
pirms 7 gadiem
Faris Ansari
bc45beb868
Show record count in list header
pirms 7 gadiem
Faris Ansari
1fbc8ff448
Add Show Calendar button
pirms 7 gadiem
Faris Ansari
8c291c9b20
List renderer
- load_last_view
- refresh calendar view on route change
pirms 7 gadiem
Faris Ansari
2d156345ae
[minor] fallback for invalid start or end date
pirms 7 gadiem
Faris Ansari
29e72a92f1
Add Calendar View Doctype
- get_events method
- show dropdown in list view
- save last calendar view
pirms 7 gadiem
Faris Ansari
91861c7769
[minor]
- watch js files
- add frappe.db.get_list in js
pirms 7 gadiem
Nabin Hait
8db6c97f8a
Merge branch 'master' into staging
pirms 7 gadiem
Nabin Hait
e19fc9bd53
Merge branch 'hotfix'
pirms 7 gadiem
Nabin Hait
e4ec49a603
Merge branch 'master' into develop
pirms 7 gadiem
Nabin Hait
87c45d881e
bumped to version 9.1.10
pirms 7 gadiem
Nabin Hait
c4adaa653a
[fix] Two factor authentication via SMS ( #4359 )
pirms 7 gadiem
Faris Ansari
5c9146fe9c
[formatdate] Return empty string if no date provided ( #4356 )
pirms 7 gadiem
Nabin Hait
da53939d51
Merge branch 'master' into staging
pirms 7 gadiem
Nabin Hait
137e6b4652
Merge branch 'hotfix'
pirms 7 gadiem
Nabin Hait
d2b5f78a8e
Merge branch 'master' into develop
pirms 7 gadiem
Nabin Hait
69818cd075
bumped to version 9.1.9
pirms 7 gadiem
Nabin Hait
812ea70dc8
Reload sms settings from json ( #4355 )
pirms 7 gadiem
Rushabh Mehta
64748a0905
[fix] test_html_control.js
pirms 7 gadiem
joezsweet
68efe914e9
Added ability to set JSBarcode options ( #4351 )
* - added ability to set JSBarcode options
* - codacy fix
pirms 7 gadiem
Nabin Hait
b8ee39b7cf
Merge branch 'develop' into staging
pirms 7 gadiem
Makarand Bauskar
03ea138ca5
[hotfix] ingore_mandatory fields while saving the sms settings in add_sms_sender_name_as_paramenters patch ( #4342 )
pirms 7 gadiem
mbauskar
ee7508347d
resolved merge conflicts
pirms 7 gadiem
mbauskar
de1037b6b8
Merge branch 'hotfix'
pirms 7 gadiem
mbauskar
165b59cdcb
bumped to version 9.1.8
pirms 7 gadiem
Faris Ansari
8eac4bc124
Styling for Attach control ( #4340 )
* Update attach.js
* Add attach control styling to form.less
* Add margin
pirms 7 gadiem
Faris Ansari
4b3d13b0ed
[fix] Form set viewers ( #4341 )
pirms 7 gadiem
Barakat
14ba7ce375
Stop reloading the HTML content after every document change ( #4307 )
pirms 7 gadiem
Prateeksha Singh
1e253b9d13
[controls] Barcode Control ( #4335 )
* [start] display barcode based on input
* [wip]
* [barcode] use set_value
* parse and set
* remove quagga
* [barcode] set in db
* [fix] set height
* cleanup
* remove from build.json, require instead
* [fix] declare JsBarcode global in .eslintrc
pirms 7 gadiem
Juan F Fernández
3c8689e4a2
[FIX] Fixed problem with margins in pdf (see #3451 #4235 #4239 ) ( #4297 )
pirms 7 gadiem
Revant Nandgaonkar
4df6135c3c
enqueue_after_commit option added to frappe.enqueue ( #4167 )
* enqueue_after_commit option added to frappe.enqueue
* Fixes
Codacy https://www.codacy.com/app/frappe/frappe/pullRequest?prid=934733
clear frappe.flags.enqueue_after_commit after executing enqueued jobs
* sync_global_search() uses enqueue_after_commit=True
* Update database.py
* webhooks enqueue after commit
* Update __init__.py
pirms 7 gadiem
Valmik
5aa676c688
[fix] make test records for dependencies for app tests ( #4336 )
pirms 7 gadiem
Omar Jaber
071947cd32
Fix fields style in reports for RTL direction ( #4178 )
This code will fix fields style of the reports in RTL direction
pirms 7 gadiem
Aditya Hase
d5d9fd5283
More Python 3 compatibility Frappe test fixes ( #4321 )
* stream object should be BytesIO instead of StringIO
* Convert filter to list explicitly before checking length
* Decode sent_email and content before string operations
pirms 7 gadiem
Aditya Hase
38d63f7dc7
Python 3 compatibility Frappe test fixes ( #4318 )
* Read image file in binary mode
* Read files in binary mode
* Don't use bytestrings unnecessarily
* Correctly convert byte strings to unicode in frappe.as_unicode
* Convert content to bytes before writing to file
pirms 7 gadiem
Nabin Hait
aca3658f36
Removed SMS sender field from SMS Settings ( #4334 )
* Removed SMS sender field from SMS Settings
* patch for sms sender name
pirms 7 gadiem
Faris Ansari
c06383a260
Disable socketio file upload in text editor frappe/erpnext#10991 ( #4333 )
pirms 7 gadiem
Shridhar Patil
51c944fd24
Hide email footer in report ( #4323 )
* Hide footer in auto email reports
https://github.com/frappe/frappe/issues/3249
* convert to int to comapare
pirms 7 gadiem
Makarand Bauskar
99fa65cb1a
[hotfix] fixed patch sequence and removed the update_email_queue patch ( #4330 )
pirms 7 gadiem
crossxcell99
161ea7dc0e
send via post request and specify header ( #4316 )
pirms 7 gadiem