0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 08, 2025 — Jul 08, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* python-fedora.spec: Add json.py to the files. More... over 18 years ago
* fedora/release.py, python-fedora.spec: Bump release. 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. 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. More... over 18 years ago
* python-fedora.spec: Add the release.py file. More... over 18 years ago
* ChangeLog: Update for a new release. More... over 18 years ago
* Merge the changes to make python-fedora compatible with TG-1.0.4 and SA-0.4. More... over 18 years ago
* NEWS, README, python-fedora.spec: Bump version and information for a new release. 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. 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. 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. More... over 18 years ago
* fedora/accounts/tgfas.py: Another SA-0.3->0.4 change. 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. 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. More... over 18 years ago
* fedora/accounts/fas.py: Fix gettext setup to not traceback when no translation is available. More... over 18 years ago
* fedora/accounts/fas.py: Add Máirín Duffy to the list of differing email addresses. More... over 18 years ago
* First cut at i18n for python-fedora. Mark all strings for extraction and check in a pot file. More... over 18 years ago
* fedora/tg/identity/sabzprovider.py, fedora/tg/identity/sobzprovider.py: Remove unused modules from use. More... over 18 years ago
Join our request URLs properly with urlparse.urljoin More... over 18 years ago
* ChangeLog: Update for release. More... over 18 years ago
* python-fedora.spec: Add python-ldap to the list of requirements. 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. 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. More... over 18 years ago
* fedora/tg/client.py: Merge client exception fix. 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. More... over 18 years ago
Fix corner case exception in the BaseClient More... over 18 years ago
* README: Initial widget docs. More... over 18 years ago
* README: Initial addition of widgets doc. More... over 18 years ago
* fedora/tg/widgets.py: Give the widgets some classes so styles can be set via stylesheets. 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. More... over 18 years ago