ID for revision #279

Closed
opened 2026-02-04 18:15:33 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @ateliermedia on GitHub (Feb 24, 2017).

For Feature Requests

Desired Feature: Implement revision ID

For Bug Reports

  • BookStack Version:
  • PHP Version:
  • MySQL Version:
Expected Behavior

We have tested the system for a while, we would like to use it in production and we would need to have an id for every revision so it will be easier to refer to (also required by our "ISO stuff").
Perfect would be for us to have this information at the bottom of the page, too along with the creation date and last updated info.

Great app, by the way, easy enough so the "not so tech users" will understand but powerful in the same time.

Actual Behavior
Originally created by @ateliermedia on GitHub (Feb 24, 2017). ### For Feature Requests Desired Feature: Implement revision ID ### For Bug Reports * BookStack Version: * PHP Version: * MySQL Version: ##### Expected Behavior We have tested the system for a while, we would like to use it in production and we would need to have an id for every revision so it will be easier to refer to (also required by our "ISO stuff"). Perfect would be for us to have this information at the bottom of the page, too along with the creation date and last updated info. Great app, by the way, easy enough so the "not so tech users" will understand but powerful in the same time. ##### Actual Behavior
OVERLORD added the 🛠️ Enhancement label 2026-02-04 18:15:33 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Apr 16, 2017):

Hi @ateliermedia,
Happy to hear you like BookStack & thank you for your suggestion. I can see this feature being valuable for users in regards to providing proper record-keeping.

Development todo/notes

  • Add revision_count to pages table (Total revisions for that page)
  • Add revision_count to revisions table (Revision 'id' in the context of its related page)
  • Display this information in revisions table and page meta footer
@ssddanbrown commented on GitHub (Apr 16, 2017): Hi @ateliermedia, Happy to hear you like BookStack & thank you for your suggestion. I can see this feature being valuable for users in regards to providing proper record-keeping. #### Development todo/notes - [x] Add revision_count to pages table (Total revisions for that page) - [x] Add revision_count to revisions table (Revision 'id' in the context of its related page) - [x] Display this information in revisions table and page meta footer
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#279