jgen
1ca3865a1c
Removing the closing PHP "?>" tag as per style guidelines. (Also see: https://stackoverflow.com/questions/4410704/why-would-one-omit-the-close-tag )
2014-04-25 22:54:51 -04:00
jgen
506e699f8a
Not sure if we really need the triple equals.
2014-04-24 01:15:30 -04:00
jgen
866d39a68e
The 'tags' box actually has a different ID.
2014-04-24 01:15:03 -04:00
jgen
a105090039
Some more JS linting.
2014-04-23 23:39:09 -04:00
Shish
75c3d8e453
Merge pull request #409 from jgen/linting
...
Linting
2014-04-20 00:29:53 +01:00
jgen
bdf49b33cb
Some more linting thanks to scrutinizer-ci
2014-04-19 01:18:49 -04:00
Justin Brewer
f243092634
count("") == 1
2014-04-11 23:55:30 -04:00
Shish
0e90d58d85
Don't crash if no relevant tags are found, see #324
2013-11-27 08:28:07 +00:00
Justin Brewer
8c5987a6b2
Fixed tags with quotes killing the Javascript
...
Of course not.
2013-09-26 10:47:37 -05:00
Justin Brewer
7be1f9e637
Properly escape tags while building query
...
Could it really be that easy?
2013-09-25 23:39:40 -05:00
Justin Brewer
55bfa4cfd7
Use API calls
2013-09-25 22:59:08 -05:00
Justin Brewer
e93785339f
Fix another corner case
...
If $counter == $def_count and the next tag in the list is a used tag, the
tagcloud_extra div would be printed twice, breaking the list.
This solution feels ugly, perhaps there's a better way to do this?
2013-08-26 23:32:44 -05:00
Justin Brewer
8732f1a9ef
Extra-switch fixes
...
Wrong variable name, and don't do the math unless we have to.
Fixed the diplayed number being wrong.
Also fixed a corner case where number of tags in the cloud equals number to
display. Would display "[show 0 more tags]".
2013-08-10 16:19:03 -05:00
Justin Brewer
fa1fb45c1e
Polish
2013-08-07 16:08:05 -05:00
Justin Brewer
03e78bd19f
Tag Category integration
2013-08-07 15:58:58 -05:00
Justin Brewer
e133138be2
Config option for which tags to ignore
2013-08-07 15:25:11 -05:00
Justin Brewer
905dc2df31
Relevance sorting method
2013-08-07 14:47:44 -05:00
Justin Brewer
d27079ca9f
Cleanup build_tag_map
...
Millions of temp variables. Assuming there's only two sorting methods. Grammar.
[show 100 more problems]
2013-08-07 14:15:04 -05:00
Shish
67f1c1c51d
store enabled exts in a config file, rather than moving directories around
2012-03-31 18:59:28 +01:00