-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTODO
More file actions
46 lines (40 loc) · 2.92 KB
/
TODO
File metadata and controls
46 lines (40 loc) · 2.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
TODO move assets to S3
TODO set up vpn between proxy servers and backend
TODO add "in press" state to citations. if in press show "in press" in citations
TODO ris_parser check page range parsing with em and en dashes
TODO figure out why the javascript for the keyworder responds differently on lter and glbrc
TODO mail permission requests to lead investigators
TODO check delete people
TODO add checkbox to user list to allow Suzanne to add and remove people from the glbrc memebership
TODO save the invite code in a session variable so that people can leave and come back and still be members of glbrc
TODO check autocompleter in the datatable edit
TODO check on keyword list in datasets the keyword form field caused an application error when submitting the form
dataset to check
4, 49, 79
108 length of table name
http://lter.kbs.msu.edu/datasets/60.eml restricted
45.eml crash!
https://portal-s.lternet.edu/nis/harvestReport?reportId=KBS-evaluate-2013-02-07-1360261417229
http://lter.kbs.msu.edu/datasets/7.eml surf forms are not live.
http://lter.kbs.msu.edu/datasets/13.eml
http://lter.kbs.msu.edu/datasets/15.eml invertebrates no data
http://lter.kbs.msu.edu/datasets/65.eml crash!
Check on abstract loading error
Processing by AbstractsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"[FILTERED]", "abstract"=>{"meeting_id"=>"26", "meeting_abstract_type_id"=>"2", "title"=>"On the receiving end: Ecology of streams draining agricultural landscapes", "authors"=>"Emily Stanley", "author_affiliations"=>"University of Wisconsin, Madison WI", "abstract"=>"", "pdf"=>#<ActionDispatch::Http::UploadedFile:0x007f4fe1fca390 @original_filename="everydayrailsrspec-sample.pdf", @content_type="application/pdf", @headers="Content-Disposition: form-data; name=\"abstract[pdf]\"; filename=\"everydayrailsrspec-sample.pdf\"\r\nContent-Type: application/pdf\r\n", @tempfile=#<Tempfile:/tmp/RackMultipart20150626-21560-15z14s8>>}, "commit"=>"Create"}
Rendered shared/_error_messages.html.erb (1.6ms)
Rendered abstracts/_form.html.erb (1.9ms)
Rendered abstracts/new.html.erb within layouts/lter (6.7ms)
Completed 500 Internal Server Error in 54.3ms
ActionView::Template::Error (undefined method `empty?' for nil:NilClass):
1: <fieldset>
2: <label for='abstract_type_id'>Type of abstract</label>
3: <%= f.select :meeting_abstract_type_id, @abstract_types %>
4: </fieldset>
5: <fieldset>
6: <label for='abstract_title'>Title</label>
app/views/abstracts/_form.html.erb:3:in `_app_views_abstracts__form_html_erb___4429135359213721116_69990612492240'
app/views/abstracts/new.html.erb:8:in `block in _app_views_abstracts_new_html_erb___2875434538340930438_69990590899660'
app/views/abstracts/new.html.erb:3:in `_app_views_abstracts_new_html_erb___2875434538340930438_69990590899660'
app/controllers/abstracts_controller.rb:39:in `block (2 levels) in create'
app/controllers/abstracts_controller.rb:33:in `create')