You are here

CHANGELOG.txt in Quotes 5

Same filename and directory in other branches
  1. 6 CHANGELOG.txt
quotes.module
CHANGELOG.txt

2008-04-16
  - 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.

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