Commit graph

2802 commits

Author SHA1 Message Date
Anand Doshi
b8dd5d4bdb [data import tool] [fix] fix in passing of additional input fields as params 2013-04-30 13:48:51 +05:30
Anand Doshi
661766f22f [data import tool] [fixes] fixes due to changes in the new upload widget + minor newline fix in errprint messages in handler.py 2013-04-30 13:12:11 +05:30
Anand Doshi
97ca190cb9 [assign to] function to clear assign to 2013-04-29 16:35:35 +05:30
Anand Doshi
56e4a95a74 [file data] [fix] removed msgprint 2013-04-29 15:21:11 +05:30
Anand Doshi
f18ef4783f Merge branch 'edge' 2013-04-29 10:41:20 +05:30
Rushabh Mehta
359ad0a37b [msgprint] [bugfix
]
2013-04-26 15:12:47 +05:30
Rushabh Mehta
7851505e64 [logging] added webnotes.log() and logging property in conf.py to enable debug logs 2013-04-26 13:07:11 +05:30
Rushabh Mehta
3fc0e5f1f9 [logging] added webnotes.log() and logging property in conf.py to enable debug logs 2013-04-26 12:37:57 +05:30
Rushabh Mehta
bbefbfb35b [logging] added webnotes.log() and logging property in conf.py to enable debug logs 2013-04-26 12:36:05 +05:30
Rushabh Mehta
030c628d40 Merge branch 'master' into edge 2013-04-25 10:57:18 +05:30
Rushabh Mehta
096b9a179c [doc] [revert] reverting autoname overwrite - in wrong place (should be in insert) and not required 2013-04-25 10:27:37 +05:30
Anand Doshi
9578ad7c2a Merge branch 'master' into edge 2013-04-24 15:35:32 +05:30
Anand Doshi
7754e3b05c [doc] [naming] consider customized properties 2013-04-24 15:32:12 +05:30
Anand Doshi
741d1a7830 [wnf] clear defaults function 2013-04-24 15:31:46 +05:30
Anand Doshi
182bedec9f Merge branch 'master' into edge 2013-04-23 16:29:30 +05:30
Anand Doshi
be23346a1f [fields] [fix] bug fix when clearing a field the first time 2013-04-23 16:28:33 +05:30
Anand Doshi
53e7ff575d Merge branch 'master' into edge 2013-04-23 14:23:47 +05:30
Anand Doshi
7a61eb6f11 [website] [message.html template] fixes 2013-04-23 14:22:28 +05:30
Anand Doshi
516c6fc919 Merge branch 'master' into edge 2013-04-23 12:31:51 +05:30
Nabin Hait
d7a1532b8f fixes in listview bar-graph 2013-04-23 11:56:33 +05:30
Nabin Hait
9627fcba07 Merge branch 'master' of github.com:webnotes/wnframework 2013-04-22 14:11:14 +05:30
Anand Doshi
149988cbd1 Merge branch 'edge' of github.com:webnotes/wnframework into edge 2013-04-22 14:07:36 +05:30
Anand Doshi
dc63fdbbfe Merge branch 'master' into edge
Conflicts:
	core/page/data_import_tool/data_import_tool.py
2013-04-22 14:06:22 +05:30
Rushabh Mehta
9df0839792 Merge branch 'edge' of github.com:webnotes/wnframework into edge 2013-04-22 14:03:56 +05:30
Rushabh Mehta
a92eca19c5 Merge branch 'master' into edge 2013-04-22 14:03:30 +05:30
Anand Doshi
c345ecca5f [rename] [validation] validate new name given on rename and strip leading and trailing spaces 2013-04-22 13:24:53 +05:30
Nabin Hait
1a64041b24 Merge branch 'master' of github.com:webnotes/wnframework 2013-04-22 13:18:45 +05:30
Nabin Hait
02a1ca4b70 added qet_query option on report filters 2013-04-22 13:18:26 +05:30
Anand Doshi
5944c84b97 [listview] [label] show appropriate tooltip for bar graph 2013-04-22 12:20:09 +05:30
Anand Doshi
23e6cc11c7 [data import tool] [fix] use get_field method of model/doctype.py 2013-04-22 12:01:03 +05:30
Anand Doshi
72212c9038 Merge branch 'master' into edge 2013-04-22 11:36:39 +05:30
Anand Doshi
2ced1a7d2f Merge branch 'master' of github.com:webnotes/wnframework 2013-04-22 11:33:13 +05:30
Anand Doshi
42dc68b138 [data import tool] [fix] empty columns logic 2013-04-22 11:30:54 +05:30
Rushabh Mehta
44c013c30a [slickgrid] [upgrade] added copy-paste to excel thanks to http://labs.nereo.com/SlickGrid/plugins/slick.cellexternalcopymanager.js 2013-04-22 11:22:11 +05:30
Anand Doshi
45cc11f89f Merge branch 'master' into edge 2013-04-19 14:55:22 +05:30
Anand Doshi
c8cc88ee3a [login] changed login id input fieldtype to email 2013-04-19 14:54:40 +05:30
Anand Doshi
507c1c643a Merge branch 'master' into edge 2013-04-19 11:38:37 +05:30
Anand Doshi
2078d52762 [geo ip] determine country using geoip; added country info in session and cookies 2013-04-18 19:42:21 +05:30
Anand Doshi
72a4b83cb6 [data import tool] filter empty columns during import, if the exist at the end 2013-04-18 19:31:03 +05:30
Rushabh Mehta
c037ef9dc3 [recent] [fix] don't crash bad names 2013-04-18 17:53:38 +05:30
Anand Doshi
a3bd61167b [defaults] defaults starting with colon like :Profile, used to set default from boot docs, should not be a part of db schema spec 2013-04-18 16:22:27 +05:30
Rushabh Mehta
3acf587f7e [support email import] [fix] ignore if same file is attached twice 2013-04-18 11:44:23 +05:30
Rushabh Mehta
5a622bcd54 [file_manager] [bugfix] versions split error 2013-04-18 10:18:17 +05:30
Anand Doshi
31514a76e2 [attachments] [fixes] for fields of type attach_files: 2013-04-17 18:44:53 +05:30
Anand Doshi
20c68de8b8 [create new] [set default values] ability to set defaults based on partial docs sent during boot 2013-04-17 18:01:57 +05:30
Anand Doshi
5a25cb01c6 Merge branch 'master' into edge 2013-04-16 21:15:31 +05:30
Nabin Hait
a8ae8c4e66 naming_series_options mandatory if autoname set by naming_series: 2013-04-15 17:19:17 +05:30
Rushabh Mehta
9d51e26169 [editors] [fixes] 2013-04-15 14:40:39 +05:30
Nabin Hait
ce68ea50b3 Merge branch 'master' of github.com:webnotes/wnframework 2013-04-15 11:14:42 +05:30
Nabin Hait
9a77313017 removed self-reference check on deletion 2013-04-15 11:14:09 +05:30