Commit graph

443 commits

Author SHA1 Message Date
Anand Doshi
e83f54eadb updates in feed generation 2012-07-12 18:40:52 +05:30
Anand Doshi
e965f7f524 fixes in feed 2012-07-11 20:03:58 +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
Nabin Hait
86655e690a fixed utf8 issue in query builder 2012-07-09 17:17:14 +05:30
Anand Doshi
1420fce41e Changes in sitemap generation 2012-07-09 15:57:10 +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
Nabin Hait
41712834fa delete row issue in grid fixed 2012-07-05 16:16:21 +05:30
Nabin Hait
07a57c101c delete row issue in grid fixed 2012-07-05 15:44:09 +05:30
Nabin Hait
5174aa8065 delete row issue in grid fixed 2012-07-05 15:29:37 +05:30
Nabin Hait
81959387c1 delete row issue in grid fixed 2012-07-05 14:57:59 +05:30
Nabin Hait
2d10b6a85f delete row issue in grid fixed 2012-07-05 14:45:29 +05:30
Anand Doshi
b8e4d337d5 Merge branch 'master' of github.com:webnotes/wnframework into cms2 2012-07-03 15:51:28 +05:30
Anand Doshi
3ac7bf6430 show child table values in doclistview 2012-06-29 18:08:55 +05:30
Anand Doshi
3c075dfc42 Merge branch 'master' into dev 2012-06-28 20:49:45 +05:30
Anand Doshi
ea0a8ce616 fixes in cacheitem table 2012-06-28 20:47:02 +05:30
Anand Doshi
a739807062 Merge branch 'master' into dev 2012-06-27 14:13:43 +05:30
Anand Doshi
16dfa061c5 get list of system managers function 2012-06-26 12:46:58 +05:30
Anand Doshi
73e6b49f69 Merge branch 'master' into dev 2012-06-25 20:07:05 +05:30
Anand Doshi
1ce3305a7e clear locals and then sync locals when whole doclist is passed 2012-06-25 20:05:19 +05:30
Anand Doshi
68b56a8d1f Fixes in listing.js in usage of query
Allow field type "Long Text", with db definition as longtext
2012-06-22 19:58:58 +05:30
Nabin Hait
e73bedb256 Merge branch 'master' of github.com:webnotes/wnframework 2012-06-22 12:16:51 +05:30
Nabin Hait
1a079ca19c Error fixed in new report: sort by child table column 2012-06-22 12:16:03 +05:30
Anand Doshi
d2d310060d Merge branch 'master' into cms2
Conflicts:
	py/webnotes/__init__.py
2012-06-21 11:50:54 +05:30
Anand Doshi
64bba126fb write_cms_page deprecated 2012-06-21 11:49:21 +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
3be70dd0a6 Merge pull request #68 from MiteshC/master
Change in DocType.py - While changing idx of docfields, check if the field belongs to that doctype
2012-06-18 04:52:40 -07:00
Anand Doshi
21d7a7f293 removed check of is apache user 2012-06-18 16:15:29 +05:30
Mitesh
ddb6a943de updating the idx of field within its parent doctype 2012-06-18 13:14:21 +05:30
Nabin Hait
bdd6ab7c9b reload_doc depricated for doctype 2012-06-18 11:50:56 +05:30
Rushabh Mehta
59c80ae8ec Merge branch 'master' of github.com:webnotes/wnframework into cms2 2012-06-15 14:01:15 +05:30
Rushabh Mehta
c38d600dcb cms now powered by jinja2 2012-06-15 14:00:44 +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
Rushabh Mehta
ae5688f559 Merge branch 'master' of github.com:webnotes/wnframework 2012-06-14 09:54:36 +05:30
Rushabh Mehta
95efb5644f sync: don't reload pages if not modified 2012-06-14 09:53:57 +05:30
Anand Doshi
13a00291b8 1. Listviews for Report and Search Criteria
2. Added read permission for Role All in DocType Report
3. Fixed a bug in doclistview.py
2012-06-13 18:03:27 +05:30
Anand Doshi
a9d8547e66 removed error console 2012-06-12 16:44:31 +05:30
Anand Doshi
ff9f833c18 fix in back button after save/submit 2012-06-12 15:45:52 +05:30
Nabin Hait
e741aa829a sql result as utf-8 2012-06-11 17:44:13 +05:30
Nabin Hait
48570f4b8a sql result as utf8 2012-06-11 17:22:48 +05:30
Rushabh Mehta
50bc443e63 not in search, should be allowed in reports and loading place holder for reports 2012-06-11 10:39:00 +05:30
Rushabh Mehta
bc62349441 communication is now created when email is sent 2012-06-07 11:30:15 +05:30
Anand Doshi
6f7d06f19a seperate custome client script by a line break during concatenation, in doctype.py 2012-06-04 11:22:43 +05:30