openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
python-fedora
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 08, 2025 — Jul 08, 2026
Showing page 59 of 63
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* python-fedora.spec: Add json.py to the files.
Toshio Kuratomi
More...
over 18 years ago
* fedora/release.py, python-fedora.spec: Bump release.
Toshio Kuratomi
More...
over 18 years ago
* fedora/tg/visit/, fedora/tg/visit/__init__.py, fedora/tg/visit/safasvisit.py: Re-add the visit plugin. We need to make two changes to the Visit class in order to work so we have to import it here.
Toshio Kuratomi
More...
over 18 years ago
* fedora/tg/json.py: Add a json module that let's us transform things into json. For now it has the SQLAlchemy functions from the packagedb.
Toshio Kuratomi
More...
over 18 years ago
* python-fedora.spec: Add the release.py file.
Toshio Kuratomi
More...
over 18 years ago
* ChangeLog: Update for a new release.
Toshio Kuratomi
More...
over 18 years ago
* Merge the changes to make python-fedora compatible with TG-1.0.4 and SA-0.4.
Toshio Kuratomi
More...
over 18 years ago
* NEWS, README, python-fedora.spec: Bump version and information for a new release.
Toshio Kuratomi
More...
over 18 years ago
* fedora/release.py, fedora__init__.py, setup.py: New method of defining release information based on how TurboGears does things. This should let us define the version in one file (release.py) and propogate it everywhere.
Toshio Kuratomi
More...
over 18 years ago
* fedora/accounts/tgfas2.py: Merge changes for tgfas for SA-0.4/TG-1.0.4 into tgfas2.py as well.
Toshio Kuratomi
More...
over 18 years ago
* fedora/tg/identity/safasprovider.py: Re-add the logout method. Because of the use of global variables in this function we can't merely subclass and let inheritance invoke the proper function. We have to explicitly call it instead.
Toshio くらとみ
More...
over 18 years ago
* fedora/accounts/tgfas.py: Another SA-0.3->0.4 change.
Toshio くらとみ
More...
over 18 years ago
* fedora/tg/visit/, fedora/tg/visit/__init__.py, fedora/tg/visit/safasvisit.py: Removed the visit plugin as the new TurboGears is supposed to allow for different databases to be used. * fedora/accounts/tgfas.py: Port to SQLAlchemy 0.4/TG-1.0.4. * fedora/tg/identity/safasprovider.py: New TurboGears is supposed to allow multiple databases to be used. Try using that. - Update methods to be close to the upstream saprovider. Hopefully the new upstream code doesn't have the login/logout fails to work bugs that the original sync did. If it does we'll have to re-add a bunch of flushes from our implementation. * setup.py: Remove the safasvisit manager. - Update our requirement to TurboGears-1.0.4.
Toshio くらとみ
More...
over 18 years ago
* fedora/accounts/fasLDAP.py, fedora/accounts/util.py, fedora/tg/client.py, fedora/tg/identity/safasprovider.py: gettext fixes just like the fix to fas.py.
Toshio Kuratomi
More...
over 18 years ago
* fedora/accounts/fas.py: Fix gettext setup to not traceback when no translation is available.
Toshio くらとみ
More...
over 18 years ago
* fedora/accounts/fas.py: Add Máirín Duffy to the list of differing email addresses.
Toshio くらとみ
More...
over 18 years ago
* First cut at i18n for python-fedora. Mark all strings for extraction and check in a pot file.
Toshio くらとみ
More...
over 18 years ago
* fedora/tg/identity/sabzprovider.py, fedora/tg/identity/sobzprovider.py: Remove unused modules from use.
Toshio くらとみ
More...
over 18 years ago
Join our request URLs properly with urlparse.urljoin
Luke Macken
More...
over 18 years ago
* ChangeLog: Update for release.
Toshio くらとみ
More...
over 18 years ago
* python-fedora.spec: Add python-ldap to the list of requirements.
Toshio くらとみ
More...
over 18 years ago
* fedora/accounts/fasLDAP.py, fedora/accounts/util.py: Move FASError, AuthError, and retrieve_db_info() to their own file. * fedora/accounts/fas.py: Use exceptions and retrieve_db_info() from util.py. - get_users(): Fix a syntax error in the database retrieval.
Toshio くらとみ
More...
over 18 years ago
* fedora/accounts/fas.py: AccountSystem::get_users(): add a method to retrieve common public information for all users. This lets us query the database once to get user information instead of almost once for every user in some situations with some packages.
Toshio くらとみ
More...
over 18 years ago
* fedora/tg/client.py: Merge client exception fix.
Toshio くらとみ
More...
over 18 years ago
* fedora/tg/widgets.py: Add a widgetId to all the widgets. This allows us to have more than one of a widget on a page and perform operations on them separately.
Toshio くらとみ
More...
over 18 years ago
Fix corner case exception in the BaseClient
Luke Macken
More...
over 18 years ago
* README: Initial widget docs.
Toshio くらとみ
More...
over 18 years ago
* README: Initial addition of widgets doc.
Toshio くらとみ
More...
over 18 years ago
* fedora/tg/widgets.py: Give the widgets some classes so styles can be set via stylesheets.
Toshio くらとみ
More...
over 18 years ago
* fedora/tg/widgets.py: Add a __json__ method to each widget so we can return the data as json as well as returning a widget. - Set limits on the data in the widget's display code rather than in the widget's data. This is better but probably not wuite what we want either. Instead, how many entries to return maybe should be determined when we call the widget.
Toshio くらとみ
More...
over 18 years ago
←
1
2
…
55
56
57
58
59
60
61
62
63
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree