Saurabh
e3c437b401
bumped to version 9.2.2
7 years ago
Saurabh
7ee345ef99
Merge pull request #4391 from rohitwaghchaure/premium_button_issue
[Fix] Don't show upgrade button for paid site
7 years ago
Rohit Waghchaure
c47cce1cbc
[Fix] Don't show upgrade button for paid site
7 years ago
Faris Ansari
affd84c469
[formatdate] Return empty string if no date provided ( #4385 )
7 years ago
Saurabh
6147e4ecdc
Merge branch 'master' into staging
7 years ago
Saurabh
402bfc39ba
Merge branch 'hotfix'
7 years ago
Saurabh
c160d3a2ab
bumped to version 9.2.1
7 years ago
Saurabh
01c4da0710
Merge pull request #4382 from saurabh6790/setup_wix_fix
[HOTFIX] translate domain
7 years ago
Saurabh
c1af5db270
[fix] translate domain
7 years ago
Saurabh
1b3cbb9a81
[fix] if doctype is specified consider doctype in filter ( #4381 )
7 years ago
Nabin Hait
f60967f851
Merge branch 'develop' into staging
7 years ago
Nabin Hait
6dc03128d2
Merge branch 'staging'
7 years ago
Nabin Hait
205d5f8207
Merge branch 'master' into develop
7 years ago
Nabin Hait
452266d3c2
bumped to version 9.2.0
7 years ago
Nabin Hait
627bc68cac
Merge branch 'master' into staging
7 years ago
Nabin Hait
f86f19e9aa
Merge branch 'hotfix'
7 years ago
Nabin Hait
823366e6b9
Merge branch 'master' into develop
7 years ago
Nabin Hait
897c171ecd
bumped to version 9.1.11
7 years ago
tundebabzy
09863bdf38
System Setting Password Policy Issue (frappe/erpnext#11255) ( #4353 )
* use get for getting key
* PEP8 changes
7 years ago
Prateeksha Singh
6f891cc3bb
make User Permissions importable ( #4367 )
7 years ago
tundebabzy
f5c66a0d38
cover NoneType use case ( #4375 )
7 years ago
Nabin Hait
8db6c97f8a
Merge branch 'master' into staging
7 years ago
Nabin Hait
e19fc9bd53
Merge branch 'hotfix'
7 years ago
Nabin Hait
e4ec49a603
Merge branch 'master' into develop
7 years ago
Nabin Hait
87c45d881e
bumped to version 9.1.10
7 years ago
Nabin Hait
c4adaa653a
[fix] Two factor authentication via SMS ( #4359 )
7 years ago
Faris Ansari
5c9146fe9c
[formatdate] Return empty string if no date provided ( #4356 )
7 years ago
Nabin Hait
da53939d51
Merge branch 'master' into staging
7 years ago
Nabin Hait
137e6b4652
Merge branch 'hotfix'
7 years ago
Nabin Hait
d2b5f78a8e
Merge branch 'master' into develop
7 years ago
Nabin Hait
69818cd075
bumped to version 9.1.9
7 years ago
Nabin Hait
812ea70dc8
Reload sms settings from json ( #4355 )
7 years ago
Rushabh Mehta
64748a0905
[fix] test_html_control.js
7 years ago
joezsweet
68efe914e9
Added ability to set JSBarcode options ( #4351 )
* - added ability to set JSBarcode options
* - codacy fix
7 years ago
Nabin Hait
b8ee39b7cf
Merge branch 'develop' into staging
7 years ago
Makarand Bauskar
03ea138ca5
[hotfix] ingore_mandatory fields while saving the sms settings in add_sms_sender_name_as_paramenters patch ( #4342 )
7 years ago
mbauskar
ee7508347d
resolved merge conflicts
7 years ago
mbauskar
de1037b6b8
Merge branch 'hotfix'
7 years ago
mbauskar
165b59cdcb
bumped to version 9.1.8
7 years ago
Faris Ansari
8eac4bc124
Styling for Attach control ( #4340 )
* Update attach.js
* Add attach control styling to form.less
* Add margin
7 years ago
Faris Ansari
4b3d13b0ed
[fix] Form set viewers ( #4341 )
7 years ago
Barakat
14ba7ce375
Stop reloading the HTML content after every document change ( #4307 )
7 years ago
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
7 years ago
Juan F Fernández
3c8689e4a2
[FIX] Fixed problem with margins in pdf (see #3451 #4235 #4239 ) ( #4297 )
7 years ago
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
7 years ago
Valmik
5aa676c688
[fix] make test records for dependencies for app tests ( #4336 )
7 years ago
Omar Jaber
071947cd32
Fix fields style in reports for RTL direction ( #4178 )
This code will fix fields style of the reports in RTL direction
7 years ago
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
7 years ago
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
7 years ago
Nabin Hait
aca3658f36
Removed SMS sender field from SMS Settings ( #4334 )
* Removed SMS sender field from SMS Settings
* patch for sms sender name
7 years ago