Saurabh
2147bca5d4
[fix] set no_copy property for workflow state field ( #5531 )
...
* [fix] set no_copy property for workflow state field
* [fix] check if custom field exists before loading doc
2018-05-08 15:16:08 +05:30
Ameya Shenoy
09e71d0d77
added floor and ceil to frappe.utils ( #5536 )
...
Added frappe wrappers to math.ceil and math.floor, since they are widely
used functions. Also added their docstrings for documentation and wote
test cases. And some minor typo fixes
2018-05-08 15:13:50 +05:30
Nabin Hait
09cbf49ff1
Increase the length of Singles table columns ( #5540 )
2018-05-08 15:12:00 +05:30
Ameya Shenoy
439effed7d
Rebuild help for docs which have been renamed ( #5521 )
...
After execution of a bulk rename, the help cache for the particular
doctype didn't used to change. Added this fix to ensure the help is
rebuilt for the particular doctype whose docs have been renamed
2018-05-06 11:59:00 +05:30
Nabin Hait
947f409826
Merge branch 'hotfix'
2018-05-05 12:08:47 +05:30
Nabin Hait
00adb31d69
bumped to version 10.1.29
2018-05-05 12:38:47 +06:00
Ameya Shenoy
5cc28b1257
pip fix ( #5527 )
2018-05-04 19:05:48 +05:30
ci2014
8b2e4a5f4c
Check for list_renderer before accessing settings ( #5469 )
...
* Check for list_renderer before accessing settings
In the master version of frappe, in the first attempt of calling the file manager (when onload is called) the report doesn't build, because in the report view, there is no such attribute list_renderer available.
In that change we check if the list renderer is not undefined and only setup the menu, drag and drop and copy function, when the list_renderer object is available.
This problem might not occur in the developer versions (datatables), but many people still work with the master version and need a working file manager report.
* Update file_list.js
2018-05-04 13:15:30 +05:30
Prateeksha Singh
329831512b
Merge pull request #5520 from netchampfaris/printview-footer
...
Show footer in Full Page printview
2018-05-03 17:37:20 +05:30
Faris Ansari
1cef6890e3
Show footer in Full Page printview
2018-05-03 16:12:16 +05:30
Nabin Hait
03264d5d6a
minor fix
2018-05-03 10:45:18 +05:30
Saurabh
880d2e5101
Merge branch 'hotfix'
2018-05-02 21:36:12 +05:30
Saurabh
bded2cd3e9
bumped to version 10.1.28
2018-05-02 22:06:12 +06:00
Saurabh
869976b1bc
Merge pull request #5517 from codingCoffee/travis
...
dark magic to revive travis
2018-05-02 21:35:30 +05:30
Saurabh
7ed0621e1e
Merge pull request #5518 from netchampfaris/handle-row-dict-list
...
Handle row which can be dict or list
2018-05-02 21:34:28 +05:30
Faris Ansari
c8538445ab
Handle row which can be dict or list
...
- (why no normalization?)
2018-05-02 21:29:41 +05:30
Ameya Shenoy
ab0198b513
dark magic to revive travis
...
It seems that some process inside travis is using port no 9000. Hence
adding this line in the travis.yml to change common_site_config.json and
use port no 9001 for socket_io
2018-05-02 17:30:35 +05:30
Saurabh
cef7f1c3b9
Merge branch 'hotfix'
2018-05-02 16:18:47 +05:30
Saurabh
36cfa144e6
bumped to version 10.1.27
2018-05-02 16:48:47 +06:00
Saurabh
5e489228f3
Merge pull request #5516 from surajshetty3416/hotfix
...
[urgent] Fix query_report has_match
2018-05-02 16:15:24 +05:30
Suraj Shetty
7cba1f41a5
[urgent] Fix query_report has_match
2018-05-02 16:06:59 +05:30
Saurabh
c4d598cd99
Merge branch 'hotfix'
2018-05-02 14:51:45 +05:30
Saurabh
74c645b6d2
bumped to version 10.1.26
2018-05-02 15:21:45 +06:00
Saurabh
10dec5db25
Merge pull request #5513 from frappe/revert-5486-hotfix
...
Revert "Hotfix to allow for modal to be scrolled"
2018-05-02 13:22:17 +05:30
Saurabh
1d0fdf7dcc
Revert "Hotfix to allow for modal to be scrolled ( #5486 )"
...
This reverts commit 526ebb71a3 .
2018-05-02 13:18:50 +05:30
spa49
526ebb71a3
Hotfix to allow for modal to be scrolled ( #5486 )
...
* Update desk.css
* Update desk.less
2018-05-02 11:08:20 +05:30
Faris Ansari
1ccf9d85b8
get_emails_from_role should only pickup enabled users ( #5504 )
2018-05-02 11:02:07 +05:30
Prateeksha Singh
be8f73f551
Merge pull request #5510 from pratu16x7/hotfix
...
[control] code value field
2018-05-01 10:23:26 +05:30
Prateeksha Singh
7cc6f9482c
[control] code value field
2018-05-01 08:21:13 +05:30
Ameya Shenoy
b6ec76c2db
i still don't know why we're still using travis ( #5500 )
2018-04-30 11:30:27 +05:30
Zarrar
8da9a7e86f
hide user-progress and help for mobile view ( #5492 )
2018-04-30 11:29:33 +05:30
Zarrar
efa359e201
restore original permissions for standard and custom doctypes ( #5498 )
2018-04-30 11:29:05 +05:30
Faris Ansari
8923cb6aa9
Validate fieldnames that contain space ( #5499 )
2018-04-30 11:27:44 +05:30
Ameya Shenoy
c6e4699e5b
removed bad code and made compatible with pip 10 ( #5458 )
2018-04-30 11:22:09 +05:30
Prateeksha Singh
4eab463969
Merge pull request #5490 from pratu16x7/hotfix
...
[hotfix] query report dict key fetch
2018-04-25 13:19:54 +05:30
Prateeksha Singh
6dfc888f82
[fix] query report dict key fetch
2018-04-25 13:18:05 +05:30
Saurabh
ab6c3b5dad
Merge branch 'hotfix'
2018-04-25 11:35:48 +05:30
Saurabh
8b2ab352d1
bumped to version 10.1.25
2018-04-25 12:05:48 +06:00
Manas Solanki
e95df5491e
fixed the letterhead ( #5477 )
2018-04-21 20:19:01 +05:30
Manas Solanki
a79513fc2a
Fix autoname in data_import.py ( #5474 )
2018-04-20 11:41:59 +05:30
Saurabh
28287d4d8f
Merge branch 'hotfix'
2018-04-19 11:00:11 +05:30
Saurabh
0a18c47fda
bumped to version 10.1.24
2018-04-19 11:30:11 +06:00
Nabin Hait
de63fa5737
Sync optimization related to varchar length and index on version table ( #5437 )
...
* Sync optimization related to varchar length and index on version table
* Minor fix
2018-04-17 11:58:01 +05:30
Shreya Shah
c007c0c225
Fix for unknown locale languages in print format ( #5424 )
...
* fix for unknown locale in dates
* formatting fix
2018-04-17 11:29:22 +05:30
Rushabh Mehta
f03ac687ab
[travis] --quiet
2018-04-16 15:09:08 +05:30
Shreya Shah
fc7de01017
Raise exception while deleting an item which is a product bundle ( #5286 )
...
* raise exception while deleting an item which is a product bundle
* separated if statements and added a comment
* modified condition
2018-04-16 01:26:19 -08:00
Shreya Shah
64fe2749cb
avoid link validation error in authentication ( #5415 )
2018-04-16 01:25:34 -08:00
Rushabh Mehta
e4aa433ea3
[travis] --quiet
2018-04-16 11:25:39 +05:30
Rushabh Mehta
102dd9fea8
[travis] sleep more
2018-04-16 11:04:07 +05:30
Rushabh Mehta
74046de5dd
[minor]
2018-04-16 10:57:33 +05:30