mdipierro
4bd002aee9
fixed CSRF in admin enabled/disable. thanks Nerendra Bhati
2016-05-04 09:11:55 -05:00
mdipierro
735d79c211
latest pydal fixed connection issue
2016-04-19 22:45:49 -05:00
mdipierro
4177b4fe58
included fixes from dal
2016-04-19 11:42:24 -05:00
mdipierro
82aec9ba39
new fixes from Giovanni
2016-04-19 11:30:40 -05:00
Giovanni Barillari
dc28664270
Tracking pydal 85c530c
2016-04-19 17:41:29 +02:00
Giovanni Barillari
78bb8e9b26
Updated to latest pydal, fixed IS_IN_DB validator for new pydal
2016-04-19 17:24:09 +02:00
mdipierro
0a633236e5
pydal fixes, thanks Giovanni
2016-04-19 08:17:55 -05:00
mdipierro
42d1544478
new experimental dal
2016-04-18 21:28:27 -05:00
mdipierro
85819a5f83
Merge pull request #1299 from BuhtigithuB/improve/auth-tests
...
New Auth tests
2016-04-17 21:27:35 -05:00
mdipierro
9ca1c28db3
Merge pull request #1298 from BuhtigithuB/new/prettydate-test-suite
...
New test suite for prettydate() + fix wrong number of days for month
2016-04-17 21:27:18 -05:00
Hardirc
37fa90fbd2
.has_..., .add_..., .del_permission tests cases
2016-04-17 13:28:41 -04:00
Hardirc
2f0de8d8a0
New Auth tests & del_membership('role') api harmonization
2016-04-17 11:35:17 -04:00
Hardirc
70a0209e31
Reorder tests cases and make inventory + news tests
2016-04-16 21:33:24 -04:00
Hardirc
92b3c8f777
New Auth tests
2016-04-16 19:35:06 -04:00
Hardirc
d622a8aa66
New test suite for prettydate() + fix wrong number of days for month
2016-04-16 14:54:34 -04:00
mdipierro
2a2771c4cc
Merge pull request #1297 from BuhtigithuB/update/markdown2-contrib
...
Update markdown2.py 2.2.4 -> 2.3.1 (latest release)
2016-04-15 22:10:22 -05:00
mdipierro
4fbd612d1b
Merge pull request #1296 from BuhtigithuB/enhancement/pep8-tools-py
...
Enhancement tools.py PEP8
2016-04-15 22:10:12 -05:00
mdipierro
190c77e0e7
Merge pull request #1295 from BuhtigithuB/refactor/auth-tools-tests
...
Refactor Auth tests, new test, old implementation commented for now
2016-04-15 22:09:44 -05:00
Richard Vézina
4fa8b3ed67
Update markdown2.py 2.2.4 -> 2.3.1 (latest release)
2016-04-15 12:33:04 -04:00
Richard Vézina
f109be363d
Enhancement tools.py PEP8
2016-04-14 11:17:27 -04:00
Hardirc
b7cc1b2db5
Refactor Auth tests, new tests, old implementation commented for now
2016-04-14 03:01:15 -04:00
mdipierro
81d0291ce2
R-2.14.5
R-2.14.5
2016-04-13 22:22:39 -05:00
mdipierro
894ff3c140
Merge pull request #1294 from leonelcamara/fix_1274
...
fixes #1274
2016-04-13 22:16:46 -05:00
mdipierro
216ce5507c
Merge pull request #1293 from leonelcamara/fix_1266
...
fixes #1266 and adds tests to make sure it doesn't happen again
2016-04-13 22:15:53 -05:00
mdipierro
068aecff93
Merge pull request #1292 from BuhtigithuB/add-more-html-test
...
Some more coverage for XML() and DIV()
2016-04-13 22:15:22 -05:00
Leonel Câmara
59cbe99347
pep8 and force travis to rebuild
2016-04-14 04:13:18 +01:00
Leonel Câmara
bdbc053285
fixes #1274
2016-04-14 03:57:20 +01:00
Leonel Câmara
d746d43be5
pep8 and make travis run again
2016-04-14 01:21:23 +01:00
Leonel Câmara
9a3e73031b
fixes #1266 and adds tests to make sure it doesn't happen again
2016-04-14 01:02:25 +01:00
Richard Vézina
0468c16bc2
Some more coverage for XML() and DIV()
2016-04-13 11:44:16 -04:00
mdipierro
8c5858b6b7
fixed merge issue
2016-04-13 08:41:09 -05:00
mdipierro
6400e28a85
fixed stupid
2016-04-13 08:40:19 -05:00
mdipierro
3e46d50aa1
Merge pull request #1290 from carpaIdea/patch-3
...
box-sizing best practice
2016-04-13 08:33:29 -05:00
mdipierro
cb94fde80b
Merge pull request #1289 from carpaIdea/patch-2
...
<main> semantic element IE fix
2016-04-13 08:30:20 -05:00
mdipierro
98593eefce
Merge pull request #1291 from leonelcamara/test_week6
...
Test emails with alternative text and html
2016-04-13 08:27:33 -05:00
Leonel Câmara
4bbfe70927
install a more modern pypy version
2016-04-13 14:17:30 +01:00
Leonel Câmara
02a0d1c9b0
minor reorder
2016-04-13 14:01:36 +01:00
Leonel Câmara
2bf0ad9268
test emails with alternative text and html
2016-04-13 14:00:33 +01:00
carpaIdea
2e63b7637a
box-sizing best practice
...
This code was updated to match new box-sizing best practices. Also prefixes are pretty much dead. (quote from http://www.paulirish.com/2012/box-sizing-border-box-ftw/ ).
More info on https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
2016-04-13 00:53:42 +02:00
mdipierro
67485d16a5
R-2.14.4
R-2.14.4
2016-04-12 16:21:05 -05:00
carpaIdea
a9c5cf3072
<main> semantic element IE fix
...
Some versions of Internet Explorer consider the <main> semantic element as "unknown". So its initial value is "inline".If we want the behavior of the <main> element to be the same as in other browsers, we must set it explicitly as a "block."
2016-04-12 23:07:27 +02:00
mdipierro
eba8ad4b55
fixed CHANGELOG
2016-04-12 15:45:54 -05:00
mdipierro
4ed6fb7ed9
Merge pull request #1288 from carpaIdea/patch-1
...
Missing <!DOCTYPE html>
2016-04-12 15:44:19 -05:00
carpaIdea
294c67194f
Missing <!DOCTYPE html>
...
Of course if there is not any intentional reason to turn on "quirks mode" in browsers.
https://developer.mozilla.org/en-US/docs/Web/CSS/Common_CSS_Questions#Why_doesn't_my_CSS_which_is_valid_render_correctly
https://developer.mozilla.org/it/docs/Quirks_Mode_and_Standards_Mode
2016-04-12 22:24:30 +02:00
mdipierro
70f793b422
Merge pull request #1287 from leonelcamara/test_week6
...
Test week6
2016-04-12 11:14:14 -05:00
Leonel Câmara
9552d9d6d0
fixed sort=True test
2016-04-12 16:28:33 +01:00
Leonel Câmara
9ead66b6db
test IS_IN_DB label is a Field and self.sort = True
2016-04-12 16:00:33 +01:00
Leonel Câmara
00c65ad160
Complete coverage for Mail.Attachment
2016-04-12 15:28:48 +01:00
Leonel Câmara
b5c8b3ad25
closes #1286
2016-04-12 15:10:14 +01:00
mdipierro
5ca65d55d2
Merge pull request #1284 from BuhtigithuB/more-markmin-pep8
...
More markmin pep8
2016-04-11 13:38:54 -05:00