Commit graph

4091 commits

Author SHA1 Message Date
Anand Doshi
c754276fc0 [minor] replace 'raise e' with 'raise' for correct tracebacks 2013-11-13 17:30:54 +05:30
Rushabh Mehta
dae173cf39 [cleanup] Fixed title bars, toolbars in all pages, added default background 2013-11-13 16:54:50 +05:30
Rushabh Mehta
4e5e6596c2 [ui] Flattified toolbar like ios7 2013-11-13 16:54:49 +05:30
Pratik Vyas
51f18b24ce [minor] report disk usage 0 if files path does not exist 2013-11-12 23:37:11 +05:30
Pratik Vyas
fe5a9d66b3 fix wnf.py --mysql 2013-11-12 17:52:40 +05:30
Pratik Vyas
ac8985cd63 enlist as site only if dir 2013-11-12 17:52:40 +05:30
Anand Doshi
ed4ba6801d Merge pull request #290 from miguelfontanes/master
[minor] Update strip method of datatype.js to handle null/undefined
2013-11-12 04:20:02 -08:00
Anand Doshi
f53a4ae076 Merge pull request #289 from MaxMorais/patch-1
[minor] Fix Uncaught TypeError: Cannot read property 'length' of undefined
2013-11-12 04:18:15 -08:00
Rushabh Mehta
75ba09ee1b [cleanup] removed border for forms / pages etc (only desktop will now have background) 2013-11-12 15:03:20 +05:30
miguelfontanes
1a6c723d45 Update datatype.js
I have an error with IE10 loading the app. Nothing appears because of the cookies. The cookie cart_count is undefined so the strip method returns an error (lstrip).
The solution to this error was to check if the string is empty before trying to strip it.
2013-11-11 14:30:09 -05:00
Maxwell
bab448fc9e Fix Uncaught TypeError: Cannot read property 'length' of undefined
Fix Uncaught TypeError: Cannot read property 'length' of undefined
2013-11-11 13:40:55 -02:00
Rushabh Mehta
b1e1e0c659 [cleanup] [ui] minor 2013-11-11 18:28:45 +05:30
Rushabh Mehta
f18ba49a00 [ui cleanup] [minor] 2013-11-11 18:01:37 +05:30
Pratik Vyas
f2ac485b1b [minor] add shebang to wnf.py 2013-11-11 02:56:47 +05:30
Anand Doshi
93151f2fa9 [minor] background image should cover the whole window 2013-11-08 17:43:13 +05:30
Anand Doshi
1e3864c7d2 Merge branch 'master' of github.com:webnotes/wnframework 2013-11-08 16:40:55 +05:30
Anand Doshi
ce4f6845b0 [minor] [fix] plugins cache invalidation 2013-11-08 16:34:35 +05:30
Rushabh Mehta
a6da76b2fb Merge branch 'master' of github.com:webnotes/wnframework into cleanup 2013-11-08 16:27:47 +05:30
Rushabh Mehta
4bdb64e9a4 [cleanup] UI Fixes 2013-11-08 16:27:16 +05:30
Anand Doshi
54934e5a54 Merge branch '1310' of github.com:webnotes/wnframework 2013-11-07 20:49:05 +05:30
Pratik Vyas
a44831bd16 [minor] add --reload_gunicorn on update 2013-11-07 17:43:21 +05:30
Anand Doshi
e2f9e78af8 [minor] build after update 2013-11-07 17:32:17 +05:30
Anand Doshi
5383b3cc89 [minor] [fix] backup 2013-11-07 13:12:36 +05:30
Anand Doshi
97223563cc Merge branch 'master' of github.com:miguelfontanes/wnframework into miguelfontanes-master 2013-11-07 12:37:23 +05:30
Rushabh Mehta
0f9f2e7636 merge, ui fixes 2013-11-06 22:02:34 +05:30
Anand Doshi
54aec0b623 [minor] [fix] cint 2013-11-06 18:13:23 +05:30
Anand Doshi
eddc739d35 Merge pull request #288 from akhileshdarjee/1310
[fix] [minor] added owner permission for all query report
2013-11-06 02:36:59 -08:00
Anand Doshi
fc2160805b [minor] [fix] report export via open url post 2013-11-06 16:03:58 +05:30
Akhilesh Darjee
57b3555734 [fix] added owner permission for all query report 2013-11-06 15:48:54 +05:30
Anand Doshi
840997ab0a Merge branch 'master' of github.com:webnotes/wnframework
Conflicts:
	core/doctype/custom_script/custom_script.py
2013-11-06 14:20:10 +05:30
Anand Doshi
49460beed5 Refactored plugin architecture to allow custom script reports 2013-11-06 14:19:09 +05:30
Pratik Vyas
90fbbc94b9 [minor] fix header name for forwareded for in auth 2013-11-06 13:28:44 +05:30
Pratik Vyas
ccfb396151 [minor] encode to utf-8 before writing to file (custom script) 2013-11-06 12:47:38 +05:30
Pratik Vyas
2f52fe974b [minor] fix ip restrictions to use forwarded for header as well 2013-11-06 12:07:04 +05:30
Rushabh Mehta
26d4af38b5 [editor] minor webnotes/erpnext#1011 2013-11-06 11:39:44 +05:30
Rushabh Mehta
88b28ff7a1 [cleanup] UI Fixes, minor 2013-11-06 11:29:39 +05:30
Rushabh Mehta
65e3c323d5 Merge branch 'master' of github.com:webnotes/wnframework 2013-11-05 23:04:49 +05:30
Rushabh Mehta
dc00dc0445 [editor] more fixes webnotes/erpnext#1011 2013-11-05 22:47:12 +05:30
Anand Doshi
89be73bd9b [minor] fix in report dump 2013-11-05 22:42:32 +05:30
Anand Doshi
2af233f8e2 [minor] fix in report dump 2013-11-05 22:29:08 +05:30
Anand Doshi
68b1e32256 [minor] [fix] custom field name - webnotes/erpnext#1012 2013-11-05 20:19:05 +05:30
Rushabh Mehta
bbe9b98d9a [editor] [minor] fix webnotes/erpnext#1011 2013-11-05 19:59:32 +05:30
Anand Doshi
3b42232c35 [minor] fix in navbar and footer generation 2013-11-05 19:29:48 +05:30
Anand Doshi
189a79c3d4 [minor] mimetype fix in render page 2013-11-05 18:53:43 +05:30
Anand Doshi
529400f64c [minor] translation fix for query report 2013-11-05 16:34:02 +05:30
Anand Doshi
2c0f6b1d55 Merge branch '1310' of github.com:webnotes/wnframework 2013-11-05 12:09:59 +05:30
Anand Doshi
7f301c0154 [minor] [fix] file attachment bug 2013-11-05 12:08:44 +05:30
miguelfontanes
915ce647ab Update requirements.txt
add slugify (used to handle unicode file names)
2013-11-04 14:44:39 -05:00
miguelfontanes
e67c6c4763 Update backups.py
use conn.host parameter and correction with get_backup method
2013-11-04 14:18:04 -05:00
miguelfontanes
b0d760cb36 Update wnf.py
use db_host in config file for mysql command
2013-11-04 14:03:42 -05:00