-
Notifications
You must be signed in to change notification settings - Fork 60
FIX: Link() methods referred to in SinglePost.ss now return an actual links #181
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
FIX: Link() methods referred to in SinglePost.ss now return an actual links #181
Conversation
…2-update Update for Framework 3.2
Also some suggested improvements to the before_script
Forward port of 0.7 fixes up to master (3.2 compatible branch)
…fix-32 Updated travis to test against 3.2 core
There will also likely be more minor point releases before SilverStripe 3.2 core comes out so removing this makes it easier.
…nt-fix FIX augmentSQL func to be compatible with 3.2 method signature
…ates Template fixes
…andard-code-of-conduct Added standard code of conduct
…andard-git-attributes Added standard git attributes
…andard-license Added standard license
…andard-editor-config Added standard editor config
…andard-travis-config Added standard Travis config
…andard-scrutinizer-config Added standard Scrutinizer config
…t-to-psr-2 Converted to PSR-2
…-license-year Updated license year
… link. Fixed templates accordinly
963c803 to
6333a5f
Compare
|
@gordonbanderson because this will introduce a breaking change, we'll have to look at releasing a major version once I get master into a good state. Definitely keen to include this though :D |
|
@gordonbanderson master has been refreshed with 0.8, you'll want to rebase your work (or check if we haven't already fixed in 0.8). Thanks for your patience on this :) |
|
Please rebase. |
|
Replaced by PR #189 |
|
I note @camfindlay that the installation docs recommend the use of master... https://github.com/silverstripe/silverstripe-forum/blob/master/docs/en/Installation.md So there may be a few more broken forums out there than you hope. |
Removed hardcoded links that SinglePost.ss uses, fixed templates accordingly