-
Notifications
You must be signed in to change notification settings - Fork 933
Documentation fixes #1395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation fixes #1395
Conversation
The cache settings are documented as of NHibernate.Caches 5.1.0, which I intend to publish soon (now published). |
be disabled. | ||
</para> | ||
<para> | ||
This is a very special system-level property. It can only bet set through an |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bet
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No bet anymore.
76c29d3
to
47b3fbf
Compare
Rebased, some more typo fixed, backported css changes. |
@fredericDelaporte I think the PRs need to be as targeted as possible (eg, try to fix one issue at a time) |
I tend to group by subjects (here a bunch of documentation fixes) due to those factors:
Having separated commits still allows to distinguish the sub-subjects. Doing 4 to 6 PR instead of this single one looks to me as a bit overkill for those documentation fixes. |
Maybe the TeamCity server could skip all the per-db-server tests if the changes are just documentation. This could be done with VCS trigger rules. The GitHub "Required" tests may have to be scaled back to prevent merges from being blocked. |
I've excluded |
acbfc9f
to
0fb26e4
Compare
Thanks for the fixes, rebased and squashed. |
- Obsolete since v2.0.0 - Obsoleted in NH-1087
0fb26e4
to
1d000fe
Compare
- Requirement of caching with composite id - Cache settings - Formatting fixes
1d000fe
to
14c989f
Compare
Remove references to an obsolete configuration section since NHibernate 2.0.0 (NH-1087), and clarifies system-level properties.
Fixes #1386.