You are here

CHANGELOG.txt in Code per Node 7

Same filename and directory in other branches
  1. 6 CHANGELOG.txt
CPN 7.x-1.7, 2016-03-09
-----------------------
#2605854 by DamienMcKenna: Begone, vile dpm()!
#2603506 by DamienMcKenna: Try to avoid taking down the site if the database
  updates haven't ran yet.
#2668372 by DamienMcKenna: Added some tests.


CPN 7.x-1.6, 2015-10-25
-----------------------
#2292521 by DamienMcKenna: Support newer versions of CodeMirror.
#2418809 by cyborg_572, DamienMcKenna: Wrong issue queue URL in README.txt file.
#2304521 by DamienMcKenna: Verify the library exists before loading it.
#2410691 by DamienMcKenna: Notify Varnish when files are saved.
#2361575 by kepford, DamienMcKenna: Optionally load the CSS/JS as 'external' to
  work around caching issues with some hosting platforms.
#2443219 by kepford, DamienMcKenna: Optional NOSCRIPT fields for nodes/blocks.
#2412369 by DamienMcKenna: Don't delete records if the user does not have
  permission to edit the node or block fields.
By DamienMcKenna: Added a note to README.txt about the panels_css_js module.


CPN 7.x-1.5, 2015-06-07
-----------------------
#2203659 by DamienMcKenna, Raines37: Removed variable interaction in
  cpn_requirements().
#2138539 by DamienMcKenna: Support for AdvAgg.
#2475637 by xiukun.zhou: README file had a typo.


CPN 7.x-1.5-rc1, 2014-02-22
---------------------------
By DamienMcKenna: Added a README.txt line about Token support.
By DamienMcKenna: Minor code syntax improvements, added more comments.
#1950522 by DamienMcKenna: Fixed the global CSS/JS file saving.
By DamienMcKenna: Sort the variable deletions in hook_uninstall().
#1967314 by DamienMcKenna: Standardized the D6/D7 settings forms.
#1964504 by DamienMcKenna: Separate CSS/JS wrappers for blocks vs nodes.
#1530396 by DamienMcKenna: Added a README.txt file.
By DamienMcKenna: Removed an unnecessary menu item that was accidentally added
  earlier.
#1955952 by DamienMcKenna: drupal_add_css/js calls were missing the options.
#1962350 by DamienMcKenna: Fixed the spelling of "JavaScript."
#1658932 by DamienMcKenna: Optionally process the output with tokens, if the
  Token module is installed the popup token browser will be available.
#1958236 by DamienMcKenna: Made all messages translatable.
#1958212 by DamienMcKenna: Update the cpn_path variable during D6 upgrade.
#1957926 by DamienMcKenna: Fixed the messages & logic for when the CPN path is
  changed on the settings page.
#1955952 by DamienMcKenna: Changed Panels integration to use drupal_add_css/js.
#1953870 by DamienMcKenna: Increase the CSS and JS fields to longtext.
#1423478 by lee20, davidtrainer, DamienMcKenna: Support scenarios where multiple
  nodes are loaded on the same page.
#1950522 by DamienMcKenna: Optional global CSS/JS.
#1948034 by DamienMcKenna: Global CSS/JS wrappers.
#1793100 by paulsheldrake, DamienMcKenna: Panels integration.
#1850902 by retrodans, DamienMcKenna: Options to control JS/CSS aggregation.
#1901626 by DamienMcKenna, steverweber: Properly check for CodeMirror, add
  Libraries API support.
#1948196 by DamienMcKenna: Remove the TODO.txt file, created new issues.
#1948198 by DamienMcKenna: Add a CHANGELOG.txt file.
By DamienMcKenna: Converted cpn.module to UNIX file format.
#1323772 by joelstein: Made block support optional.
#1214062 by joelstein: Removed some troubleshooting code.
#1214062 by joelstein: Added Libraries API support.
#1308390 by Simon Georges: Fixed typo.
#1912834 by urwen, DamienMcKenna: Options to control the CSS/JS weight.
#1912834 by DamienMcKenna: Follow-up to fix an incorrect variable name.
#2148909 by smk-ka: Don't show Token details if content type not enabled.
#2149585 by smk-ka: Performance improvement when loading nodes.
#1956590 by DamienMcKenna: Various improvements related to CodeMirror support.
  The minimum supported version has been bumped to 3.20.
#1301856 by DamienMcKenna: Allow control of which view modes the CSS/JS are
  loaded for.
#1956604 by DamienMcKenna: Indicate on node edit forms whether there is an
  extra CSS or JS file for that content type that will also be loaded.
#2157179 by DamienMcKenna: Allow CodeMirror to load on the admin config page.
#2157793 by DamienMcKenna: Only show global tokens on node type settings form.
#2157809 by DamienMcKenna: Error when using Panels to display nodes.
#2157823 by DamienMcKenna: Fixed typo in CSS wrapper form field.
#2158623 by DamienMcKenna: Added a master permission.
#2193319 by DamienMcKenna: Fixed CodeMirror identification / updated settings
  page.
#2157821 by DamienMcKenna: Loading token browser causes "enable syntax
  highlighting" link to duplicate.


CPN 7.x-1.4, 2011-08-24
-----------------------
#1211122 by joelstein: Made Code per Node a psuedo-field on associated content
  types.
#1213444 by joelstein: Fixed CodeMirror integration.
#1246884 by joelstein: Added customizable storage location; removed duplicate
  warning message; deleted all variables upon uninstall.
#1200788: Fixed undefined index; small documentation fix.
Fixed strange PHP string comparison bug which caused CodeMirror assets to be
  referenced even if configured not to.


CPN 7.x-1.3, 2011-05-20
-----------------------
Move deletion of files to its own function, to avoid watchdog entries when
  trying to delete a file that doesn't exist.
#1111426: more changes needed for CodeMirror 2 to work.
#1098982: code per content type added.
Fixed mispelling of CodeMirror.


CPN 7.x-1.2, 2011-04-02
-----------------------
#1111426 by geerlingguy: Support CodeMirror 2.
#1071656 by meba, Rob Loach: Move CSS and JS to theme group.


CPN 7.x-1.1, 2011-03-03
-----------------------
1071656 by meba, Rob Loach: Move CSS and JS to theme group.


CPN 7.x-1.0, 2011-02-22
-----------------------
#1066998 by joelstein, Rob Loach: Ported to Drupal 7.

File

CHANGELOG.txt
View source
  1. CPN 7.x-1.7, 2016-03-09
  2. -----------------------
  3. #2605854 by DamienMcKenna: Begone, vile dpm()!
  4. #2603506 by DamienMcKenna: Try to avoid taking down the site if the database
  5. updates haven't ran yet.
  6. #2668372 by DamienMcKenna: Added some tests.
  7. CPN 7.x-1.6, 2015-10-25
  8. -----------------------
  9. #2292521 by DamienMcKenna: Support newer versions of CodeMirror.
  10. #2418809 by cyborg_572, DamienMcKenna: Wrong issue queue URL in README.txt file.
  11. #2304521 by DamienMcKenna: Verify the library exists before loading it.
  12. #2410691 by DamienMcKenna: Notify Varnish when files are saved.
  13. #2361575 by kepford, DamienMcKenna: Optionally load the CSS/JS as 'external' to
  14. work around caching issues with some hosting platforms.
  15. #2443219 by kepford, DamienMcKenna: Optional NOSCRIPT fields for nodes/blocks.
  16. #2412369 by DamienMcKenna: Don't delete records if the user does not have
  17. permission to edit the node or block fields.
  18. By DamienMcKenna: Added a note to README.txt about the panels_css_js module.
  19. CPN 7.x-1.5, 2015-06-07
  20. -----------------------
  21. #2203659 by DamienMcKenna, Raines37: Removed variable interaction in
  22. cpn_requirements().
  23. #2138539 by DamienMcKenna: Support for AdvAgg.
  24. #2475637 by xiukun.zhou: README file had a typo.
  25. CPN 7.x-1.5-rc1, 2014-02-22
  26. ---------------------------
  27. By DamienMcKenna: Added a README.txt line about Token support.
  28. By DamienMcKenna: Minor code syntax improvements, added more comments.
  29. #1950522 by DamienMcKenna: Fixed the global CSS/JS file saving.
  30. By DamienMcKenna: Sort the variable deletions in hook_uninstall().
  31. #1967314 by DamienMcKenna: Standardized the D6/D7 settings forms.
  32. #1964504 by DamienMcKenna: Separate CSS/JS wrappers for blocks vs nodes.
  33. #1530396 by DamienMcKenna: Added a README.txt file.
  34. By DamienMcKenna: Removed an unnecessary menu item that was accidentally added
  35. earlier.
  36. #1955952 by DamienMcKenna: drupal_add_css/js calls were missing the options.
  37. #1962350 by DamienMcKenna: Fixed the spelling of "JavaScript."
  38. #1658932 by DamienMcKenna: Optionally process the output with tokens, if the
  39. Token module is installed the popup token browser will be available.
  40. #1958236 by DamienMcKenna: Made all messages translatable.
  41. #1958212 by DamienMcKenna: Update the cpn_path variable during D6 upgrade.
  42. #1957926 by DamienMcKenna: Fixed the messages & logic for when the CPN path is
  43. changed on the settings page.
  44. #1955952 by DamienMcKenna: Changed Panels integration to use drupal_add_css/js.
  45. #1953870 by DamienMcKenna: Increase the CSS and JS fields to longtext.
  46. #1423478 by lee20, davidtrainer, DamienMcKenna: Support scenarios where multiple
  47. nodes are loaded on the same page.
  48. #1950522 by DamienMcKenna: Optional global CSS/JS.
  49. #1948034 by DamienMcKenna: Global CSS/JS wrappers.
  50. #1793100 by paulsheldrake, DamienMcKenna: Panels integration.
  51. #1850902 by retrodans, DamienMcKenna: Options to control JS/CSS aggregation.
  52. #1901626 by DamienMcKenna, steverweber: Properly check for CodeMirror, add
  53. Libraries API support.
  54. #1948196 by DamienMcKenna: Remove the TODO.txt file, created new issues.
  55. #1948198 by DamienMcKenna: Add a CHANGELOG.txt file.
  56. By DamienMcKenna: Converted cpn.module to UNIX file format.
  57. #1323772 by joelstein: Made block support optional.
  58. #1214062 by joelstein: Removed some troubleshooting code.
  59. #1214062 by joelstein: Added Libraries API support.
  60. #1308390 by Simon Georges: Fixed typo.
  61. #1912834 by urwen, DamienMcKenna: Options to control the CSS/JS weight.
  62. #1912834 by DamienMcKenna: Follow-up to fix an incorrect variable name.
  63. #2148909 by smk-ka: Don't show Token details if content type not enabled.
  64. #2149585 by smk-ka: Performance improvement when loading nodes.
  65. #1956590 by DamienMcKenna: Various improvements related to CodeMirror support.
  66. The minimum supported version has been bumped to 3.20.
  67. #1301856 by DamienMcKenna: Allow control of which view modes the CSS/JS are
  68. loaded for.
  69. #1956604 by DamienMcKenna: Indicate on node edit forms whether there is an
  70. extra CSS or JS file for that content type that will also be loaded.
  71. #2157179 by DamienMcKenna: Allow CodeMirror to load on the admin config page.
  72. #2157793 by DamienMcKenna: Only show global tokens on node type settings form.
  73. #2157809 by DamienMcKenna: Error when using Panels to display nodes.
  74. #2157823 by DamienMcKenna: Fixed typo in CSS wrapper form field.
  75. #2158623 by DamienMcKenna: Added a master permission.
  76. #2193319 by DamienMcKenna: Fixed CodeMirror identification / updated settings
  77. page.
  78. #2157821 by DamienMcKenna: Loading token browser causes "enable syntax
  79. highlighting" link to duplicate.
  80. CPN 7.x-1.4, 2011-08-24
  81. -----------------------
  82. #1211122 by joelstein: Made Code per Node a psuedo-field on associated content
  83. types.
  84. #1213444 by joelstein: Fixed CodeMirror integration.
  85. #1246884 by joelstein: Added customizable storage location; removed duplicate
  86. warning message; deleted all variables upon uninstall.
  87. #1200788: Fixed undefined index; small documentation fix.
  88. Fixed strange PHP string comparison bug which caused CodeMirror assets to be
  89. referenced even if configured not to.
  90. CPN 7.x-1.3, 2011-05-20
  91. -----------------------
  92. Move deletion of files to its own function, to avoid watchdog entries when
  93. trying to delete a file that doesn't exist.
  94. #1111426: more changes needed for CodeMirror 2 to work.
  95. #1098982: code per content type added.
  96. Fixed mispelling of CodeMirror.
  97. CPN 7.x-1.2, 2011-04-02
  98. -----------------------
  99. #1111426 by geerlingguy: Support CodeMirror 2.
  100. #1071656 by meba, Rob Loach: Move CSS and JS to theme group.
  101. CPN 7.x-1.1, 2011-03-03
  102. -----------------------
  103. 1071656 by meba, Rob Loach: Move CSS and JS to theme group.
  104. CPN 7.x-1.0, 2011-02-22
  105. -----------------------
  106. #1066998 by joelstein, Rob Loach: Ported to Drupal 7.