Commit graph

593 commits

Author SHA1 Message Date
e9c43bafa2 Mike mentioned adding creation dates to groups again. Not sure if any of this will work, but hopefully, it's a step in the right direction. (group prereqs too - not sure how broken those are at this point) 2008-03-12 00:28:25 -04:00
61c4632be0 Fix line in fasClient (not touching much else there for now), add verifyemail.html, add commented out new password enforcement. 2008-03-11 23:25:09 -04:00
1970a3ca28 Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-03-11 22:57:39 -04:00
a274df85ee Add email verification. 2008-03-11 21:51:44 -04:00
aa7f27604f Minor fixes to fas2.sql 2008-03-11 21:35:14 -04:00
Toshio Kuratomi
8e91dcf48b Fix some logic errors in the schema. 2008-03-11 18:19:13 -07:00
Toshio Kuratomi
7cbb64c4de Fix the sql schema to use the correct end of quote. 2008-03-11 17:59:16 -07:00
Toshio Kuratomi
c9b921a6cd Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-03-11 17:53:47 -07:00
Toshio Kuratomi
bdd3738df0 And trigger 2. So much easier! 2008-03-11 17:53:29 -07:00
Michael McGrath
14ff2b92ce fix welcome message 2008-03-11 19:38:30 -05:00
Michael McGrath
bd03e07816 turbogears.redirect I believe causes a raise which makes this block of code not work as expected" 2008-03-11 19:35:38 -05:00
Michael McGrath
f6707f9735 groups can have a null email 2008-03-11 19:29:15 -05:00
Toshio Kuratomi
1e7db06453 Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-03-11 17:06:15 -07:00
Toshio Kuratomi
4a7f7f6ef7 Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure
Fix conflicts in fas2.sql.
Conflicts:

	fas/fas2.sql
2008-03-11 17:05:54 -07:00
cf3b40d232 Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure
(removed some old seqs)

Conflicts:

	fas/fas2.sql
2008-03-11 20:02:13 -04:00
Toshio Kuratomi
e47b5473a5 Update bugzilla_sync for new schema. Comment out all the other triggers. 2008-03-11 17:01:51 -07:00
ccc7fab75c Add toshio's fas2.sql fix, minus old email table grants. 2008-03-11 19:58:16 -04:00
Michael McGrath
66df552893 stripped out some stuff, moved admin creation email 2008-03-11 18:53:00 -05:00
Michael McGrath
e50e62a66f Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-03-11 18:48:02 -05:00
03727989c7 Fix convert, user.py imports, remove test translation. 2008-03-11 19:47:07 -04:00
18285c128f Aha, I knew there had to be something :) 2008-03-11 19:43:07 -04:00
Michael McGrath
8bd4ea8253 Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-03-11 18:39:23 -05:00
358d490b3c Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-03-11 19:38:59 -04:00
834e3e2a5a Yay for simplifying emails! 2008-03-11 19:38:46 -04:00
Michael McGrath
c7b767d07d further prefix fixes 2008-03-11 18:33:14 -05:00
Toshio Kuratomi
e2a0bf4fa2 Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-03-11 16:29:22 -07:00
Toshio Kuratomi
3bed8914ca new schema with email addresses integrated into People/Groups. 2008-03-11 16:28:45 -07:00
Michael McGrath
674628e480 Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-03-11 18:00:26 -05:00
Michael McGrath
af9c4c095f prefix seems to be working, going to trial by fire it 2008-03-11 18:00:16 -05:00
51d94e60d1 Fix some view issues. 2008-03-11 18:46:31 -04:00
Michael McGrath
7549a12589 create prefix option in config 2008-03-11 17:30:25 -05:00
Toshio Kuratomi
4d8973658f * Add a foreign key constraint to make person_emails and purpose_emails sync
the person_id.
* Misc fixes with the bugzilla_sync_email trigger.
2008-03-11 15:04:44 -07:00
Toshio Kuratomi
ecf68e2c1f Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-03-11 15:04:00 -07:00
Toshio Kuratomi
5fb2a8927f * fas2.sql that imports. Haven't tested the new triggers yet. After testing
those, there's still one left to go.
2008-03-11 12:03:15 -07:00
Michael McGrath
6923f955a1 Preping for another release 2008-03-11 14:02:18 -05:00
Michael McGrath
7883c1664b don't return unapproved people to the shell based servers 2008-03-11 14:00:15 -05:00
803ebf56fe I think fasClient looks for a 403 on a failed login. 2008-03-11 14:12:12 -04:00
b9190dcbe3 Kill the "this is a test" message, hide the locale field for now, until we start getting translations. 2008-03-11 13:55:30 -04:00
Toshio Kuratomi
24d8f1fae5 Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-03-11 09:23:19 -07:00
Toshio Kuratomi
a8bd1ad6fd * Half way through the trigger. 2008-03-11 09:22:58 -07:00
Michael McGrath
efdeeff358 log when users change email 2008-03-11 10:38:14 -05:00
Toshio Kuratomi
4f9ca8cd23 Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-03-11 08:02:31 -07:00
Toshio Kuratomi
c460233279 * Update fas.spec from building rpm. 2008-03-11 08:02:17 -07:00
Toshio Kuratomi
427064a8c2 * Work in progress triggers. 2008-03-11 08:01:36 -07:00
Michael McGrath
f83d85ccc9 we don't want to run these if its not a json request 2008-03-10 22:52:51 -05:00
Michael McGrath
a97565bb44 This fixes the user's group creations. This script is going to need some attention in the not too distant future. 2008-03-10 22:46:36 -05:00
Michael McGrath
f7fa89b1a3 added more requires from the README 2008-03-10 21:20:37 -05:00
Michael McGrath
d05ce0acad updated spec file 2008-03-10 20:44:39 -05:00
Michael McGrath
1b72d232ee making a pretty benign default config 2008-03-10 19:59:05 -05:00
Michael McGrath
d6ff6bfffd getting ready for another release 2008-03-10 19:56:44 -05:00