Commit graph

83 commits

Author SHA1 Message Date
Rushabh Mehta
f3046abd46 added in db.py, bulk unsubscribe optional 2014-01-20 15:30:39 +05:30
Anand Doshi
0e4dce8ec2 Fixes for MySQL-python==1.2.5 2014-01-08 18:27:46 +05:30
Rushabh Mehta
c71bdcc7a1 login and other fixes 2014-01-07 09:11:50 +05:30
Anand Doshi
3968f66d5f Fixes for MySQL-python==1.2.5 2014-01-05 02:45:00 +05:30
Anand Doshi
44d258c8f8 Verified Command, fixes in webnotes.conn.touch 2013-12-31 17:42:41 +05:30
Rushabh Mehta
bb65bf27fd added get_creation_count and other fixes 2013-12-30 17:24:12 +05:30
Anand Doshi
24f2445065 Merge remote-tracking branch 'webnotes/4.0.0-wip' into permissions
Conflicts:
	webnotes/__init__.py
	webnotes/core/doctype/docfield/docfield.txt
	webnotes/core/page/data_import_tool/data_import_tool.js
	webnotes/defaults.py
	webnotes/install_lib/install.py
	webnotes/model/bean.py
	webnotes/model/code.py
	webnotes/sessions.py
	webnotes/tests/test_nested_set.py
	webnotes/widgets/page.py
2013-12-26 19:12:35 +05:30
Rushabh Mehta
572894b87f Added languages and minor fixes 2013-12-26 14:42:26 +05:30
Rushabh Mehta
890254bd8d [install] [minor] added flag and ignored cache during install 2013-12-23 20:01:10 +05:30
Rushabh Mehta
202cce4b34 [permission model] Redesign 2013-12-23 20:01:09 +05:30
Rushabh Mehta
1243b71534 install, web serving, session booting 2013-12-12 19:11:07 +05:30
Nabin Hait
e3fe9608b7 [fix] [minor] null issue in get_value 2013-11-25 18:28:18 +05:30
Anand Doshi
14ffa9d5fb [minor] [fix] file deletion 2013-11-21 14:58:42 +05:30
Rushabh Mehta
325def77df [copyright] added Contributors 2013-11-20 12:58:35 +05:30
Rushabh Mehta
da36fac493 [website] [sitemap] cleanup 2013-11-19 14:20:17 +05:30
Anand Doshi
c754276fc0 [minor] replace 'raise e' with 'raise' for correct tracebacks 2013-11-13 17:30:54 +05:30
miguelfontanes
31330c0374 Update db.py
allow to define db_host in config file (when MySQL server is not local)
2013-11-04 12:57:01 -05:00
Anand Doshi
7ee1165fe8 [minor] webnotes.conn.touch, signature invalidation 2013-10-18 16:55:29 +05:30
Rushabh Mehta
fec045b6b3 [editor] added 'before_insert' in doc, added 'webnotes.local.rollback_observers', IMP: new name is set by bean before validate is called 2013-10-17 13:24:17 +05:30
Anand Doshi
b6d932a13f [minor] don't rollback when running all tests, fixed test cases 2013-10-15 19:53:09 +05:30
Anand Doshi
58f60c900a Merge branch 'wsgi' of github.com:webnotes/wnframework into wsgi 2013-10-08 18:34:03 +05:30
Anand Doshi
18f2629eab [minor] add system manager, webnotes.conn.count 2013-10-08 18:33:34 +05:30
Rushabh Mehta
2e0a75a8eb [wsgi] [minor] fixed flags 2013-10-08 18:22:51 +05:30
Anand Doshi
aa8331e6ea Merge branch 'master' of github.com:webnotes/wnframework into wsgi
Added webnotes.in_test check in too many writes check

Conflicts:
	public/js/wn/form/control.js
	webnotes/utils/file_manager.py
	webnotes/webutils.py
	website/sitemap.py
	wnf.py
2013-09-25 19:57:13 +05:30
Anand Doshi
cd67dad3c5 [minor] fixes for import conf 2013-09-24 17:17:38 +05:30
Pratik Vyas
927a697ef6 conf migration part 1 2013-09-21 15:13:18 +05:30
Rushabh Mehta
224aa2442b [minor] changes to make new app friendly 2013-09-11 16:07:25 +05:30
Anand Doshi
2ad370ec3e [fix] [minor] reverted begin code, since it is not required 2013-09-02 14:58:14 +05:30
Rushabh Mehta
e55fb97b5c [demo] New ERPNext Demo 2013-08-26 16:17:50 +05:30
Rushabh Mehta
2e95247b5f [minor] [license] Standardizied license string in py an js code files 2013-08-05 14:46:00 +05:30
Nabin Hait
5b526f4ef3 [fix] [minor] SO/DN required validation and get_single_value deprecated 2013-08-05 12:44:10 +05:30
Rushabh Mehta
a8c423361e [docs] [minor] update to docs, fixed bug in file_manager 2013-07-15 17:14:38 +05:30
Rushabh Mehta
b74738e002 Merge branch 'responsive' of github.com:webnotes/wnframework into responsive 2013-07-02 18:13:51 +05:30
Rushabh Mehta
5c86e576fb [forms] cleanup, fixing usability and added form dashboard 2013-07-02 18:13:24 +05:30
Anand Doshi
85bbd693d5 Merge branch 'master' of github.com:webnotes/wnframework into responsive
Conflicts:
	webnotes/db.py
2013-07-02 11:45:37 +05:30
Rushabh Mehta
9b954300f9 [db.py] get_values will look in Singles if table not found. 2013-07-02 11:22:46 +05:30
Rushabh Mehta
1a77174a27 [item] default warehouse is selected with item 2013-07-01 11:46:05 +05:30
Rushabh Mehta
bbaa1df757 [fix] Update in get_values (ignore) condition to allow tags 2013-07-01 11:17:43 +05:30
Rushabh Mehta
206d97ad5a [patch] breakup global defaults 2013-06-25 11:46:06 +05:30
Rushabh Mehta
563fa266e3 merge 2013-05-09 11:42:35 +05:30
Rushabh Mehta
2d65aa72ce [docs] added serverside generator and write to html files 2013-05-08 13:20:16 +05:30
Anand Doshi
f570920649 [sql] [get values] fixes 2013-05-02 18:09:43 +05:30
Anand Doshi
0d6186797c [sql] [get_value_for_many_names] if no names, return empty dict 2013-05-02 16:15:49 +05:30
Rushabh Mehta
c03e22c2db [doclist] new pattern / [item] pricelist must be unique / [formatter] show null floats as empty string 2013-05-02 14:22:40 +05:30
Anand Doshi
8e2fb38dc8 [get_value] [fix] fix in get_values_from_single 2013-05-01 12:01:22 +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
Anand Doshi
270839ec89 [db.py get_value] [enhancement] allow more operators like !=, >, >= etc in get_value 2013-04-12 21:00:46 +05:30
Anand Doshi
7f8334f70e fixes in test cases 2013-03-26 18:42:40 +05:30
Anand Doshi
2c5ceffd2c fix in filters of query report, also added explain query when using debug 2013-03-22 13:11:18 +05:30
Rushabh Mehta
2b8a1ece05 speed hack: store pages and doctypes in localstorage 2013-03-14 11:14:22 +05:30