Merge branch 'dev' of soutade.fr:iwla into dev
This commit is contained in:
commit
b0652824bb
|
@ -1,3 +1,9 @@
|
||||||
|
v0.4 (02/05/2016)
|
||||||
|
** User **
|
||||||
|
** Dev **
|
||||||
|
** Bugs **
|
||||||
|
for robots, we have to use not_viewed_pages (feeds plugin)
|
||||||
|
|
||||||
v0.3 (12/04/2016)
|
v0.3 (12/04/2016)
|
||||||
** User **
|
** User **
|
||||||
Add referers_diff display plugin
|
Add referers_diff display plugin
|
||||||
|
|
|
@ -103,7 +103,7 @@ class IWLAPostAnalysisFeeds(IPlugin):
|
||||||
isFeedParser = self.FEED_PARSER
|
isFeedParser = self.FEED_PARSER
|
||||||
# Robot that views pages -> bot
|
# Robot that views pages -> bot
|
||||||
if hit['robot']:
|
if hit['robot']:
|
||||||
if hit['viewed_pages']:
|
if hit['not_viewed_pages']:
|
||||||
isFeedParser = self.NOT_A_FEED_PARSER
|
isFeedParser = self.NOT_A_FEED_PARSER
|
||||||
break
|
break
|
||||||
if self.merge_one_hit_only_feeds_parsers:
|
if self.merge_one_hit_only_feeds_parsers:
|
||||||
|
|
BIN
resources/icon/vh.png
Normal file
BIN
resources/icon/vh.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 239 B |
BIN
resources/icon/vk.png
Normal file
BIN
resources/icon/vk.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 236 B |
BIN
resources/icon/vp.png
Normal file
BIN
resources/icon/vp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 248 B |
BIN
resources/icon/vu.png
Normal file
BIN
resources/icon/vu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 239 B |
BIN
resources/icon/vv.png
Normal file
BIN
resources/icon/vv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 239 B |
Loading…
Reference in New Issue
Block a user