Skip to content
  1. Dec 09, 2015
  2. Dec 05, 2014
  3. Dec 04, 2014
    • anu_zyxware's avatar
      By Anu@Zyware: Alpha release of search404 · b6b438c5
      anu_zyxware authored
      saved the configuration form data correctly to config.search404.
      install file changed to save the system configuration 404 page.
      removed search_data() and corresponding functions(because in D8 there no such function),implemented using search404Controller.
      get the default search form using \Drupal::service('search.search_page_repository').
      changed goto using RedirectResponse.
      removed apachesolr related search codes.
      d7 corresponding varioubles changed to D8(from dev to alpha changes only).
      b6b438c5
    • anu_zyxware's avatar
      By Anu@Zyware: Alpha release of search404 · af6ecc38
      anu_zyxware authored
      saved the configuration form data correctly to config.search404.
      install file changed to save the system configuration 404 page.
      removed search_data() and corresponding functions(because in D8 there no such function),implemented using search404Controller.
      get the default search form using \Drupal::service('search.search_page_repository').
      changed goto using RedirectResponse.
      removed apachesolr related search codes.
      d7 corresponding varioubles changed to D8(from dev to alpha changes only).
      af6ecc38
  4. Nov 20, 2014
  5. Nov 18, 2014
    • anu's avatar
      #31297 - Convert Search 404 Drupal 7 version to Drupal 8 · 1b4f1429
      anu authored
       Changed .info file to .info.yml
       Changed .install file
       Created a .routing.yml file instead of hook_menu()
       Registered all paths in hook_menu() to routing.yml
       Created Search404Settings form for configuring search 404
       Changed all drupal 7 specific codes to drupal 8
      1b4f1429
  6. Nov 17, 2014