Commit graph

112 commits

Author SHA1 Message Date
Anand Doshi
5b49c93fcd [fix] [test] test_scheduler 2016-07-22 11:11:28 +05:30
Rushabh Mehta
7c870d6ba4 [fix] dont update modified timestamp if called from post save methods 2016-07-20 12:55:19 +05:30
Anand Doshi
b7f057e33a [fix] test_scheduler.py 2016-07-15 13:25:57 +05:30
Rushabh Mehta
5e3bcbe01f [tests] added basic tests for page and generator 2016-06-27 11:50:04 +05:30
Anand Doshi
571de33901 [fix] test cases for limits change 2016-06-25 19:08:36 +05:30
Anand Doshi
3854bcad04 [fix] limits variables and how usage is stored within limits + additional fixes 2016-06-25 17:41:19 +05:30
Anand Doshi
37bf557d0e Merge pull request #1813 from vjFaLk/scheduler-test
Added tests for Scheduler
2016-06-24 18:23:11 +05:30
Rushabh Mehta
c262e7e3ef [fix] tests 2016-06-24 15:29:39 +05:30
Valmik Jangla
03f2955948 Added tests for Scheduler 2016-06-23 13:02:51 +05:30
Rushabh Mehta
8a91f1a790 [rename] Bulk Email to Email Queue 2016-06-22 13:06:06 +05:30
Anand Doshi
526e9ea2d7 [security] encrypt passwords that need to be retrievable, except User password which should be hashed 2016-06-13 17:18:59 +05:30
Rushabh Mehta
876fc6a885 [fix] [test] test_email 2016-04-21 11:57:24 +05:30
Anand Doshi
13e43fcbcd [fix] use importlib instead of imp.load_source in test_runner. Fixes to scheduler.py 2016-04-13 21:00:08 +05:30
Anand Doshi
32b3d7c279 [test] removed test_async.py as async magic isn't supported anymore. You can do it programmatically if you want to. 2016-04-13 19:57:23 +05:30
Anand Doshi
a48dd50381 [fix] with frappe.init_site, worker and schedule commands, cleanup and fixes to rq code 2016-04-13 19:28:04 +05:30
Rushabh Mehta
9d8c2b5eff [enhancements] added frappe.utils.evalute_filter(doc, filter) and ability to hook multiple doc events at the same time 2016-04-08 17:07:31 +05:30
Rushabh Mehta
9b0431e715 [fix] list quotes 2016-03-31 13:04:27 +05:30
Rushabh Mehta
c9f4a16893 [fix] [tests] 2016-03-31 12:21:20 +05:30
Rushabh Mehta
1dbd6c83ea [rename] messages -> chat 2016-03-31 11:52:28 +05:30
Rushabh Mehta
99a36256ab [fix] minor link_count test fix 2016-03-31 09:51:35 +05:30
Rushabh Mehta
bf62df720d [test] print for test 2016-03-30 16:16:22 +05:30
Rushabh Mehta
61218f7a80 Merge pull request #1661 from rmehta/link-count
[enhancement] count number of times a link is used and show most popular links on thei top
2016-03-30 13:16:04 +05:30
Rushabh Mehta
f842385611 [fix] with permissions 2016-03-28 16:12:10 +05:30
Rushabh Mehta
9397f8f5e7 [fix] cleanup bot 2016-03-28 15:20:00 +05:30
Rushabh Mehta
ce9baaf722 [fix] [test] test_seen.py 2016-03-25 17:42:13 +05:30
Rushabh Mehta
d029eae1f7 [enhancement] added feature to track user seen, fixes #1648 2016-03-25 16:27:31 +05:30
Rushabh Mehta
8b20788579 [enhancement] count number of times a link is used and show most popular links on thei top 2016-03-11 14:32:25 +05:30
Rushabh Mehta
ebbcd4593e [refactor] [optimize] dynamic links on deletion 2016-03-10 15:14:44 +05:30
Rushabh Mehta
3248bdb1dd [fix] image parsing in email 2016-03-08 11:30:40 +05:30
Anand Doshi
353e8a9d1f [fix] Sanitize form_dict and doc values to prevent XSS 2016-02-23 12:11:28 +05:30
Saurabh
56360711c2 [Fixes] flag value fixes 2015-11-02 15:23:16 +05:30
Anand Doshi
3c4f31a23c Limit varchar length to 140 instead of 255 to mitigate Row Size Too Large error 2015-10-14 16:00:14 +05:30
Anand Doshi
c118f43e96 Merge pull request #1296 from rmehta/async-monitor
[enhancement] add celery task to Async Task for logs, tracking
2015-09-11 12:34:55 +05:30
Anand Doshi
ad493f7942 [fix] permission tests 2015-09-08 17:29:31 +05:30
Rushabh Mehta
eb4e622067 [enhancement] add celery task to Async Task for logs, tracking 2015-09-08 17:20:36 +05:30
Anand Doshi
9b5b33ed02 Fix permissions test cases 2015-09-07 18:09:23 +05:30
Rushabh Mehta
00db33abe7 [data-import] use sync and fix error message for date parsing 2015-09-05 12:14:34 +05:30
Rushabh Mehta
2f7f4542e8 [minor] workflow in non-single, non-table & get_query fix 2015-08-24 13:51:13 +05:30
Nabin Hait
df5f27bee0 [fix] Fixed test case due to removal of async from data import tool 2015-08-21 18:00:26 +05:30
Rushabh Mehta
74bc524416 [test] fix test_async 2015-08-14 15:08:40 +05:30
Pratik Vyas
c3229a5828 [v6] fix data import test case 2015-08-13 23:03:35 -07:00
Rushabh Mehta
6cd5957d82 Merge branch 'develop' into v6-wip 2015-07-27 14:41:51 +05:30
Anand Doshi
f2d3a6ef9b Implemented 'If Owner' in Role Permissions 2015-07-24 12:17:30 +05:30
Pratik Vyas
422668a67f Async 2015-07-24 10:07:24 +05:30
Anand Doshi
715dcbc858 [test] disabled client side test case 2015-07-17 19:41:54 +05:30
Rushabh Mehta
1cdfd7aa20 [permission] removed un-necessary 'All' permissions 2015-07-13 15:39:33 +05:30
Anand Doshi
28115c0273 [fix] selenium tests 2015-05-28 23:06:26 -04:00
Anand Doshi
499c1b67ae Fix scheduler test cases 2015-05-28 16:29:09 -04:00
Rushabh Mehta
0a8f9a6d65 [test] no selenium 2015-05-28 12:33:21 +05:30
Rushabh Mehta
acb82b2565 [tests] stop selenium, for now 2015-05-28 10:51:35 +05:30