Nabin Hait
|
6d9dc4a0c1
|
bumped to version 8.0.63
|
2017-06-02 14:35:34 +06:00 |
|
Nabin Hait
|
a101f0fa04
|
bumped to version 8.0.62
|
2017-06-01 19:39:31 +06:00 |
|
Nabin Hait
|
b0f2da7e26
|
bumped to version 8.0.61
|
2017-05-30 16:28:59 +06:00 |
|
Nabin Hait
|
6829dadbda
|
bumped to version 8.0.60
|
2017-05-26 22:06:16 +06:00 |
|
Nabin Hait
|
7487a00a89
|
bumped to version 8.0.59
|
2017-05-24 19:07:44 +06:00 |
|
Nabin Hait
|
6a6ac94ec9
|
bumped to version 8.0.58
|
2017-05-23 21:37:46 +06:00 |
|
Nabin Hait
|
acd0dbdfd5
|
bumped to version 8.0.57
|
2017-05-23 17:45:43 +06:00 |
|
Nabin Hait
|
20b4ca7d17
|
bumped to version 8.0.56
|
2017-05-23 12:06:54 +06:00 |
|
Rushabh Mehta
|
e051390317
|
bumped to version 8.0.55
|
2017-05-19 23:13:05 +06:00 |
|
Rushabh Mehta
|
f5ca153d34
|
bumped to version 8.0.54
|
2017-05-19 21:14:34 +06:00 |
|
Rushabh Mehta
|
2ba37e5881
|
bumped to version 8.0.53
|
2017-05-19 20:55:38 +06:00 |
|
Rushabh Mehta
|
a08b6cff66
|
bumped to version 8.0.52
|
2017-05-19 20:23:11 +06:00 |
|
Rushabh Mehta
|
483fae4db5
|
bumped to version 8.0.51
|
2017-05-19 20:11:03 +06:00 |
|
Rushabh Mehta
|
c92477be55
|
bumped to version 8.0.50
|
2017-05-19 19:53:33 +06:00 |
|
Rushabh Mehta
|
12324230ad
|
bumped to version 8.0.49
|
2017-05-19 18:50:37 +06:00 |
|
Nabin Hait
|
ce6f0e4822
|
bumped to version 8.0.48
|
2017-05-19 14:36:48 +06:00 |
|
Nabin Hait
|
89f07fb8d6
|
bumped to version 8.0.47
|
2017-05-18 14:10:47 +06:00 |
|
Nabin Hait
|
9cdaed84b3
|
bumped to version 8.0.46
|
2017-05-17 14:23:18 +06:00 |
|
Nabin Hait
|
a71d4acb4a
|
bumped to version 8.0.45
|
2017-05-17 11:36:23 +06:00 |
|
Nabin Hait
|
3fce6cb78b
|
bumped to version 8.0.44
|
2017-05-16 14:05:38 +06:00 |
|
Nabin Hait
|
bb699a23c3
|
bumped to version 8.0.43
|
2017-05-11 16:51:40 +06:00 |
|
Nabin Hait
|
c7be9b16a5
|
bumped to version 8.0.42
|
2017-05-10 20:06:19 +06:00 |
|
Nabin Hait
|
85edac047a
|
bumped to version 8.0.41
|
2017-05-10 18:05:59 +06:00 |
|
Nabin Hait
|
cd36f38059
|
bumped to version 8.0.40
|
2017-05-10 14:33:12 +06:00 |
|
Nabin Hait
|
a60bf60469
|
bumped to version 8.0.39
|
2017-05-09 20:42:43 +06:00 |
|
Nabin Hait
|
64173e84c2
|
bumped to version 8.0.38
|
2017-05-09 18:39:06 +06:00 |
|
Nabin Hait
|
0e0c813110
|
bumped to version 8.0.37
|
2017-05-09 15:42:45 +06:00 |
|
Nabin Hait
|
b2fc873649
|
bumped to version 8.0.36
|
2017-05-06 14:09:29 +06:00 |
|
Nabin Hait
|
54e404a4f9
|
bumped to version 8.0.35
|
2017-05-04 16:18:30 +06:00 |
|
Saurabh
|
444ea64997
|
bumped to version 8.0.34
|
2017-05-04 13:26:06 +06:00 |
|
Nabin Hait
|
f7b247035c
|
bumped to version 8.0.33
|
2017-05-04 12:49:23 +06:00 |
|
Nabin Hait
|
029f920864
|
Merge pull request #3218 from rohitwaghchaure/safe_eval_issue
[fix] Added round function in the safe_eval method
|
2017-05-03 16:01:06 +05:30 |
|
Rushabh Mehta
|
62f0480117
|
[rename] frappe.www.print to frappe.www.printview
|
2017-05-03 15:59:24 +05:30 |
|
Rohit Waghchaure
|
6d7808c550
|
[fix] Added round function in the safe_eval method
|
2017-05-03 12:35:54 +05:30 |
|
Nabin Hait
|
33ecaa52e6
|
bumped to version 8.0.32
|
2017-05-02 10:27:34 +06:00 |
|
mbauskar
|
c8f24e42fe
|
[minor] added int, float, long in eval globals
|
2017-05-02 09:52:35 +05:30 |
|
tundebabzy
|
7b41d7e5eb
|
Python 3 compatible print statements (#3199)
* changes print statements in file to python 3 compatible style using `__future__`
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* changes deprecated md5 module to hashlib
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
|
2017-05-01 12:34:29 +05:30 |
|
Nabin Hait
|
cf5d41260a
|
bumped to version 8.0.31
|
2017-04-30 09:32:27 +06:00 |
|
Saurabh
|
d323fbd906
|
bumped to version 8.0.30
|
2017-04-29 19:29:34 +06:00 |
|
Saurabh
|
d3b7bde7c4
|
bumped to version 8.0.29
|
2017-04-29 18:28:09 +06:00 |
|
Saurabh
|
f136dab762
|
bumped to version 8.0.28
|
2017-04-29 16:50:09 +06:00 |
|
Nabin Hait
|
72c2683b4f
|
bumped to version 8.0.27
|
2017-04-28 16:08:37 +06:00 |
|
Nabin Hait
|
5448d2f186
|
bumped to version 8.0.26
|
2017-04-26 15:15:03 +06:00 |
|
Nabin Hait
|
c2daa8fcef
|
bumped to version 8.0.25
|
2017-04-25 21:15:33 +06:00 |
|
Nabin Hait
|
d28ee38bd8
|
bumped to version 8.0.24
|
2017-04-25 15:00:10 +06:00 |
|
Nabin Hait
|
0fdeda8d28
|
bumped to version 8.0.23
|
2017-04-24 18:01:58 +06:00 |
|
Nabin Hait
|
5a640630fd
|
bumped to version 8.0.22
|
2017-04-24 16:50:58 +06:00 |
|
Nabin Hait
|
9a21b94bf9
|
bumped to version 8.0.21
|
2017-04-24 13:49:02 +06:00 |
|
Nabin Hait
|
e1f2e8eefd
|
bumped to version 8.0.20
|
2017-04-22 16:19:07 +06:00 |
|
Nabin Hait
|
550bec5e4e
|
bumped to version 8.0.19
|
2017-04-20 09:21:02 +06:00 |
|