Faris Ansari
c06383a260
Disable socketio file upload in text editor frappe/erpnext#10991 ( #4333 )
7 years ago
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 years ago
Makarand Bauskar
99fa65cb1a
[hotfix] fixed patch sequence and removed the update_email_queue patch ( #4330 )
7 years ago
crossxcell99
161ea7dc0e
send via post request and specify header ( #4316 )
7 years ago
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 years ago
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 years ago
Juan F Fernández
6efcd2e13d
[HOTFIX] Fixed email sending on non ascii sender name ( resolves #4313 ) ( #4317 )
7 years ago
Rushabh Mehta
69e08f8e97
[minor] web form ( #4302 )
7 years ago
Zarrar
f81bee7d05
minor fix to suppport treeview for task ( #4279 )
7 years ago
Javier Wong
5c42aa996a
[fix] Hide Editable Grid Columns ( #4270 )
* [fix] Hide Editable Grid Columns
This fixes a bug where set_column_disp does not hide editable grid columns.
* [fix] Hide Editable Grid Columns - Additional Fixes
This fixes a bug where set_column_disp does not hide editable grid columns.
* [fix] Hide Editable Grid Columns - Additional Fixes
This fixes a bug where set_column_disp does not hide editable grid columns.
* [fix] Hide Editable Grid Columns - Additional Fixes
This fixes a bug where set_column_disp does not hide editable grid columns.
* Codacy Fixes
7 years ago
Prateeksha Singh
7e9cce2d3b
C3 to Charts ( #4228 )
* make AxisGraph
* remove jquery and snap
* [major] refactor, svg animations, rename to charts
* remove c3, d3
* [Charts] renaming and namespacing
* [fix] codacy
* Replace in grid report with plot, fixes
7 years ago
Pawan Mehta
181d493dc2
[fix] #4267 - remove hard coded web-server port in ui tests ( #4268 )
* [fix] #4267
* Update selenium_testdriver.py
7 years ago
Makarand Bauskar
9ff3dfcd4c
[hotfix] robots.txt file is considered as static instead of getting context from robots.py ( #4325 )
7 years ago
Makarand Bauskar
fe75ffb8da
[minor] fetch dictory value using get method instead of indexing ( #4324 )
7 years ago
Faris Ansari
02c359d00f
Don't show img tags in kanban card ( #4326 )
- https://discuss.erpnext.com/t/how-to-make-kanban-view-just-first-text-lines/29428
7 years ago
Rushabh Mehta
35a86a6d84
[fix] test_feedback_trigger.py
7 years ago
Rushabh Mehta
d5f0378f63
[fix] test_feedback_trigger.py
7 years ago
Makarand Bauskar
5eb5d1039f
[minor] refactored the setup_email_inbox method to create sidebar menu ( #4300 )
7 years ago
Makarand Bauskar
a6ed912924
[minor] display title in user mention instead of docname ( #4217 )
* [minor] display title in user mention instead of docname
* [minor] added the reference number/name
* [minor] if title is name then use the doc.reference_name instead of frappe.db.get_value
7 years ago
Rushabh Mehta
cd968348d7
[minor] better message on permission
7 years ago
mbauskar
52d7d7af11
Merge branch 'hotfix'
7 years ago
mbauskar
ff43b65aac
Merge branch 'master' into develop
7 years ago
mbauskar
be3cbd790a
bumped to version 9.1.7
7 years ago
Makarand Bauskar
beeaa3f6ab
[hotfix] no_socketio while uploading file for data-import-tool ( #4306 ) ( #4310 )
7 years ago
Makarand Bauskar
da144db4ec
[hotfix] no_socketio while uploading file for data-import-tool ( #4306 )
7 years ago
mbauskar
6640774b75
Merge branch 'master' into develop
7 years ago
mbauskar
bc396d5cba
Merge branch 'hotfix'
7 years ago
mbauskar
6757c5d61b
bumped to version 9.1.6
7 years ago
Makarand Bauskar
ff954462a2
[minor] attach only image type files to Background Image field ( #4283 )
7 years ago
Makarand Bauskar
cf99dd268c
[minor] update the doc status to Open for Received communication ( #4295 )
* [minor] update the doc status to Open for Received communication
* [minor] update the modified date on reply
7 years ago
Makarand Bauskar
007bb0d684
[hotfix] enable Update button if error occured after customize form save ( #4294 )
7 years ago
Makarand Bauskar
77f55a0ee1
[hotfix] fixed margin for disabled check field ( #4293 )
7 years ago
mbauskar
75c894f034
Merge branch 'hotfix'
7 years ago
mbauskar
ae6fa0b10f
Merge branch 'master' into develop
7 years ago
mbauskar
57f6a39180
bumped to version 9.1.5
7 years ago
Saurabh
b3ee2d56fc
Merge pull request #4291 from saurabh6790/upload_attendance_fix
[fix] missing dataurl in on_attach
7 years ago
Saurabh
f362f84238
[fix] missing dataurl in on_attach
7 years ago
Saurabh
ca3bbe75ae
Merge branch 'hotfix'
7 years ago
Saurabh
0ddc375ad9
Merge branch 'master' into develop
7 years ago
Saurabh
2c25c9619d
bumped to version 9.1.4
7 years ago
Saurabh
75ef8d5345
Merge pull request #4290 from saurabh6790/upload_attendance_fix
[fix] if no_socketio specified, upload file with FileReader
7 years ago
Saurabh
8744795c45
Merge pull request #4284 from saurabh6790/upload_attendance_fix
[hotfix] if no_socketio specified, upload file with FileReader
7 years ago
Faris Ansari
9099747116
Add get_password, fix total_pages ( #4285 )
7 years ago
Rushabh Mehta
b2a86325eb
Update .travis.yml
7 years ago
Saurabh
884555b645
[fix] if no_socketio specified, upload file with FileReader
7 years ago
mbauskar
025baf5b9f
Merge branch 'master' into develop
7 years ago
mbauskar
9439a808a1
Merge branch 'hotfix'
7 years ago
mbauskar
14898d1126
bumped to version 9.1.3
7 years ago
tundebabzy
546c251e56
Empty Child Table Row Should Delete On Save ( #4202 ) ( #4243 )
* add new function `remove_empty_rows`
* removes empty rows before `check_name` in `save`
* codacy clean up
7 years ago
Makarand Bauskar
91a6c5b246
[minor] create __init__ file, passed create_init=True explicitly ( #4265 )
7 years ago