Henrik Levkowetz
|
09f654b1f4
|
Merged in branch/iola/team-support from olau@iola.dk. This generalises and extends the group support for WGs and RGs so that also other groups, such as for instance the Edu Team, can have pages.
- Legacy-Id: 8013
|
2014-07-02 19:30:07 +00:00 |
|
Ryan Cross
|
61b1755ae5
|
Change Type field default on groups search form, from WG to unset. Commit ready for merge
- Legacy-Id: 7843
|
2014-06-03 21:44:07 +00:00 |
|
Ole Laursen
|
d16bdb3723
|
Add support for editing Group.description in Secretariat tools
- Legacy-Id: 7767
|
2014-05-22 15:08:37 +00:00 |
|
Henrik Levkowetz
|
156b0d4e3a
|
Changed the code to use django's own authentication, instead of http basic auth. This will let people log out, and will also use stronger password hashing than basic auth. Added a login page, and logout links, and links from the logged in username (in the upper right corner) to the user's profile page.
- Legacy-Id: 7580
|
2014-04-07 18:56:44 +00:00 |
|
Henrik Levkowetz
|
b02b0a96df
|
All tests pass, except for some pyflakes tests which I believe are fixed in trunk.
- Legacy-Id: 7579
|
2014-04-06 20:04:36 +00:00 |
|
Henrik Levkowetz
|
003691fd86
|
Merged in [7549] from rcross@amsl.com:
fix tests to work with secauth middleware changes
- Legacy-Id: 7570
Note: SVN reference [7549] has been migrated to Git commit 0b5fc98290
|
2014-04-06 14:41:44 +00:00 |
|
Ryan Cross
|
0b5fc98290
|
fix tests to work with secauth middleware changes
- Legacy-Id: 7549
|
2014-03-27 16:08:27 +00:00 |
|
Henrik Levkowetz
|
02031a01b9
|
Cleaned out some (arbitrary) submodule name imports into ietf.utils, and made the corresponding import statements import the names directly from the correct submodules.
- Legacy-Id: 7495
|
2014-03-16 07:09:38 +00:00 |
|
Henrik Levkowetz
|
8a6c121073
|
Made ietf/secr/groups pyflakes-clean.
- Legacy-Id: 7480
|
2014-03-15 21:13:21 +00:00 |
|
Henrik Levkowetz
|
5bef5d11ae
|
Made doc/ pyflakes-clean.
- Legacy-Id: 7462
|
2014-03-15 16:09:47 +00:00 |
|
Ole Laursen
|
e54bd17499
|
Port from django.core.management.setup_environ to DJANGO_SETTINGS_MODULE
- Legacy-Id: 6985
|
2013-12-18 15:51:11 +00:00 |
|
Ole Laursen
|
7f277a8fbb
|
Replace user.get_profile() with user.person, the profile stuff is deprecated since Django 1.5
- Legacy-Id: 6968
|
2013-12-18 10:13:40 +00:00 |
|
Ole Laursen
|
d1782297ab
|
assertEquals -> assertEqual in tests, the former is deprecated
- Legacy-Id: 6964
|
2013-12-17 12:52:24 +00:00 |
|
Ole Laursen
|
d66ac15fc2
|
Rewrite a bunch of HttpResponseRedirect + url reverse calls to instead
take advantage of the redirect shortcut (introduced in Django 1.1)
- Legacy-Id: 6960
|
2013-12-17 10:23:42 +00:00 |
|
Ole Laursen
|
84a9f49053
|
mimetype -> content_type (mimetype is deprecated)
- Legacy-Id: 6945
|
2013-12-16 16:53:47 +00:00 |
|
Ole Laursen
|
d86789608a
|
Remove use of "groupgroup" fixture from Secretariat apps, it looks
like they don't actually depend on it, and the fixture itself is
unfortunately not complete so Django refuses to load it
- Legacy-Id: 6938
|
2013-12-16 13:16:29 +00:00 |
|
Ole Laursen
|
12960d9204
|
Fix bug in Secretariat GroupMilestoneForm, exclude was missing a , to be a tuple
- Legacy-Id: 6895
|
2013-12-12 12:11:09 +00:00 |
|
Ole Laursen
|
6a98fec2c3
|
Use built-in json module in Python instead of simplejson bundled with Django
- Legacy-Id: 6883
|
2013-12-11 16:59:19 +00:00 |
|
Ole Laursen
|
cfa0d47ca0
|
Port to new class-based generic redirect and simple template views, remove utils.lazy.reverse_lazy, it's now included in Django
- Legacy-Id: 6878
|
2013-12-11 16:36:09 +00:00 |
|
Ole Laursen
|
9457669310
|
Merge in changes from the old shimfree branch
- Legacy-Id: 6764
|
2013-11-27 12:55:50 +00:00 |
|
Henrik Levkowetz
|
e4f4467725
|
Changed tests to use our own subclassed TestCase, and changed almost all fixtures to be perma_fixtures.
- Legacy-Id: 6320
|
2013-09-30 20:36:20 +00:00 |
|
Ole Laursen
|
c191a691e0
|
Remove "names" fixture from all tests, since it's now loaded once just
after creating the test database through the global test fixture
mechanism - this speeds up multiple tests considerably
- Legacy-Id: 6305
|
2013-09-29 17:35:59 +00:00 |
|
Henrik Levkowetz
|
d8074d39d3
|
Merged the latest secretariat code from rcross@amsl.com, from branch/amsl/trunkmerge@6149.
- Legacy-Id: 6168
|
2013-09-18 19:33:36 +00:00 |
|
Ryan Cross
|
0d1c0b2db9
|
updates to announcements and groups view to match secretariat production branch
- Legacy-Id: 6140
|
2013-09-10 23:49:13 +00:00 |
|
Ryan Cross
|
22748ac289
|
add warning to group edit, use datatracker to manage groups
- Legacy-Id: 5960
|
2013-08-06 21:53:23 +00:00 |
|
Henrik Levkowetz
|
96771f7340
|
Updated tests to not depend on the record ids of generated test data.
- Legacy-Id: 5821
|
2013-07-15 07:10:27 +00:00 |
|
Henrik Levkowetz
|
7e67b40a87
|
Merged in branch/amsl/trunkmerge@5449 from rcross@amsl.com, with some tweaks. This provides the secretariat apps.
- Legacy-Id: 5482
|
2013-03-05 22:43:31 +00:00 |
|
Ryan Cross
|
c32aee9874
|
add basic tests
- Legacy-Id: 5437
|
2013-02-21 00:41:04 +00:00 |
|
Ryan Cross
|
1f3ca71362
|
add apps
- Legacy-Id: 5430
|
2013-02-15 18:10:38 +00:00 |
|