Patches item #2814780, was opened at 2009-06-30 20:42
Message generated for change (Tracker Item Submitted) made by almaghi
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2814780&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: rewrite
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: almaghi (almaghi)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add a user-fix example and a fckeditor fix
Initial Comment:
Patches fixes.py with addition of FCKeditor.
And add another sometime useful example in generate_user_files
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2814780&group_…
Feature Requests item #2814700, was opened at 2009-06-30 18:06
Message generated for change (Tracker Item Submitted) made by jandudik
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2814700&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
Priority: 5
Private: No
Submitted By: JAn (jandudik)
Assigned to: Nobody/Anonymous (nobody)
Summary: ro disambig
Initial Comment:
Please add
{{dezamb}}
as ro: disambiguation
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2814700&group_…
Bugs item #2814515, was opened at 2009-06-30 13:30
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2814515&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: other
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Replacement of in timelines
Initial Comment:
Replacing a non-breaking space ( ) using cosmetic-changes in a timeline distorts the timeline.
Example:
http://de.wikipedia.org/w/index.php?title=Palma&diff=61695398&oldid=61672359
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2009-06-30 16:58
Message:
This should do the job:
def removeNonBreakingSpaceBeforePercent(self, text):
'''
Newer MediaWiki versions automatically place a non-breaking space
in
front of a percent sign, so it is no longer required to place it
manually.
'''
text = wikipedia.replaceExcept(text, r'(\d) %', r'\1 %',
['timeline'])
return text
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2009-06-30 15:47
Message:
Sorry I am wrong! Indeed It is not a good idea to replace this between
<timeline>-tags. Sorry again.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2009-06-30 15:42
Message:
This concerns to non-breaking space before a %-sign. This behavior is quite
right because MediaWiki software replaces blanks between a number and a
%-sign with non-breaking spaces itself. This request could be closed.
btw this is the right URL:
http://de.wikipedia.org/w/index.php?title=Palma&diff=prev&oldid=61695398
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2814515&group_…
Bugs item #2814515, was opened at 2009-06-30 13:30
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2814515&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: other
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Replacement of in timelines
Initial Comment:
Replacing a non-breaking space ( ) using cosmetic-changes in a timeline distorts the timeline.
Example:
http://de.wikipedia.org/w/index.php?title=Palma&diff=61695398&oldid=61672359
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2009-06-30 15:47
Message:
Sorry I am wrong! Indeed It is not a good idea to replace this between
<timeline>-tags. Sorry again.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2009-06-30 15:42
Message:
This concerns to non-breaking space before a %-sign. This behavior is quite
right because MediaWiki software replaces blanks between a number and a
%-sign with non-breaking spaces itself. This request could be closed.
btw this is the right URL:
http://de.wikipedia.org/w/index.php?title=Palma&diff=prev&oldid=61695398
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2814515&group_…
Bugs item #2814515, was opened at 2009-06-30 13:30
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2814515&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: other
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Replacement of in timelines
Initial Comment:
Replacing a non-breaking space ( ) using cosmetic-changes in a timeline distorts the timeline.
Example:
http://de.wikipedia.org/w/index.php?title=Palma&diff=61695398&oldid=61672359
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2009-06-30 15:42
Message:
This concerns to non-breaking space before a %-sign. This behavior is quite
right because MediaWiki software replaces blanks between a number and a
%-sign with non-breaking spaces itself. This request could be closed.
btw this is the right URL:
http://de.wikipedia.org/w/index.php?title=Palma&diff=prev&oldid=61695398
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2814515&group_…
Bugs item #2814515, was opened at 2009-06-30 11:30
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2814515&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: other
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Replacement of in timelines
Initial Comment:
Replacing a non-breaking space ( ) using cosmetic-changes in a timeline distorts the timeline.
Example:
http://de.wikipedia.org/w/index.php?title=Palma&diff=61695398&oldid=61672359
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2814515&group_…
Patches item #2814484, was opened at 2009-06-30 12:20
Message generated for change (Tracker Item Submitted) made by jandudik
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2814484&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: JAn (jandudik)
Assigned to: Nobody/Anonymous (nobody)
Summary: date.py update
Initial Comment:
added some entries for cs and updated entries for years AC and BC
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2814484&group_…
Patches item #2814434, was opened at 2009-06-30 10:22
Message generated for change (Tracker Item Submitted) made by jandudik
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2814434&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: JAn (jandudik)
Assigned to: Nobody/Anonymous (nobody)
Summary: cosmetic changes translation
Initial Comment:
Please, add attached translation
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2814434&group_…
Patches item #2813846, was opened at 2009-06-29 11:30
Message generated for change (Tracker Item Submitted) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2813846&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: xqt (xqt)
Assigned to: Nobody/Anonymous (nobody)
Summary: Patch for deadlock handling (#2810921)
Initial Comment:
Here is a small code for wikipedia.py which does this (I've testet it and it works: _putPage would retry to save the page instead of skipping it:
def _putPage(self, text, comment=None, watchArticle=False, minorEdit=True,
newPage=False, token=None, newToken=False, sysop=False,
captcha=None, botflag=True, maxTries=-1):
...
### deadlock handling
if ("1213: Deadlock found when trying to get lock" in data):
output(u"Deadlock error encountered; will retry in %i minute%s."
% (retry_delay, retry_delay != 1 and "s" or ""))
time.sleep(60 * retry_delay)
retry_delay *= 2
if retry_delay > 30:
retry_delay = 30
continue
if self.site().mediawiki_message('readonly') in data or self.site().mediawiki_message('readonly_lag') in data:
...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2813846&group_…