mbauskar
61aa008182
bumped to version 8.0.70
8 years ago
Makarand Bauskar
79a6adf73e
Merge pull request #3521 from frappe/bcornwellmott-patch-1
Make upload files private by default
8 years ago
Makarand Bauskar
214e9a194a
Merge pull request #3515 from manassolanki/profit-loss-report
Add the empty row in the excel report, fixes #9377
8 years ago
bcornwellmott
264af6ad3d
Make upload files private by default
This unchecks the private box when uploading files by default. It's better to accidentally attach as private something that is meant to be public than to accidentally attach something as public which is meant to be private.
8 years ago
Makarand Bauskar
5068fb7c3a
Merge pull request #3517 from mbauskar/password-strength-fixes
[fixes] fixed password strength, ignore password strength if password policy is disabled
8 years ago
Makarand Bauskar
ffe53b0cd1
Merge pull request #3520 from saurabh6790/timeout_fix
[fix] set queue timeout explicitly while enqueuing a job
8 years ago
Saurabh
2510e4509a
[fix] set queue timeout explicitly while enqueuing a job
8 years ago
Makarand Bauskar
de181b82d1
Merge pull request #3514 from rohitwaghchaure/auto_email_report_error
[fix] Auto email report not working
8 years ago
Makarand Bauskar
acba96bf2a
minor fixes in auto email report
8 years ago
mbauskar
0d1ae7aac8
[fixes] fixed password strength, ignore password strength if password policy is disabled
8 years ago
Manas Solanki
2e81ebee5b
Add the empty row in the excel report in order to preserve the visible row no, fixes #9377
8 years ago
Rohit Waghchaure
99d39ea0a9
[fix] Auto email report not working
8 years ago
rohitwaghchaure
7637837d68
Invalid comparisison of password strenth score with minimum password score ( #3503 )
8 years ago
mbauskar
39a1496ccf
Merge branch 'hotfix'
8 years ago
mbauskar
c29027245b
bumped to version 8.0.69
8 years ago
Makarand Bauskar
6b28e1b9e0
[hot] fixed ValueError: need more than 1 value to unpack for vnd currency ( #3489 )
8 years ago
mbauskar
ac89473d52
Merge branch 'hotfix'
8 years ago
mbauskar
68a8f2b954
bumped to version 8.0.68
8 years ago
Makarand Bauskar
7bc97cbf36
Merge pull request #3488 from nabinhait/in_words_fix
get correct number format info in in_words function
8 years ago
Nabin Hait
85851d10d5
get correct number format info in in_words function
8 years ago
mbauskar
861a28d429
Merge branch 'hotfix'
8 years ago
mbauskar
eaebdfcd73
bumped to version 8.0.67
8 years ago
Makarand Bauskar
c044f9034c
Merge pull request #3482 from rohitwaghchaure/deleted_document_issue
[Fix] System manager not able to restore the deleted document
8 years ago
Makarand Bauskar
eda35fbe6e
Merge pull request #3484 from tundebabzy/issue-9239
Can't delete TAG #9239
8 years ago
tunde
f9d461e28a
removes culprit print statement
8 years ago
Rohit Waghchaure
db928600da
[Fix] System manager not able to restore the deleted document
8 years ago
rohitwaghchaure
e5dc0af0e1
[Fix] Email digest email by document field's value not refreshing on change of document type ( #3479 )
8 years ago
Nabin Hait
f7b16fc56a
Prepare email message only if there is message ( #3477 )
8 years ago
Saurabh
93a4decbb8
Merge branch 'hotfix'
8 years ago
Saurabh
a9c3ee978f
bumped to version 8.0.66
8 years ago
tundebabzy
ff4c86089c
Make "Amount in words" spell three decimals ( #3358 )
* fixes frappe/erpnext#8895
* checks for non-numeric type
* makes words translatable
8 years ago
Makarand Bauskar
5341ac535a
Merge pull request #3382 from tundebabzy/issue_erpnext#8965
fixes frappe/erpnext#8965 : Get item inside Request for Quote
8 years ago
Makarand Bauskar
836ad397a9
Merge pull request #3462 from saurabh6790/dropbox_backup
[fix] move dropbox backup upload from short queue to long queue to avoid timeout exceptions
8 years ago
Saurabh
7e2972dee8
a[fix] move dropbox backup upload from short queue to long queue to avoid timeout exceptions
8 years ago
Revant Nandgaonkar
5a0eb81340
[fix] OAuth2 Frappe Server URL Validation ( #3397 )
* [fix] OAuth2 Frappe Server URL Validation
Only request and validate the frappe_server_url if hostname is not equal to frappe_server_hostname
request.get to localhost by using hostname results into timeout
* check domains in local.conf.domains as well
* removed unused variable as per codacy
8 years ago
Nabin Hait
8c1b31655a
Merge branch 'hotfix'
8 years ago
Nabin Hait
46efcf14e2
bumped to version 8.0.65
8 years ago
Makarand Bauskar
66c9dfa42c
[minor] compair minimum score with zxcvbn feedback score ( #3444 )
8 years ago
Makarand Bauskar
c495e2f4c8
[minor] fixes in Search term label ( #3424 )
8 years ago
rohitwaghchaure
59acca249a
[fix] Email alert for value change not working for the allow on submit field ( #3433 )
8 years ago
Faris Ansari
bcb195fa1c
Update frappe-gantt to 0.0.6 ( #3434 )
8 years ago
Makarand Bauskar
c45b575a93
[minor] ignore password strength test in frappe.in_test ( #3423 )
* Fixed issue #frappe WN-SUP25323 for password strength error
* [hotfix] fixes in password strength test
* [hotfix] ignore password strength test in tests
8 years ago
Nabin Hait
f1dc09fa3a
Merge branch 'hotfix'
8 years ago
Nabin Hait
b23d25275e
bumped to version 8.0.64
8 years ago
Prateeksha Singh
fe9fdcb23a
[hotfix] Password strength fix ( #3420 )
* [fix] password min-score loophole
* [minor] cleanup message
* [fix] test
8 years ago
Nabin Hait
1b10107bd8
Merge branch 'hotfix'
8 years ago
Nabin Hait
6d9dc4a0c1
bumped to version 8.0.63
8 years ago
Makarand Bauskar
71d1e8c0e0
[minor] select the Inbox in readonly false mode while pulling emails ( #3412 )
8 years ago
Nabin Hait
37cd69b4df
Clear email query via separate query to avoid deadlock ( #3418 )
8 years ago
Nabin Hait
0699ea100f
Merge branch 'hotfix'
8 years ago