You are here

CHANGELOG.txt in Flag Lists 7

Same filename and directory in other branches
  1. 6 CHANGELOG.txt
  2. 7.3 CHANGELOG.txt
Flag lists (Sep. 06, 2016)
Fix: Tweeked the code to follow the proposals in the API

Flag lists (Jan. 27, 2011
Fix bug: Incorrectly checking status of non-flag_lists flags.
Fix bug: Incorrectly applying hook_flag_access() on non-flag_lists flags.

Flag lists (Jan. 14, 2011
#1002292 Fixed Tokens not replaced in add-to-list and remove-from-list js messages.
#1002292 Token module now a required dependency.

Flag lists (Jan. 12, 2011)
#1023432 by erikwebb: Fixed No default value for $account in flag_lists_fl_delete().
#1002294 by architectJpres: Fixed List block incompatible with block caching.
  Block caching turned off for now. Still not making db updates so you need to
  remove the block from its region and then put it back to turn on caching.

Flag lists (Nov. 24, 2010)
=====
Fix bug: Use array_filter instead of array_unique on flag_lists_template_submit()
  and flag_lists_template_validate();
Fix bug: Remove GROUP BY in flag_lists_get_user_flags(). Caused postgres bug.
Fix bug: flag_lists_insert() db_last_insert_id() used wrong table.
Fix typos in flag_lists_theme().
Remove flag_lists link ops from regular flag links.
Add flag-lists-links to item list in theme_flag_lists_list().


Flag lists (Nov. 07, 2010)
=====
Update view flags_lists_user_lists
Add view flag_lists_user_list
Use views when enabled.

Flag lists (Nov. 07, 2010)
Show which types are in use in template config form.
Move key from type to name in flag_list_types *NOT creating update for this.
Fix template naming. Was not saved correctly to flag_lists_types table.
Change default template messages to anticipate token use.
Add token support including list terminology and title.
Added argument handler for fid. Uses list title for display instead fid.

Flag lists (Oct. 11, 2010)
=====
flag_lists_get_user_flags() sets $flag->module = flag_lists for lists, and also
merges in flag module flags.
theme_flag_lists_list($node, $create = TRUE, $ops = TRUE, $flags = FALSE) adds
the $flags boolean, which if TRUE will add flag module flags to the list.
Invoke hook_flag() in flag_lists_do_flag();
Add hook_flag_lists($flag, $user) with update and insert ops.
Add config options to list block.
Don't return anything to the block if there are no available flags or list
templates.
Fix theme_flag_lists_list to use block options.
Fix bug (wrong variable name) in flag_lists_get_user_flags().
Fix query in flag_lists_get_user_flags(). Was not loading all list type rows.
Add list and listing generate fucntionality if devel_generate exists.
Added $account as argument to a variety of functions where the user may not always
be the current user.

Flag lists (Sept. 24, 2010)
=====
Fix rebuild menu path

Flag lists (Sept. 22, 2010)
=====
code cleanup
fix hook_flag_delete
Change template names from name_fl_template to fl_template_name.
Text changes in template form.
Page title change for template form.
flag_lists_form will take list fid or name.
Use fids on list edit links
change menu paths for edit, delete
improve some messages
allow users with "administer flags" permission to bypass flag_lists_is_owner()
checks.
First run at views integration
Better admin table for lists

File

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