Commit graph

485 commits

Author SHA1 Message Date
Nabin Hait
0ae9f2dd3c minor fix 2015-10-28 18:23:15 +05:30
Nabin Hait
af4ec63788 [fix] Trigger link fields after ajax 2015-10-28 15:39:17 +05:30
Anand Doshi
3a28c0a8d3 [fix] db-query filters - for like, use blank string as value if None 2015-10-27 19:23:40 +05:30
Rushabh Mehta
879dc6f37d [feature] rename via console 2015-10-21 12:25:54 +05:30
Anand Doshi
70c58ccb81 [hotfix] patches and varchar length check 2015-10-19 17:25:05 +05:30
Anand Doshi
7fe35e0275 [fix] Remove thumbnail on deletion and change Attach to small text 2015-10-19 12:55:02 +05:30
Anand Doshi
999cea874c [fix] Implemented caching in linked with 2015-10-15 12:51:04 +05:30
Anand Doshi
0ece804cca [fix] Linked With should also search in Dynamic Links. Fixes #1192 2015-10-15 12:51:04 +05:30
Anand Doshi
3c4f31a23c Limit varchar length to 140 instead of 255 to mitigate Row Size Too Large error 2015-10-14 16:00:14 +05:30
Rushabh Mehta
34dd7b2a74 [fix] use hash for file names since same file can be attached to multiple files 2015-10-13 12:27:01 +05:30
Anand Doshi
9ddf870f0e [minor] fix in trim_tables 2015-10-01 12:17:51 +05:30
Anand Doshi
fc74f75dfd [fix] doc.has_website_permission 2015-09-28 19:03:01 +05:30
Anand Doshi
8191df579a [fix] allow a table to be 'allow on submit' 2015-09-23 19:28:53 +05:30
Anand Doshi
1dc5ebda32 [fix] test runner fixes 2015-09-23 12:48:29 +05:30
Rushabh Mehta
c8c2d4b170 [test-fix] 2015-09-21 15:43:32 +05:30
Saurabh
68e8810556 [Fixes] Upload file from listview, doc preview and download 2015-09-21 15:43:31 +05:30
saurabh
8cbd03392b create new folder from File listview 2015-09-21 15:41:34 +05:30
Rushabh Mehta
9fbd12f5af [file-manager] fixed breadcrumbs and routing 2015-09-21 15:41:34 +05:30
Rushabh Mehta
2191312c87 [enhancement] document management system 2015-09-21 15:41:34 +05:30
Rushabh Mehta
eb2839a0b8 [style] [wip] various portal fixes 2015-09-21 11:50:22 +05:30
Anand Doshi
b402df175e [cleanup] build_filter_conditions and [fix] replace % with %% in condition to prevent python format string error 2015-09-14 18:21:13 +05:30
Anand Doshi
ffb8ef29ca [fix] Use User Permission value as default only if the document type is Setup 2015-09-14 13:00:24 +05:30
Anand Doshi
c118f43e96 Merge pull request #1296 from rmehta/async-monitor
[enhancement] add celery task to Async Task for logs, tracking
2015-09-11 12:34:55 +05:30
Anand Doshi
f21f8cd34c [fix] in schema sync, sync custom fields if installing any app other than frappe 2015-09-09 14:42:00 +05:30
Rushabh Mehta
4cec51e65d [celery] cleanup and made monitor optional and real time in data import 2015-09-08 17:20:37 +05:30
Rushabh Mehta
eb4e622067 [enhancement] add celery task to Async Task for logs, tracking 2015-09-08 17:20:36 +05:30
Anand Doshi
de34207e22 Merge pull request #1295 from anandpdoshi/apply-user-permissions-fix
[major fix] Restrict apply user permissions if user permissions list if empty. Fixes frappe/erpnext#3194
2015-09-08 15:44:34 +05:30
Anand Doshi
1ff7dff91b [fix] get linked doc only if add fetch option is found 2015-09-07 19:58:58 +05:30
Anand Doshi
0f00c63801 [major fix] Restrict apply user permissions if user permissions list if empty. Fixes frappe/erpnext#3194 2015-09-07 14:58:53 +05:30
Anand Doshi
8539c809db Merge pull request #1291 from rmehta/get-single-value
[minor] enhancements to frappe.db.get_single_value. Now cached and converted to integer for 0 and 1
2015-09-07 14:15:43 +05:30
Anand Doshi
5e445476f3 [fix] show doctype, fieldname in unique validation 2015-09-03 11:42:19 +05:30
Rushabh Mehta
22d3c513cc [minor] enhancements to frappe.db.get_single_value. Now cached and converted to integer for 0 and 1 2015-09-03 11:15:47 +05:30
Rushabh Mehta
d334a39e79 [fix] set default title field only if 'title' 2015-08-27 11:39:36 +05:30
Rushabh Mehta
c59aaf01e4 Merge branch 'bold-field' into develop
Conflicts:
	frappe/model/base_document.py
2015-08-27 10:59:38 +05:30
Rushabh Mehta
33c097b97c [enhancement] editable title field 2015-08-26 20:56:28 +05:30
Anand Doshi
34037345b3 [minor] added comment in show_unique_validation_message 2015-08-26 12:36:04 +05:30
Rushabh Mehta
c2ae663e3f [minor] fix message for unique (via support) 2015-08-26 10:28:35 +05:30
Rushabh Mehta
719c01546a [minor] fix message for unique (via support) 2015-08-26 10:27:16 +05:30
Anand Doshi
65bc63f031 [fix] document refresh notification for same user in different tabs/sessions 2015-08-21 12:56:48 +05:30
Anand Doshi
c87befc876 [fix] realtime comments 2015-08-20 12:57:28 +05:30
Anand Doshi
fe72e05c6f Merge pull request #1263 from rmehta/editor-fix
[fixes] added template and small toolbar if in grid
2015-08-19 16:14:13 +05:30
Rushabh Mehta
c89d595906 [fixes] added template and small toolbar if in grid 2015-08-19 12:58:27 +05:30
Anand Doshi
b75dd31220 [fix] ignore permissions when deleting linked ToDos and Comments, and unlink Communication instead of deleting them 2015-08-19 12:51:18 +05:30
Rushabh Mehta
4ca2d16a98 [minor] don't notify if table 2015-08-19 10:32:04 +05:30
Rushabh Mehta
7713e191a9 [enhancement] list autorefresh 2015-08-18 17:34:34 +05:30
Rushabh Mehta
a15af7882b [realtime] clear doc locally if updated 2015-08-18 16:52:23 +05:30
Anand Doshi
c9782e23e4 Merge remote-tracking branch 'frappe/develop' into v6-wip
Conflicts:
	frappe/__version__.py
	frappe/core/doctype/communication/communication.json
	frappe/hooks.py
	frappe/model/document.py
	frappe/public/css/form.css
	frappe/public/less/form.less
	requirements.txt
	setup.py
2015-08-17 12:22:02 +05:30
Anand Doshi
ac2312e9ab [fix] dynamic link checking during cancel 2015-08-14 12:48:55 +05:30
Anand Doshi
f525520788 [fix] Add/Drop unique based on property setter 2015-08-12 14:48:50 +05:30
Rushabh Mehta
78b390eb47 [fix] check dynamic links before cancel 2015-08-11 15:10:55 +05:30