Commit graph

12749 commits

Author SHA1 Message Date
Rushabh Mehta
45cbb7facc [minor] cleanups and optimization fixes 2017-06-20 12:46:43 +05:30
Faris Ansari
03e5dd2eb6 Handle large duration tasks (#3509)
frappe/erpnext#8724
2017-06-20 09:23:35 +05:30
Dhaifallah Alwadani
e1deea0bcc Make reports LTR for RTL theme (#3506) 2017-06-20 09:23:23 +05:30
tundebabzy
323e70db33 New Document in search bar is case sensitive (#3504)
* makes `get_creatables` change keywords to lowercase before comparison

* fixed codacy issues

* Update search_utils.js
2017-06-19 18:00:28 +05:30
Faris Ansari
a9cf952505 UI Tests for Frappe (#3500)
* init nightwatch.js

* add nightwatch to travis

typo

nightwatch fix

kill node

launch_url

run tests on local selenium

manually run sc

sc in bg with sleep

minor

minor

run test on chromedriver

simplify travis

minor

add chrome package

implicit chromedriver

nightwatch.global.js

path fix

console statement

enable screenshot

send screenshot to telegram

path

minor

remove chromium

add binary

screenshot

url

cleanup

increase timout

minor

minor

minor

* login test

add page_objects in config

Fix login test

* bench run-ui-tests

* update package.json

* update travis

* bench reinstall before running ui tests
2017-06-19 17:58:45 +05:30
Rushabh Mehta
5e581a1b69 [fix] grid.js and control.js. cleanup datepicker formatting and parsing 2017-06-19 15:10:59 +05:30
Rushabh Mehta
19736308b6 [minor] fix meta.py 2017-06-19 12:24:27 +05:30
Revant Nandgaonkar
b06f987e55 Download files using REST API and OAuth 2 Token (#3499)
* Download files using REST API and OAuth 2 Token

* Check permissions before file download via API

* Solves Codacy issues

https://www.codacy.com/app/netchampfaris/frappe/file/7377221800/issues/source?bid=4679759&fileBranchId=4768213#l364
2017-06-19 09:11:31 +05:30
tundebabzy
bbde2ec4cf rewrite use of dict.iteritems (#3498)
* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility
2017-06-19 09:10:21 +05:30
tundebabzy
702e52e665 Change raise syntax to python 3 compatible style (#3497)
* python 3 compatible raise statement

* python 3 compatible raise statement

* python 3 compatible raise statement

* python 3 compatible raise statement

* python 3 compatible raise statement

* python 3 compatible raise statement

* python 3 compatible raise statement

* python 3 compatible raise statement

* python 3 compatible raise statement

* python 3 compatible raise statement

* python 3 compatible raise statement

* python 3 compatible raise statement
2017-06-19 09:07:19 +05:30
Rushabh Mehta
d499ab619c [optimize] make things faster, lots of low hanging fruits fixed (#3495)
* [optimize] make things faster, lots of low hanging fruits fixed

* [fix] dont set gravatar for administrator and guest

* [fix] autocommit

* [fix] clear doctype cache
2017-06-19 09:04:25 +05:30
ci2014
f3998a1cca Add jinja support to leader_head.content and letter_head.footer (#3493)
* Add jinja support to leader_head.content and letter_head.footer

Add jinja support to leader_head.content and letter_head.footer

* Fix

convert_markdown(doc, meta) was missing my mistake

* Update printview.py

Considering that letter_head could be empty and cleaner code

* Update printview.py

* Update printview.py

* Update printview.py

* Update printview.py

Remove trailing whitespace
2017-06-19 09:03:41 +05:30
Faris Ansari
83c535652d Kanban cleanup (#3501)
* Kanban empty state frappe/erpnext#8849

* Add card UX
2017-06-19 09:03:18 +05:30
Rushabh Mehta
63ed486bfc [hot] fix grid display bug 2017-06-17 13:57:24 +05:30
Makarand Bauskar
5a1c6ddec8 [minor] removed write, create, delete permission from Domain doctype (#3492) 2017-06-16 15:11:43 +05:30
mbauskar
cc5f94367c Merge branch 'master' into develop 2017-06-16 11:43:05 +05:30
mbauskar
39a1496ccf Merge branch 'hotfix' 2017-06-16 11:43:04 +05:30
mbauskar
c29027245b bumped to version 8.0.69 2017-06-16 12:13:04 +06:00
Mohammed R Abukhamseen
f5a904a897 Exception translatable (#3473)
* Add persian right to left

* Update locale-all.js

Add Arabic translation for datepicker

* Make Exception translatabl with better UI

* Update desk.js
2017-06-16 11:11:56 +05:30
Rushabh Mehta
13ac31a823 [minor] print output if login fails 2017-06-16 11:09:36 +05:30
Prateeksha Singh
d8fb2c2c0d [fix] Enqueue syncing global search (#3455)
* [fix] Enqueue syncing global search

* make passing flags optional

* Create global_search.py
2017-06-16 11:02:22 +05:30
Britlog
00786178e5 Jinja translations for website (#3483) 2017-06-16 10:53:37 +05:30
Prateeksha Singh
41a7f7b3e1 Batch/Serial Number entry modal (#3298)
* [WIP] add and remove sort of working

* format fields and persistent values

* set available qty

* set editable for non-frm context

* add grid change event and in_place_edit condition

* add set_new_description

* wip soft refresh fields

* [minor] cleanup
2017-06-16 10:52:43 +05:30
Makarand Bauskar
6b28e1b9e0 [hot] fixed ValueError: need more than 1 value to unpack for vnd currency (#3489) 2017-06-15 19:40:49 +05:30
mbauskar
19d46d92fc Merge branch 'master' into develop 2017-06-15 16:04:52 +05:30
mbauskar
ac89473d52 Merge branch 'hotfix' 2017-06-15 16:04:51 +05:30
mbauskar
68a8f2b954 bumped to version 8.0.68 2017-06-15 16:34:51 +06:00
Makarand Bauskar
7bc97cbf36 Merge pull request #3488 from nabinhait/in_words_fix
get correct number format info in in_words function
2017-06-15 15:57:52 +05:30
Makarand Bauskar
1ba3d14977 Merge pull request #3487 from sagarvora/gh-9286
[minor] Add icon for Deleted Documents
2017-06-15 15:43:19 +05:30
Nabin Hait
85851d10d5 get correct number format info in in_words function 2017-06-15 15:36:54 +05:30
Sagar Vora
5c81b899a9 Add icon for Deleted Documents 2017-06-15 15:31:41 +05:30
Makarand Bauskar
80ce9d7393 Merge pull request #3486 from netchampfaris/pdf-fixes
[PDF] Wrap long text (frappe/erpnext#9107)
2017-06-15 15:10:25 +05:30
Nabin Hait
aa2a8a9c3c fixed module for address 2017-06-15 14:25:44 +05:30
mbauskar
3f320db64c Merge branch 'master' into develop 2017-06-15 13:27:13 +05:30
mbauskar
861a28d429 Merge branch 'hotfix' 2017-06-15 13:27:12 +05:30
mbauskar
eaebdfcd73 bumped to version 8.0.67 2017-06-15 13:57:12 +06:00
Faris Ansari
537efca4de [PDF] Wrap long text (frappe/erpnext#9107) 2017-06-15 13:25:37 +05:30
Makarand Bauskar
db324bd8a6 Merge pull request #3485 from saurabh6790/number_format_fix
[minor][fix] check boot.systemdefaults too
2017-06-15 12:28:17 +05:30
Saurabh
bf0198f08b [minor][fix] check boot.systemdefaults too 2017-06-15 12:22:26 +05:30
Makarand Bauskar
c044f9034c Merge pull request #3482 from rohitwaghchaure/deleted_document_issue
[Fix] System manager not able to restore the deleted document
2017-06-15 12:02:29 +05:30
Makarand Bauskar
eda35fbe6e Merge pull request #3484 from tundebabzy/issue-9239
Can't delete TAG #9239
2017-06-15 11:34:07 +05:30
tunde
f9d461e28a removes culprit print statement 2017-06-15 00:32:20 +01:00
Rohit Waghchaure
db928600da [Fix] System manager not able to restore the deleted document 2017-06-14 18:38:44 +05:30
Makarand Bauskar
fdd6873c5e [minor] print_template and frappe.render_grid fixes (#3476) 2017-06-14 16:08:27 +05:30
rohitwaghchaure
e5dc0af0e1 [Fix] Email digest email by document field's value not refreshing on change of document type (#3479) 2017-06-14 15:45:39 +05:30
Manas Solanki
b6cb70d232 Minor issue when generating the pdf for the reports having html format (#3478) 2017-06-14 15:44:20 +05:30
Nabin Hait
f7b16fc56a Prepare email message only if there is message (#3477) 2017-06-14 15:43:03 +05:30
Rushabh Mehta
1d38a4ae2f [fix] genders patch 2017-06-13 15:55:31 +05:30
Manas Solanki
0ce499e13d Configurable error traceback (#3464)
* Configurable error traceback

* Create system_settings.json
2017-06-13 15:33:08 +05:30
Frappe PR Bot
070cd0029f [translation] translation updates (#3471) 2017-06-13 15:30:39 +05:30