Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix (value filter does not filter out all empty values) #16

Merged
merged 3 commits into from
Mar 1, 2014

Conversation

s7eph4n
Copy link
Contributor

@s7eph4n s7eph4n commented Mar 1, 2014

Added a case for empty values

Additional content parsing is influenced by special page/template status.

An eyeball check on the following options (format=tagcloud):

1 link=all
2 link=none
3 template=TagCloud / link=none
4 template=TagCloud / link=all
5 widget=wordcloud / link=none
6 widget=wordcloud / link=all
7 widget=wordcloud / template=TagCloud
8 widget=sphere / link=none
9 widget=sphere / link=all
10 widget=sphere / template=TagCloud
@s7eph4n s7eph4n closed this Mar 1, 2014
@s7eph4n s7eph4n reopened this Mar 1, 2014
@mwjames
Copy link
Contributor

mwjames commented Mar 1, 2014

I'm guessing it does what it says as we don't run any qunit tests here.

mwjames added a commit that referenced this pull request Mar 1, 2014
bugfix (value filter does not filter out all empty values)
@mwjames mwjames merged commit 2253982 into SemanticMediaWiki:master Mar 1, 2014
for ( var j = 0; j < printoutValues.length && ! selectedFoundInPrintout; ++j ) {
selectedFoundInPrintout = selectedFoundInPrintout || ( printoutValues[j] == targetValues[k] );
}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

such indenting. many complexly. much wow omg

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quite true. Truth be told, the whole format could well use a rewrite.

@kghbln kghbln added this to the 1.9.0.2 milestone Mar 2, 2014
@kghbln kghbln added the bug label Mar 2, 2014
@JeroenDeDauw
Copy link
Member

@s7eph4n Can you please add a line about this in the release notes (for 1.9.1)?

@s7eph4n
Copy link
Contributor Author

s7eph4n commented Apr 27, 2014

Sorry for not responding. Was on vacation without internet access.

@JeroenDeDauw
Copy link
Member

I already updated the stuff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants