- Feb 02, 2015
-
-
Branson Craig Stephens authored
and was originally motivated by problems with the presentation of the EMBB. At a basic level, the page obtains information about the Event log messages and EMBB logs via AJAX calls to the server. This information is fed into dgrid tables. Extensive use is made of the 'put-selector' to create DOM elements. This approach eliminates the need for JavaScript code and django template loops that build HTML. As not all of the features are correct in Linux browsers (Konqueror, Iceweasel) more work needs to be done.
-
- Jan 30, 2015
-
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
-
- Jan 04, 2015
-
-
Roy Williams authored
-
- Dec 19, 2014
-
-
Branson Craig Stephens authored
Changes to allow MBTA events to be submitted via coinc.xml files. Submitting by .gwf files now gives a deprecation warning.
-
- Dec 18, 2014
-
-
Branson Craig Stephens authored
-
- Dec 11, 2014
- Dec 08, 2014
- Nov 18, 2014
-
-
Brian Moe authored
Changed settings and alert.py to no longer check the lvalert node against a whitelist of pubsub nodes.
-
- Nov 14, 2014
-
-
Branson Craig Stephens authored
-
- Nov 03, 2014
-
-
Branson Craig Stephens authored
Added an ignore list of emails to which we should not send any response. The main reason for this is that I got into an email loop with Mailer-Daemon and produced a zillion files in my tmp directory.
-
- Oct 28, 2014
-
-
Branson Craig Stephens authored
-
- 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.
-
- Oct 21, 2014
-
-
Roy Williams authored
-
- Oct 16, 2014
-
-
Branson Craig Stephens authored
Added context processor for login URL, added login URL to base template, added embedded discovery service page.
-
- Oct 07, 2014
-
-
Roy Williams authored
-
- Oct 03, 2014
-
-
Branson Craig Stephens authored
-
- Oct 02, 2014
-
-
Branson Craig Stephens authored
-
- Oct 01, 2014
-
-
Roy Williams authored
-
- Sep 27, 2014
-
-
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.
-
- Sep 26, 2014
-
-
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.
-
- Sep 24, 2014
-
-
Branson Craig Stephens authored
-
- Sep 19, 2014
-
-
Branson Craig Stephens authored
New features for testing the auth/permissions infrastructure. There is a rudimentary unit test, as well as a management command to create fixtures for the test.
-
- Sep 16, 2014
-
-
Branson Craig Stephens authored
-
- Sep 04, 2014
-
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
-
- Aug 26, 2014
- Aug 25, 2014
-
-
Roy Williams authored
-
- Aug 21, 2014
-
-
Brian Moe authored
-
Branson Craig Stephens authored
-
- Aug 18, 2014
-
-
Branson Craig Stephens authored
Added storage_engine=MYISAM so that the new guardian tables will be created with the same database engine as the others.
-
- Aug 14, 2014
-
-
Branson Craig Stephens authored
Added view permission for event, created permission objects for existing events, and added code to apply default permissions when new events are created.
-
- Aug 12, 2014
-
-
Branson Craig Stephens authored
Added guardian to installed apps and added ANONYMOUS_USER_ID=-1 and GUARDIAN_RENDER_403=True to settings.
-
- Aug 11, 2014
-
-
Branson Craig Stephens authored
-
- Aug 05, 2014
-
-
Brian Moe authored
-
- Jul 30, 2014
-
-
Branson Craig Stephens authored
Removed settings/update.py and modified branson.py to reflect updates. No changes required for settings/default.py
-