Ameya Shenoy
1ba3f4a737
fix(release_popup): show only the non-beta release ( #6169 )
...
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2018-10-02 10:43:09 +05:30
Charles-Henri Decultot
98abda32b4
[Enhancement] Event timeline ( #6133 )
...
* Events in timeline wip
* Events in timeline
* Permission issue + split buttons between Frappe and ERPNext
* Add string type check
* Codacy corrections
* Permission issue
* Test and feedback corrections
* Codacy corrections
* Tests and codacy corrections
* Codacy correction
* Py3 correction
* Travis correction
* Py3 corrections"
* Travis and codacy corrections
* Removed space
* Add check for the removal of new lines
* Codacy rollup watch missing semicolon
2018-10-02 10:12:55 +05:30
Aditya Hase
ab81036c20
fix(python3): subproess.check_output should always be decoded ( #6135 )
2018-09-25 13:14:20 +05:30
Sachin Mane
5e5623d7f9
fix - default timeouts never picked up ( #6098 )
2018-09-24 13:08:08 +05:30
Achilles Rasquinha
97c02cae82
Installation Failure Fix for Python 3 - safe_decode bytes to string ( #6130 )
...
* Installation Failure Fix for Python 3 - safe_decode bytes to string
* Installation Failure Fix for Python 3 - safe_decode bytes to string
* Fixed merge conflict
* Use --short instead of first 7 characters
2018-09-24 12:34:31 +05:30
Faris Ansari
c2ccc9886c
Merge pull request #6091 from netchampfaris/img-screenshot
...
fix(md_to_html): Add class screenshot to img elements
2018-09-14 14:44:30 +05:30
Faris Ansari
e8eb44c299
fix(change log): Import subprocess ( #6093 )
...
* fix(change log): Import subprocess
* fix: Ignore subprocess warning
2018-09-14 14:43:26 +05:30
Faris Ansari
e7c79b713e
fix(md_to_html): Add class screenshot to img elements
2018-09-14 11:05:12 +05:30
Saurabh
3e7b387a7a
[resolved] merge-conflicts
2018-09-12 14:52:46 +05:30
Rohit Waghchaure
5f4432a343
[Fix] Change Log
2018-09-10 13:21:02 +05:30
Saurabh
d2ce42fce4
Merge pull request #6060 from saurabh6790/get_app_version_and_branch_info
...
[enhance] in get_app_info return application branch and branch version if exists
2018-09-07 18:35:07 +05:30
Saurabh
dbb7ecb7fe
[fix] check for developer mode before adding port to URL
2018-09-07 13:23:17 +05:30
Saurabh
371d7f87a9
[enhance] in get_app_info return application branch and branch version if exists
2018-09-06 17:41:26 +05:30
Ameya Shenoy
840f05054d
update-info: put json in redis, and generate message at user end
2018-09-05 14:32:52 +00:00
Faris Ansari
73c7984fcd
fix: frappe.utils.get_url
2018-09-05 14:06:43 +05:30
Faris Ansari
0fcc0c9b89
Add only System Managers to update-user-set
2018-09-05 13:36:56 +05:30
Benji
8ef433ef45
Add safe_div() ( #6006 )
...
* Update receive.py
* Update receive.py
* Update receive.py
* Added safemath_div()
* Update data.py
* style: fix trailing whitespace
2018-09-03 10:59:23 +05:30
Faris Ansari
505a55474a
feat: Add is_subset utility
2018-09-01 22:44:31 +05:30
Faris Ansari
3838247f4d
Merge branch 'develop' into async-keyword-fix
2018-08-28 18:47:17 +05:30
Faris Ansari
116a0bc99c
fix(async): Pass async param using dict
2018-08-28 18:45:56 +05:30
Aditya Hase
f3b959b1fe
frappe: refactor async to realtime ( #6015 )
...
* frappe: refactor async to realtime
* frappe: refactor async to is_async
2018-08-28 15:31:20 +05:30
Rushabh Mehta
ad9ce8a3a3
fix(test): test_scheduler.py
2018-08-27 11:20:25 +05:30
Ameya Shenoy
a4f3ba6d99
translated strings and removed admin upgrade message
2018-08-24 11:38:37 +00:00
Ameya Shenoy
c60e976fdc
Merge pull request #5992 from codingCoffee/print
...
[feature] print multiple docs from multiple doctypes
2018-08-24 08:26:15 +00:00
Ameya Shenoy
8776376c13
multi fixes
...
- [fix] removed _ as a variable since it is used in translations
- linting fixes
- added error logging for permission errors
2018-08-23 10:47:01 +00:00
Benji
e166817c3c
minor bugfix python 3 ( #5997 )
...
bugfix
2018-08-22 10:58:34 +05:30
Ameya Shenoy
65e96ff7a4
added docstring to download multi pdf
...
- also made the PDF name as a parameter which is passed by the user
2018-08-21 14:59:47 +05:30
rohitwaghchaure
a5d7182817
[Fix] Ascii code issue while downloading report ( #5990 )
2018-08-21 11:21:40 +05:30
Ameya Shenoy
b944fcfdb5
[minor] pop up shown to system managers and functionified code
2018-08-20 21:18:09 +00:00
Ameya Shenoy
4504bc1ebc
[feature] print multiple docs from multiple doctypes
2018-08-20 18:57:59 +00:00
Zarrar
c5ffec6c69
fix argument pass to class ( #5989 )
2018-08-20 12:38:10 +05:30
Himanshu Mishra
10361383c1
[fix]: use is_async in background jobs instead of async ( #5986 )
2018-08-20 10:36:26 +05:30
rohitwaghchaure
d13afe3e79
Merge pull request #5980 from rohitwaghchaure/download_report_not_working
...
[Fix] Download report not working
2018-08-17 13:22:17 +05:30
Rohit Waghchaure
c197ae6278
[Fix] Download report not working
2018-08-17 11:10:51 +05:30
Ameya Shenoy
5cee74e8db
python 2/3 fixes
2018-08-16 12:28:59 +00:00
Ameya Shenoy
21bbbd2dbb
[feature] show popup for version update
...
- added a new weekly hook to check if new version update is available
- added function to desk.js to show popup in case a new version is
available
- added redis wrappers for set related commands, namely sadd, srem,
sismember, spop, srandmember, smembers
2018-08-15 20:34:48 +00:00
Prateeksha Singh
d0a1565aa8
[csv-utils] don't decode when you've encoded special chars ( #5970 )
...
* [csv-utils] don't decode when you've encoded special chars
* Update csvutils.py
2018-08-15 11:25:56 +05:30
sivankar
a48b76b940
refactored code to add support in filters to get descendant or ancest… ( #5847 )
...
* refactored code to add support in filters to get descendant or ancestor for tree type documents
* added semicolon and comments to imporve code quality
* refactored code to add not ancestor and not descendants of filters
* added test cases for ancestors of and descendants of
* Translate labels
2018-08-14 12:19:18 +05:30
Prateeksha Singh
213279ec87
Merge pull request #5783 from szuyxy/global_search_support_and
...
[Enhance] Global search multi key words to pin point search result
2018-08-14 12:09:29 +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
Rushabh Mehta
e7c8b0c138
optimize(various): optimize with frappe.get_cached_value
2018-08-08 16:33:40 +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
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
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
db51e4441a
fix(attach) for web forms
2018-08-04 21:51:49 +05:30
Rushabh Mehta
3600b55f58
fix(webform grid): click on edit and list view ( #5922 )
2018-08-04 16:24:38 +05:30
Faris Ansari
24b1f2bbc4
Pick port from webserver_port in get_url
2018-07-31 23:03:41 +05:30
Nabin Hait
854b068ee9
Fixed merge conflict
2018-07-31 13:15:15 +05:30
Shreya Shah
4c20d1f68f
using regex instead of soup to parse pdf page margins ( #5883 )
...
* using regex instead of soup to parse pdf page margins
* Fix codacy
2018-07-30 14:32:33 +05:30