You are here

CHANGELOG.txt in Privatemsg 5.3

Same filename and directory in other branches
  1. 5 CHANGELOG.txt
30 April 2005
-------------
- Added pager to message lists
- Added PostgreSQL support
- Use input formats for private messages (allow HTML in messages)

26 March 2004
-------------
- Removed custom _form_submit in favor of "attributes" argument in core form_submit (jik)
- Added optional "write to author" links under nodes/comments (modified patch by jik)
- Minor code updates/cleanup
- Update to work with new CVS _user hook changes

9 December 2003
---------------
- updated to function with latest menu system changes
- updated to work with latest theme system updates
  - themeable functions return their output rather than printing it
  - updated to use theme(page)
  - grouped themeable functions and added phpDoc comments
- added {} to allow table prefixing

23 May 2003, "qui, nell'ascensore?"
----------------------------------
- used $_POST instead of global vars
- used theme() instead of $theme


22 May 2003, "day of the Matrix"
--------------------------------
- major rewrite
- updated to latest cvs, should work in Drupal 4.2
- added folders, you can move messages in folders, empty folders
- mail once per day if you have unread messages (user option)
- message pruning (move old messages to another table)
- list of contacts: it's built automatically looking at users you write to
- theme()ized
- if you are updating run you just need to run privatemsg.sql


20 August 2002
--------------
- major cleanup, used t() and l() everywhere
- minor bugs fixed


19 June 2002
------------
- cached _privatemsg_get_new_messages(), saves 2-3 queries per page


21 Feburary 2002
----------------
- moved link to private messages to the user block.
- added link to send messages to user info pages.
- some XHTML changes.
- user system has changed from $user->id to $user->uid.


19 December 2001 "giuro che mi trattengo"
--------------------------
- sent messages; sender can delete unread messages (optional, see settings)
- messages splitted in pages, setting for "how many messages per page"


15 December 2001 "nice evening"
--------------------------
- privatemsg_get_link() to add theme support; see INSTALL 
- throttle to limit abuse; setting in admin for max send rate
- checked sql indexing and added index to recipient (should we index author?)
- save sender ip address
- code cleanup (less global variables, use drupal form functions, better date format in list, comply to coding standards)
- minor cosmetic changes


12 December 2001
--------------------------
- initial release.

File

CHANGELOG.txt
View source
  1. 30 April 2005
  2. -------------
  3. - Added pager to message lists
  4. - Added PostgreSQL support
  5. - Use input formats for private messages (allow HTML in messages)
  6. 26 March 2004
  7. -------------
  8. - Removed custom _form_submit in favor of "attributes" argument in core form_submit (jik)
  9. - Added optional "write to author" links under nodes/comments (modified patch by jik)
  10. - Minor code updates/cleanup
  11. - Update to work with new CVS _user hook changes
  12. 9 December 2003
  13. ---------------
  14. - updated to function with latest menu system changes
  15. - updated to work with latest theme system updates
  16. - themeable functions return their output rather than printing it
  17. - updated to use theme(page)
  18. - grouped themeable functions and added phpDoc comments
  19. - added {} to allow table prefixing
  20. 23 May 2003, "qui, nell'ascensore?"
  21. ----------------------------------
  22. - used $_POST instead of global vars
  23. - used theme() instead of $theme
  24. 22 May 2003, "day of the Matrix"
  25. --------------------------------
  26. - major rewrite
  27. - updated to latest cvs, should work in Drupal 4.2
  28. - added folders, you can move messages in folders, empty folders
  29. - mail once per day if you have unread messages (user option)
  30. - message pruning (move old messages to another table)
  31. - list of contacts: it's built automatically looking at users you write to
  32. - theme()ized
  33. - if you are updating run you just need to run privatemsg.sql
  34. 20 August 2002
  35. --------------
  36. - major cleanup, used t() and l() everywhere
  37. - minor bugs fixed
  38. 19 June 2002
  39. ------------
  40. - cached _privatemsg_get_new_messages(), saves 2-3 queries per page
  41. 21 Feburary 2002
  42. ----------------
  43. - moved link to private messages to the user block.
  44. - added link to send messages to user info pages.
  45. - some XHTML changes.
  46. - user system has changed from $user->id to $user->uid.
  47. 19 December 2001 "giuro che mi trattengo"
  48. --------------------------
  49. - sent messages; sender can delete unread messages (optional, see settings)
  50. - messages splitted in pages, setting for "how many messages per page"
  51. 15 December 2001 "nice evening"
  52. --------------------------
  53. - privatemsg_get_link() to add theme support; see INSTALL
  54. - throttle to limit abuse; setting in admin for max send rate
  55. - checked sql indexing and added index to recipient (should we index author?)
  56. - save sender ip address
  57. - code cleanup (less global variables, use drupal form functions, better date format in list, comply to coding standards)
  58. - minor cosmetic changes
  59. 12 December 2001
  60. --------------------------
  61. - initial release.