Bugs item #3605546, was opened at 2013-02-21 08:04
Message generated for change (Settings changed) made by reza1615
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3605546&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: interwiki
Group: None
Status: Open
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: reza (reza1615)
Assigned to: Nobody/Anonymous (nobody)
Summary: interwiki.py for other namespaces for en, it, hu, he
Initial Comment:
Hi after https://www.mediawiki.org/wiki/Special:Code/pywikipedia/11073 we can not add interwiki to categories and according to wikidata we can not add none article pages to wikidata.
please solve this problem now many categories needs interwiki and we made many categories (by bot) which are only connected to en.wiki!
----------------------------------------------------------------------
Comment By: JAn (jandudik)
Date: 2013-02-21 13:53
Message:
And there is some way to adding interwiki using pywikipedia bot?
How?
In documentation is nothing...
----------------------------------------------------------------------
Comment By: JAn (jandudik)
Date: 2013-02-21 13:52
Message:
http://www.wikidata.org/wiki/Wikidata:Requests_for_comment/Inclusion_of_non…
<cite>I belive that we have reach now a strong concensus: pages of all
namespaces exept User: are allowed into Wikidata</cite>
----------------------------------------------------------------------
Comment By: reza (reza1615)
Date: 2013-02-21 09:32
Message:
Wikidata:Requests for comment/Inclusion of non-article pages
is the link of decision for not to add other namespaces! so we should user
interwikibot for other namespaces
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3605546&group_…
Bugs item #3606248, was opened at 2013-02-27 09:56
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3606248&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: General
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nullzer0 (nu11zer0)
Assigned to: Nobody/Anonymous (nobody)
Summary: Wikidata: can't import iw links from be-x-old
Initial Comment:
I got following error: unknown site: be-x-oldwiki
The problem comes from "self._originSite.dbName().split('_')[0]" which give "be-x-oldwiki", but api knows only "be_x_oldwiki".
Pywikipedia trunk/pywikipedia/ (r11136, 2013/02/27, 13:05:01, ok)
Python 2.7.3 (default, Sep 26 2012, 21:53:58)
[GCC 4.7.2]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
Comment By: Amir (amird)
Date: 2013-02-28 00:02
Message:
P.S. I tested it:
http://www.wikidata.org/wiki/Q5527282
----------------------------------------------------------------------
Comment By: Amir (amird)
Date: 2013-02-28 00:01
Message:
done in 11138: as http://wikidata.org/w/api.php all of lang like be-x-old
need this correction too so i did it that way.
Try other functions of DataPage in be-x-old and inform me if there is any
error like this
Thanks
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3606248&group_…
Bugs item #3606277, was opened at 2013-02-27 14:29
Message generated for change (Comment added) made by amird
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3606277&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: reza (reza1615)
Assigned to: Nobody/Anonymous (nobody)
Summary: creation of some items shows session-failure error
Initial Comment:
wikipedia.py for creation of some items shows session-failure error but if we run code many time for that name it will create!!
i.e:
ائل تپه سی
my code was
# -*- coding: utf-8 -*-
import wikipedia
site = wikipedia.getSite('fa')
name =u"ائل تپه سی"
page = wikipedia.Page(site, name)
data = wikipedia.DataPage(page)
try:
items = data.get()
except wikipedia.NoPage:
data.createitem(u"Bot: Importing article from Persian wikipedia")
except Exception,e:
wikipedia.output('\03{lightred}Passed! error was : '+str(e)+' \03{default}')
----------------------------------------------------------------------
Comment By: Amir (amird)
Date: 2013-02-28 02:52
Message:
You don't have problem because you're not using wikidata's API. I can made
a change to try again if the createitem didn't succeed but i won't solve
the bug
----------------------------------------------------------------------
Comment By: reza (reza1615)
Date: 2013-02-28 02:29
Message:
@nobody :
I said it works randomly! some times after 2 or 3 time repeating it works!
as amir said may be it is wikidata's but in wikidata I didn't have problem
with them!
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2013-02-27 23:43
Message:
BTW: The bot is working for me:
http://www.wikidata.org/wiki/Q5526605
----------------------------------------------------------------------
Comment By: Amir (amird)
Date: 2013-02-27 22:52
Message:
It's not a PWB bug. It's a wikidata's bug, tell them and i guess it's
because of some special characters in the title like "ئ"
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3606277&group_…
Bugs item #3605830, was opened at 2013-02-24 11:21
Message generated for change (Comment added) made by reza1615
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3605830&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: reza (reza1615)
Assigned to: Nobody/Anonymous (nobody)
Summary: setitem for wikidata doesn't work!
Initial Comment:
I used this code
#!/usr/bin/python
# -*- coding: utf-8 -*-
import wikipedia,login
summary=u'آبشار لاتون,آبشار لاتون'
site=wikipedia.getSite('fa',fam='wikipedia')
fapage=wikipedia.Page(site,u'آبشار_لاتون')
data=wikipedia.DataPage(fapage)
list=data.get()
id=list['entity'].replace('q','')
data = wikipedia.DataPage(site.data_repository(), "Q"+id)
data.setitem(summary,items={'type': u'item', 'label': 'glk', 'value':u'آبشار_لاتون'})
data.setitem(summary,items={'type': u'sitelink', 'site': 'glk', 'title':u'آبشار_لاتون_(بارزاو)'})
it shows
Updating page [[wikidata:Q5058182]] via API
Updating page [[wikidata:Q5058182]] via API
but it doesn't update the page!
also please add
def getIdFromPage(data)
id=data.get() ['entity'].replace('q','')
return id
and add
data = DataPage(site.data_repository(), "Q"+id)
to first line of setitem()
----------------------------------------------------------------------
>Comment By: reza (reza1615)
Date: 2013-02-28 02:31
Message:
Please add it to setitem :)
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2013-02-27 05:08
Message:
Ok I agree. Sorry for misunderstanding you.
----------------------------------------------------------------------
Comment By: reza (reza1615)
Date: 2013-02-27 04:20
Message:
Yes
in my opinion code should be like below (as you said in last comment) and
before DataPage() library should load myData by itself without other lines!
(minimal code) and this loading could be done in setitem()
myPage = wikipedia.Page(wikipedia.getSite(), 'Helium')
myData = wikipedia.DataPage(myPage)
content = {...}
myData.setitem('changing an item', content) # put it to the web
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2013-02-27 03:57
Message:
What does you meen with .get is not necessary? For getting a content,
create an object and assign it to an alias:
# rewrite branch
myPage = wikipedia.Page(wikipedia.getSite(), 'Helium')
content = myPage.text
myPage.text = u'This is a new content'
myPage.put() # put it to the web
# trunk release
myPage = wikipedia.Page(wikipedia.getSite(), 'Helium')
content = myPage.get()
content = u'This is a new content'
myPage.put(content) # put it to the web
# wikidata
myData = wikipedia.DataPage(1234)
entity = myData.get()
content = {...}
myData.setitem('changing an item', content) # put it to the web
In all three samples you do not need to call the getter. But for that case
you derived a DataPage from a Page object you have explicit to retrieve the
data from the repository site before you can put any data back. Ok I guess
you expect something like this should be possible:
myPage = wikipedia.Page(wikipedia.getSite(), 'Helium')
myData = wikipedia.DataPage(myPage)
content = {...}
myData.setitem('changing an item', content) # put it to the web
Am I right?
----------------------------------------------------------------------
Comment By: reza (reza1615)
Date: 2013-02-27 02:11
Message:
when we write
my_data = wp.DataPage(p)
my_data should contained item!
now for loading data to my_data we shod type .get() or .exist() which are
not necessary
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2013-02-26 22:17
Message:
How could you update an item without knowing its content?
----------------------------------------------------------------------
Comment By: reza (reza1615)
Date: 2013-02-26 11:51
Message:
in this report I don't want to make an item!
I know about making an item amir solved it in last report
(https://www.mediawiki.org/wiki/Special:Code/pywikipedia/11103)
Now I want update an item with wikipedia.py
for updating an item we should call data object with .get() or .exists() or
other functions to let wikipedia.py load that data object and it is not
good because user should write 4 lines in every part of his code
you can add these lines to library to not repeating.
for setitem() you can add
if d.exists():
pass # pass or doing next lines
else:
print 'page not exist do you want creat it? '# or it can call creatitem()
function if user allowed bot to create not existed item
for createitem() you can add
if d.exists():
print 'page exists so creating process is aborted?'# or we can ask user do
you want overwrite?
else:
pass # pass or doing next lines
it should be done by library not users. because minimal coding is much
better than writing repeated lines!
if I want to create or edit an item I should add these 4 lines to my code
but if they are inside wikipedia.py we don't need to write them.
it makes easy for coding . now calling .get() or .exists() is tricky
and every user don't know and they will have problem with this!
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2013-02-26 10:42
Message:
There are two ways doing that task creating an item; i'll explain it with a
pseudocode:
1st:
repo = repository(localpage)
try: repo.createitem()
except itemExistError: print repo.title(), 'already exist'
2st:
repo = repository(localpage)
if not repo.exists(): repo.createitem()
else: print repo.title(), 'allready exits'
I prefer the last one. Look at this sample:
>>> import wikipedia as wp
>>> p = wp.Page('de', 'Helium')
>>> d = wp.DataPage(p)
>>> d
DataPage{[[wikidata:None]]}
>>> d.exists()
True
>>> d
DataPage{[[wikidata:Q560]]}
>>>
This means you does not need to call DataPage.get() you may also use
DataPage.exists() for this test.
----------------------------------------------------------------------
Comment By: reza (reza1615)
Date: 2013-02-26 05:14
Message:
No! it is not correct !
now user should write
try:
gett=data.get()
except:
some thing to do (may be saying error)
Instead of these four lines library should tell user that item doesn't
exist so code should switch to create a new item.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2013-02-26 05:05
Message:
The line is not useless. If the item doesn't exist you will have an error
instead of doing nothing
----------------------------------------------------------------------
Comment By: reza (reza1615)
Date: 2013-02-26 05:02
Message:
we can load or get data inside setitem()
it is not normal that we type a code that it's variable ( gett=data.get()
) doesn't need! (visually)
it is logic that users only type this code
site=wikipedia.getSite('fa',fam='wikipedia')
fapage=wikipedia.Page(site,u'آبشار_لاتون')
data=wikipedia.DataPage(fapage)
data.setitem(summary,items={'type': u'item', 'label':
'glk','value':u'آبشار_لاتون'})
Library should be let user to type minimal code.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2013-02-26 04:45
Message:
I tested it and it worked:
http://www.wikidata.org/w/index.php?title=Q5058182&diff=prev&oldid=7790985
We have showing problem. the code works well
I think xqt means if you run this way the showing problem will be solved.
something like this notice i just add one line:
#!/usr/bin/python
# -*- coding: utf-8 -*-
import wikipedia,login
summary=u'test bot'
site=wikipedia.getSite('fa',fam='wikipedia')
fapage=wikipedia.Page(site,u'آبشار_لاتون')
data=wikipedia.DataPage(fapage)
gett=data.get()
data.setitem(summary,items={'type': u'item', 'label': 'glk',
'value':u'آبشار_لاتون'})
data.setitem(summary,items={'type': u'sitelink', 'site': 'glk',
'title':u'آبشار_لاتون_(بارزاو)'})
----------------------------------------------------------------------
Comment By: reza (reza1615)
Date: 2013-02-26 04:32
Message:
please run this code and you will see the none title error !
#!/usr/bin/python
# -*- coding: utf-8 -*-
import wikipedia,login
summary=u'test bot'
site=wikipedia.getSite('fa',fam='wikipedia')
fapage=wikipedia.Page(site,u'آبشار_لاتون')
data=wikipedia.DataPage(fapage)
data.setitem(summary,items={'type': u'item', 'label': 'glk',
'value':u'آبشار_لاتون'})
data.setitem(summary,items={'type': u'sitelink', 'site': 'glk',
'title':u'آبشار_لاتون_(بارزاو)'})
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2013-02-25 23:38
Message:
This error looks like you haven't made a DataPage.get() before you tried to
update the page. In this cas the title is None as shown. If you recreate
the datapage with the entity id you make a explicit get call to retrieve
the items data. But this will be enough to get the data's id i.e. the
DataPage.title().
----------------------------------------------------------------------
Comment By: reza (reza1615)
Date: 2013-02-25 04:40
Message:
If I don't make in DataPage a second time it will show this error
Updating page [[wikidata:None]] via API
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2013-02-25 03:43
Message:
You don't need to create the DataPage a second time with the 'entity' item.
Look at this sample which shows that data == d but they are different
objects in this sample:
>>> import wikipedia as wp
>>> s = wp.getSite()
>>> p = wp.Page(s, 'Helium')
>>> d = wp.DataPage(p)
>>> i = d.get()
>>> t = i['entity'].title()
>>> data = wp.DataPage(s.data_repository(), t)
>>> data
DataPage{[[wikidata:Q560]]}
>>> d
DataPage{[[wikidata:Q560]]}
>>> d is data
False
>>> d == data
True
>>>
----------------------------------------------------------------------
Comment By: reza (reza1615)
Date: 2013-02-25 02:35
Message:
three :)
----------------------------------------------------------------------
Comment By: reza (reza1615)
Date: 2013-02-25 02:34
Message:
Thank you now it works.
please add these tree lines to setitem()
list=data.get()
id=list['entity'].replace('q','')
data = wikipedia.DataPage(site.data_repository(), "Q"+id)
now we should write these tree lines for every DataPage()
----------------------------------------------------------------------
Comment By: Amir (amird)
Date: 2013-02-24 21:58
Message:
fixed in r11114
http://www.wikidata.org/w/index.php?title=Q5058182&diff=prev&oldid=7673026http://www.wikidata.org/w/index.php?title=Q5058182&diff=prev&oldid=7673011
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3605830&group_…
Bugs item #3606277, was opened at 2013-02-27 14:29
Message generated for change (Comment added) made by reza1615
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3606277&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: reza (reza1615)
Assigned to: Nobody/Anonymous (nobody)
Summary: creation of some items shows session-failure error
Initial Comment:
wikipedia.py for creation of some items shows session-failure error but if we run code many time for that name it will create!!
i.e:
ائل تپه سی
my code was
# -*- coding: utf-8 -*-
import wikipedia
site = wikipedia.getSite('fa')
name =u"ائل تپه سی"
page = wikipedia.Page(site, name)
data = wikipedia.DataPage(page)
try:
items = data.get()
except wikipedia.NoPage:
data.createitem(u"Bot: Importing article from Persian wikipedia")
except Exception,e:
wikipedia.output('\03{lightred}Passed! error was : '+str(e)+' \03{default}')
----------------------------------------------------------------------
>Comment By: reza (reza1615)
Date: 2013-02-28 02:29
Message:
@nobody :
I said it works randomly! some times after 2 or 3 time repeating it works!
as amir said may be it is wikidata's but in wikidata I didn't have problem
with them!
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2013-02-27 23:43
Message:
BTW: The bot is working for me:
http://www.wikidata.org/wiki/Q5526605
----------------------------------------------------------------------
Comment By: Amir (amird)
Date: 2013-02-27 22:52
Message:
It's not a PWB bug. It's a wikidata's bug, tell them and i guess it's
because of some special characters in the title like "ئ"
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3606277&group_…
Bugs item #3606248, was opened at 2013-02-27 09:56
Message generated for change (Comment added) made by amird
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3606248&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: General
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nullzer0 (nu11zer0)
Assigned to: Nobody/Anonymous (nobody)
Summary: Wikidata: can't import iw links from be-x-old
Initial Comment:
I got following error: unknown site: be-x-oldwiki
The problem comes from "self._originSite.dbName().split('_')[0]" which give "be-x-oldwiki", but api knows only "be_x_oldwiki".
Pywikipedia trunk/pywikipedia/ (r11136, 2013/02/27, 13:05:01, ok)
Python 2.7.3 (default, Sep 26 2012, 21:53:58)
[GCC 4.7.2]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
Comment By: Amir (amird)
Date: 2013-02-28 00:02
Message:
P.S. I tested it:
http://www.wikidata.org/wiki/Q5527282
----------------------------------------------------------------------
Comment By: Amir (amird)
Date: 2013-02-28 00:01
Message:
done in 11138: as http://wikidata.org/w/api.php all of lang like be-x-old
need this correction too so i did it that way.
Try other functions of DataPage in be-x-old and inform me if there is any
error like this
Thanks
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3606248&group_…
Bugs item #3606248, was opened at 2013-02-27 09:56
Message generated for change (Comment added) made by amird
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3606248&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: General
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nullzer0 (nu11zer0)
Assigned to: Nobody/Anonymous (nobody)
Summary: Wikidata: can't import iw links from be-x-old
Initial Comment:
I got following error: unknown site: be-x-oldwiki
The problem comes from "self._originSite.dbName().split('_')[0]" which give "be-x-oldwiki", but api knows only "be_x_oldwiki".
Pywikipedia trunk/pywikipedia/ (r11136, 2013/02/27, 13:05:01, ok)
Python 2.7.3 (default, Sep 26 2012, 21:53:58)
[GCC 4.7.2]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
Comment By: Amir (amird)
Date: 2013-02-28 00:01
Message:
done in 11138: as http://wikidata.org/w/api.php all of lang like be-x-old
need this correction too so i did it that way.
Try other functions of DataPage in be-x-old and inform me if there is any
error like this
Thanks
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3606248&group_…
Bugs item #3606277, was opened at 2013-02-27 14:29
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3606277&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: reza (reza1615)
Assigned to: Nobody/Anonymous (nobody)
Summary: creation of some items shows session-failure error
Initial Comment:
wikipedia.py for creation of some items shows session-failure error but if we run code many time for that name it will create!!
i.e:
ائل تپه سی
my code was
# -*- coding: utf-8 -*-
import wikipedia
site = wikipedia.getSite('fa')
name =u"ائل تپه سی"
page = wikipedia.Page(site, name)
data = wikipedia.DataPage(page)
try:
items = data.get()
except wikipedia.NoPage:
data.createitem(u"Bot: Importing article from Persian wikipedia")
except Exception,e:
wikipedia.output('\03{lightred}Passed! error was : '+str(e)+' \03{default}')
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2013-02-27 23:43
Message:
BTW: The bot is working for me:
http://www.wikidata.org/wiki/Q5526605
----------------------------------------------------------------------
Comment By: Amir (amird)
Date: 2013-02-27 22:52
Message:
It's not a PWB bug. It's a wikidata's bug, tell them and i guess it's
because of some special characters in the title like "ئ"
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3606277&group_…
Bugs item #3606277, was opened at 2013-02-27 14:29
Message generated for change (Comment added) made by amird
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3606277&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: reza (reza1615)
Assigned to: Nobody/Anonymous (nobody)
Summary: creation of some items shows session-failure error
Initial Comment:
wikipedia.py for creation of some items shows session-failure error but if we run code many time for that name it will create!!
i.e:
ائل تپه سی
my code was
# -*- coding: utf-8 -*-
import wikipedia
site = wikipedia.getSite('fa')
name =u"ائل تپه سی"
page = wikipedia.Page(site, name)
data = wikipedia.DataPage(page)
try:
items = data.get()
except wikipedia.NoPage:
data.createitem(u"Bot: Importing article from Persian wikipedia")
except Exception,e:
wikipedia.output('\03{lightred}Passed! error was : '+str(e)+' \03{default}')
----------------------------------------------------------------------
Comment By: Amir (amird)
Date: 2013-02-27 22:52
Message:
It's not a PWB bug. It's a wikidata's bug, tell them and i guess it's
because of some special characters in the title like "ئ"
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3606277&group_…
Patches item #3606291, was opened at 2013-02-27 19:24
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3606291&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Hazard-SJ (hazard-sj)
Assigned to: Nobody/Anonymous (nobody)
Summary: Minor updates
Initial Comment:
Just a few minor updates including a typo fix
----------------------------------------------------------------------
Comment By: Legoktm (legoktm)
Date: 2013-02-27 19:30
Message:
Commited in r11137.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3606291&group_…