CHANGELOG.txt 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. // $id: $
  2. Flag lists (Jan. 27, 2011
  3. Fix bug: Incorrectly checking status of non-flag_lists flags.
  4. Fix bug: Incorrectly applying hook_flag_access() on non-flag_lists flags.
  5. Flag lists (Jan. 14, 2011
  6. #1002292 Fixed Tokens not replaced in add-to-list and remove-from-list js messages.
  7. #1002292 Token module now a required dependency.
  8. Flag lists (Jan. 12, 2011)
  9. #1023432 by erikwebb: Fixed No default value for $account in flag_lists_fl_delete().
  10. #1002294 by architectJpres: Fixed List block incompatible with block caching.
  11. Block caching turned off for now. Still not making db updates so you need to
  12. remove the block from its region and then put it back to turn on caching.
  13. Flag lists (Nov. 24, 2010)
  14. =====
  15. Fix bug: Use array_filter instead of array_unique on flag_lists_template_submit()
  16. and flag_lists_template_validate();
  17. Fix bug: Remove GROUP BY in flag_lists_get_user_flags(). Caused postgres bug.
  18. Fix bug: flag_lists_insert() db_last_insert_id() used wrong table.
  19. Fix typos in flag_lists_theme().
  20. Remove flag_lists link ops from regular flag links.
  21. Add flag-lists-links to item list in theme_flag_lists_list().
  22. Flag lists (Nov. 07, 2010)
  23. =====
  24. Update view flags_lists_user_lists
  25. Add view flag_lists_user_list
  26. Use views when enabled.
  27. Flag lists (Nov. 07, 2010)
  28. Show which types are in use in template config form.
  29. Move key from type to name in flag_list_types *NOT creating update for this.
  30. Fix template naming. Was not saved correctly to flag_lists_types table.
  31. Change default template messages to anticipate token use.
  32. Add token support including list terminology and title.
  33. Added argument handler for fid. Uses list title for display instead fid.
  34. Flag lists (Oct. 11, 2010)
  35. =====
  36. flag_lists_get_user_flags() sets $flag->module = flag_lists for lists, and also
  37. merges in flag module flags.
  38. theme_flag_lists_list($node, $create = TRUE, $ops = TRUE, $flags = FALSE) adds
  39. the $flags boolean, which if TRUE will add flag module flags to the list.
  40. Invoke hook_flag() in flag_lists_do_flag();
  41. Add hook_flag_lists($flag, $user) with update and insert ops.
  42. Add config options to list block.
  43. Don't return anything to the block if there are no available flags or list
  44. templates.
  45. Fix theme_flag_lists_list to use block options.
  46. Fix bug (wrong variable name) in flag_lists_get_user_flags().
  47. Fix query in flag_lists_get_user_flags(). Was not loading all list type rows.
  48. Add list and listing generate fucntionality if devel_generate exists.
  49. Added $account as argument to a variety of functions where the user may not always
  50. be the current user.
  51. Flag lists (Sept. 24, 2010)
  52. =====
  53. Fix rebuild menu path
  54. Flag lists (Sept. 22, 2010)
  55. =====
  56. code cleanup
  57. fix hook_flag_delete
  58. Change template names from name_fl_template to fl_template_name.
  59. Text changes in template form.
  60. Page title change for template form.
  61. flag_lists_form will take list fid or name.
  62. Use fids on list edit links
  63. change menu paths for edit, delete
  64. improve some messages
  65. allow users with "administer flags" permission to bypass flag_lists_is_owner()
  66. checks.
  67. First run at views integration
  68. Better admin table for lists