Saurabh
03da960fd5
Merge branch 'hotfix'
7年前
Saurabh
e3c437b401
bumped to version 9.2.2
7年前
Saurabh
7ee345ef99
Merge pull request #4391 from rohitwaghchaure/premium_button_issue
[Fix] Don't show upgrade button for paid site
7年前
Rohit Waghchaure
c47cce1cbc
[Fix] Don't show upgrade button for paid site
7年前
Faris Ansari
affd84c469
[formatdate] Return empty string if no date provided ( #4385 )
7年前
Saurabh
402bfc39ba
Merge branch 'hotfix'
7年前
Saurabh
c160d3a2ab
bumped to version 9.2.1
7年前
Saurabh
01c4da0710
Merge pull request #4382 from saurabh6790/setup_wix_fix
[HOTFIX] translate domain
7年前
Saurabh
c1af5db270
[fix] translate domain
7年前
Saurabh
1b3cbb9a81
[fix] if doctype is specified consider doctype in filter ( #4381 )
7年前
Nabin Hait
6dc03128d2
Merge branch 'staging'
7年前
Nabin Hait
452266d3c2
bumped to version 9.2.0
7年前
Nabin Hait
627bc68cac
Merge branch 'master' into staging
7年前
Nabin Hait
f86f19e9aa
Merge branch 'hotfix'
7年前
Nabin Hait
897c171ecd
bumped to version 9.1.11
7年前
tundebabzy
09863bdf38
System Setting Password Policy Issue (frappe/erpnext#11255) ( #4353 )
* use get for getting key
* PEP8 changes
7年前
tundebabzy
f5c66a0d38
cover NoneType use case ( #4375 )
7年前
Nabin Hait
8db6c97f8a
Merge branch 'master' into staging
7年前
Nabin Hait
e19fc9bd53
Merge branch 'hotfix'
7年前
Nabin Hait
87c45d881e
bumped to version 9.1.10
7年前
Nabin Hait
c4adaa653a
[fix] Two factor authentication via SMS ( #4359 )
7年前
Nabin Hait
da53939d51
Merge branch 'master' into staging
7年前
Nabin Hait
137e6b4652
Merge branch 'hotfix'
7年前
Nabin Hait
69818cd075
bumped to version 9.1.9
7年前
Nabin Hait
812ea70dc8
Reload sms settings from json ( #4355 )
7年前
Nabin Hait
b8ee39b7cf
Merge branch 'develop' into staging
7年前
Makarand Bauskar
03ea138ca5
[hotfix] ingore_mandatory fields while saving the sms settings in add_sms_sender_name_as_paramenters patch ( #4342 )
7年前
mbauskar
ee7508347d
resolved merge conflicts
7年前
mbauskar
de1037b6b8
Merge branch 'hotfix'
7年前
mbauskar
165b59cdcb
bumped to version 9.1.8
7年前
Faris Ansari
8eac4bc124
Styling for Attach control ( #4340 )
* Update attach.js
* Add attach control styling to form.less
* Add margin
7年前
Faris Ansari
4b3d13b0ed
[fix] Form set viewers ( #4341 )
7年前
Barakat
14ba7ce375
Stop reloading the HTML content after every document change ( #4307 )
7年前
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年前
Juan F Fernández
3c8689e4a2
[FIX] Fixed problem with margins in pdf (see #3451 #4235 #4239 ) ( #4297 )
7年前
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年前
Valmik
5aa676c688
[fix] make test records for dependencies for app tests ( #4336 )
7年前
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年前
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年前
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年前
Nabin Hait
aca3658f36
Removed SMS sender field from SMS Settings ( #4334 )
* Removed SMS sender field from SMS Settings
* patch for sms sender name
7年前
Faris Ansari
c06383a260
Disable socketio file upload in text editor frappe/erpnext#10991 ( #4333 )
7年前
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
7年前
Makarand Bauskar
99fa65cb1a
[hotfix] fixed patch sequence and removed the update_email_queue patch ( #4330 )
7年前
crossxcell99
161ea7dc0e
send via post request and specify header ( #4316 )
7年前
Rishabh Nambiar
0e412de72e
[major] AWS S3 Integration for Frappé ( #4272 )
* Added S3 Integration, need to add backup limit
* Fix validation in s3 doctype
* Added auto-deletion of old backups and backup_limit usage
* Fixes for codacy PR review
* Improved exception handling.
* Update s3_backup_settings.py
7年前
Rushabh Mehta
f0e23a5a6c
[refactor] domain and domain settings ( #4163 )
* [refactor] domain and domain settings
* [fix] test_domain.py
* [fix] patches
* [fix] domain activation after setup
* [fix] tests and lint
* [fix] tests and lint
* [enhance] better prompt naming
* [fix] setup wizard test
* [fix] testing
* [minor] new item in quick entry from form dashboard
7年前
Juan F Fernández
6efcd2e13d
[HOTFIX] Fixed email sending on non ascii sender name ( resolves #4313 ) ( #4317 )
7年前
Rushabh Mehta
69e08f8e97
[minor] web form ( #4302 )
7年前
Zarrar
f81bee7d05
minor fix to suppport treeview for task ( #4279 )
7年前