You are here

CHANGELOG.txt in Audit Files 7.3

11 March 2016 (oadaeh)
-------------
* auditfiles.notindatabase.inc
  - Select which schemes to show (https://www.drupal.org/node/2665250).

2 February 2016 (oadaeh)
---------------
* auditfiles.mergefilereferences.inc
  - Update file fields for files when merging files
    (https://www.drupal.org/node/2651158).
* auditfiles.notindatabase.inc
  - Check for the file before inserting it into the database
    (https://www.drupal.org/node/2652386).
  - Work with symbolic links, as well as normal file paths
    (https://www.drupal.org/node/2654610).
* auditfiles.referencednotused.inc
  - Check for the file before inserting it into the database
    (https://www.drupal.org/node/2652426).
  - Fix bugs that affect the number of records loaded
    (https://www.drupal.org/node/2654604).

9 January 2016 (oadaeh)
--------------
* auditfiles.admin.inc, auditfiles.managednotused.inc,
  auditfiles.mergefilereferences.inc, auditfiles.notindatabase.inc,
  auditfiles.notonserver.inc, auditfiles.referencednotused.inc,
  auditfiles.usednotmanaged.inc, auditfiles.usednotreferenced.inc
  - Changed the default of the auditfiles_report_options_maximum_records
    variable from 0 to 250, and changed the default of the
    auditfiles_report_options_batch_size variable from 0 to 1000.
* INSTALL.txt, README.txt, auditfiles.managednotused.inc,
  auditfiles.mergefilereferences.inc
  - Apply patches supplied from Kristen Pol (https://www.drupal.org/user/8389)
    to fix misc. typos, etc. in d.o issues https://www.drupal.org/node/2645752,
    https://www.drupal.org/node/2645776, https://www.drupal.org/node/2645786,
    and https://www.drupal.org/node/2645788.

6 January 2016 (oadaeh)
--------------
* auditfiles.mergefilereferences.inc:
  - Fix incorrectly named variable, patched by @Patrick Storey
    (https://www.drupal.org/user/2884223) in
    https://www.drupal.org/node/2645618.

4 December 2015 (oadaeh)
---------------
* auditfiles.admin.inc, auditfiles.managednotused.inc,
  auditfiles.mergefilereferences.inc, auditfiles.module,
  auditfiles.notindatabase.inc, auditfiles.referencednotused.inc
  - Code Sniffer clean up.

25 November 2015 (oadaeh)
----------------
* auditfiles.managednotused.inc, auditfiles.notonserver.inc,
  auditfiles.referencednotused.inc, auditfiles.usednotmanaged.inc,
  auditfiles.usednotreferenced.inc
  - Misc. bug fixing and code clean up.

24 November 2015 (oadaeh)
----------------
* auditfiles.notindatabase.inc, auditfiles.notonserver.inc,
  auditfiles.managednotused.inc, auditfiles.usednotmanaged.inc,
  auditfiles.usednotreferenced.inc, auditfiles.referencednotused.inc,
  auditfiles.mergefilereferences.inc
  - Removed sorting, as it either did not work, or caused time outs with large
    result sets.

22 November 2015 (oadaeh)
----------------
* INSTALL.txt, README.txt, auditfiles.notindatabase.inc,
  auditfiles.notonserver.inc, auditfiles.managednotused.inc,
  auditfiles.usednotmanaged.inc, auditfiles.usednotreferenced.inc,
  auditfiles.referencednotused.inc, auditfiles.mergefilereferences.inc
  - Removed and/or updated documentation, functions, and variables related to
    removing the implementing of the batch sets concept.

18 November 2015 (oadaeh)
----------------
* auditfiles.notindatabase.inc, auditfiles.referencednotused.inc
  - Change how the batch processes are handled for displaying files, in order to
    eliminate the batch sets concept.
* auditfiles.admin.inc, auditfiles.notindatabase.inc
  - Added a config setting for specifying the file stream.

3 November 2015 (oadaeh)
---------------
* auditfiles.notindatabase.inc, auditfiles.notonserver.inc,
  auditfiles.managednotused.inc, auditfiles.usednotmanaged.inc,
  auditfiles.usednotreferenced.inc, auditfiles.referencednotused.inc,
  auditfiles.mergefilereferences.inc
  - Issue #2602560 by oadaeh: Translate button titles when checking them.

24 October 2015 (oadaeh)
---------------
* auditfiles.notonserver.inc, auditfiles.managednotused.inc,
  auditfiles.usednotmanaged.inc, auditfiles.usednotreferenced.inc,
  auditfiles.mergefilereferences.inc
  - Change how the batch processes are handled for displaying files, in order to
    eliminate the batch sets concept.

4 October 2015 (oadaeh)
--------------
* auditfiles.mergefilereferences.inc, auditfiles.views_default.inc
  - Changing the Merge file references view to a non-Views based page, so that
    it is possible to give the option of not displaying files that do not have
    duplicate names.

9 September 2015 (oadaeh)
----------------
* auditfiles.notonserver.inc, auditfiles.managednotused.inc,
  auditfiles.usednotmanaged.inc, auditfiles.usednotreferenced.inc,
  auditfiles.referencednotused.inc
  - Restore table sorting.
* auditfiles.referencednotused.inc
  - Fix operation confirmation dialog, so adding and deleting work correctly.

2 September 2015 (oadaeh)
----------------
* auditfiles.module
  - Improved the code that does the actual merging, including checking for
    missing entries and for duplicates that get created by the merge process.

10 July 2015 (oadaeh)
------------
* (all files)
  - Added, updated and/or corrected user text and documentation.
* auditfiles.admin.inc
  - Added validation for the administrative settings form.

10 July 2015 (oadaeh)
------------
* auditfiles.notindatabase.inc, auditfiles.notonserver.inc,
  auditfiles.managednotused.inc, auditfiles.usednotmanaged.inc,
  auditfiles.usednotreferenced.inc, auditfiles.referencednotused.inc
  - Removed batch offset calculation from *_get_file_list() functions.
  - Changed the reports to not reset the file list when adding or deleting files
    or records.
  - Set the file ID as the key for the array containing the list of files.
* auditfiles.notonserver.inc, auditfiles.managednotused.inc,
  auditfiles.usednotmanaged.inc, auditfiles.usednotreferenced.inc,
  auditfiles.referencednotused.inc
  - Fixed the add/delete operation messages to show the correct information.

9 July 2015 (oadaeh)
-----------
* auditfiles.notindatabase.inc:
  - Rename variables from $file_id to $file_name.
  - Change confirmation dialog to use the array value and not the key, as that
    sometimes produced results that were using the numbered array keys, instead
    of the filenames.
  - Removed the path modification fucntionality from
    _auditfiles_not_in_database_batch_delete_process_file(), as the file
    pathname is already correct, and the functionality sometimes produced
    results that were incorrect, when the root already existed, but was
    different (in the case of symbolic links).
* auditfiles.module:
  - Default the selection for the file to keep to the one with the lowest file
    ID.

8 July 2015 (oadaeh)
-----------
* auditfiles.module:
  - Add a form during the file merge process in order for the admin to choose
    which file to keep.
* README.txt:
  - Began updating the documentation.

7 July 2015 (oadaeh)
-----------
* auditfiles.views_default.inc:
  - Group by unrendered Name. Set Name column to be a link to the content.
    Remove View and Edit columns. Set a better path.

6 July 2015 (oadaeh)
-----------
* auditfiles.info, auditfiles.module, auditfiles.views_default.inc:
  - Added functionality for displaying files and merging their references for
    the purposes of eliminating duplicates.

5 July 2015 (oadaeh)
-----------
* auditfiles.notindatabase.inc:
  - Fixed record selection function so it respects admin specified record
    limiters.
* auditfiles.managednotused.inc, auditfiles.notindatabase.inc,
  auditfiles.notonserver.inc, auditfiles.referencednotused.inc,
  auditfiles.usednotmanaged.inc, auditfiles.usednotreferenced.inc:
  - Fixed batch offset selection."
* auditfiles.notindatabase.inc, auditfiles.notonserver.inc:
  - Moved applying record selection limiters into their *_get_file_list()
    functions.

4 July 2015 (oadaeh)
-----------
* auditfiles.usednotreferenced.inc and auditfiles.referencednotused.inc:
  - Refactored to allow for loading them using Drupal's Batch API, and fixed
    confirmation of add and delete operations.

27 June 2015 (oadaeh)
------------
* auditfiles.notindatabase.inc, auditfiles.notonserver.inc,
  auditfiles.managednotused.inc and auditfiles.usednotmanaged.inc:
  - Fix confirmation of add and delete operations.

19 May 2015 (oadaeh)
-----------
* auditfiles.notonserver.inc, auditfiles.managednotused.inc and
  auditfiles.usednotmanaged.inc:
  - Restored the delete functionality.

18 May 2015 (oadaeh)
-----------
* auditfiles.notindatabase.inc:
  - Restored the add and delete functionalities.

16 May 2015 (oadaeh)
-----------
* auditfiles.notindatabase.inc, auditfiles.notonserver.inc,
  auditfiles.managednotused.inc and auditfiles.usednotmanaged.inc:
  - Completed refactoring the reports to allow for loading them using Drupal's
    Batch API.
    As part of this effort, a concept of batch limiting was created and
    implemented (called Batch Sets, and using the $batch_size, $record_limiters,
    $record_selection and $maximum_records variables), for times when the batch
    process timed out or exceeded memory limitations.
    (The add and/or delete functionalities no longer work, because the
    conversion to Batch API for them is not yet complete.)

13 May 2015 (oadaeh)
-----------
* INSTALL.txt, README.txt and auditfiles.module:
  - Improved documentation.

29 April 2015 (oadaeh)
-------------
* auditfiles.admin.inc, auditfiles.install, auditfiles.notindatabase.inc and
  auditfiles.referencednotused.inc:
  - Changed the exclusions separator from a space (' ') to a semi-colon (';').

30 January 2015 (oadaeh)
---------------
* auditfiles.notindatabase.inc:
  - Implement a page load option, using the Batch API.

29 January 2015 (oadaeh)
---------------
* auditfiles.module:
  - Fix incorrectly named permissions.
* auditfiles.admin.inc:
  - Reset the date admin option to not specifically select an option that may
    not be in the list.
* Fix all report displays so that if both the 'Maximum records' and the 'Number
  of items per page' admin options are set to 0, the reports show what they are
  supposed to show.

28 January 2015 (oadaeh)
---------------
* auditfiles.notindatabase.inc:
  - Fix incorrectly named variable, reported by @rudiedirkx
    (https://www.drupal.org/user/890274) in https://www.drupal.org/node/2414979.

3 January 2015 (oadaeh)
--------------
* Accounted for reports with zero records, so they do not display errors.
* auditfiles.usednotreferenced.inc:
  - Completed the report.

31 December 2014 (oadaeh)
----------------
* Added a record limiter to all reports, so that reports that retrieve a large
  amount of data can be made quicker.
* auditfiles.referencednotused.inc:
  - Completed the report, except for searching body fields for file references.

28 December 2014 (oadaeh)
----------------
* auditfiles.referencednotused.inc:
  - Nearly completed the report (needs some more testing).

?? December 2014 (oadaeh)
----------------
* auditfiles.referencednotused.inc and auditfiles.referencednotused.inc:
  - Created the two new reports.

1 December 2014 (oadaeh)
---------------
* For the four working reports:
  - Broke out the data collection to a separate function.
  - Fixed/added paging.

30 November 2014 (oadaeh)
----------------
* auditfiles.managednotused.inc and auditfiles.usednotreferenced.inc:
  - Created the two new reports.
* auditfiles.module:
  - Pulled the HTML tags out of the various descriptive texts in hook_help()
    (except for the References and Unreferenced reports, as they still need re-
    factoring).
  - Changed the IDs for the permissions.
* README.txt:
  - Updated with the two new reports and new structure (more needs to be done,
    especially with updating content).
* INSTALL.txt:
  - Updated to actually contain some useful information.

28 November 2014 (oadaeh)
----------------
* auditfiles.notonserver.inc and auditfiles.notindatabase.inc:
  - Re-factored the Not on server and Not in database reports to be more in
    conformance with Drupal API and best practices.
* auditfiles.admin.inc:
  - Added admin settings for the reports pages.
* Continued with the update of the documentation.

14 September 2014 (oadaeh)
-----------------
* auditfiles.notonserver.inc:
  - Got the report working correctly.
  - Added an action to remove items from database.
* Renamed auditfiles.notindb.inc to auditfiles.notindatabase.inc.

13 September 2014 (oadaeh)
-----------------
* auditfiles.notindatabase.inc:
  - Got the report working correctly.

6 August 2014 (oadaeh)
-------------
* Update code to conform to Drupal Coding Standards, as identified by the Coder
  module.
* Also, renamed the include files to follow a auditfiles.$function.inc naming
  standard.

22 July 2014
------------
* Committed initial port of Audit Files to Drupal 7. The work was done by
  - javier.alejandro.castro: https://www.drupal.org/user/482562
  - mrfelton: https://www.drupal.org/user/305669
  - TommyK: https://www.drupal.org/user/382217
  in this issue: https://www.drupal.org/node/1016600.

4 September 2008 (mikeryan)
----------------
Implemented Missing References and Unreferenced reports.
Added Attach actions to Not In Database report.

30 October 2007
---------------
Module updated for Drupal 6.
  - reports separated out in to separate include files
  - admin page separated out in to separate include file
  - files not on server table made sortable
  - reports now appear directly under Administer > Logs as grouping has been
    removed from the new Drupal 6 menu system.

27 October 2007
---------------
#183798 - makes exclusions user configurable - exclusions can be set for files,
paths or extensions

26 October 2007
---------------
#183730 - add an "edit" link for files not on the server.
#183725 - provide count of files found in each category when report is viewed.
#186139 - make links to files not in the database clickable

11 April 2007
-------------
More helpful if the Files not on server report lists sorted by filename, not
nid. Easier to use the report if you want to compare with an FTP listing etc

10 April 2007
-------------
First version for Drupal 5

File

CHANGELOG.txt
View source
  1. 11 March 2016 (oadaeh)
  2. -------------
  3. * auditfiles.notindatabase.inc
  4. - Select which schemes to show (https://www.drupal.org/node/2665250).
  5. 2 February 2016 (oadaeh)
  6. ---------------
  7. * auditfiles.mergefilereferences.inc
  8. - Update file fields for files when merging files
  9. (https://www.drupal.org/node/2651158).
  10. * auditfiles.notindatabase.inc
  11. - Check for the file before inserting it into the database
  12. (https://www.drupal.org/node/2652386).
  13. - Work with symbolic links, as well as normal file paths
  14. (https://www.drupal.org/node/2654610).
  15. * auditfiles.referencednotused.inc
  16. - Check for the file before inserting it into the database
  17. (https://www.drupal.org/node/2652426).
  18. - Fix bugs that affect the number of records loaded
  19. (https://www.drupal.org/node/2654604).
  20. 9 January 2016 (oadaeh)
  21. --------------
  22. * auditfiles.admin.inc, auditfiles.managednotused.inc,
  23. auditfiles.mergefilereferences.inc, auditfiles.notindatabase.inc,
  24. auditfiles.notonserver.inc, auditfiles.referencednotused.inc,
  25. auditfiles.usednotmanaged.inc, auditfiles.usednotreferenced.inc
  26. - Changed the default of the auditfiles_report_options_maximum_records
  27. variable from 0 to 250, and changed the default of the
  28. auditfiles_report_options_batch_size variable from 0 to 1000.
  29. * INSTALL.txt, README.txt, auditfiles.managednotused.inc,
  30. auditfiles.mergefilereferences.inc
  31. - Apply patches supplied from Kristen Pol (https://www.drupal.org/user/8389)
  32. to fix misc. typos, etc. in d.o issues https://www.drupal.org/node/2645752,
  33. https://www.drupal.org/node/2645776, https://www.drupal.org/node/2645786,
  34. and https://www.drupal.org/node/2645788.
  35. 6 January 2016 (oadaeh)
  36. --------------
  37. * auditfiles.mergefilereferences.inc:
  38. - Fix incorrectly named variable, patched by @Patrick Storey
  39. (https://www.drupal.org/user/2884223) in
  40. https://www.drupal.org/node/2645618.
  41. 4 December 2015 (oadaeh)
  42. ---------------
  43. * auditfiles.admin.inc, auditfiles.managednotused.inc,
  44. auditfiles.mergefilereferences.inc, auditfiles.module,
  45. auditfiles.notindatabase.inc, auditfiles.referencednotused.inc
  46. - Code Sniffer clean up.
  47. 25 November 2015 (oadaeh)
  48. ----------------
  49. * auditfiles.managednotused.inc, auditfiles.notonserver.inc,
  50. auditfiles.referencednotused.inc, auditfiles.usednotmanaged.inc,
  51. auditfiles.usednotreferenced.inc
  52. - Misc. bug fixing and code clean up.
  53. 24 November 2015 (oadaeh)
  54. ----------------
  55. * auditfiles.notindatabase.inc, auditfiles.notonserver.inc,
  56. auditfiles.managednotused.inc, auditfiles.usednotmanaged.inc,
  57. auditfiles.usednotreferenced.inc, auditfiles.referencednotused.inc,
  58. auditfiles.mergefilereferences.inc
  59. - Removed sorting, as it either did not work, or caused time outs with large
  60. result sets.
  61. 22 November 2015 (oadaeh)
  62. ----------------
  63. * INSTALL.txt, README.txt, auditfiles.notindatabase.inc,
  64. auditfiles.notonserver.inc, auditfiles.managednotused.inc,
  65. auditfiles.usednotmanaged.inc, auditfiles.usednotreferenced.inc,
  66. auditfiles.referencednotused.inc, auditfiles.mergefilereferences.inc
  67. - Removed and/or updated documentation, functions, and variables related to
  68. removing the implementing of the batch sets concept.
  69. 18 November 2015 (oadaeh)
  70. ----------------
  71. * auditfiles.notindatabase.inc, auditfiles.referencednotused.inc
  72. - Change how the batch processes are handled for displaying files, in order to
  73. eliminate the batch sets concept.
  74. * auditfiles.admin.inc, auditfiles.notindatabase.inc
  75. - Added a config setting for specifying the file stream.
  76. 3 November 2015 (oadaeh)
  77. ---------------
  78. * auditfiles.notindatabase.inc, auditfiles.notonserver.inc,
  79. auditfiles.managednotused.inc, auditfiles.usednotmanaged.inc,
  80. auditfiles.usednotreferenced.inc, auditfiles.referencednotused.inc,
  81. auditfiles.mergefilereferences.inc
  82. - Issue #2602560 by oadaeh: Translate button titles when checking them.
  83. 24 October 2015 (oadaeh)
  84. ---------------
  85. * auditfiles.notonserver.inc, auditfiles.managednotused.inc,
  86. auditfiles.usednotmanaged.inc, auditfiles.usednotreferenced.inc,
  87. auditfiles.mergefilereferences.inc
  88. - Change how the batch processes are handled for displaying files, in order to
  89. eliminate the batch sets concept.
  90. 4 October 2015 (oadaeh)
  91. --------------
  92. * auditfiles.mergefilereferences.inc, auditfiles.views_default.inc
  93. - Changing the Merge file references view to a non-Views based page, so that
  94. it is possible to give the option of not displaying files that do not have
  95. duplicate names.
  96. 9 September 2015 (oadaeh)
  97. ----------------
  98. * auditfiles.notonserver.inc, auditfiles.managednotused.inc,
  99. auditfiles.usednotmanaged.inc, auditfiles.usednotreferenced.inc,
  100. auditfiles.referencednotused.inc
  101. - Restore table sorting.
  102. * auditfiles.referencednotused.inc
  103. - Fix operation confirmation dialog, so adding and deleting work correctly.
  104. 2 September 2015 (oadaeh)
  105. ----------------
  106. * auditfiles.module
  107. - Improved the code that does the actual merging, including checking for
  108. missing entries and for duplicates that get created by the merge process.
  109. 10 July 2015 (oadaeh)
  110. ------------
  111. * (all files)
  112. - Added, updated and/or corrected user text and documentation.
  113. * auditfiles.admin.inc
  114. - Added validation for the administrative settings form.
  115. 10 July 2015 (oadaeh)
  116. ------------
  117. * auditfiles.notindatabase.inc, auditfiles.notonserver.inc,
  118. auditfiles.managednotused.inc, auditfiles.usednotmanaged.inc,
  119. auditfiles.usednotreferenced.inc, auditfiles.referencednotused.inc
  120. - Removed batch offset calculation from *_get_file_list() functions.
  121. - Changed the reports to not reset the file list when adding or deleting files
  122. or records.
  123. - Set the file ID as the key for the array containing the list of files.
  124. * auditfiles.notonserver.inc, auditfiles.managednotused.inc,
  125. auditfiles.usednotmanaged.inc, auditfiles.usednotreferenced.inc,
  126. auditfiles.referencednotused.inc
  127. - Fixed the add/delete operation messages to show the correct information.
  128. 9 July 2015 (oadaeh)
  129. -----------
  130. * auditfiles.notindatabase.inc:
  131. - Rename variables from $file_id to $file_name.
  132. - Change confirmation dialog to use the array value and not the key, as that
  133. sometimes produced results that were using the numbered array keys, instead
  134. of the filenames.
  135. - Removed the path modification fucntionality from
  136. _auditfiles_not_in_database_batch_delete_process_file(), as the file
  137. pathname is already correct, and the functionality sometimes produced
  138. results that were incorrect, when the root already existed, but was
  139. different (in the case of symbolic links).
  140. * auditfiles.module:
  141. - Default the selection for the file to keep to the one with the lowest file
  142. ID.
  143. 8 July 2015 (oadaeh)
  144. -----------
  145. * auditfiles.module:
  146. - Add a form during the file merge process in order for the admin to choose
  147. which file to keep.
  148. * README.txt:
  149. - Began updating the documentation.
  150. 7 July 2015 (oadaeh)
  151. -----------
  152. * auditfiles.views_default.inc:
  153. - Group by unrendered Name. Set Name column to be a link to the content.
  154. Remove View and Edit columns. Set a better path.
  155. 6 July 2015 (oadaeh)
  156. -----------
  157. * auditfiles.info, auditfiles.module, auditfiles.views_default.inc:
  158. - Added functionality for displaying files and merging their references for
  159. the purposes of eliminating duplicates.
  160. 5 July 2015 (oadaeh)
  161. -----------
  162. * auditfiles.notindatabase.inc:
  163. - Fixed record selection function so it respects admin specified record
  164. limiters.
  165. * auditfiles.managednotused.inc, auditfiles.notindatabase.inc,
  166. auditfiles.notonserver.inc, auditfiles.referencednotused.inc,
  167. auditfiles.usednotmanaged.inc, auditfiles.usednotreferenced.inc:
  168. - Fixed batch offset selection."
  169. * auditfiles.notindatabase.inc, auditfiles.notonserver.inc:
  170. - Moved applying record selection limiters into their *_get_file_list()
  171. functions.
  172. 4 July 2015 (oadaeh)
  173. -----------
  174. * auditfiles.usednotreferenced.inc and auditfiles.referencednotused.inc:
  175. - Refactored to allow for loading them using Drupal's Batch API, and fixed
  176. confirmation of add and delete operations.
  177. 27 June 2015 (oadaeh)
  178. ------------
  179. * auditfiles.notindatabase.inc, auditfiles.notonserver.inc,
  180. auditfiles.managednotused.inc and auditfiles.usednotmanaged.inc:
  181. - Fix confirmation of add and delete operations.
  182. 19 May 2015 (oadaeh)
  183. -----------
  184. * auditfiles.notonserver.inc, auditfiles.managednotused.inc and
  185. auditfiles.usednotmanaged.inc:
  186. - Restored the delete functionality.
  187. 18 May 2015 (oadaeh)
  188. -----------
  189. * auditfiles.notindatabase.inc:
  190. - Restored the add and delete functionalities.
  191. 16 May 2015 (oadaeh)
  192. -----------
  193. * auditfiles.notindatabase.inc, auditfiles.notonserver.inc,
  194. auditfiles.managednotused.inc and auditfiles.usednotmanaged.inc:
  195. - Completed refactoring the reports to allow for loading them using Drupal's
  196. Batch API.
  197. As part of this effort, a concept of batch limiting was created and
  198. implemented (called Batch Sets, and using the $batch_size, $record_limiters,
  199. $record_selection and $maximum_records variables), for times when the batch
  200. process timed out or exceeded memory limitations.
  201. (The add and/or delete functionalities no longer work, because the
  202. conversion to Batch API for them is not yet complete.)
  203. 13 May 2015 (oadaeh)
  204. -----------
  205. * INSTALL.txt, README.txt and auditfiles.module:
  206. - Improved documentation.
  207. 29 April 2015 (oadaeh)
  208. -------------
  209. * auditfiles.admin.inc, auditfiles.install, auditfiles.notindatabase.inc and
  210. auditfiles.referencednotused.inc:
  211. - Changed the exclusions separator from a space (' ') to a semi-colon (';').
  212. 30 January 2015 (oadaeh)
  213. ---------------
  214. * auditfiles.notindatabase.inc:
  215. - Implement a page load option, using the Batch API.
  216. 29 January 2015 (oadaeh)
  217. ---------------
  218. * auditfiles.module:
  219. - Fix incorrectly named permissions.
  220. * auditfiles.admin.inc:
  221. - Reset the date admin option to not specifically select an option that may
  222. not be in the list.
  223. * Fix all report displays so that if both the 'Maximum records' and the 'Number
  224. of items per page' admin options are set to 0, the reports show what they are
  225. supposed to show.
  226. 28 January 2015 (oadaeh)
  227. ---------------
  228. * auditfiles.notindatabase.inc:
  229. - Fix incorrectly named variable, reported by @rudiedirkx
  230. (https://www.drupal.org/user/890274) in https://www.drupal.org/node/2414979.
  231. 3 January 2015 (oadaeh)
  232. --------------
  233. * Accounted for reports with zero records, so they do not display errors.
  234. * auditfiles.usednotreferenced.inc:
  235. - Completed the report.
  236. 31 December 2014 (oadaeh)
  237. ----------------
  238. * Added a record limiter to all reports, so that reports that retrieve a large
  239. amount of data can be made quicker.
  240. * auditfiles.referencednotused.inc:
  241. - Completed the report, except for searching body fields for file references.
  242. 28 December 2014 (oadaeh)
  243. ----------------
  244. * auditfiles.referencednotused.inc:
  245. - Nearly completed the report (needs some more testing).
  246. ?? December 2014 (oadaeh)
  247. ----------------
  248. * auditfiles.referencednotused.inc and auditfiles.referencednotused.inc:
  249. - Created the two new reports.
  250. 1 December 2014 (oadaeh)
  251. ---------------
  252. * For the four working reports:
  253. - Broke out the data collection to a separate function.
  254. - Fixed/added paging.
  255. 30 November 2014 (oadaeh)
  256. ----------------
  257. * auditfiles.managednotused.inc and auditfiles.usednotreferenced.inc:
  258. - Created the two new reports.
  259. * auditfiles.module:
  260. - Pulled the HTML tags out of the various descriptive texts in hook_help()
  261. (except for the References and Unreferenced reports, as they still need re-
  262. factoring).
  263. - Changed the IDs for the permissions.
  264. * README.txt:
  265. - Updated with the two new reports and new structure (more needs to be done,
  266. especially with updating content).
  267. * INSTALL.txt:
  268. - Updated to actually contain some useful information.
  269. 28 November 2014 (oadaeh)
  270. ----------------
  271. * auditfiles.notonserver.inc and auditfiles.notindatabase.inc:
  272. - Re-factored the Not on server and Not in database reports to be more in
  273. conformance with Drupal API and best practices.
  274. * auditfiles.admin.inc:
  275. - Added admin settings for the reports pages.
  276. * Continued with the update of the documentation.
  277. 14 September 2014 (oadaeh)
  278. -----------------
  279. * auditfiles.notonserver.inc:
  280. - Got the report working correctly.
  281. - Added an action to remove items from database.
  282. * Renamed auditfiles.notindb.inc to auditfiles.notindatabase.inc.
  283. 13 September 2014 (oadaeh)
  284. -----------------
  285. * auditfiles.notindatabase.inc:
  286. - Got the report working correctly.
  287. 6 August 2014 (oadaeh)
  288. -------------
  289. * Update code to conform to Drupal Coding Standards, as identified by the Coder
  290. module.
  291. * Also, renamed the include files to follow a auditfiles.$function.inc naming
  292. standard.
  293. 22 July 2014
  294. ------------
  295. * Committed initial port of Audit Files to Drupal 7. The work was done by
  296. - javier.alejandro.castro: https://www.drupal.org/user/482562
  297. - mrfelton: https://www.drupal.org/user/305669
  298. - TommyK: https://www.drupal.org/user/382217
  299. in this issue: https://www.drupal.org/node/1016600.
  300. 4 September 2008 (mikeryan)
  301. ----------------
  302. Implemented Missing References and Unreferenced reports.
  303. Added Attach actions to Not In Database report.
  304. 30 October 2007
  305. ---------------
  306. Module updated for Drupal 6.
  307. - reports separated out in to separate include files
  308. - admin page separated out in to separate include file
  309. - files not on server table made sortable
  310. - reports now appear directly under Administer > Logs as grouping has been
  311. removed from the new Drupal 6 menu system.
  312. 27 October 2007
  313. ---------------
  314. #183798 - makes exclusions user configurable - exclusions can be set for files,
  315. paths or extensions
  316. 26 October 2007
  317. ---------------
  318. #183730 - add an "edit" link for files not on the server.
  319. #183725 - provide count of files found in each category when report is viewed.
  320. #186139 - make links to files not in the database clickable
  321. 11 April 2007
  322. -------------
  323. More helpful if the Files not on server report lists sorted by filename, not
  324. nid. Easier to use the report if you want to compare with an FTP listing etc
  325. 10 April 2007
  326. -------------
  327. First version for Drupal 5