Richard Vézina
f7ad31f066
Refactor TestAuth() with setUp() and add test case
2016-03-31 16:25:02 -04:00
Leonel Câmara
d0f6ef4783
made stuff prettier
...
added myself to the contributor list :P
2016-03-31 00:29:28 +01:00
Richard Vézina
104d616cb9
Reorder test case and make inventory of what missing
2016-03-30 16:32:37 -04:00
Richard Vézina
a8703270da
PEP8 enhancement
2016-03-30 16:20:02 -04:00
Leonel Câmara
ad57c3c613
test block extend, super, delimiters, etc.
2016-03-30 02:33:29 +01:00
Leonel Câmara
5c292640ba
Complete coverage for IS_IN_SET
...
Removed unreachable code in IS_IN_SET
if failures and self.theset:
if self.multiple and (value is None or value == '')
It's impossible to have *failures* and have value be None or '' at the same time
2016-03-28 14:47:58 +01:00
Leonel Câmara
5cbf381a2c
More test coverage for validators.py
...
Fixed a bug in IS_EMAIL throwing exceptions when asked to validate anything other than a string which was problematic for ANY_OF
Fixed a bug in ANY_OF.formatter where it was trying to format with a validator that didn't validate
2016-03-27 14:23:24 +01:00
mdipierro
a0bbd7885a
Merge branch 'master' of github.com:web2py/web2py
R-2.14.3
2016-03-26 17:56:23 -05:00
mdipierro
c2ce90a1fe
R-2.14.3
2016-03-26 17:55:52 -05:00
mdipierro
197b018534
fixed stupid.css again
2016-03-26 17:54:11 -05:00
Hardirc
9ac1e7188f
tests inventory and reordering + PEP8 enhancement
2016-03-26 13:19:29 -04:00
Hardirc
58a8ba067c
cache.py PEP8 enhancement
2016-03-26 13:11:27 -04:00
mdipierro
060aeff867
Merge pull request #1251 from BuhtigithuB/add-even-more-test-over-html-py
...
More coverage and some PEP8 enhencement to html.py
2016-03-26 00:00:43 -05:00
mdipierro
d4572c5f38
Merge branch 'master' of github.com:web2py/web2py
2016-03-25 23:57:24 -05:00
mdipierro
46dc83a1bb
synced to latest stupid.css
2016-03-25 23:57:13 -05:00
Hardirc
f414356b67
More coverage and some PEP8 enhencement to html.py
2016-03-26 00:44:28 -04:00
mdipierro
460a017bab
Merge pull request #1250 from Pierre-Thibault/strange_lines
...
Nonsense sys.exc_info parameter of traceback.format_exc calls.
2016-03-25 18:07:25 -05:00
mdipierro
0b966d7c0a
Merge pull request #1249 from leonelcamara/patch-1
...
imageutils.py missing comma bug
2016-03-25 18:06:56 -05:00
Pierre Thibault
d2d16d4081
I was forgetting line 200.
2016-03-25 15:54:01 -04:00
Pierre Thibault
ebcf6e5671
Nonsense sys.exc_info parameter of traceback.format_exc calls.
2016-03-25 15:48:58 -04:00
Leonel Câmara
778cc3902b
Update imageutils.py
...
missing comma
2016-03-25 12:45:33 +00:00
mdipierro
32650f0cbf
R-2.14.2
R-2.14.2
2016-03-24 17:44:41 -05:00
mdipierro
8f8ef4cca5
fixed sessions for long keys
2016-03-24 16:58:04 -05:00
mdipierro
c9e92fc686
restored pickles in sessions
2016-03-24 16:50:02 -05:00
mdipierro
0820926b50
more secure sessions in cookies using json
2016-03-24 16:46:51 -05:00
mdipierro
1856c9dc7a
fixed changelog
2016-03-24 12:33:43 -05:00
mdipierro
973bb4a16f
R-2.14.1
R-2.14.1
2016-03-24 12:20:58 -05:00
mdipierro
2fa54f069c
Merge pull request #1246 from BuhtigithuB/improve-test-validators
...
Improve PEP8 just a bit + more coverage
2016-03-24 12:10:17 -05:00
mdipierro
b11260d2e2
Merge pull request #1244 from mbelletti/fix/admin_enable_disable_apps
...
Fix missing w2p_ajax_disable_with_message #1234
2016-03-24 12:10:01 -05:00
mdipierro
a6a9b004ea
Merge pull request #1235 from kjkuan/avoid-query-per-row-for-virtual-fields
...
Avoid issuing a separate sql query for each row in sqlform grid search results, for virtual fields
2016-03-24 12:09:36 -05:00
mdipierro
6ed204301d
ok dropped backward compatibility in redis_*.py
2016-03-24 12:08:43 -05:00
Richard Vézina
52392a10ae
Improve PEP8 just a bit + more coverage
2016-03-24 10:44:37 -04:00
Jack Kuan
6d68a40ddf
Fix to work in cases, in which the query for the grid is not a join.
2016-03-24 10:25:37 -04:00
Jack Kuan
51bf802978
When deriving the value for a virtual field in a sqlform grid,
...
avoid issuing a separate sql query for each row found in the search
results.
2016-03-24 10:25:37 -04:00
Massimiliano Belletti
34267b7673
Fix missing w2p_ajax_disable_with_message #1234
2016-03-24 11:17:59 +01:00
mdipierro
26eb5e6f38
Merge pull request #1242 from BuhtigithuB/fix-assert-raise-test-html
...
fix some assertRaises leave commented + more coverage
2016-03-24 03:03:24 -05:00
mdipierro
13964c2c9b
Merge pull request #1241 from gi0baro/master
...
Updated pyDAL to 16.03
2016-03-24 03:03:03 -05:00
mdipierro
6a876fffc2
Merge pull request #1240 from BuhtigithuB/add-utils-test
...
test_utils inventory and new tests
2016-03-24 03:02:50 -05:00
mdipierro
cd7850cc36
Merge pull request #1239 from BuhtigithuB/rework-fileutils-tests
...
rework test_fileutils.py mostly
2016-03-24 03:02:34 -05:00
Hardirc
e4705dd48a
fix some assertRaises leave commented + more coverage
2016-03-24 03:09:47 -04:00
Richard Vézina
2ef079289b
test_utils inventory and new tests
2016-03-24 01:59:39 -04:00
mdipierro
76e95a9f1c
edited CHANGELOG
2016-03-23 19:32:23 -05:00
mdipierro
4c5664f701
backward compatible syntax for redis
2016-03-23 19:14:37 -05:00
mdipierro
cafba3fbe2
requires 2.14.1
2016-03-23 18:52:40 -05:00
Giovanni Barillari
8cb6678505
Updated pyDAL to 16.03
2016-03-24 00:38:48 +01:00
Richard Vézina
9fabfaac96
rework test_fileutils.py mostly
2016-03-23 14:32:14 -04:00
mdipierro
797ade202f
Merge pull request #1238 from BuhtigithuB/add-more-test-over-html-py
...
BEAUTIFY, MENU, MARKMIN and ASSIGNJS basic tests and attempt ASSIGNJS…
2016-03-23 11:34:58 -05:00
Hardirc
dda81d1b95
SELECT('Option 1', 'Option 2') what else...
2016-03-23 00:25:56 -04:00
Hardirc
13ed29ffc3
OPTGROUP with OPTION
2016-03-23 00:18:17 -04:00
Hardirc
785276d294
some more corner cases for SELECT
2016-03-23 00:16:27 -04:00