Commit graph

9524 commits

Author SHA1 Message Date
Nabin Hait
ca4ec05ed8 Merge pull request #1695 from nabinhait/freeze_customize_form
[fix] Freeze customize form on trigger of doctype
2016-04-12 18:51:20 +05:30
Nabin Hait
2adb2bf744 [fix] Freeze customize form on trigger of doctype 2016-04-11 18:50:58 +05:30
Rushabh Mehta
ae0afc73df [cleanup] dashboard and default image 2016-04-11 17:35:01 +05:30
Nabin Hait
1de94a22ef Merge pull request #1686 from anandpdoshi/fix/get-lang-code
[fix] use get_lang_code in auth.py to evaluate _lang
2016-04-11 17:08:44 +05:30
Rushabh Mehta
acff9c6288 [fix] run_method 2016-04-11 12:43:20 +05:30
Rushabh Mehta
addda4a30c [fix] open filtered list when clicked on notifications circle 2016-04-11 12:42:12 +05:30
Rushabh Mehta
d58a5773ba [fix] [minor] return _seen only if demanded 2016-04-11 11:45:06 +05:30
Rushabh Mehta
79203f3ab6 [api] added on_change event in document.py that will be called after any update event, including on_trash 2016-04-11 11:34:26 +05:30
Anand Doshi
89589bf552 [fix] use get_lang_code in auth.py to evaluate _lang 2016-04-08 18:39:56 +05:30
Rushabh Mehta
cb44325f39 [fix] limit open notifications to 20 2016-04-08 18:35:46 +05:30
Rushabh Mehta
9d8c2b5eff [enhancements] added frappe.utils.evalute_filter(doc, filter) and ability to hook multiple doc events at the same time 2016-04-08 17:07:31 +05:30
Anand Doshi
754fda4935 Merge branch 'KanchanChauhan-Admin-roles' into develop 2016-04-08 16:11:29 +05:30
Anand Doshi
73ea0b7c8e [fix] admin role addition 2016-04-08 16:11:15 +05:30
Kanchan Chauhan
f3cbcee944 Prevent Admin from clearing all roles 2016-04-08 15:37:09 +05:30
Anand Doshi
d1dbdb6f5a Merge pull request #1684 from MaxMorais/patch-15
Fix TypeError
2016-04-08 08:27:55 +05:30
Maxwell Morais
4fcc6502d7 Fix TypeError
Traceback (innermost last):
  File "/usr/frappe5/frappe-bench/apps/frappe/frappe/app.py", line 57, in application
    response = frappe.handler.handle()
  File "/usr/frappe5/frappe-bench/apps/frappe/frappe/handler.py", line 19, in handle
    execute_cmd(cmd)
  File "/usr/frappe5/frappe-bench/apps/frappe/frappe/handler.py", line 36, in execute_cmd
    ret = frappe.call(method, **frappe.form_dict)
  File "/usr/frappe5/frappe-bench/apps/frappe/frappe/__init__.py", line 808, in call
    return fn(*args, **newargs)
  File "/usr/frappe5/frappe-bench/apps/frappe/frappe/desk/search.py", line 13, in search_link
    search_widget(doctype, txt, query, searchfield=searchfield, page_len=page_len, filters=filters)
  File "/usr/frappe5/frappe-bench/apps/frappe/frappe/desk/search.py", line 93, in search_widget
    as_list=not as_dict)
  File "/usr/frappe5/frappe-bench/apps/frappe/frappe/desk/reportview.py", line 17, in execute
    return DatabaseQuery(doctype).execute(*args, **kwargs)
 TypeError: execute() got an unexpected keyword argument 'as_dict'
2016-04-07 15:09:53 -03:00
Anand Doshi
36972b9b59 [hot] [fix] email_alert.json 2016-04-07 22:41:54 +05:30
Anand Doshi
7132935fef Merge branch 'master' into develop 2016-04-07 17:39:51 +05:30
Anand Doshi
c9994b62d0 Merge branch 'hotfix' 2016-04-07 17:33:23 +05:30
Anand Doshi
81c04d354e bumped to version 6.27.8 2016-04-07 18:03:23 +06:00
Rushabh Mehta
a7cf3d9248 [minor] [cleanup] fixes to new entry and seen 2016-04-07 17:28:28 +05:30
Anand Doshi
25e5c28eb0 Merge pull request #1682 from neilLasrado/hotfix
Fixed set_hidden function
2016-04-07 17:10:10 +05:30
Neil Trini Lasrado
e1b680c7a6 Fixed set_hidden function 2016-04-07 17:04:49 +05:30
Anand Doshi
aa3f42b032 [fix] backward compatibilty of module view route 2016-04-07 16:31:49 +05:30
Anand Doshi
72abd6717a [fix] allow context in frappe.respond_as_web_page 2016-04-07 16:31:30 +05:30
Rushabh Mehta
3c8f966cf2 Merge pull request #1681 from nabinhait/has_gravatar
[fix] Catch ConnectionError while checking gravatar_url
2016-04-07 16:27:31 +05:30
Nabin Hait
6aaa6ce17d [fix] Catch ConnectionError while checking gravatar_url 2016-04-07 16:10:32 +05:30
Rushabh Mehta
3d7b9cfe77 [minor] add_custom_button in grid and link query cleanup 2016-04-07 15:25:30 +05:30
Anand Doshi
b466e136a1 [fix] Explore: hide modules from sidebar if hidden for everyone 2016-04-07 12:38:08 +05:30
Anand Doshi
7de0c2cb93 Merge pull request #1677 from aruizramon/customfield-notfound-error-message
Added custom field name, as well as label, in Not Found error message…
2016-04-07 12:06:55 +05:30
Anand Doshi
947fc2a2df Merge pull request #1679 from nabinhait/report_hidden_column
[fix] Hidden columns in report
2016-04-07 12:06:10 +05:30
Nabin Hait
4c98b4080b [fix] Hidden columns in report 2016-04-07 11:40:17 +05:30
Rushabh Mehta
ff257667b2 [multiple-assign] got it back! 2016-04-07 10:51:57 +05:30
aruizramon
8af9c46315 Added custom field name, as well as label, in Not Found error message. Previously, it was hard to find which field was causing the problem when the field did not have a label - such as column breaks 2016-04-06 09:54:27 -04:00
Rushabh Mehta
c18eba6cbf Merge pull request #1676 from rohitwaghchaure/fixes
[Fixes][Portal] User Image not displaying in top right section
2016-04-06 18:43:23 +05:30
rohit waghchaure
5c2e978b4a [Fixes] User Image not displaying in top right section 2016-04-06 18:02:54 +05:30
Rushabh Mehta
21c57c23c0 [style] [mobile] toolbar with image 2016-04-06 16:28:53 +05:30
Rushabh Mehta
96948310f2 [test] [fix] 2016-04-06 15:50:26 +05:30
Rushabh Mehta
78607beeee [cleanup] print format css and default print view 2016-04-06 15:29:55 +05:30
Rushabh Mehta
f845df0e2e [fix] notifications for desktop icons 2016-04-06 15:29:55 +05:30
Rushabh Mehta
ba221269cb Merge pull request #1675 from rkurungadam/develop
Apply filters for Doctype List View from Menu definition
2016-04-06 14:54:47 +05:30
ranjith
d910196b7c Apply filters for Doctype List View from Menu definition 2016-04-06 12:23:09 +05:30
Anand Doshi
398235f5c7 [fix] don't update name during db_update 2016-04-05 18:26:47 +05:30
Anand Doshi
7201b323df [fix] communication sender fullname 2016-04-05 11:50:02 +05:30
Anand Doshi
71c6d38a9e [hot][fix] ignore_share_permission in user share with self 2016-04-05 11:49:50 +05:30
Anand Doshi
2ed290b60b [fix] communication sender fullname 2016-04-05 11:47:40 +05:30
Anand Doshi
c2e7f7a305 [hot][fix] ignore_share_permission in user share with self 2016-04-05 11:34:05 +05:30
Anand Doshi
8b14c704b2 Merge branch 'hotfix' 2016-04-04 17:54:06 +05:30
Anand Doshi
f8cfc205ba bumped to version 6.27.7 2016-04-04 18:24:06 +06:00
Anand Doshi
e70a89cd6c Merge pull request #1669 from nabinhait/awesome_bar_report_fix
[fix] Route for report builder report from awesome bar
2016-04-04 17:37:42 +05:30