Achilles Rasquinha
2496a5de32
[NEW] Makefile to clean cache without restart
2018-03-08 15:18:32 +05:30
Achilles Rasquinha
1d0de44fa6
[NEW] Makefile to clean cache without restart
2018-03-08 15:17:39 +05:30
Achilles Rasquinha
c977c0105d
Merge pull request #5140 from achillesrasquinha/py3
...
Safe Encoding Decoding helpers to fix bytes to str.
2018-03-08 15:12:07 +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
ce843f371f
Merge pull request #5139 from achillesrasquinha/py3
...
[FIX] email message to string, not bytes
2018-03-08 14:45:40 +05:30
Achilles Rasquinha
73b3ea8e74
Merged with develop
2018-03-08 14:44:22 +05:30
Achilles Rasquinha
00a7f4f672
Merge branch 'develop' of https://github.com/frappe/frappe into develop
2018-03-08 14:43:49 +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
990b5b6317
cmp alternative
2018-03-08 11:46:45 +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
d5eb0deebf
Exclude libs.min.js from rollup build ( #5118 )
2018-03-05 22:27:40 +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
e24c8821d1
Merge branch 'hotfix'
2018-03-05 14:42:48 +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
68d698b076
Delete Makefile
2018-03-02 17:52:23 +05:30
Achilles Rasquinha
9e9f0d61ac
Delete __init__.py
2018-03-02 17:51:49 +05:30
Achilles Rasquinha
9aabd26580
Merge pull request #5109 from achillesrasquinha/save-doctype-py3
...
Save and Make Boilerplates for DocTypes
2018-03-02 16:57:50 +05:30
Achilles Rasquinha
fb7630d82d
save doctypes
2018-03-02 14:01:22 +05:30
Achilles Rasquinha
4cd08787f2
Update .gitignore
2018-03-01 16:12:41 +05:30
Faris Ansari
57f621f1d8
Clear css file before building ( #5108 )
2018-03-01 15:50:36 +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
23fafe79b5
Merge pull request #5101 from achillesrasquinha/chat-cleanup
...
Chat Cleanup
2018-02-28 19:53:50 +05:30
Achilles Rasquinha
826c14db31
[CHAT] Some cleanup from previous chat
2018-02-28 19:35:14 +05:30
Achilles Rasquinha
71cdff1e8e
Merge branch 'develop' of https://github.com/frappe/frappe into develop
2018-02-28 19:13:05 +05:30