CHANGELOG.txt 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. Flag lists (Sep. 06, 2016)
  2. ====
  3. Tweeked the code to follow the proposals in the API
  4. Flag lists (Aug. 24, 2015)
  5. ====
  6. #2535084: Enhanced selection messages
  7. #2539056: flag_lists_do_flag doesn't work with skip_permission_check=true
  8. Flag lists (Jun. 10, 2015)
  9. ====
  10. #2379621: Three Error Messages
  11. #2379719: Undefined Property Error Message
  12. #2380077: Hidden Undefined Property Error Message
  13. #2379743: Ajax Message Problems
  14. #2379701: Two Required Fields
  15. #2389083: Ensure that Flag_lists 7.x-3.x can only be used with Flag 7.x-3.0
  16. #2392489: uid lenght in flag_lists_flags and flag_lists_content
  17. #2390871: New template creation
  18. #2388741-11: Special Characters?
  19. #2452549: Flag List 7.x-3.0-beta1 does to work with Views-generated lists - 0 item(s) added
  20. #2453679: Add titles to view generated lists
  21. #2454401: Views & uninstall
  22. #2453803: Not all Flag lists operations are working
  23. #2465553: Feature Requests: Option to customize wording; List Operations as block?
  24. #2388741-24: Special Characters?
  25. #2388741-28: Special Characters?
  26. #2465553-8: Feature Requests: Option to customize wording; List Operations as block?
  27. #2473121: Question about invoking hook_flag (This changes the name of the hooks for this module)
  28. #2453803-5: Not all Flag lists operations are working
  29. #2465553-13: Feature Requests: Option to customize wording; List Operations as block?
  30. #2496007-2: Autocomplete when selecting a flag lists in a view
  31. #2496007-3: Autocomplete when selecting a flag lists in a view
  32. Flag lists (Jan. 27, 2011)
  33. ====
  34. Fix bug: Incorrectly checking status of non-flag_lists flags.
  35. Fix bug: Incorrectly applying hook_flag_access() on non-flag_lists flags.
  36. Flag lists (Jan. 14, 2011)
  37. ====
  38. #1002292 Fixed Tokens not replaced in add-to-list and remove-from-list js messages.
  39. #1002292 Token module now a required dependency.
  40. Flag lists (Jan. 12, 2011)
  41. ====
  42. #1023432 by erikwebb: Fixed No default value for $account in flag_lists_fl_delete().
  43. #1002294 by architectJpres: Fixed List block incompatible with block caching.
  44. Block caching turned off for now. Still not making db updates so you need to
  45. remove the block from its region and then put it back to turn on caching.
  46. Flag lists (Nov. 24, 2010)
  47. =====
  48. Fix bug: Use array_filter instead of array_unique on flag_lists_template_submit()
  49. and flag_lists_template_validate();
  50. Fix bug: Remove GROUP BY in flag_lists_get_user_flags(). Caused postgres bug.
  51. Fix bug: flag_lists_insert() db_last_insert_id() used wrong table.
  52. Fix typos in flag_lists_theme().
  53. Remove flag_lists link ops from regular flag links.
  54. Add flag-lists-links to item list in theme_flag_lists_list().
  55. Flag lists (Nov. 07, 2010)
  56. =====
  57. Update view flags_lists_user_lists
  58. Add view flag_lists_user_list
  59. Use views when enabled.
  60. Flag lists (Nov. 07, 2010)
  61. Show which types are in use in template config form.
  62. Move key from type to name in flag_list_types *NOT creating update for this.
  63. Fix template naming. Was not saved correctly to flag_lists_types table.
  64. Change default template messages to anticipate token use.
  65. Add token support including list terminology and title.
  66. Added argument handler for fid. Uses list title for display instead fid.
  67. Flag lists (Oct. 11, 2010)
  68. =====
  69. flag_lists_get_user_flags() sets $flag->module = flag_lists for lists, and also
  70. merges in flag module flags.
  71. theme_flag_lists_list($node, $create = TRUE, $ops = TRUE, $flags = FALSE) adds
  72. the $flags boolean, which if TRUE will add flag module flags to the list.
  73. Invoke hook_flag() in flag_lists_do_flag();
  74. Add hook_flag_lists($flag, $user) with update and insert ops.
  75. Add config options to list block.
  76. Don't return anything to the block if there are no available flags or list
  77. templates.
  78. Fix theme_flag_lists_list to use block options.
  79. Fix bug (wrong variable name) in flag_lists_get_user_flags().
  80. Fix query in flag_lists_get_user_flags(). Was not loading all list type rows.
  81. Add list and listing generate fucntionality if devel_generate exists.
  82. Added $account as argument to a variety of functions where the user may not always
  83. be the current user.
  84. Flag lists (Sept. 24, 2010)
  85. =====
  86. Fix rebuild menu path
  87. Flag lists (Sept. 22, 2010)
  88. =====
  89. code cleanup
  90. fix hook_flag_delete
  91. Change template names from name_fl_template to fl_template_name.
  92. Text changes in template form.
  93. Page title change for template form.
  94. flag_lists_form will take list fid or name.
  95. Use fids on list edit links
  96. change menu paths for edit, delete
  97. improve some messages
  98. allow users with "administer flags" permission to bypass flag_lists_is_owner()
  99. checks.
  100. First run at views integration
  101. Better admin table for lists