Commit graph

5,223 commits

Author SHA1 Message Date
Florent
3f1e45d459 Restore compatibility with old hash values 2014-03-28 14:16:24 +01:00
Florent
45760ca84b Remove parse function 2014-03-28 14:16:24 +01:00
Florent
d2eec89a4e Set the category 2014-03-28 14:16:24 +01:00
Florent
7f02c6d526 Use Transaction.Raw 2014-03-28 14:16:24 +01:00
Florent
267b8bbc75 Add history support with Browser2 2014-03-28 14:16:24 +01:00
Florent
15ca64f3d9 First step on ING with Browser2
Login and listing of accounts work
2014-03-28 14:16:23 +01:00
Florent
d768de6638 Add RawPage to Browser2 2014-03-28 13:24:26 +01:00
Bezleputh
e321da495a [senscritique] use go instead of stay_or_go 2014-03-28 11:32:29 +01:00
Bezleputh
13b61f0559 [biplan] code optimisation 2014-03-28 11:32:29 +01:00
Florent
7dee2218ff Add dayfirst option to Date and DateTime 2014-03-28 11:31:44 +01:00
Florent
ba2f66183c Introduce Lower Filter 2014-03-28 11:31:41 +01:00
Florent
c3b34886db Fix call of Date 2014-03-28 11:31:38 +01:00
Laurent Bachelier
c4b40e85e9 Limit debug filename to a sane number of characters 2014-03-27 23:41:31 +01:00
Florent
c7b055b898 Remove unused (and undeclared) ipaddr field 2014-03-27 22:28:17 +01:00
Bezleputh
c699dbe4cc [browser2] Rename Combine filter to CombineDate 2014-03-27 10:01:13 +01:00
Bezleputh
7c9e47d3fb [biplan] adapt to browser2 2014-03-27 00:16:46 +01:00
Bezleputh
66f3560b52 [browser2] add a CleanHTML filter 2014-03-27 00:16:11 +01:00
Bezleputh
f04c5a4ae9 [browser2] add a combine filter 2014-03-27 00:15:31 +01:00
Bezleputh
4924d6eb66 [grooveshark] fix bug : no more field AvgRate 2014-03-27 00:14:36 +01:00
Florent
2c3fd71a1d Do not use "params" to build URL 2014-03-26 21:32:01 +01:00
Florent
43b5e154b6 Do not use the name "params" to build an URL 2014-03-26 21:30:04 +01:00
Florent
fe7c4e10b1 Fixe encoding warning 2014-03-26 21:04:08 +01:00
Florent
d5793252b6 Support the "Résiliation" of a line 2014-03-26 21:03:44 +01:00
Florent
cccb74a1d1 Update AUTHORS bis 2014-03-26 13:10:04 +01:00
Florent
0412d095bc Update Authors 2014-03-26 12:41:09 +01:00
Raphaël Rigo
72ccdad49e Fix date parsing in popolemploi
Signed-off-by: Raphaël Rigo <devel-git@syscall.eu>
2014-03-26 12:40:17 +01:00
Romain Bignon
d1c9d0de49 fix: default account type is TYPE_UNKNOWN, not None 2014-03-26 11:10:33 +01:00
Romain Bignon
aa2e93d461 do not crash when we aren't on a operations page 2014-03-26 11:10:22 +01:00
Romain Bignon
a84d5f947c add a possible label title 2014-03-26 11:10:09 +01:00
Romain Bignon
e977aed9be use TableCell to locate raw column 2014-03-26 10:28:14 +01:00
Romain Bignon
1be3f3bc87 fix crash on unknown accounts types 2014-03-26 10:28:02 +01:00
Vincent Paredes
1a381467e3 Fixing personnal space 2014-03-26 10:13:24 +01:00
Romain Bignon
9770b2af1c fix compatibility with requests < 2.2 2014-03-26 09:58:27 +01:00
Romain Bignon
273f0e683e logger can be unset at this step 2014-03-26 09:44:13 +01:00
Vincent Paredes
e8bf117728 remove logging checking on the contract page 2014-03-26 09:42:19 +01:00
Vincent Paredes
c23cbb8bbf increasing timedelta to 90 #fix 470 2014-03-26 09:42:19 +01:00
Romain Bignon
0048365bcc do CleanText forwards kwargs to allow children classes to have a default parameter 2014-03-26 09:40:22 +01:00
Romain Bignon
42028c390f add a 'settings' attribute on loggers to store user values like 'save_responses', 'responses_dirname', 'ssl_insecure', etc. 2014-03-25 22:58:35 +01:00
Romain Bignon
698ed5fb06 add exceptions, add _Filter.default_or_raise, and other fixes 2014-03-25 22:28:09 +01:00
Romain Bignon
9ab8538b42 remove unused imports 2014-03-25 21:49:47 +01:00
Romain Bignon
1ffc83df5d fix unexpected argument to BrokenPageError 2014-03-25 21:48:42 +01:00
Bezleputh
440baee739 [senscritique] use go instead of stay_or_go 2014-03-25 20:43:50 +01:00
Florent
2c63f6d52e Better next_page field 2014-03-25 13:25:25 +01:00
Florent
77f2213229 Return default value if html node is not found 2014-03-25 13:24:24 +01:00
Florent
e289fc6b8f Rename the filter Date to Datetime. Introduce Date 2014-03-25 12:23:08 +01:00
Florent
e1944d95f3 Date actually supports Datetime objects 2014-03-25 12:11:40 +01:00
Bezleputh
731d90c58e [senscritique] remove useless comment 2014-03-24 19:15:57 +01:00
Bezleputh
9eacdb0347 [browser2] fix bug in is_here when self.klass is None 2014-03-24 19:15:57 +01:00
Florent
afd499b0ed Add the format for the date in documentation 2014-03-23 19:22:36 +01:00
Florent
f3d699f14a Call CleanText.clean 2014-03-23 13:56:47 +01:00