Commit graph

6344 commits

Author SHA1 Message Date
Pratik Vyas
2b8a9b63f9 Merge branch 'develop' 2014-11-17 11:35:13 +05:30
Pratik Vyas
08317b8e0e bumped to version 4.5.7 2014-11-17 12:05:13 +06:00
Nabin Hait
93851ad3b5 Merge pull request #918 from pdvyas/fix-duplicate-name
[minor] fix msgprint from duplicate name
2014-11-14 18:00:48 +05:30
Pratik Vyas
4fb0700dc0 [minor] fix msgprint from duplicate name 2014-11-14 17:55:32 +05:30
Nabin Hait
d3dbfdf6a0 Merge pull request #917 from nabinhait/hotfix
fix for negative value in money_in_words
2014-11-14 16:50:50 +05:30
Nabin Hait
c152f3ead3 fix for negative value in money_in_words 2014-11-14 16:45:04 +05:30
Pratik Vyas
38a026f155 Merge branch 'develop' 2014-11-14 16:01:21 +05:30
Pratik Vyas
85e6f40909 bumped to version 4.5.6 2014-11-14 16:31:21 +06:00
Nabin Hait
07d2125b66 Merge pull request #916 from nabinhait/hotfix
hotfix in event
2014-11-14 16:00:09 +05:30
Nabin Hait
66f42121a5 hotfix in event 2014-11-14 15:59:45 +05:30
Pratik Vyas
73973d02b5 Merge branch 'develop' 2014-11-14 15:27:00 +05:30
Pratik Vyas
6b324f451b bumped to version 4.5.5 2014-11-14 15:57:00 +06:00
Nabin Hait
886b609fd3 Merge pull request #891 from nathando/patch-4
Convert dict to object before formatting
2014-11-14 14:59:03 +05:30
Nabin Hait
1aca5e49e0 Merge pull request #911 from pdvyas/fix-filemanager
[minor] encode filename to utf-8 and filepath before saving
2014-11-14 14:58:09 +05:30
Nabin Hait
62c2660332 Merge pull request #910 from jorxzpagta/patch-1
Update event.py
2014-11-14 14:56:34 +05:30
Pratik Vyas
edc8ed43a5 fix event test case 2014-11-14 10:35:01 +05:30
Pratik Vyas
eec17701b3 [minor] fix website route drop table 2014-11-14 10:23:42 +05:30
Pratik Vyas
43aeb93608 [minor] encode filename to utf-8 and filepath before saving 2014-11-14 10:23:42 +05:30
Nabin Hait
9bb708baa7 Merge pull request #915 from nabinhait/hotfix
fix: query order by
2014-11-13 14:43:04 +05:30
Nabin Hait
4eb6cdb157 fix: query order by 2014-11-13 14:42:41 +05:30
Nabin Hait
a0e17a80b1 Merge pull request #914 from nabinhait/hotfix
Block parallel ajax while saving
2014-11-13 11:47:46 +05:30
Nabin Hait
27c23dccac Block parallel ajax while saving 2014-11-13 11:19:44 +05:30
Nabin Hait
a41f04a479 Merge pull request #913 from nabinhait/hotfix
Minor fix
2014-11-12 17:29:20 +05:30
Nabin Hait
3e18bfded9 Minor fix 2014-11-12 17:28:08 +05:30
Nabin Hait
1f994d31b8 Merge pull request #912 from nabinhait/hotfix
Hotfix
2014-11-12 17:13:07 +05:30
Nabin Hait
112ac47ce3 Merge branch 'develop' of https://github.com/frappe/frappe into hotfix 2014-11-12 17:11:12 +05:30
Nabin Hait
71a3cf1dfc link for website view in email 2014-11-12 17:11:01 +05:30
jorxzpagta
1ba7837e97 Update event.py
Calendar Bug: When you create an event and repeat it to a certain date, it repeats the event from the start date to the last day of the calendar on the page.

Fix: it gets the repeat_till data from the database and limits the event to the proposed date.
2014-11-12 16:42:26 +08:00
Pratik Vyas
26f1cc8b97 Merge branch 'develop' 2014-11-10 12:37:44 +05:30
Pratik Vyas
0eb5bdc167 bumped to version 4.5.4 2014-11-10 13:07:44 +06:00
Pratik Vyas
cc1e0dad12 Merge branch 'develop' 2014-11-08 15:02:06 +05:30
Pratik Vyas
923cff7fe3 bumped to version 4.5.3 2014-11-08 15:32:05 +06:00
Nabin Hait
0bdcd50018 Merge pull request #906 from nabinhait/hotfix
Don't validate fields for doctype for custom fields when called from customize form
2014-11-08 14:57:11 +05:30
Nabin Hait
91679155a1 Don't validate fields for doctype for custom fields when called from customize form 2014-11-08 14:52:37 +05:30
Nabin Hait
aef4b10caf Merge pull request #904 from nabinhait/hotfix
Allowed precision upto 9 for Float, Currency, Percent fieldtype
2014-11-08 13:48:47 +05:30
Nabin Hait
dea587bcad check property setter and custom field only called after install 2014-11-08 10:25:17 +05:30
Nabin Hait
c3406b8d5a Allowed precision upto 9 for Float, Currency, Percent fieldtype 2014-11-07 17:03:56 +05:30
Nabin Hait
0987bdd849 Don't validate fields for doctype for custom fields when called from customize form 2014-11-07 17:03:56 +05:30
Nabin Hait
a7448bf1c1 Allowed precision upto 9 for Float, Currency, Percent fieldtype 2014-11-07 17:03:56 +05:30
Nabin Hait
812515f312 Allowed precision upto 9 for Float, Currency, Percent fieldtype 2014-11-07 17:03:55 +05:30
Rushabh Mehta
1e8f063651 Merge pull request #872 from saguas/develop
Extends export fixtures
2014-11-07 16:12:49 +05:30
Rushabh Mehta
aa4292666b Merge pull request #903 from pdvyas/fix-travis-email
[minor] add auto_mail_id to test_site site_config.json
2014-11-07 16:08:46 +05:30
Pratik Vyas
e308e8cee4 [minor] add auto_mail_id to test_site site_config.json 2014-11-06 18:47:41 +05:30
Rushabh Mehta
1986c1daba Merge pull request #897 from pdvyas/hotfix-website-list
[minor] add jinja import to list.py
2014-11-06 09:23:09 +05:30
Pratik Vyas
3411cc22cb Merge branch 'develop' 2014-11-03 16:03:42 +05:30
Pratik Vyas
94d113baa7 bumped to version 4.5.2 2014-11-03 16:33:42 +06:00
Nabin Hait
620c80d8b2 Merge pull request #902 from nabinhait/hotfix
[Fix] rebuild page name on change of obj name
2014-10-30 18:15:07 +05:30
Nabin Hait
023db7a764 [Fix] rebuild page name on change of obj name 2014-10-30 17:13:42 +05:30
Pratik Vyas
ae74133cf5 Merge branch 'develop' 2014-10-30 14:21:37 +05:30
Pratik Vyas
956a725f02 bumped to version 4.5.1 2014-10-30 14:51:37 +06:00