Commit graph

144 commits

Author SHA1 Message Date
Michael McGrath
e7aa994b88 canSponsorGroup and canAdminGroup now work properly 2008-02-21 17:04:37 -06:00
Michael McGrath
b8e21fff32 Added a few things to edit and save as well as got the create user bit working 2008-02-21 14:58:53 -06:00
Toshio Kuratomi
9af70cb74e Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure
Fix conflicts in merge
2008-02-20 15:27:58 -08:00
Toshio Kuratomi
9828491560 - Fix People::by_email_address()
- ricky added Groups::by_name()
- Fix dictionary mapping of email addresses to people & groups.
2008-02-20 15:08:51 -08:00
Michael McGrath
810f1c433f edit page now uses the new sql 2008-02-20 16:13:08 -06:00
Toshio Kuratomi
7102229050 Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-02-20 12:22:37 -08:00
Toshio Kuratomi
9aeac1615f * Updates to working. 2008-02-20 12:22:22 -08:00
bb30c881a0 user_name => username in safasprovider 2008-02-20 15:20:11 -05:00
Michael McGrath
622c209739 s/user_name/username/ for new identity provider 2008-02-20 14:14:25 -06:00
Michael McGrath
69de4fce05 the new gobby stuff 2008-02-20 14:08:17 -06:00
Michael McGrath
60ebd55a56 app from gobby 2008-02-20 14:05:20 -06:00
Toshio Kuratomi
9bcc382f95 * Add an safasprovider for FAS2. If this works we'll probably end up moving
this and the model into python-fedora somewhere for the other services.
2008-02-20 10:24:16 -08:00
Michael McGrath
d1298e10b3 Blindly taking what was in gobby 2008-02-19 22:51:49 -06:00
Toshio Kuratomi
15162ae584 Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-02-19 16:28:34 -08:00
Toshio Kuratomi
5b03f458f3 Clean up some assumptions with ricky's input. 2008-02-19 16:07:46 -08:00
Michael McGrath
807f44a47a disable ldap and openID for now 2008-02-19 17:12:56 -06:00
Michael McGrath
70d1054db2 use fas1 code 2008-02-19 17:09:45 -06:00
Toshio Kuratomi
5ac6e4b83e * Add primaryjoin information where SQLAlchemy can become confused as to
which foreign key is used for a relation.
2008-02-19 12:35:55 -08:00
Toshio Kuratomi
8c8b2f723a * Fix some syntax errors. 2008-02-19 11:53:08 -08:00
Toshio Kuratomi
ae7ca76390 * Add primary key columns to person_roles and group_roles. 2008-02-19 11:52:46 -08:00
Toshio Kuratomi
cc0bbf73b4 * Fix the dburi. We ave to use postgres since we're doing some data checking
via postgres scripts.
2008-02-19 11:44:10 -08:00
Toshio Kuratomi
fc453e4f6d * call get_engine() to connect to the database. 2008-02-19 11:41:00 -08:00
Toshio Kuratomi
56b2bb32c4 * Remove assign_mapper as mapper should do the trick. 2008-02-19 11:17:13 -08:00
Toshio Kuratomi
6c871c4536 * Port from SA-0.3 to SA-0.4. 2008-02-19 11:16:49 -08:00
Toshio Kuratomi
d78e862657 Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-02-19 10:10:26 -08:00
Toshio Kuratomi
042fa69e80 * Finish the docstring. 2008-02-19 10:10:03 -08:00
Michael McGrath
519eae37d4 put some )'s in the right place (I hope) 2008-02-19 12:09:32 -06:00
Toshio Kuratomi
f11fc5085c - removed CLA from group_emails.purpose; added mailing list.
- Removed check for email address validity (we'll check by sending an email)
- Added 'pending' type to person_emails.
2008-02-18 09:09:17 -08:00
Toshio Kuratomi
01414813e5 Add latitude and longitude.
Add a locale preference.
2008-02-17 08:05:25 -08:00
Toshio Kuratomi
b87f4c7de0 Add copyright/license to fas2.sql. 2008-02-16 12:30:32 -08:00
Toshio Kuratomi
c636a8f2e5 - role tables have to come after both people and groups tables are defined.
- Add grants for visit and visit_identity.
- Add grants for the potential python-fedora module to connect.
2008-02-16 12:20:51 -08:00
Toshio Kuratomi
bd00d239c0 Updates from TG-1.0.4.2 2008-02-16 12:13:10 -08:00
Toshio Kuratomi
377cbc1f7a - Organize the schema.
- Comment on some fields that could map to equivalents in the TG users/groups
  tbales.
- Add session tables visit and identity to the schema.
2008-02-16 12:10:44 -08:00
Toshio Kuratomi
6581d5a395 Add an sqlalchemy model that works with the SQL Schema. 2008-02-16 12:10:04 -08:00
Toshio Kuratomi
fe2589cfe4 Merge with mmcgrath's changes. 2008-02-15 15:10:31 -08:00
Toshio Kuratomi
627157d4ba Try again to fix whitespace to match repo. 2008-02-15 14:59:06 -08:00
Toshio Kuratomi
d12782f736 * Change whitespace 2008-02-15 14:54:27 -08:00
Toshio Kuratomi
38373eb1aa * Fix all my errors from checking in before testing. 2008-02-15 10:37:00 -08:00
Toshio Kuratomi
c5078b9ce9 Merge branch 'master' of git://bzr.fedoraproject.org/hosted/fedora-infrastructure 2008-02-14 20:07:15 -08:00
Toshio Kuratomi
3bcdd69b96 New SQL Schema since we're going to switch to a db backend. 2008-02-14 20:06:29 -08:00
Michael Patrick McGrath
7ccb8c693c Added initial export scripts 2008-01-13 13:21:08 -07:00
Ricky Zhou
77369dbf5a Fix more gettext calls. 2008-01-11 11:03:55 -07:00
Ricky Zhou
07437ced3f Escape ' in gettext call. 2008-01-11 11:01:43 -07:00
ea8f1f6dd4 *phew* make everything call gettext. 2007-12-21 20:19:39 -07:00
1847311f02 Add toshio's fix for the incorrect http redirects. 2007-12-19 14:06:00 -07:00
Michael Patrick McGrath
e3ee49d9e2 Fixed description 2007-12-19 13:41:12 -07:00
Michael Patrick McGrath
9d340b467c Added some verbage spcifying a preference for a full signed CLA 2007-12-19 10:58:01 -07:00
Michael Patrick McGrath
1db629bf37 Added initial reason for not being able to apply to a group because of a group req. I'm not sure how to get the name from ID, we'll fix that later 2007-12-19 10:51:08 -07:00
Michael Patrick McGrath
49290c296a switched join to apply for more consistancy with the rest of the app 2007-12-19 09:59:55 -07:00
Michael Patrick McGrath
0f4a8cdf0b Added a username to the top for more clarity as well as a cancel link - could use better formatting 2007-12-19 09:58:17 -07:00