Commit graph

12098 commits

Author SHA1 Message Date
Nabin Hait
84798ea48b Merge pull request #2976 from netchampfaris/ui-fixes
[fix] list view assign to area
2017-03-31 11:15:43 +05:30
Saurabh
7e220d6d5e [fix] show site wise background jobs (#2977)
* [fix] show site wise background jobs

* Update background_jobs.py

* Update background_jobs.py
2017-03-31 10:58:37 +05:30
Nabin Hait
c987dccd55 Merge branch 'hotfix' 2017-03-30 23:56:13 +05:30
Nabin Hait
d586217ddb bumped to version 8.0.2 2017-03-31 00:26:13 +06:00
Nabin Hait
116016499f Fixed Listview rendering of File. Fixes frappe/erpnext#8240 2017-03-30 23:45:36 +05:30
Nabin Hait
a10425059f Merge branch 'hotfix' 2017-03-30 19:33:12 +05:30
Nabin Hait
2b3c817e1a bumped to version 8.0.1 2017-03-30 20:03:12 +06:00
Nabin Hait
12f953e83d Patch order changed to reload Version doc 2017-03-30 19:31:22 +05:30
Nabin Hait
793956ff03 Merge pull request #2980 from mbauskar/develop
[patch] fixes in setup email inbox patch
2017-03-30 19:24:53 +05:30
Nabin Hait
d8b7a4417d Minor fix in reportview 2017-03-30 19:23:45 +05:30
mbauskar
a59411a871 [patch] fixes in setup email inbox patch 2017-03-30 19:13:27 +05:30
Nabin Hait
83301da156 Merge branch 'develop' 2017-03-30 18:22:59 +05:30
Nabin Hait
0c8d2272aa bumped to version 8.0.0 2017-03-30 18:52:58 +06:00
Nabin Hait
df1347d5f1 Contact image is replaced by gravatar only if no image attached 2017-03-30 18:00:24 +05:30
Nabin Hait
3e0cfbae79 Update patches.txt 2017-03-30 17:49:43 +05:30
Faris Ansari
4fbfd1a846 [fix] list view assign to area 2017-03-30 17:49:22 +05:30
Prateeksha Singh
0363bbeed3 [fix] multiple list options for kanban 2017-03-30 17:41:26 +05:30
Nabin Hait
ba9d08fda3 User settings patch fixes 2017-03-30 17:40:12 +05:30
mbauskar
685803900e [minor] updated the scheduler event to sync user settings 2017-03-30 17:05:47 +05:30
Rohit Waghchaure
76824541e6 [fix] Page and report custom role permisison issue 2017-03-30 17:04:15 +05:30
Nabin Hait
86cd84607d [translations] 2017-03-30 16:55:18 +05:30
Nabin Hait
581dcb8330 Change log for version 8 2017-03-30 16:01:25 +05:30
Rohit Waghchaure
259f155e17 [fix] Custom role not working for report 2017-03-30 15:06:19 +05:30
Nabin Hait
ec5717e451 Merge branch 'bohlian-develop_customize_form_report_hide_fixes' into develop 2017-03-30 14:27:06 +05:30
Nabin Hait
916d4d2ebe Merge branch 'develop_customize_form_report_hide_fixes' of https://github.com/bohlian/frappe into bohlian-develop_customize_form_report_hide_fixes 2017-03-30 14:23:11 +05:30
Faris Ansari
3bf9c976c1 [fix] Reports in sidebar 2017-03-30 13:05:26 +05:30
joezsweet
619a09f96d Update calendar.js
- load locale-all.js
- localization based on user language settings
2017-03-30 12:40:23 +05:30
joezsweet
12f26ae939 Add files via upload 2017-03-30 12:40:23 +05:30
Nabin Hait
b9c5cab87c Newsletter email group patch fix 2017-03-30 12:36:04 +05:30
Nabin Hait
32f1256c54 Newsletter email group patch fix 2017-03-30 12:33:32 +05:30
Rohit Waghchaure
e37362d0e9 [fix] On change of permission from the role permission manager, do not save the doctype 2017-03-30 12:22:50 +05:30
Manas Solanki
48b9b58e84 Patch for newsletter 2017-03-30 12:17:42 +05:30
mbauskar
b4c1af5699 [minor] typecast the int names to string 2017-03-30 12:16:43 +05:30
Faris Ansari
9b55540a4c [fix] Show toggle sidebar button in mobile view 2017-03-30 12:16:05 +05:30
mbauskar
0678bf392d [minor] delete permission for communication and other minor fixes 2017-03-30 12:15:03 +05:30
mbauskar
54384c774f [minor] exception handling in get_app_branch if git is not initialized for app 2017-03-30 12:14:19 +05:30
joezsweet
630b29d5b2 fix error rised if no module permission
error: 
`Traceback (most recent call last):
  File "/home/frappe/frappe-bench/apps/frappe/frappe/app.py", line 56, in application
    response = frappe.handler.handle()
  File "/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 19, in handle
    execute_cmd(cmd)
  File "/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 42, in execute_cmd
    ret = frappe.call(method, **frappe.form_dict)
  File "/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py", line 903, in call
    return fn(*args, **newargs)
TypeError: get() takes exactly 1 argument (0 given)`
2017-03-30 12:12:18 +05:30
joezsweet
eba3c31510 Better handling for datepicker language fallback 2017-03-30 12:06:23 +05:30
joezsweet
49208ee0d9 Add datepicker locale-all.js
Loading datepicker locale-all.js localizations
2017-03-30 12:06:23 +05:30
joezsweet
1463f11b3e locale-all.js for datepicker 2017-03-30 12:06:23 +05:30
joezsweet
6e7893dbea hide chart area when mandatory filters are not set
using this.chart_area.hide() instead of this.chart_area.toggle(true);
2017-03-30 12:06:23 +05:30
Makarand Bauskar
f2cce63cfb Merge pull request #2967 from mbauskar/minor-fix
[minor] fixed reference error
2017-03-30 11:37:18 +05:30
mbauskar
75c7d59314 [minor] fixed reference error 2017-03-29 21:38:16 +05:30
mnatalia
54e0412dc8 Added bold option to the customize form and underscore for the translating possibility labels. 2017-03-29 18:43:49 +05:30
_ratskin_
83ba3ccc07 Updated the screenshots
Updated the "Login Screen" and "Desk" screenshots to more update ones.

This an update on my previous pull request #2914.
2017-03-29 18:42:19 +05:30
mbauskar
7f5d7f4d85 [patch] setup enable outgoing attribute in User Email table 2017-03-29 18:40:58 +05:30
mbauskar
88f122f253 [minor] only enable_outgoing email account can send the email from communication 2017-03-29 18:40:58 +05:30
mbauskar
c632e60441 [minor] imap as default email server for email account settings 2017-03-29 18:40:58 +05:30
mbauskar
4ec430c454 [minor] permission query conditions for communication/email 2017-03-29 18:40:58 +05:30
mbauskar
c8db0b292c [minor] removed the email inbox selector, deleted user from locals on create email account 2017-03-29 18:40:58 +05:30