Commit graph

16424 commits

Author SHA1 Message Date
Mohamed_Alsum
364b09e3d6 adding time to total_row in reports (#5961)
* allow null when time field is not required

* Update base_document.py

* adding time to total_row
2018-08-13 10:31:38 +05:30
Faris Ansari
bf6e589e44
Merge pull request #5958 from chdecultot/print_format_builder
Print format builder translations
2018-08-11 12:18:02 +05:30
Charles-Henri Decultot
1e5edc9a11 Print format builder translations 2018-08-10 16:49:57 +00:00
Nabin Hait
2f49806cec
fix(init): get_cached_value (#5956) 2018-08-10 19:01:35 +05:30
Zarrar
146c795496 minor dialog button fix (#5955) 2018-08-10 18:17:43 +05:30
Zarrar
a819863f78 typo fix (#5954) 2018-08-10 14:37:01 +05:30
Ameya Shenoy
4b89e0d5b5 Email Read notification (#5911)
* Email Read notification

* changed email status from Opened to Read
2018-08-10 12:00:51 +05:30
Faris Ansari
2b6c3f7188 Query report fixes (#5946)
* chore: dateutil -> frappe.datetime

* style(report): update datatable styles

* chore: Remove beta tag
2018-08-09 16:19:09 +05:30
Prateeksha Singh
b30bc0dc3b [frappe-client] raise an exception for error codes (#5947) 2018-08-09 16:18:55 +05:30
Ameya Shenoy
5013405f45
Merge pull request #5748 from mhbu50/print_server
Print with Print server (CUPS)
2018-08-09 16:06:18 +05:30
Nabin Hait
39e9e306f2 Cached some queries (#5951) 2018-08-09 11:25:07 +05:30
Rushabh Mehta
b1857a5132
optimize(meta): meta is now cached in redis (#5948)
* optimize(meta): meta is now cached in redis

* fix(meta): test fixes

* fix(meta): codacy

* fix(meta): allow nulls to be serialized

* fix(form_meta): fix form meta caches

* fix(form_meta): fix form meta caches

* fix(form_meta): don't cache for developer_mode'
2018-08-09 11:24:42 +05:30
Rushabh Mehta
bd5c27a30f
fix(webform): allow link fields in web form (#5950)
* fix(webform): allow link fields in web form

* fix(webform): don't allow advanced search in links'
2018-08-09 09:27:37 +05:30
Prateeksha Singh
ef6f160961 [handler] Raise exceptions in request in dev_mode (#5949) 2018-08-08 22:52:39 +05:30
Nabin Hait
8d32749971 [optimize] db exists 2018-08-08 18:34:33 +05:30
Rushabh Mehta
cbbca735b9 fix(database): fetch description only if results 2018-08-08 16:52:40 +05:30
Rushabh Mehta
e7c8b0c138 optimize(various): optimize with frappe.get_cached_value 2018-08-08 16:33:40 +05:30
Nabin Hait
b8f91f36fc fix(document): frappe.get_cached_doc 2018-08-08 13:16:04 +05:30
Nabin Hait
cdc8e2895e feat(document): frappe.get_cached_doc 2018-08-08 13:06:06 +05:30
Nabin Hait
7f2a14bdf1 feat(document): frappe.get_cached_doc 2018-08-08 13:04:23 +05:30
Faris Ansari
2535eb3131 [Website Slideshow] Button to fetch attached images from a doc (#5938) 2018-08-07 18:31:11 +05:30
Faris Ansari
12ea6c03e9
fix(webform): fallback values for sysdefaults (#5940) 2018-08-07 17:10:29 +05:30
Rushabh Mehta
0f95b2c964 fix(webform): ignore mandatory on insert only if files 2018-08-07 14:59:28 +05:30
Saurabh
d1d09448c8 In "bench version" command pull branch specific version if exists (#5898) 2018-08-07 14:47:49 +05:30
Benji
0330499bb9 Fixes error (#5902)
Fixes "TypeError: cannot use a string pattern on a bytes-like object"
2018-08-07 14:44:40 +05:30
Faris Ansari
d9e7654602 UI utils (#5909)
* Add scroll_to_bottom utility

* Add reset method in CommentArea

* Add class to user dropdown list item to for easy querying
2018-08-07 14:44:17 +05:30
Suraj Shetty
9a7dc7b4e5 Workflow action ui ux fixes (#5926)
* Allow cancel for doctype with workflow

* Fix child row deletion in workflows

-https://github.com/frappe/erpnext/issues/14731

* Add get_pdf_link method

* Refactor workflow action response

- Confirm before applying action

* Fix bug with confirmation page for workflow action

* Fix codacy

* Add cancel button and pdf link

* Fix Codacy

Remove trailing whitespace
2018-08-07 14:43:20 +05:30
Faris Ansari
b629080184 fix(email html): Allow pre and code tags in email html (#5929) 2018-08-07 14:43:07 +05:30
Faris Ansari
31511281b4 Update frappe-datatable to 1.1.6 (#5931)
- fixes border issue in firefox on ubuntu
2018-08-07 14:42:48 +05:30
Faris Ansari
b3249fd23a feat(build): Log build errors in browser console (#5932) 2018-08-07 14:42:39 +05:30
Faris Ansari
a406e5db68 Kanban board fixes (#5933)
* class.extend -> es6 class

* fix(kanban): Fix kanban creation from sidebar

Creating custom fields from client side breaks in cases when DDL
queries and normal queries were run simultaneously.
Now, we do the heavy lifting on the server side

Also, moved kanban specific code from list_sidebar to kanban_view

* style: replace function with arrow functions

* style: semicolon
2018-08-07 14:41:51 +05:30
Saurabh
bece82d6ab Resolved merge conflicts 2018-08-07 12:47:01 +05:30
Saurabh
c6a97a23db Merge branch 'hotfix' 2018-08-07 12:42:53 +05:30
Saurabh
e3382f8aec bumped to version 10.1.45 2018-08-07 13:12:53 +06:00
Saurabh
66ce0998b9
Merge pull request #5936 from codingCoffee/dropbox
[minor][feature] make dropbox and S3 backup successful email optional
2018-08-07 12:31:33 +05:30
Ameya Shenoy
1d89dcea75
[minor][feature] make email for successful S3 backup optional 2018-08-06 22:49:37 +00:00
Ameya Shenoy
51d5577bb1
[minor][feature] make dropbox backup successful message optional 2018-08-06 22:38:40 +00:00
Ameya Shenoy
d5aec6e80c
Merge pull request #5925 from netchampfaris/md_to_html
Add utility frappe.utils.md_to_html
2018-08-06 16:10:20 +05:30
Rushabh Mehta
1e84e63838 fix(webform): save first without checking mandatory if has files 2018-08-06 16:00:01 +05:30
Rushabh Mehta
9bcc89b750 fix(webform): process Attach Image type 2018-08-06 15:46:52 +05:30
Rushabh Mehta
11161c099d fix(webform): attach and save workflow 2018-08-06 14:28:44 +05:30
Rushabh Mehta
5863f5d4ec fix(webform): attachments and date 2018-08-06 14:28:44 +05:30
Prateeksha Singh
04bc51a398 [hotfix] prevent jinja exec in search title (#5930) 2018-08-06 13:02:03 +05:30
Prateeksha Singh
2bd8678357 prevent jinja exec in search title (#5928) 2018-08-06 12:59:23 +05:30
Ameya Shenoy
ed5e0b4628
Merge pull request #5916 from rohitwaghchaure/total_rows_not_showing_proper_value
[Fix] Total amount not showing proper if rows has blank value
2018-08-06 12:33:27 +05:30
Rushabh Mehta
a07e76d27e permission(webforms): attachments private 2018-08-05 22:29:06 +05:30
Faris Ansari
0a6deadc91 fix(syntax highlighting): Better syntax highlighting
- Update markdown2 to 2.3.5
- Only load syntax files for languages we support
- Enable highlightjs-lang extra to add class to code blocks
2018-08-05 20:04:13 +05:30
Faris Ansari
60f9e2c973 Add utility frappe.utils.md_to_html
- Replace all occurences of manual imports with this utility
- Also enable extras
  - fenced-code-blocks
  - tables with class 'table table-bordered'
  - header-ids
2018-08-05 18:19:25 +05:30
Rushabh Mehta
bb67915445
feature(web-form): enable client scripts in web form (#5924) 2018-08-05 14:49:55 +05:30
Ameya Shenoy
1a8b4812d5
Merge pull request #5923 from codingCoffee/section
allow 1st row to be a section/column break
2018-08-04 22:34:36 +05:30