You are here

CHANGELOG.txt in Quotes 6

Same filename and directory in other branches
  1. 5 CHANGELOG.txt
quotes.module
CHANGELOG.txt
2012-04-20
  - Fixed Issue #1289006:"Can't show more than one quote (in a block)."
  - Fixed Issue #1061978:"Unable to save as tab-separated text."
  - fixed a problem related to importing where module always shows # quotes
    imported even when entering a single quote.
  - code clean-up
2011-06-03
  - Added back "Changelog.txt" to quotes_module.
  - Fixed Issue #1090630:"Max lenght of 0 Zero causes no text display."
  - Fixed Issue #1130624:"Missing Taxonomy dependency or bug."
  - #1130624 was a bug there should not have been a taxonomy module dependency.
  - Fixed Issue #1176986:"Number of quotes in block."

2008-04-16
  - added quotes_update_6100 to ensure citation field exists.
  - added capability to make author linkable, and added author page.
  - removed debugging line.
  - made "recent quotes" on user account optional.
  - added div on quotes page.
  - added fieldsets on settings page.
  - corrected win. line endings on export.

2008-04-11
  - initial 6.x support.

2008-04-08
  - release 5.x-1.2
  - changed My Quotes menu item.
  - added export capability.
  - changed quotes class in hook_user.
  - added citation.
  - added author and citation to Views.
  - corrected Postgres install.
  - added "View" link to blocks.
  - count nodes on import.
  - added "Edit" link.
  - uninstall deletes quote nodes.
  - added "Add another quote" link.
  - format clean ups, Coder flags.
  - added nodes per page setting.
  - added translation template.

2007-02-19
  - release 5.x-1.1
  - quotes.install: remove reference to quotes_version()

2007-02-14
  - release 5.x-1.0
  - quotes.module
    - updated for Drupal 5 (addresses task 106880 created by dgrant)
    - added "Update every x minutes/hours/days/weeks" for blocks
      handled by hook_cron() and in hook_block() for 'view' op
      (addresses feature 65246 requested by Tim99)
    - removed block title - use name instead
    - moved all block configuration into the standard configuration
      provided by block.module (i.e. use 'configure' and 'save' ops of
      hook_block())
  - quotes.info: new file
  - quotes.install: remove title, add cron fields to quotes_blocks
  - INSTALL.txt, README.txt: updated for Drupal 5 changes

2006-07-06
  - release 4.7r4/2006070600
  - quotes.module: fix $user assignment in _quotes_feed_user() caused
    by code-style change in 4.7r1 (fixes bug 72432 reported by nashif)

2006-05-22
  - release 4.7r3/2006052201
  - quotes.module
    - changed admin/settings/quotes to use hook_settings() (addresses
      bug 64928 reported by sokrplare_10)
    - made title optional (addresses feature 64581 requested by
      bomarmonk)

2006-05-22
  - release 4.7r2/2006052200
  - quotes.module
    - moved admin menus from admin/quotes to admin/settings/quotes
    - optimized several queries to improve performance (addresses bugs
      64584 and 63062 reported by Taran and red_eye, respectively)
  - quotes.install
    - fixed PRIMARY KEY on quotes table
    - added indexes on nid and promote in quotes table
  - INSTALL.txt
    - changed admin path
    - added note to check update.php

2006-05-09
  - release 4.7r1/2006050900
  - quotes.module
    - updated for 4.7
    - updated coding style to more-closely resemble Drupal's standards
    - anonymous users can create/maintain quotes (addresses bug 19455
      submitted by John Callaghan)
    - added 'create quotes' and 'import quotes' permissions for
      finer-grained control
    - quotes now maintain node revisions
  - quotes.install
    - new install file
    - performs database UTF-8 update
    - adds vid column and changes primary key on quotes table for
      revision-handling
    - creates {quotes}_bid_seq sequence for pgsql (addresses bug 7640)
  - INSTALL.txt
    - updated permissions
    - updated for quotes.install
  - install.inc: removed; replaced by quotes.install

2005-02-26
  - release 4.6r1/2005022601
  - quotes.module: updated for 4.6 (addresses bugs 13376, 13374,
    and 16385 reported by TDobes and 17631 reported by Anonymous)

2005-02-26
  - release 4.5r4/2005022600
  - install.inc
    - initial install now clears menu cache and redirects to quotes
      admin page (so menus display properly)
    - added block type field to table definition
  - quotes.module
    - corrected feeds (addresses bug 161127 reported by crazybooks)
    - corrected upgrade import of quotes with multiple lines
      (addresses bug 13883 reported by mousse-man)
    - theme_quotes_page() returns its output rather than printing it
    - blocks can now be configured to display the most recent quote in
      addition to a random quote (addresses feature 16983 requested by
      sethcohn)
  - README.txt, INSTALL.txt: updated with information about displaying
    most recent quote in blocks

2004-11-17
  - release 4.5r3/2004111700
  - install.inc: upgrade now deletes pre-4.5 random quotes block from
    blocks table
  - INSTALL.txt: added note about upgrading 1000 quotes at a time

2004-11-12
  - release 4.5r2/2004111200
  - quotes.module
    - upgrade import page now has help text describing what is
      happening (addresses bug 12824 reported by TDobes)
    - "Upgrade" button will properly redirect to
      node/add/quotes/upgrade even if the tables have already been
      created (addresses bug 12824 reported by TDobes)
    - documented the %id variable available in quote title (addresses
      bug 12824 reported by TDobes)
    - role and user filter items on add block form now explain that no
      roles/users are displayed because the 'edit own quotes'
      permission has not been assigned (documents behavior described
      in bug 12825 reported by TDobes)
    - quotes-related links in quotes_link() are not displayed if the
      module is not installed
    - non-existent blocks are not displayed (affected upgrades)
  - install.inc: "Upgrade" button will properly redirect to
    node/add/quotes/upgrade even if the tables have already been
    created (addresses bug 12824 reported by TDobes)

2004-11-11
  - release 4.5r1/2004111100 (versioning changed to better coincide
    with Drupal versions)
  - quotes.module
    - updated for 4.5 (addresses task 8662 created by JonBob)
    - quotes are now nodes (addresses feature 9205 requested by jbc
      and most of the items in feature 5242 requested by joe lombardo)
    - quotes have feeds
    - author is no longer a required field (addresses feature 7925
      requested by erikhopp)
    - fortune files can now be imported (addresses feature 3748
      requested by me on behalf of adrian)
    - administrators can define any number of random quote blocks that
      can be configured to restrict the quotes displayed based on node
      IDs, roles, users, and/or categories/terms
    - the display of individual quotes and pages of quotes is
      themeable via theme_quotes_quote() and theme_quotes_page(),
      respectively
  - install.inc: new PHP file that handles table creation and
    installation
  - INSTALL.txt, README.txt: updated for node implementation and
    multiple blocks
  - TODO.txt: removed all three entries addressed by this release

2004-03-10
  - release 1.0.5/2004031000
  - quotes.module
    - updated for latest CVS changes (4.4)
    - updated formatting, variable names

2003-10-27
  - release 1.0.4/2003102700
  - quotes.module
    - removed sub-forms for install/remove buttons in
      _quotes_settings() as apparently some "lesser" browsers choke on
      them (reported by GeorgeKao)
    - added deletion of quotes_leader variable when removing module

2003-10-09
  - release 1.0.3/2003100900
  - quotes.module
    - updated for latest CVS changes (_help() changes, _system()
      removal, $help removed from menu())
    - added t() on menu items
    - added help text for overview, add, and settings pages
    - replaced preg_replace() with str_replace()
    - added missing restore_error_handler() call in _quotes_import()
    - fixed two remaining calls to _quotes_admin_overview() missed in
      1.0.2/2003100200
  - TODO: added import via file upload

2003-10-02
  - release 1.0.2/2003100200
  - quotes.module
    - updated for latest CVS changes (integrated admin, etc.);
      should be 4.3.0-compatible
    - renamed "private" module functions quotes_* to _quotes_*
    - added quotes_page() hook that displays all quotes at
      <http://site.name/quotes> (suggestion by Boris Mann)
    - renamed quotes_admin_overview() to _quotes_overview() as it is
      now used both in the admin and in quotes_page() (suggestion by
      Boris Mann)
    - paging is handled correctly in _quotes_overview()
    - untabified
  - README: updated for TODO
  - TODO: new file

2003-09-19
  - release 1.0.1/2003091900
  - quotes.module: fixed CSS class names used in the block, replacing
    underscores with dashes (noticed by Boris Mann)
  - README: added information about CSS classes
  - README: added note about the cache
  - INSTALL: added note about cache

2003-09-18
  - initial release 1.0/2003091800

File

CHANGELOG.txt
View source
  1. quotes.module
  2. CHANGELOG.txt
  3. 2012-04-20
  4. - Fixed Issue #1289006:"Can't show more than one quote (in a block)."
  5. - Fixed Issue #1061978:"Unable to save as tab-separated text."
  6. - fixed a problem related to importing where module always shows # quotes
  7. imported even when entering a single quote.
  8. - code clean-up
  9. 2011-06-03
  10. - Added back "Changelog.txt" to quotes_module.
  11. - Fixed Issue #1090630:"Max lenght of 0 Zero causes no text display."
  12. - Fixed Issue #1130624:"Missing Taxonomy dependency or bug."
  13. - #1130624 was a bug there should not have been a taxonomy module dependency.
  14. - Fixed Issue #1176986:"Number of quotes in block."
  15. 2008-04-16
  16. - added quotes_update_6100 to ensure citation field exists.
  17. - added capability to make author linkable, and added author page.
  18. - removed debugging line.
  19. - made "recent quotes" on user account optional.
  20. - added div on quotes page.
  21. - added fieldsets on settings page.
  22. - corrected win. line endings on export.
  23. 2008-04-11
  24. - initial 6.x support.
  25. 2008-04-08
  26. - release 5.x-1.2
  27. - changed My Quotes menu item.
  28. - added export capability.
  29. - changed quotes class in hook_user.
  30. - added citation.
  31. - added author and citation to Views.
  32. - corrected Postgres install.
  33. - added "View" link to blocks.
  34. - count nodes on import.
  35. - added "Edit" link.
  36. - uninstall deletes quote nodes.
  37. - added "Add another quote" link.
  38. - format clean ups, Coder flags.
  39. - added nodes per page setting.
  40. - added translation template.
  41. 2007-02-19
  42. - release 5.x-1.1
  43. - quotes.install: remove reference to quotes_version()
  44. 2007-02-14
  45. - release 5.x-1.0
  46. - quotes.module
  47. - updated for Drupal 5 (addresses task 106880 created by dgrant)
  48. - added "Update every x minutes/hours/days/weeks" for blocks
  49. handled by hook_cron() and in hook_block() for 'view' op
  50. (addresses feature 65246 requested by Tim99)
  51. - removed block title - use name instead
  52. - moved all block configuration into the standard configuration
  53. provided by block.module (i.e. use 'configure' and 'save' ops of
  54. hook_block())
  55. - quotes.info: new file
  56. - quotes.install: remove title, add cron fields to quotes_blocks
  57. - INSTALL.txt, README.txt: updated for Drupal 5 changes
  58. 2006-07-06
  59. - release 4.7r4/2006070600
  60. - quotes.module: fix $user assignment in _quotes_feed_user() caused
  61. by code-style change in 4.7r1 (fixes bug 72432 reported by nashif)
  62. 2006-05-22
  63. - release 4.7r3/2006052201
  64. - quotes.module
  65. - changed admin/settings/quotes to use hook_settings() (addresses
  66. bug 64928 reported by sokrplare_10)
  67. - made title optional (addresses feature 64581 requested by
  68. bomarmonk)
  69. 2006-05-22
  70. - release 4.7r2/2006052200
  71. - quotes.module
  72. - moved admin menus from admin/quotes to admin/settings/quotes
  73. - optimized several queries to improve performance (addresses bugs
  74. 64584 and 63062 reported by Taran and red_eye, respectively)
  75. - quotes.install
  76. - fixed PRIMARY KEY on quotes table
  77. - added indexes on nid and promote in quotes table
  78. - INSTALL.txt
  79. - changed admin path
  80. - added note to check update.php
  81. 2006-05-09
  82. - release 4.7r1/2006050900
  83. - quotes.module
  84. - updated for 4.7
  85. - updated coding style to more-closely resemble Drupal's standards
  86. - anonymous users can create/maintain quotes (addresses bug 19455
  87. submitted by John Callaghan)
  88. - added 'create quotes' and 'import quotes' permissions for
  89. finer-grained control
  90. - quotes now maintain node revisions
  91. - quotes.install
  92. - new install file
  93. - performs database UTF-8 update
  94. - adds vid column and changes primary key on quotes table for
  95. revision-handling
  96. - creates {quotes}_bid_seq sequence for pgsql (addresses bug 7640)
  97. - INSTALL.txt
  98. - updated permissions
  99. - updated for quotes.install
  100. - install.inc: removed; replaced by quotes.install
  101. 2005-02-26
  102. - release 4.6r1/2005022601
  103. - quotes.module: updated for 4.6 (addresses bugs 13376, 13374,
  104. and 16385 reported by TDobes and 17631 reported by Anonymous)
  105. 2005-02-26
  106. - release 4.5r4/2005022600
  107. - install.inc
  108. - initial install now clears menu cache and redirects to quotes
  109. admin page (so menus display properly)
  110. - added block type field to table definition
  111. - quotes.module
  112. - corrected feeds (addresses bug 161127 reported by crazybooks)
  113. - corrected upgrade import of quotes with multiple lines
  114. (addresses bug 13883 reported by mousse-man)
  115. - theme_quotes_page() returns its output rather than printing it
  116. - blocks can now be configured to display the most recent quote in
  117. addition to a random quote (addresses feature 16983 requested by
  118. sethcohn)
  119. - README.txt, INSTALL.txt: updated with information about displaying
  120. most recent quote in blocks
  121. 2004-11-17
  122. - release 4.5r3/2004111700
  123. - install.inc: upgrade now deletes pre-4.5 random quotes block from
  124. blocks table
  125. - INSTALL.txt: added note about upgrading 1000 quotes at a time
  126. 2004-11-12
  127. - release 4.5r2/2004111200
  128. - quotes.module
  129. - upgrade import page now has help text describing what is
  130. happening (addresses bug 12824 reported by TDobes)
  131. - "Upgrade" button will properly redirect to
  132. node/add/quotes/upgrade even if the tables have already been
  133. created (addresses bug 12824 reported by TDobes)
  134. - documented the %id variable available in quote title (addresses
  135. bug 12824 reported by TDobes)
  136. - role and user filter items on add block form now explain that no
  137. roles/users are displayed because the 'edit own quotes'
  138. permission has not been assigned (documents behavior described
  139. in bug 12825 reported by TDobes)
  140. - quotes-related links in quotes_link() are not displayed if the
  141. module is not installed
  142. - non-existent blocks are not displayed (affected upgrades)
  143. - install.inc: "Upgrade" button will properly redirect to
  144. node/add/quotes/upgrade even if the tables have already been
  145. created (addresses bug 12824 reported by TDobes)
  146. 2004-11-11
  147. - release 4.5r1/2004111100 (versioning changed to better coincide
  148. with Drupal versions)
  149. - quotes.module
  150. - updated for 4.5 (addresses task 8662 created by JonBob)
  151. - quotes are now nodes (addresses feature 9205 requested by jbc
  152. and most of the items in feature 5242 requested by joe lombardo)
  153. - quotes have feeds
  154. - author is no longer a required field (addresses feature 7925
  155. requested by erikhopp)
  156. - fortune files can now be imported (addresses feature 3748
  157. requested by me on behalf of adrian)
  158. - administrators can define any number of random quote blocks that
  159. can be configured to restrict the quotes displayed based on node
  160. IDs, roles, users, and/or categories/terms
  161. - the display of individual quotes and pages of quotes is
  162. themeable via theme_quotes_quote() and theme_quotes_page(),
  163. respectively
  164. - install.inc: new PHP file that handles table creation and
  165. installation
  166. - INSTALL.txt, README.txt: updated for node implementation and
  167. multiple blocks
  168. - TODO.txt: removed all three entries addressed by this release
  169. 2004-03-10
  170. - release 1.0.5/2004031000
  171. - quotes.module
  172. - updated for latest CVS changes (4.4)
  173. - updated formatting, variable names
  174. 2003-10-27
  175. - release 1.0.4/2003102700
  176. - quotes.module
  177. - removed sub-forms for install/remove buttons in
  178. _quotes_settings() as apparently some "lesser" browsers choke on
  179. them (reported by GeorgeKao)
  180. - added deletion of quotes_leader variable when removing module
  181. 2003-10-09
  182. - release 1.0.3/2003100900
  183. - quotes.module
  184. - updated for latest CVS changes (_help() changes, _system()
  185. removal, $help removed from menu())
  186. - added t() on menu items
  187. - added help text for overview, add, and settings pages
  188. - replaced preg_replace() with str_replace()
  189. - added missing restore_error_handler() call in _quotes_import()
  190. - fixed two remaining calls to _quotes_admin_overview() missed in
  191. 1.0.2/2003100200
  192. - TODO: added import via file upload
  193. 2003-10-02
  194. - release 1.0.2/2003100200
  195. - quotes.module
  196. - updated for latest CVS changes (integrated admin, etc.);
  197. should be 4.3.0-compatible
  198. - renamed "private" module functions quotes_* to _quotes_*
  199. - added quotes_page() hook that displays all quotes at
  200. (suggestion by Boris Mann)
  201. - renamed quotes_admin_overview() to _quotes_overview() as it is
  202. now used both in the admin and in quotes_page() (suggestion by
  203. Boris Mann)
  204. - paging is handled correctly in _quotes_overview()
  205. - untabified
  206. - README: updated for TODO
  207. - TODO: new file
  208. 2003-09-19
  209. - release 1.0.1/2003091900
  210. - quotes.module: fixed CSS class names used in the block, replacing
  211. underscores with dashes (noticed by Boris Mann)
  212. - README: added information about CSS classes
  213. - README: added note about the cache
  214. - INSTALL: added note about cache
  215. 2003-09-18
  216. - initial release 1.0/2003091800