-
Stripping CVS keywords
-
Stripping CVS keywords
-
feature request #600540 janusman, jgraham: copying now asks for confirmation.
-
user interface #1017934 jgraham,bonobo The user interface is now much more informative if there is a conflicting permission on a sub-page in a book. If a user does not have access to an input filter or the permission to create the necessary content types they will be presented with an informative screen helping them to resolve any issues with their system administrator. There is an undocumented uncontrolled system variable 'book_copy_always_display_copy_links' setting this to false will hide the copy and copy sub-tree links if the user is not able to copy. The default is to show the links as it will be confusing what causes them to conditionally appear without the explain screen.
-
user interface #1017934 jgraham, bonobo: Permissions are checked prior to exposing the copy and copy subtree links to the user. Additional code cleanup
-
user interface #1017934 bonobo, marcp, jgraham: partially addresses this issue by detecting if a user can create nodes of the necessary type(s) and has access to the necessary input formats. This results in an access denied at the moment. TODO: Cleanup the UI the user should end up on a landing page where it is detailed why they cannot complete the copy process.
-
Code cleanup and refactoring to improve maintainability and prep for #1017934
-
Minor cleanup to get batch copying working
-
Fixed partially implemented schema [#435812] Thanks to: kleinmp and evoltech
-
- Reworked copy mechanism to use drupal's batch system - added uid logging to book copy - code cleanup and commenting