Commit graph

77 commits

Author SHA1 Message Date
Anand Doshi
79897d7c14 [delete doc] delete a list of docs 2013-06-17 12:50:49 +05:30
Anand Doshi
8e573317f5 [delete doc] ability to delete a list of docs 2013-06-10 15:07:19 +05:30
Anand Doshi
abea2f2139 [data import] [fix] shifted common functions to datautils, so as not to cause permission error for role restricted whitelist methods when importing 2013-05-14 19:23:07 +05:30
Anand Doshi
b1ad44c13d [rename] [fix] merge should be passed to on_rename method of controller for further processing 2013-05-09 12:45:18 +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
f18ef4783f Merge branch 'edge' 2013-04-29 10:41:20 +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
Anand Doshi
5a25cb01c6 Merge branch 'master' into edge 2013-04-16 21:15:31 +05:30
Anand Doshi
929f9b6d63 [permissions] [fixes] used BeanPermissionError, show label in error message of has_permission 2013-04-12 20:18:25 +05:30
Anand Doshi
29a0011d20 Merge branch 'master' into edge
Conflicts:
	core/doctype/doctype/doctype.py
2013-04-10 19:47:51 +05:30
Nabin Hait
a0eca348e2 [fixes] changes in permission validation message 2013-04-10 18:30:31 +05:30
Nabin Hait
1bce744576 [fixes] changes in permission validation message 2013-04-10 18:30:02 +05:30
Rushabh Mehta
30d6a4efc9 [files] [cleanup/redesign] removed the old file_list structure and also added file listing in setup 2013-04-10 13:54:11 +05:30
Rushabh Mehta
158d6b3d28 [website] [cleanup] added website pages to framework 2013-04-03 16:36:53 +05:30
Rushabh Mehta
3211552c06 [framework] [cleanup] desktop, todo, messages, modules setup moved to framework 2013-04-03 15:21:42 +05:30
Anand Doshi
3aaea724b2 [setup] [feature] Update Manager for self hosted applications based on wnframework 2013-04-01 16:40:19 +05:30
Rushabh Mehta
60b7291849 [webnotes.init] [fix] rename_doc 2013-03-26 21:27:16 +05:30
Rushabh Mehta
8fc7ba7c3f Merge branch 'master' of github.com:webnotes/wnframework into edge 2013-03-21 17:24:14 +05:30
Rushabh Mehta
c7ffbb53c5 webshop login, logout 2013-03-19 11:12:20 +05:30
Anand Doshi
4cee044296 added DoesNotExistError class 2013-03-13 12:58:40 +05:30
Rushabh Mehta
90da253739 Merge branch 'master' of github.com:webnotes/wnframework 2013-03-05 14:20:11 +05:30
Rushabh Mehta
255cea887a updated sync 2013-03-05 14:12:33 +05:30
Anand Doshi
cb8a35361b added validate value to DocListController - a common validation method with a standard message 2013-03-05 12:24:41 +05:30
Rushabh Mehta
71f2f3a1b1 completed Time Log / Time Log Batch 2013-03-01 18:24:50 +05:30
Anand Doshi
1696d18cfa fix in get_user_defaults_as_list 2013-02-21 19:53:57 +05:30
Anand Doshi
c9e86bea01 added extra exception classes in webnotes 2013-02-21 19:43:52 +05:30
Anand Doshi
ab257ae9c7 added map_doclist function in webnotes/__init__.py; cur_frm.map method for mapping on client side 2013-02-20 18:40:18 +05:30
Rushabh Mehta
9849cb31e7 defaults cleanup 2013-02-19 15:54:15 +05:30
Rushabh Mehta
13f5581ca1 refactored defaults, bin material request wip 2013-02-19 15:27:30 +05:30
Rushabh Mehta
e03234080e model_wrapper is now bean, refactoring defaults 2013-02-18 18:24:28 +05:30
Anand Doshi
0ec65a8e87 fixes in rename doc 2013-02-18 13:49:02 +05:30
Anand Doshi
ea43fb7daf fixes in test runner 2013-02-14 13:36:30 +05:30
Rushabh Mehta
683e4dc9d3 upgraded test_runner, now can run multiple tests 2013-02-12 19:20:39 +05:30
Anand Doshi
b90bf0e0a2 moved test_objects to webnotes.test_objects for cross-module accessibility 2013-02-07 16:27:02 +05:30
Rushabh Mehta
318a14006a added test case for leave_application 2013-02-05 23:25:36 +05:30
Rushabh Mehta
2a689cf7b2 added language to pages 2013-01-24 19:31:54 +05:30
Rushabh Mehta
b6b54754ab fixes to language 2013-01-24 15:22:00 +05:30
Rushabh Mehta
f3599ebca9 removed key_list in memcache 2013-01-22 11:07:24 +05:30
Anand Doshi
862f181ae2 fix in get defaults as list 2013-01-18 14:48:40 +05:30
Rushabh Mehta
8b5fb45c6e consolidated permission checking and added patch 2013-01-14 17:02:12 +05:30
Rushabh Mehta
ad7a7380d2 Merge branch 'master' of github.com:webnotes/wnframework 2013-01-14 15:48:22 +05:30
Rushabh Mehta
f8ba11da10 added code to update timestamps in Task, Customer Issue and Support Ticket 2013-01-14 15:47:57 +05:30
Anand Doshi
2b878a5ace Merge branch 'master' of github.com:webnotes/wnframework into stock_reco 2013-01-09 11:24:59 +05:30
Nabin Hait
adcad93d78 added copy function to _dict 2013-01-07 19:35:07 +05:30
Rushabh Mehta
4f12c6417c bootstrapped language and added 'hi' 2013-01-07 15:42:18 +05:30
Rushabh Mehta
9b8e6c89c7 bootstrapped language and added 'hi' 2013-01-07 15:39:50 +05:30
Rushabh Mehta
ba5c3e1807 add all in permission check 2012-12-31 12:59:38 +05:30
Rushabh Mehta
7dca0b2987 integrated workflow, disable Submit, Cancel if workflow is defined 2012-12-28 16:07:53 +05:30
Rushabh Mehta
4c2c05021e added about us page and settings 2012-12-27 16:50:23 +05:30
Rushabh Mehta
8c43cbf5c5 address now not in dialog, added slideshows in products and groups and removed transaction history from customer / supplier / sales partner 2012-12-27 14:05:01 +05:30