issue 11
(Incompatible with Prototype Javascript library) commented on by mr.olafsson
- Hi, thanks for that - I'll try this myself and get back to you!
Hi, thanks for that - I'll try this myself and get back to you!
Jun 03, 2009
issue 11
(Incompatible with Prototype Javascript library) commented on by namitagajwani
- I am facing the same issue it gives this error... tag.getValue is not a function
because it gets the value from prototype.js which contains the function as the value.
If I don't include the prototype.js then it is working fine.
I am facing the same issue it gives this error... tag.getValue is not a function
because it gets the value from prototype.js which contains the function as the value.
If I don't include the prototype.js then it is working fine.
May 12, 2009
issue 12
(Simplify Usage) reported by mr.olafsson
- Combine all AutoTags components including blacklist and white list in a single JS file. Provide utility
methods for adding to the lists rather than maintaining a separate JS file.
Combine all AutoTags components including blacklist and white list in a single JS file. Provide utility
methods for adding to the lists rather than maintaining a separate JS file.
Feb 28, 2009
issue 10
(crashes when the word 'watch' appears in the text) Status changed by mr.olafsson
- Fixed...better late than never :) Problem was reserved words being used as keys in associative arrays.
Status: Fixed
Fixed...better late than never :) Problem was reserved words being used as keys in associative arrays.
r35
(Release 1.3) committed by mr.olafsson
- Release 1.3
Release 1.3
Feb 28, 2009
r34
(Wrong version name) committed by mr.olafsson
- Wrong version name
Wrong version name
Feb 28, 2009
r33
(Fixed issue with reserved words) committed by mr.olafsson
- Fixed issue with reserved words
Fixed issue with reserved words
Older
Oct 23, 2008
issue 10
(crashes when the word 'watch' appears in the text) commented on by mr.olafsson
- Hi, thanks for letting me know about this one - I'm looking into a resolution now.
Hi, thanks for letting me know about this one - I'm looking into a resolution now.
Oct 14, 2008
issue 11
(Incompatible with Prototype Javascript library) reported by kittu.info
- What steps will reproduce the problem?
1. Include prototype.js in you example file
2. Click Analyze
What is the expected output? What do you see instead?
I'd like to see tags generated, but the process failed!
What version of the product are you using? On what operating system?
autotags 1.2; Firefox; Mint OS
What steps will reproduce the problem?
1. Include prototype.js in you example file
2. Click Analyze
What is the expected output? What do you see instead?
I'd like to see tags generated, but the process failed!
What version of the product are you using? On what operating system?
autotags 1.2; Firefox; Mint OS
Oct 13, 2008
issue 10
(crashes when the word 'watch' appears in the text) reported by michaelchapman1
- What steps will reproduce the problem?
1. type watch at the end of the demo text
2.
3.
What is the expected output?
It took 9 ms. to generate tags from 119 words!
bayesian
bayesian inference
artificial intelligence
complex models
bayes theorem
monte carlo
metropolis hastings
beast
mrbayes
p4
techniques
applications
What do you see instead?
No words are returned, it looks like it crashed
What version of the product are you using? On what operating system?
1.2 demo page, firefox, windows
Please provide any additional information below.
failing for the same reason in my app
had to explicitly add
if(token.indexOf("watch") >= 0 ){
continue;
}
makes me wonder if other words will make it crash
cheers
michaelchapman1@yahoo.com
What steps will reproduce the problem?
1. type watch at the end of the demo text
2.
3.
What is the expected output?
It took 9 ms. to generate tags from 119 words!
bayesian
bayesian inference
artificial intelligence
complex models
bayes theorem
monte carlo
metropolis hastings
beast
mrbayes
p4
techniques
applications
What do you see instead?
No words are returned, it looks like it crashed
What version of the product are you using? On what operating system?
1.2 demo page, firefox, windows
Please provide any additional information below.
failing for the same reason in my app
had to explicitly add
if(token.indexOf("watch") >= 0 ){
continue;
}
makes me wonder if other words will make it crash
cheers
michaelchapman1@yahoo.com