- Oct 23, 2014
-
-
Branson Craig Stephens authored
Added model level permissions on Guardian.GroupObjectPermissions for members of the executives group. Also restored a modified version of the ModelBackend that *doesn't* do authentication. This is so that the has_perm check on Models can work.
-
Branson Craig Stephens authored
-
- Oct 22, 2014
-
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
Added changes to ligoauth.middleware.auth to allow user creation in the event that the user is not already found in the database. Applies to shib only.
-
- Oct 16, 2014
-
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
Added context processor for login URL, added login URL to base template, added embedded discovery service page.
-
- Oct 09, 2014
-
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
-
- Oct 08, 2014
-
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
Conflicts: gracedb/api.py gracedb/views.py settings/branson.py
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
-
- Oct 07, 2014
-
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
-
- Sep 30, 2014
-
-
Branson Craig Stephens authored
Fixed event creation logic (in API only) for backwards compatibility with old client. The new function fix_old_creation_request will take a request object from the old client (which has analysisType), guess at the pipeline and search, and then insert those into the request object.
-
- Sep 29, 2014
-
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
-
- Sep 27, 2014
-
-
Branson Craig Stephens authored
Updated RSS feed templates/logic for pipeline instead of analysis type. Still doesn't work. Somehow seems to depend on obsolete sites framework.
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
Committed changes to avoid new tables using INNODB and old ones using MYISAM. This leads to fk constraint errors.
-
Branson Craig Stephens authored
Fixed userprofile forms to allow blank far threshold. You have to set blank=True,null=True on the model field *and* required=False on the form field.
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
-
- Sep 26, 2014
-
-
Branson Craig Stephens authored
fixed templates so as not to invoke get_analysisType_display. I'm not sure if other aspects of the templates will still need fixing.
-
Branson Craig Stephens authored
Fixed make_histogram command so that you get one histogram per pipeline, instead of one histogram per analysisType. This will mix HighMass and LowMass events, so we may want to split on search, where search is available. But I don't think it's that criticial since we aren't using these histograms much.
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
Fixed cli view to return pipeline,search columns instead of analysisType. Nobody should be using this thang though.
-
Branson Craig Stephens authored
'Fixed' feeds in order not to refer to analysisType. Instead of atype, feeds allows you to specify a pipeline. But not a search.
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
Fixed guided search (EventSearchForm and oldsearch) to use Pipeline and Search instead of analysisType
-
Branson Craig Stephens authored
Changed event view template selector. Also reduced number of event detail sub-templates to 3. The extra ones were not necessary.
-