mbauskar
1ef70343b4
Merge branch 'hotfix'
8 anos atrás
mbauskar
93714b108c
Merge branch 'master' into develop
8 anos atrás
mbauskar
781190c06b
bumped to version 8.2.6
8 anos atrás
Rushabh Mehta
95e02121df
[fix] filter links must be like not equal ( #3604 )
8 anos atrás
Saurabh
0d5d786a3c
[fix] merge-conflict
8 anos atrás
Saurabh
8d16ecfd31
Merge branch 'hotfix'
8 anos atrás
Saurabh
5036cafb98
bumped to version 8.2.5
8 anos atrás
rohitwaghchaure
e2d644803e
[Fix] Activity page is not working ( #3601 )
* [Fix] Activity page is not working
* Update base_list.js
8 anos atrás
Saurabh
6f23f4fb06
Merge pull request #3602 from rmehta/standard-filters-fix-2
[fix] standard filters
8 anos atrás
Rushabh Mehta
fbf676e113
[fix] standard filters
8 anos atrás
Prateeksha Singh
afed0c9374
Setup wizard refactor ( #3548 )
* [wizard] refactor and UI cleanups
* [wip] attach image control cleanup
* try and detect lang, country, gravatar
* password control
* frappe.wiz to frappe.setup
* cleaned up slides, yet to decide on master data
* Add function to add dynamic fields in layout
* [fix] independent slide fields numbering by deep-cloning initial fields
* refresh only appended fields, autofill user_details
* [wizard] UI test
* [wizard] frappe icon, reuse get_geo_ip_country, cleanups
8 anos atrás
rohitwaghchaure
00613dbad4
Merge pull request #3600 from rohitwaghchaure/standard_reply_issue
[Fix] On selection standard reply, data not fetching in email message section
8 anos atrás
Rohit Waghchaure
1a47127089
[Fix] On selection standard reply, data not fetching in email body
8 anos atrás
Makarand Bauskar
1e31246241
Merge pull request #3597 from mbauskar/minor-fixes
[minor] return None is records are not available
8 anos atrás
mbauskar
389344489d
[minor] return None is records are not available
8 anos atrás
Rushabh Mehta
43551ed537
[fix] test_authentication_log.py
8 anos atrás
Rushabh Mehta
2ee24ffc1d
[tests] reset frappe.local.form_dict
8 anos atrás
Rushabh Mehta
eac06ccd77
[tests] reset frappe.local.form_dict
8 anos atrás
Rushabh Mehta
16ed88051e
[tests] test_print_format.py test by printing
8 anos atrás
mbauskar
fe60f8e559
Merge branch 'hotfix'
8 anos atrás
mbauskar
6454281841
Merge branch 'master' into develop
8 anos atrás
mbauskar
89f0145748
bumped to version 8.2.4
8 anos atrás
Makarand Bauskar
c0a2e7c6c8
Merge pull request #3595 from rmehta/standard-filters-hot
[minor] dont render filters for no value fields
8 anos atrás
Rushabh Mehta
73523c2966
[tests] frappe.form_dict
8 anos atrás
Rushabh Mehta
e4ba84fe74
[minor] dont render filters for no value fields
8 anos atrás
Sagar Vora
d0306a7c26
[ci] remove incorrect docker sources from APT ( #3587 )
8 anos atrás
Britlog
242317c8d4
Breadcrumbs management ( #3588 )
8 anos atrás
Vishal Dhayagude
933782861d
[fix]if fieldtype is table and come under first 4 mandtory field ( #3594 )
8 anos atrás
Saurabh
88c8df2350
[minor][fix] check for oauth1 access_key and access_secret before generating dropbox's oauth2 token ( #3593 )
8 anos atrás
rohitwaghchaure
7c9f2c7deb
[enahnce] Fetch doctype's roles in report if developer mode is on or is standard is no ( #3591 )
* [enahnce] Fetch doctype's role in report if developer mode is on or is standard is no
* Update report.py
lets not keep separate rules for developer_mode! - this is not discoverable by a new developer
8 anos atrás
Manas Solanki
b7e1060ea7
removed the xlwt and use the openpyxl for sending the auto email report in xlsx format ( #3590 )
8 anos atrás
Ashwini Save
8ac396e30d
Email configurable footer ( #3584 )
* Configurable footer for email template.
* Configurable footer: New table row for new line.
* Configurable footer: Updated space above footer text.
8 anos atrás
Alex Ford
78c03b90c3
lgtm minor fixes ( #3580 )
* Replace a typeof test against undefined with comparison against a string
* Add rel='noopener noreferrer' attributes to target='_blank' links
* Remove a duplicate object property definition
* Remove superfluous argument to function call
* Remove some variable declarations for which the assigned value is never read
* Remove an assignment to a variable that is never read
8 anos atrás
Vishal Dhayagude
fbce6b67be
Redirect page ( #3579 )
* [fix]redirect to previous page
* Removed unused flag
* Update address.js
8 anos atrás
KanchanChauhan
2c3037a094
In currency if no value after decimal, default precion set to 2 ( #3480 )
* In currency if no value after decimal, default precion set to 2
* Update formatters.js
8 anos atrás
Makarand Bauskar
0df4949fcc
Merge pull request #3583 from vishdha/contact_img_fix
Image in contact list view
8 anos atrás
Rushabh Mehta
f409fd7358
[ui-tests] python is back! ( #3565 )
* [ui-tests] python is back!
* [minor] remove old test
* [test] dont test test_runner
* [tests] try firefox
* [tests] try chrome
* [tests] try chrome
* [tests] try chrome
* [tests] try chrome 1
* [tests] try chrome 2
* [tests] try chrome 3
* [tests] try phantomJS
* [tests] try chrome
* [tests] try chrome
* [tests] try chrome
* [tests] try chrome
* [tests] try chrome
* [tests] try chrome
* [tests] try chrome
* [tests] try chrome
* [tests] login click button
* [tests] login click button
* [tests] show log
* [test] test with start_maximized
* [test] test only login
* [travis] test another port for selenium
* [travis] try running ui tests after unittests are done
* [travis] pring body_div if fails
* [tests] complete setup wizard for frappe
* [minor] move ui tests to frappe/ui/tests
* [tests] ui tests in public and codacy fixes
* [fix] tests + eslint
* [minor] move tests to tests/ui folder and print console after print
* [fix] linting
* [tests] added documentation and better integration testing
* [promise] form triggering is now promise based
* [test]
* [test]
* [test]
* [test]
* [test] print output
* [minor] default empty in select and print console
* [cleanup] more minor fixes
* [enhance] first-cut done!
* [minor] frappe.run_serially to pass arguments while chaining
8 anos atrás
crossxcell99
33f416801f
enable 2fa from system settings
8 anos atrás
mbauskar
b72dded0f7
Merge branch 'hotfix'
8 anos atrás
mbauskar
4488cd931a
bumped to version 8.2.3
8 anos atrás
Makarand Bauskar
0ba69722b2
Merge pull request #3589 from saurabh6790/filter_fixes
[hot][fix] set field type
8 anos atrás
Saurabh
17e9315f3c
[hot][fix] set field type
8 anos atrás
crossxcell99
9c144312eb
show qr code for first otp login
8 anos atrás
crossxcell99
9771308072
Check if user role on login, return otpauth uri
8 anos atrás
mbauskar
2111cbd578
Merge branch 'develop'
8 anos atrás
mbauskar
fc5aeba904
bumped to version 8.2.2
8 anos atrás
Makarand Bauskar
8ff36f0161
Merge pull request #3586 from mbauskar/filters-fixes
[minor] fixes in clear-filters
8 anos atrás
mbauskar
40d91fb870
[minor] fixes in clear-filters
8 anos atrás
mbauskar
3e4bbce256
Merge branch 'develop'
8 anos atrás
mbauskar
a638d1b040
bumped to version 8.2.1
8 anos atrás