Going through the list of proposed sessions at https://events.drupal.org/losangeles2015/sessions/proposed/ I'm seeing many similar/duplicate session submissions. Almost undoubtedly this is because it's not possible to search the sessions to see what has already been submitted. Enabling search would allow for not only eliminating duplicates but also give a rough idea of e.g. how many sessions are talking about "Drupal 8".
Comments
Comment #1
japerryretagging for the generic sessions view.
Comment #2
opdaviesI'll take a look at this at #DCNorth15 tomorrow.
Comment #3
opdaviesOops, forgot about this. :(
I've installed a fresh version of COD, and looking at the cod_session_sessions view, there's already an optional exposed filter for Search Term. @japerry, has this been added since this issue was created?
I've created a session which is unprocessed, but it's actually not showing at node/1/program/sessions/proposed. Should it be showing, or do I need to do something else for it to show?
Comment #4
japerryhmm its sounding like that site is relatively old. Is it on the new 2.x branch? Unprocessed has been changed to Proposed.. back in march or so? there is an update script to change those. Also, the program part of the url is removed, the path should be node/1/sessions/proposed. And I presume that the new session is published.
Its possible that the session code isn't updated, but the view was in code so it was, which might be why you aren't seeing any proposed sessions.
Comment #5
opdaviesYes, it's the 7.x-2.x branch. I've used
drush make build-cod.make ../drupalto build the site - is that correct?Comment #6
opdavies