You are here

CHANGELOG.txt in Menu Block Split 6.2

Same filename and directory in other branches
  1. 5.2 CHANGELOG.txt
  2. 5 CHANGELOG.txt
  3. 6 CHANGELOG.txt
  4. 7.2 CHANGELOG.txt
commit 0d81028
Author: hutch <hutch@midwales.net>
Date:   Tue Feb 12 22:05:46 2013 +0000

    fixed issue #1907916

menu_block_split.module

commit 93c11cb
Author: hutch <hutch@midwales.net>
Date:   Tue Nov 27 14:58:02 2012 +0000

    fixed count bug #1851654

CHANGELOG.txt
menu_block_split.module

commit 75cc93a
Author: hutch <hutch@midwales.net>
Date:   Thu Dec 29 21:40:48 2011 +0000

    fixed bug in hook_theme

menu_block_split.module

commit 196b4ed
Author: The Great Git Migration <tggm@no-reply.drupal.org>
Date:   Fri Feb 25 02:07:42 2011 +0000

    Removing translation directories

translations/de.po
translations/menu_block_split-module.pot

commit 0b24c64
Author: The Great Git Migration <tggm@no-reply.drupal.org>
Date:   Fri Feb 25 02:07:42 2011 +0000

    Stripping CVS keywords

menu_block_split.info
menu_block_split.install
menu_block_split.module
translations/de.po
translations/menu_block_split-module.pot

commit 761073a
Author: Bob Hutchinson <hutch@midwales.net>
Date:   Thu Oct 21 14:39:01 2010 +0000

    fixed issue 948300, multiple blocks bug

menu_block_split.module

commit 462fdc0
Author: Bob Hutchinson <hutch@midwales.net>
Date:   Mon May 31 07:37:48 2010 +0000

    put .po into translations

menu_block_split.module
po/de.po
po/menu_block_split.pot
translations/de.po
translations/menu_block_split-module.pot

commit fa7eec4
Author: Bob Hutchinson <hutch@midwales.net>
Date:   Sun May 30 23:40:15 2010 +0000

    Tidied up, Code Review and some improved logic.

menu_block_split.install
menu_block_split.module

commit 3c92add
Author: Bob Hutchinson <hutch@midwales.net>
Date:   Sat May 29 21:58:17 2010 +0000

    added function menu_block_split_settings_validate which runs user supplied data through check_plain(). Also use check_plain in settings form and in block output to protect against any existing data.

menu_block_split.module

commit 3083d21
Author: Robert Garrigos <robert@garrigos.cat>
Date:   Sat Feb 28 16:25:22 2009 +0000

    #383308 by robertgarrigos: first and last class for items in first block

menu_block_split.module

commit 7b7a075
Author: Robert Garrigos <robert@garrigos.cat>
Date:   Tue Feb 24 19:12:17 2009 +0000

    #380878: avoid conflit with dhtml_menu

menu_block_split.module

commit 444bf6c
Author: Robert Garrigos <robert@garrigos.cat>
Date:   Tue Feb 24 18:09:02 2009 +0000

    #380864: extra ul bug fixed

menu_block_split.module

commit 1bf1499
Author: Robert Garrigos <robert@garrigos.cat>
Date:   Tue Feb 24 17:55:04 2009 +0000

    #376732: added active class to all menu item in the active trail

menu_block_split.module

commit 8f984d9
Author: Robert Garrigos <robert@garrigos.cat>
Date:   Sat Feb 7 14:23:45 2009 +0000

    added pot file and german po file

po/de.po
po/menu_block_split.pot

commit 70a6fed
Author: Robert Garrigos <robert@garrigos.cat>
Date:   Sat Feb 7 13:33:16 2009 +0000

    o #313778: (by demeester_roel) added a fix for http://drupal.org/node/184955
    o Changed function name get_first_level to menu_block_split_get_first_level to avoid any possible conflict
    o Added a conditional in that function to avoid a missing index error message
    o Added the hook_help
    o #329420: added mlid to the li
    o #313778: (by demeester_roel and mikl) rewritte of part of the code

menu_block_split.info
menu_block_split.install
menu_block_split.module

File

CHANGELOG.txt
View source
  1. commit 0d81028
  2. Author: hutch
  3. Date: Tue Feb 12 22:05:46 2013 +0000
  4. fixed issue #1907916
  5. menu_block_split.module
  6. commit 93c11cb
  7. Author: hutch
  8. Date: Tue Nov 27 14:58:02 2012 +0000
  9. fixed count bug #1851654
  10. CHANGELOG.txt
  11. menu_block_split.module
  12. commit 75cc93a
  13. Author: hutch
  14. Date: Thu Dec 29 21:40:48 2011 +0000
  15. fixed bug in hook_theme
  16. menu_block_split.module
  17. commit 196b4ed
  18. Author: The Great Git Migration
  19. Date: Fri Feb 25 02:07:42 2011 +0000
  20. Removing translation directories
  21. translations/de.po
  22. translations/menu_block_split-module.pot
  23. commit 0b24c64
  24. Author: The Great Git Migration
  25. Date: Fri Feb 25 02:07:42 2011 +0000
  26. Stripping CVS keywords
  27. menu_block_split.info
  28. menu_block_split.install
  29. menu_block_split.module
  30. translations/de.po
  31. translations/menu_block_split-module.pot
  32. commit 761073a
  33. Author: Bob Hutchinson
  34. Date: Thu Oct 21 14:39:01 2010 +0000
  35. fixed issue 948300, multiple blocks bug
  36. menu_block_split.module
  37. commit 462fdc0
  38. Author: Bob Hutchinson
  39. Date: Mon May 31 07:37:48 2010 +0000
  40. put .po into translations
  41. menu_block_split.module
  42. po/de.po
  43. po/menu_block_split.pot
  44. translations/de.po
  45. translations/menu_block_split-module.pot
  46. commit fa7eec4
  47. Author: Bob Hutchinson
  48. Date: Sun May 30 23:40:15 2010 +0000
  49. Tidied up, Code Review and some improved logic.
  50. menu_block_split.install
  51. menu_block_split.module
  52. commit 3c92add
  53. Author: Bob Hutchinson
  54. Date: Sat May 29 21:58:17 2010 +0000
  55. added function menu_block_split_settings_validate which runs user supplied data through check_plain(). Also use check_plain in settings form and in block output to protect against any existing data.
  56. menu_block_split.module
  57. commit 3083d21
  58. Author: Robert Garrigos
  59. Date: Sat Feb 28 16:25:22 2009 +0000
  60. #383308 by robertgarrigos: first and last class for items in first block
  61. menu_block_split.module
  62. commit 7b7a075
  63. Author: Robert Garrigos
  64. Date: Tue Feb 24 19:12:17 2009 +0000
  65. #380878: avoid conflit with dhtml_menu
  66. menu_block_split.module
  67. commit 444bf6c
  68. Author: Robert Garrigos
  69. Date: Tue Feb 24 18:09:02 2009 +0000
  70. #380864: extra ul bug fixed
  71. menu_block_split.module
  72. commit 1bf1499
  73. Author: Robert Garrigos
  74. Date: Tue Feb 24 17:55:04 2009 +0000
  75. #376732: added active class to all menu item in the active trail
  76. menu_block_split.module
  77. commit 8f984d9
  78. Author: Robert Garrigos
  79. Date: Sat Feb 7 14:23:45 2009 +0000
  80. added pot file and german po file
  81. po/de.po
  82. po/menu_block_split.pot
  83. commit 70a6fed
  84. Author: Robert Garrigos
  85. Date: Sat Feb 7 13:33:16 2009 +0000
  86. o #313778: (by demeester_roel) added a fix for http://drupal.org/node/184955
  87. o Changed function name get_first_level to menu_block_split_get_first_level to avoid any possible conflict
  88. o Added a conditional in that function to avoid a missing index error message
  89. o Added the hook_help
  90. o #329420: added mlid to the li
  91. o #313778: (by demeester_roel and mikl) rewritte of part of the code
  92. menu_block_split.info
  93. menu_block_split.install
  94. menu_block_split.module