Commit graph

5202 commits

Author SHA1 Message Date
Pratik Vyas
1c19bf95b8 do not rebuild sitemap on add to installed app 2014-05-10 22:18:52 +05:30
Rushabh Mehta
6d5d653006 show message for duplicate name error 2014-05-09 19:21:23 +05:30
Anand Doshi
46dadf4299 Fixed framework.sql 2014-05-09 17:44:36 +05:30
Rushabh Mehta
7373daae55 bugfix rename_doc 2014-05-09 15:30:29 +05:30
Rushabh Mehta
1bf127e778 bugfix for include 2014-05-09 15:05:23 +05:30
Rushabh Mehta
1a94ae61de Merge pull request #514 from anandpdoshi/deprecate-link-selects
Deprecate link selects
2014-05-09 14:08:35 +05:30
Anand Doshi
9bb0ab45db Merge pull request #513 from rmehta/develop
added bulk option in frappe.sendmail and header extension
2014-05-09 13:51:06 +05:30
Anand Doshi
3c160b6554 Deprecate Select fields with options as link: 2014-05-09 13:35:09 +05:30
Anand Doshi
b34afadd8d Further improvements to autocomplete 2014-05-09 12:31:13 +05:30
Rushabh Mehta
b977b22440 bugfix to sendmail(bulk) 2014-05-09 11:48:23 +05:30
Anand Doshi
22ed714e30 Merge pull request #510 from anandpdoshi/hotfix
strip slash (/) from pathname in render.py
2014-05-09 11:37:26 +05:30
Anand Doshi
b07b046477 Autosuggest: show default suggestions in 500ms, cache query terms 2014-05-09 11:34:17 +05:30
Anand Doshi
75e2345cea strip slash (/) from pathname in render.py 2014-05-09 11:32:08 +05:30
Rushabh Mehta
a060b2b4a2 added bulk option in frappe.sendmail and header extension 2014-05-09 10:51:22 +05:30
Anand Doshi
407c5eb092 Merge pull request #511 from rmehta/develop
bugfix in search, added role_home_page and sort_field, sort_order in doctype
2014-05-08 17:44:11 +05:30
Rushabh Mehta
7a5430fc2f removed debug from search.py 2014-05-08 16:53:59 +05:30
Rushabh Mehta
6653f2e2a1 views and lists 2014-05-08 16:53:29 +05:30
Rushabh Mehta
919eb9eb80 added hook for role_home_page 2014-05-08 16:53:28 +05:30
Rushabh Mehta
28418fecf2 added sort_field and sort_order to doctype so that sorting can be user defined. Also added to customize form view 2014-05-08 16:53:28 +05:30
Rushabh Mehta
040b88e8e9 updates to pages 2014-05-08 16:53:27 +05:30
Rushabh Mehta
8ab1345d9a started standard lists and views [wip] for portal 2014-05-08 16:53:27 +05:30
Anand Doshi
e2167b480c Merge pull request #509 from anandpdoshi/bugfix-v4
Fixes in Assigned To, set_options in Select fields
2014-05-08 12:09:19 +05:30
Anand Doshi
b5032cf51e Fixed moduleview language issue 2014-05-08 11:43:11 +05:30
Nabin Hait
34096bfdb2 Merge pull request #508 from nabinhait/v4-hotfix
Fixes for validate after submit
2014-05-07 19:23:06 +05:30
Anand Doshi
2736ef8628 Assignment: comment mandatory. Fixes frappe/erpnext#1600 2014-05-07 18:49:36 +05:30
Anand Doshi
0fd0f5ebc4 Fixed: set_options set model value 2014-05-07 18:43:25 +05:30
Rushabh Mehta
e4f86243b2 Merge pull request #507 from anandpdoshi/bugfix-v4
Fixed Letter Head permissions, pjax only when .htm(l) or no extension, d...
2014-05-07 17:30:25 +05:30
Anand Doshi
8d0e90fef0 Fixed Letter Head permissions, pjax only when .htm(l) or no extension, dragging issue in grid 2014-05-07 17:22:00 +05:30
Nabin Hait
5ef55eb3dc Merge branch 'develop' of github.com:frappe/frappe into v4-hotfix 2014-05-07 16:34:26 +05:30
Nabin Hait
6451fbfc76 Fixes in validate_after_submit for data import. 2014-05-07 16:33:43 +05:30
Anand Doshi
b3594f9388 Merge pull request #505 from rmehta/develop
added or_filters to db_query. link search will not search 'search_fields...
2014-05-07 15:13:19 +05:30
Nabin Hait
121877b218 Merge branch 'develop' of github.com:frappe/frappe into v4-hotfix 2014-05-07 15:11:31 +05:30
Nabin Hait
ecfa9dfb37 Call validate on update_after_submit. Fixes #1595 2014-05-07 14:57:17 +05:30
Rushabh Mehta
2405ed2e81 added or_filters to db_query. link search will not search 'search_fields' by default 2014-05-07 14:09:40 +05:30
Anand Doshi
a35174399e Merge pull request #504 from anandpdoshi/editor-bugfix
Use jquery to remove style attributes in clean_html in editor.js
2014-05-07 12:30:07 +05:30
Anand Doshi
abf113e2d4 Use jquery to remove style attributes in clean_html in editor.js 2014-05-07 12:21:03 +05:30
Pratik Vyas
b6efb3fe96 Merge pull request #502 from rmehta/develop
fix to boilerplate, added Core module for Administrator and fixed layout...
2014-05-06 18:50:54 +05:30
Rushabh Mehta
2f926f0136 fix to boilerplate, added Core module for Administrator and fixed layout in ControlImage in control.js 2014-05-06 17:17:40 +05:30
Anand Doshi
7469c83b69 Merge pull request #501 from anandpdoshi/bugfix-v4
Fixes in pjax and Custom Field
2014-05-06 16:44:31 +05:30
Anand Doshi
b89db240b2 Fixes in Custom Field 2014-05-06 16:17:24 +05:30
Nabin Hait
d8cfbc09e1 Merge pull request #500 from nabinhait/v4-hotfix
Cannada translation
2014-05-06 14:20:39 +05:30
Nabin Hait
430698207b Cannada translation 2014-05-06 14:03:35 +05:30
Anand Doshi
e62d6bfcb3 PJax - Reload first page when visited using browser's back button 2014-05-06 12:56:29 +05:30
Anand Doshi
35897f63da Merge pull request #499 from anandpdoshi/bugfix-v4
Module view: use route if specified. Fixes frappe/erpnext#1584
2014-05-06 12:18:18 +05:30
Anand Doshi
d93615dd3e Module view: use route if specified. Fixes frappe/erpnext#1584 2014-05-06 11:48:20 +05:30
Pratik Vyas
5d4741b4e2 Release 4.0.0 2014-05-05 19:15:34 +05:30
Anand Doshi
e153f32cd3 Do not allow installing hidden apps from applications page 2014-05-05 18:34:08 +05:30
Anand Doshi
a8e24afade Reload ignore_doctypes if force=True in import_doc 2014-05-05 18:25:01 +05:30
Anand Doshi
484191754a Whitelisting of controller methods 2014-05-05 17:51:38 +05:30
Anand Doshi
90b637e844 Fixed Selenium Tests 2014-05-05 17:18:58 +05:30