Commit graph

3756 commits

Author SHA1 Message Date
Rushabh Mehta
9d5874e302 [import] [minor] fixes to aid migration 2013-09-18 12:56:46 +05:30
Rushabh Mehta
7798b05184 [import] [minor] fixes to aid migration 2013-09-18 12:56:05 +05:30
Rushabh Mehta
74a38a1aaf [install] [minor] ability to reinstall fixtures 2013-09-18 12:32:55 +05:30
Rushabh Mehta
72b2d4a3f1 [install] [minor] ability to reinstall fixtures 2013-09-18 12:28:58 +05:30
Rushabh Mehta
d33e276294 [profile] Always use link verification for new user 2013-09-18 12:11:05 +05:30
Rushabh Mehta
bd6db9f0c2 [profile] Always use link verification for new user 2013-09-18 12:08:23 +05:30
Rushabh Mehta
6e8e701989 [attachment] added option to specify size as max_attachment_width, max_attachment_height for images 2013-09-18 10:57:41 +05:30
Rushabh Mehta
fa0380800f Merge pull request #259 from pdvyas/wsgi
more fixes
2013-09-17 21:49:46 -07:00
Pratik Vyas
450bbd520d remove unnecessary scrubbing 2013-09-18 01:25:43 +05:30
Pratik Vyas
8ea1edcb90 fix pickling error on session caching, webnotes.lang has __slots__ 2013-09-18 01:25:14 +05:30
Pratik Vyas
84a406b562 Merge remote-tracking branch 'upstream/wsgi' into wsgi
Conflicts:
	webnotes/handler.py
2013-09-18 00:45:13 +05:30
Pratik Vyas
602799da39 add to sys.path in the front for app.py 2013-09-18 00:40:53 +05:30
Pratik Vyas
176220ab70 fix local for lang 2013-09-18 00:40:14 +05:30
Pratik Vyas
cae2149378 webnotes.init in wnf.py 2013-09-18 00:38:44 +05:30
Pratik Vyas
72e44747a1 append to sys.path on the front 2013-09-18 00:38:26 +05:30
Rushabh Mehta
93ff8bf7f8 [wsgi] [minor] fixed request host name 2013-09-17 22:13:29 +05:30
Pratik Vyas
126198621b Merge remote-tracking branch 'upstream/website-wip' into wsgi
Conflicts:
	webnotes/handler.py
2013-09-17 19:19:33 +05:30
Anand Doshi
0f1ed64b60 [minor] removed webclient.py 2013-09-17 17:35:33 +05:30
Anand Doshi
60c8c79a25 [fix] [minor] get_url and fixes due to addition of create permission check 2013-09-17 16:51:40 +05:30
Anand Doshi
ea77dd3a68 [fix] [minor] commit on web logout 2013-09-17 16:07:19 +05:30
Anand Doshi
ad5848d580 Merge branch 'master' of github.com:webnotes/wnframework into website-wip 2013-09-17 16:01:39 +05:30
Anand Doshi
10eddb7414 Merge pull request #257 from akhileshdarjee/master
[fix] [minor] company fetch from :Company
2013-09-17 03:30:52 -07:00
Rushabh Mehta
d05a39caa2 [wsgi] [minor] fixed request host name 2013-09-17 15:43:19 +05:30
Rushabh Mehta
35d19e3f7e [wsgi] [minor] fixed request host name 2013-09-17 15:41:23 +05:30
Anand Doshi
0f5df7291e [fix] [minor] [website] 2013-09-17 15:28:58 +05:30
Rushabh Mehta
d723c95257 [wsgi] [minor] fixed request host name 2013-09-17 15:28:08 +05:30
Rushabh Mehta
b46679b2ce [wsgi] [minor] fixed request host name 2013-09-17 15:22:09 +05:30
Nabin Hait
597c4b4c6d [fix] [minor] build report header 2013-09-17 15:18:45 +05:30
Rushabh Mehta
bceb3cec1a [wsgi] [minor] added init 2013-09-17 15:17:36 +05:30
Rushabh Mehta
696479d217 Merge branch 'website-wip' of github.com:webnotes/wnframework into wsgi 2013-09-17 15:16:15 +05:30
Rushabh Mehta
382ef961c4 [wsgi] [minor] fixed request host name 2013-09-17 15:16:01 +05:30
Anand Doshi
7e4e339512 [fix] [minor] [website] 2013-09-17 13:46:49 +05:30
Rushabh Mehta
3483280acd [fixes] [minor] fixed sitemap / rss 2013-09-17 13:00:59 +05:30
Rushabh Mehta
8bea1abfb3 [minor] 2013-09-17 12:29:34 +05:30
Rushabh Mehta
b48aa2c587 Merge pull request #258 from pdvyas/wsgi
fixes
2013-09-16 23:30:49 -07:00
Pratik Vyas
63e64701b8 tabs|spaces 2013-09-17 11:57:40 +05:30
Pratik Vyas
dcf738f76b remove print statement 2013-09-17 11:55:30 +05:30
Pratik Vyas
54ba68cb0a Add static middleware 2013-09-17 11:55:14 +05:30
Rushabh Mehta
6a59a39006 [wsgi] [minor] 2013-09-17 11:42:45 +05:30
Anand Doshi
134fe5cfa5 Merge branch 'master' of github.com:webnotes/wnframework into website-wip 2013-09-17 10:59:53 +05:30
Rushabh Mehta
14c499cf4f [wsgi] [minor] replace os.environ by webnotes.get_request_header 2013-09-17 10:55:10 +05:30
Rushabh Mehta
ca5d492d8d [wsgi] [minor] replace os.environ by webnotes.get_request_header 2013-09-17 10:49:50 +05:30
Rushabh Mehta
9d11c3e76a [wsgi] [minor] send content as request.data 2013-09-16 22:25:39 +05:30
Anand Doshi
ce28ccc657 Merge branch 'website-wip' of github.com:webnotes/wnframework into website-wip
Conflicts:
	core/doctype/profile/profile.py
	website/js/website.js
2013-09-16 19:34:28 +05:30
Anand Doshi
5f3fd5184d [fix] [minor] [website] 2013-09-16 19:28:06 +05:30
Anand Doshi
d935f35651 [fix] [minor] [grid] refresh and toggle_view 2013-09-16 19:04:37 +05:30
Rushabh Mehta
e32a0ee7bf wsgi started 2013-09-16 18:59:39 +05:30
Rushabh Mehta
3eab31b9a9 [password] reset via link, added update page for portal user 2013-09-16 15:42:40 +05:30
Akhilesh Darjee
54f5269787 Merge branch 'master' of github.com:webnotes/wnframework 2013-09-13 17:38:15 +05:30
Rushabh Mehta
ffae2a5d7a added requirements 2013-09-13 16:49:22 +05:30