-
hannosch made 2 file-release changes.
2009-09-05 17:54:02 UTC in Plone
-
hannosch made 1 file-release changes.
2009-09-05 17:43:01 UTC in Plone
-
hannosch made 1 file-release changes.
2009-09-05 17:40:01 UTC in Plone
-
hannosch changed the public information on the Plone project.
2009-07-07 11:17:45 UTC in Plone
-
I happen to be involved with both the Zope and Plone community and have 329 packages listed under "your packages" in the PyPi UI.
Listing all of these packages under "your packages" in the UI makes all the pages extremely long and not very user friendly.
Would it be possible to not show these or cut the list at 20 or so items? I don't have a real need to see all the packages I can...
2009-05-18 20:51:36 UTC in Python Package Index
-
In the msgfmt.py script which is installed in
%PYTHON_HOME%\Tools\i18n (on Windows) on line 129 to
131 it says:
# Record a fuzzy mark
if l[:2] == '#,' and l.find('fuzzy'):
fuzzy = 1
this should be:
# Record a fuzzy mark
if l[:2] == '#,' and l.find('fuzzy') > -1:
fuzzy = 1
or all lines beginning with '#,' will be treated as
fuzzy. Only change is the "> -1".
This...
2006-03-16 15:00:43 UTC in Python
-
Logged In: YES
user_id=759868
This has just been fixed in SVN. Shortly after the Plone
2.1.2 release.
2006-01-25 10:44:34 UTC in Archetypes
-
Logged In: YES
user_id=759868
This problem is already tracked at
http://trac.plone.org/plone/ticket/5155.
2006-01-24 01:41:34 UTC in Archetypes
-
Logged In: YES
user_id=759868
Sorry no patch has been added to this issue. Please open a
new ticket at http://trac.plone.org/plone/ and upload the
patch there.
2006-01-24 01:33:10 UTC in Archetypes
-
Logged In: YES
user_id=759868
This has aleardy an entry in the Plone collector, no need
for a duplicate one.
2006-01-24 01:16:40 UTC in Archetypes