Anand Doshi
bb0fa3af66
fixes for unicode
2012-07-19 20:32:02 +05:30
Anand Doshi
bab9f3c7ef
added unicode_literals import at start of each file
2012-07-19 13:40:39 +05:30
Rushabh Mehta
45c7c169ad
profile cleanup wip, mandatory view bugs fixed, get_field > wn.meta.get_docfield
2012-07-16 14:16:30 +05:30
Nabin Hait
6d01e0d5e3
Merge branch 'master' of github.com:webnotes/wnframework into dev
2012-07-13 10:30:57 +05:30
Anand Doshi
aaeb2e2e55
fix in pretty date's timedelta calc
2012-07-12 23:49:30 +05:30
Rushabh Mehta
10655951e8
added a base class for nested set type items DocTypeNestedSet
2012-07-12 11:33:30 +05:30
Anand Doshi
1ac5a8ea0b
Fixes related to rss feed
2012-07-11 18:42:30 +05:30
Anand Doshi
f82d50c8ab
Merge branch 'master' of github.com:webnotes/wnframework into cms2
2012-07-11 14:27:34 +05:30
Anand Doshi
979e64187e
fixes in outgoing email connection error handling
2012-07-11 12:06:30 +05:30
Anand Doshi
ff65843b62
do not force send email using conf.py configuration
2012-07-10 15:15:52 +05:30
Anand Doshi
32fbe33bd8
Pretty Date ported to python
2012-07-09 20:04:25 +05:30
Anand Doshi
562a71f153
Fixed issue in Backup Link
...
previously, http:// part was not attached and the url in <a> tag was not
within quotes. This was causing the email clients to misinterpret the
links.
2012-07-09 09:55:47 +05:30
Anand Doshi
16dfa061c5
get list of system managers function
2012-06-26 12:46:58 +05:30
Anand Doshi
5c0dd674e9
fix in email send error
2012-06-21 11:30:32 +05:30
Anand Doshi
eadc5e6a91
encode email footer using utf-8
2012-06-20 13:11:00 +05:30
Anand Doshi
6879f68ed1
encode email footer using utf-8
2012-06-20 12:40:17 +05:30
Anand Doshi
49322a3cee
encode email footer using utf-8
2012-06-20 12:34:34 +05:30
Anand Doshi
614d8206b8
fix in receive
2012-06-14 14:54:15 +05:30
Anand Doshi
7216ddb9a4
Delete email messages from pop list if the message count is greater than
...
100, so that when there are more than 100 messages which are not fetched
before, it will not get received. This prevents issues when the support
ticket system is activated for the first time. At that time only top 100
messages will be fetched into the system, and others will be deleted
from the pop list. Need to mark "Keep copy in inbox" in the email server
settings of the concerned user.
2012-06-14 12:29:40 +05:30
Anand Doshi
a9d8547e66
removed error console
2012-06-12 16:44:31 +05:30
Rushabh Mehta
bc62349441
communication is now created when email is sent
2012-06-07 11:30:15 +05:30
Anand Doshi
6348952b55
fix in form email attachments
2012-05-25 15:18:12 +05:30
Anand Doshi
0020310279
fix in file data naming
2012-05-23 16:56:56 +05:30
Rushabh Mehta
57b72f82c0
added function get_file
2012-05-16 15:38:11 +05:30
Rushabh Mehta
b35719f1fa
data import tool and cleanup of files, handler and other minor
2012-05-11 15:54:46 +05:30
Rushabh Mehta
84ea1cf5a9
data import tool
2012-05-10 19:08:32 +05:30
Rushabh Mehta
5c7df8f371
fixes to cms and require files embedded in model/doctype.py
2012-05-09 11:43:47 +05:30
Anand Doshi
e8c99eaa2a
fixes in scheduler logging
2012-05-03 12:37:38 +05:30
Anand Doshi
7b3aefb955
fix in auto email id when sender not supplied
2012-05-02 15:15:08 +05:30
Anand Doshi
d25d56918a
fix in auto email id when sender not supplied
2012-05-02 14:56:12 +05:30
Anand Doshi
376eab0c83
fix in auto email id when sender not supplied
2012-05-02 14:56:01 +05:30
Anand Doshi
d9afb33366
fix in backups
2012-05-02 14:42:38 +05:30
Anand Doshi
7075ea67f7
fixes in backup
2012-05-01 14:02:35 +05:30
Anand Doshi
c97de088e5
fix in backups
2012-04-27 16:49:59 +05:30
Anand Doshi
b69063d406
esc/unesc chars -- for command line
2012-04-26 13:14:12 +05:30
Anand Doshi
f5b9f56eff
fix in scheduler typo
2012-04-26 11:11:11 +05:30
Anand Doshi
d24f3f0140
fixes in installer and scheduler
2012-04-26 10:53:45 +05:30
Anand Doshi
61b4803bcb
fix in thread id parsing
2012-04-23 13:40:52 +05:30
Rushabh Mehta
a3430809df
fixed home icon and other fixes
2012-04-15 22:49:02 +05:30
Rushabh Mehta
b22cdd0ce5
cache and dialog form issue
2012-04-15 16:57:32 +05:30
Rushabh Mehta
20f55e8e70
updated sync, install to load install_docs
2012-04-15 09:52:18 +05:30
Rushabh Mehta
af599ac36a
install fresh frameworks and build 'core' now works
2012-04-14 17:07:51 +05:30
Rushabh Mehta
e303790c2a
lib/py/webnotes/defs.py -> conf.py (see sample in lib/conf/conf.py)
2012-04-14 16:08:54 +05:30
Anand Doshi
10971b8d14
Merge branch 'master' of github.com:webnotes/wnframework into shf_rename
...
Conflicts:
py/webnotes/utils/__init__.py
2012-04-09 12:16:17 +05:30
Rushabh Mehta
7bddaa0ba3
changes in backups
2012-04-05 15:36:59 +02:00
Rushabh Mehta
4ef06e8bf0
added docfield utility
2012-04-03 18:15:17 +05:30
Rushabh Mehta
4313c77981
updated currency_format from control panel to default
2012-04-02 15:13:08 +05:30
Anand Doshi
df67a26495
sync handler merge
2012-03-23 14:46:31 +05:30
Anand Doshi
9335574787
email settings separated from control panel
2012-03-20 14:54:29 +05:30
Rushabh Mehta
e9a3daf572
cleanup of form, rename, route, added fonts
2012-03-20 14:37:51 +05:30