Commit graph

9033 commits

Author SHA1 Message Date
Achilles Rasquinha
925c35eee2
Merge pull request #5146 from achillesrasquinha/py3
[FIX] safe decode for 3
2018-03-08 17:19:32 +05:30
Achilles Rasquinha
d1e38d21c2 [FIX] safe decode for 3 2018-03-08 17:18:38 +05:30
Achilles Rasquinha
65a64df02a
Merge pull request #5145 from achillesrasquinha/py3
[FIX] Subject Decode for Emails.
2018-03-08 17:12:47 +05:30
Achilles Rasquinha
93a3921f1d [FIX] safe decode for 3 2018-03-08 17:11:52 +05:30
Raghavendra Kamath
76a15663b5 Fix ellipsis problem in long titled subheading (#5137) 2018-03-08 17:06:42 +05:30
Achilles Rasquinha
97963119a5 email parse content to unicode 2018-03-08 16:35:02 +05:30
Achilles Rasquinha
01c5c32798 dict comparision 2018-03-08 16:06:57 +05:30
Achilles Rasquinha
fc94489220 added safe encode 2018-03-08 15:10:01 +05:30
Achilles Rasquinha
c251236e43 [FIX] module has no safe_decode 2018-03-08 14:53:36 +05:30
Achilles Rasquinha
73b3ea8e74 Merged with develop 2018-03-08 14:44:22 +05:30
Achilles Rasquinha
3f14778b7c [FIX] email message to string, not bytes 2018-03-08 14:42:30 +05:30
Faris Ansari
2db3065908 Listview fixes (#5136)
- Remove freeze
- Save user_settings only if changed
2018-03-08 14:19:54 +05:30
Revant Nandgaonkar
f98d782055 Oauth2 tests (#5128)
* oauth2 test for openid profile

* OAuth 2 Test : revoke token
2018-03-08 12:02:33 +05:30
Mohd200
0c50800c40 make password translatable (#5132) 2018-03-08 12:01:31 +05:30
Achilles Rasquinha
0e450616f6
Merge pull request #5134 from achillesrasquinha/py3
cmp alternative
2018-03-08 11:51:46 +05:30
Achilles Rasquinha
c0f674f5e5 cmp alternative 2018-03-08 11:49:31 +05:30
Achilles Rasquinha
71691beded
Merge pull request #5133 from achillesrasquinha/py3
cmp alternative
2018-03-08 11:32:13 +05:30
Achilles Rasquinha
1600614189 cmp alternative 2018-03-08 11:31:17 +05:30
Faris Ansari
0ed7cc24af
Update frappe-gantt to 0.1.0 (#5113) 2018-03-08 10:50:38 +05:30
Suraj Shetty
01ee7eeb66 Bulk edit improvements (#5124)
* unhide_parent bool for add_dropdown_item()

* rearraged bulk action options

* Update docstring
2018-03-08 10:50:15 +05:30
Achilles Rasquinha
de88d2f568
Merge pull request #5131 from achillesrasquinha/py3
[FIX] gunicorn fails to read byte response headers, convert to strings
2018-03-08 01:21:25 +05:30
frappe
0067ad09a9 [FIX] gunicorn fails to read byte response headers, convert to strings 2018-03-07 20:33:39 +01:00
Achilles Rasquinha
85fd2e15bb
Merge pull request #5121 from laughsuggestion/develop
smtplib login expects strings for username and password
2018-03-07 16:43:12 +05:30
Faris Ansari
2de3a6aacb
Query Report bug fixes (#5127)
* Move set_menu_items back to BaseList

* Bug fixes

- Update columns on refresh
- Link formatting
- Tree view

* fix codacy
2018-03-07 16:30:55 +05:30
Storm
0074fda759 mimetype expects to be set to a string not bytes 2018-03-06 11:51:57 -07:00
Storm
f632ad77d4 smtplib login expects strings for username and password 2018-03-06 09:04:56 -07:00
Suraj Shetty
e0f4676836 Bulk operation bug fix (#5119)
Removed a hardcoded test data
2018-03-06 09:56:42 +05:30
Faris Ansari
55e5b473d0 Better messages for build commands (#5117)
* Better rollup messages in console

* Remove 'docs folder not found' warning

* Show production message

* fix codacy
2018-03-05 22:07:55 +05:30
Achilles Rasquinha
106944abc0
Merge pull request #5115 from achillesrasquinha/py3
Create New Apps.
2018-03-05 14:55:53 +05:30
Nabin Hait
7b0a7e029d Fixed merge conflict 2018-03-05 14:46:18 +05:30
Nabin Hait
f290b38290 bumped to version 10.1.2 2018-03-05 15:12:48 +06:00
Achilles Rasquinha
1f2d5c774b create new apps 2018-03-05 14:32:54 +05:30
Zarrar
22d0636f29 [Hotfix] Editing Filters does not remove the previous pill (#5110)
* editing filter does not remove previous pill

* fix undefined in kanban pill
2018-03-05 11:04:16 +05:30
Suraj Shetty
1202ff1fdb List view bulk edit option (#5107)
* added actions button for bulk operations

also included bulk edit option

* page html refactor and added show/hide action option

* copy field object to avoid mutation

* commonify update method and other refactor

* fixed bug with progress bar level and minor fix with 'value' field display

* fixed frappe/erpnext#13063

* commonify field control method and removed unwanted code

* separate method for submit and cancel

* [minor] msgprint change

* refresh list on complete

* requested changes and refactor

* codacy fix

* code formatting, changed var name

* conflict fix

* description option for progress dialog

* extracted bulk operations to a separate file

* Refactor

commonified redundant method
get_json -> parse_json

* rename change_df -> replace_field
2018-03-05 11:02:50 +05:30
Faris Ansari
2fc96e1419 Remember columns state for each user (#5102)
* Remember columns state for each user

* Chart

* python 3 fix

* Toggle message refactor, Tree structure DataTable update
2018-03-05 11:02:23 +05:30
Achilles Rasquinha
f5a6e22e82
Delete README.md 2018-03-02 18:26:50 +05:30
Achilles Rasquinha
fb7630d82d save doctypes 2018-03-02 14:01:22 +05:30
Faris Ansari
e408de3abd
Import moment in web_form (#5106) 2018-03-01 14:56:19 +05:30
Zarrar
a62628637f Dropdown to select view mode fix (#5100) 2018-03-01 11:40:07 +05:30
Achilles Rasquinha
ad9a207ec2
Merge pull request #5103 from achillesrasquinha/py3
Fix Unittest
2018-02-28 21:34:18 +05:30
Achilles Rasquinha
abb7f14bbd self.assertEqual 2018-02-28 21:19:01 +05:30
Achilles Rasquinha
826c14db31 [CHAT] Some cleanup from previous chat 2018-02-28 19:35:14 +05:30
Ameya Shenoy
3666513113 Update hooks.py (#5099) 2018-02-28 17:35:04 +05:30
Faris Ansari
cd54b6f6a1 Query Report (#5097)
* [listview] Show freeze message

* Call refresh on same page

* Simplify query_report lifecycle, Print partially working

* PDF Print, frappe.render_pdf

* Show freeze message

* Export
2018-02-28 17:10:09 +05:30
rohitwaghchaure
3a90ba61e9 [minor] Hide add new row button if cannot_add_rows is enabled in df (#5091) 2018-02-28 17:08:46 +05:30
rohitwaghchaure
dbd93a3779 [Fix] Email not sent when click on send in email prompt (#5092) 2018-02-28 17:08:19 +05:30
Achilles Rasquinha
cacc0b8cb2 Use range instead of xrange, and sorted fix (#5094)
* Use range instead of xrange

* sort using cmp_to_key

* [min] import functools
2018-02-28 17:07:59 +05:30
Achilles Rasquinha
798228fce5 [min] import functools 2018-02-28 12:57:46 +05:30
Achilles Rasquinha
cbc8831add sort using cmp_to_key 2018-02-28 12:38:19 +05:30
Achilles Rasquinha
3d5a983c0c Use range instead of xrange 2018-02-28 12:26:22 +05:30