Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cwp
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michal Kleiner
cwp
Commits
0155a1d1
Commit
0155a1d1
authored
10 years ago
by
Mateusz Uzdowski
Browse files
Options
Downloads
Plain Diff
Merge branch 'pulls/1.0.3/changelog' into 'master'
Submit changelog for 1.0.3
parents
0d836492
995ac76a
No related branches found
Branches containing commit
Tags
1.0.3
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/en/releases/cwp-recipe-basic-1.0.3.md
+81
-0
81 additions, 0 deletions
docs/en/releases/cwp-recipe-basic-1.0.3.md
docs/en/releases/index.md
+3
-25
3 additions, 25 deletions
docs/en/releases/index.md
with
84 additions
and
25 deletions
docs/en/releases/cwp-recipe-basic-1.0.3.md
0 → 100644
+
81
−
0
View file @
0155a1d1
# CWP Basic Recipe 1.0.3
## Overview
This release tracks the Framework release 3.1.5 and fixes some module bugs. The highlights are:
*
Addition of two new modules: security report and secure assets.
*
Many fixes to fulltext search to fix issues with data being updated or invalidated incorrectly.
It will be necessary to reindex all content after upgrading to 1.0.3.
*
Update to form validation to improve accessibility and resolve theme issues.
*
Improvements to CWP core technical documentation with the addition of a new security section.
*
Many security and vulnerability exploits have been patched. See
[
security releases
](
http://www.silverstripe.org/security-releases/
)
for more information.
Please see the changelogs for these following releases for the list of core changes since recipe 1.0.2
*
[
framework 3.1.3
](
http://doc.silverstripe.org/framework/en/3.1/changelogs/3.1.3
)
*
[
framework 3.1.4
](
http://doc.silverstripe.org/framework/en/3.1/changelogs/3.1.4
)
*
[
framework 3.1.5
](
http://doc.silverstripe.org/framework/en/3.1/changelogs/3.1.5
)
## Details
### Bugfixes
*
[CWPBUG-29] - Fix allchanges/changes feeds
*
[CWPBUG-41] - Comments: cannot export to CSV
*
[CWPBUG-98] - Auto publishing text as an author
*
[CWPBUG-99] - 'Apply for approval' button doesn't save first
*
[CWPBUG-102] - Rich Text Indent inserting blockquote
*
[CWPBUG-105] - Fulltext search module doesn't seem to update solr indexes after write(s) (SD-1134)
*
[CWPBUG-108] - Fulltextsearch results include orphaned pages
*
[CWPBUG-110] - JS validation on Email field on userforms multiplies errors.
*
[CWPBUG-112] - Security Permission issues with creating new security groups
*
[CWPBUG-121] - index.php surfacing in URLs
*
[CWPBUG-125] - CMS preview with subsites breaks if no 'href' attribute on anchor
*
[CWPBUG-130] - AdvancedWorkflow Module allows standard users to delete workflow's
*
[CWPBUG-134] - Ability to disable the public history RSS
*
[CWPBUG-135] - Disappearing child page indicators
*
[CWPBUG-136] - Search Issue on NZ Blood
*
[CWPBUG-137] - XSS
*
[CWPBUG-138] - Risky file upload functionality
*
[CWPBUG-139] - Inaction session timeout
*
[CWPBUG-140] - Username remembered on CMS login form
*
[CWPBUG-141] - More accurate CMS GUI dates
*
[CWPBUG-142] - Improve CMS page filtering
*
[CWPBUG-143] - Document (and maybe fix) CMS pagination group sizes
*
[CWPBUG-144] - Search files by date
*
[CWPBUG-146] - Bug when duplicating pages
*
[CWPBUG-153] - SearchForm doesn't find results [with apostrophe]
*
[CWPBUG-155] - Renaming of folders allows for JS injection
*
[CWPBUG-156] - Unsafe explicit PHP MIME type declaration
*
[CWPBUG-157] - Reflected Cross Site Scripting
*
[CWPBUG-158] - Directory Path Traversal
*
[CWPBUG-160] - CMS Security User summary report
### Accepted failing tests
#### framework
*
CMSProfileControllerTest.testMemberCantEditAnother — Problem with Requirements combining the same file twice,
non-critical Framework issue.
*
i18nTextCollectorTest.testCollectFromThemesTemplates — Caused by global state, passes locally when the test is
run individually.
#### cms
*
CMSMainTest.testCreationOfTopLevelPage — Problem with Requirements combining the same file twice. Non-critical
Framework issue.
*
ErrorPageTest.testBehaviourOf403 - Caused by global state, passes locally when run individually or as a part of
all cms tests.
#### queuedjobs
*
QueuedJobsTest.testStartJob — Caused by global state, passes locally when the test is run individually.
*
QueuedJobsTest.testImmediateQueuedJob — Caused by global state, passes locally when run either individually or as
a part of all queuedjobs tests.
#### versionfeed
*
VersionFeedFunctionalTest.testFeedViewability — Caused by global state, tests are passing locally, in travis,
and via manual testing. Unable to reproduce error.
This diff is collapsed.
Click to expand it.
docs/en/releases/index.md
+
3
−
25
View file @
0155a1d1
...
...
@@ -9,32 +9,10 @@ The status of the recipe releases is summarised in the table below. Click on the
| Recipe version | Description | Release date | Support ends date |
| -------------- | ----------- | ------------ | ----------------- |
|
[
1.0.2
](
/releases/cwp-recipe-basic-1.0.2
)
| Tracks the Framework release 3.1.2 and fixes some module bugs. | 30/01/2014 | current |
|
[
1.0.3
](
/releases/cwp-recipe-basic-1.0.3
)
| Tracks the Framework release 3.1.5, including security and bug fixes. | 31/05/2014 | current |
|
[
1.0.2
](
/releases/cwp-recipe-basic-1.0.2
)
| Tracks the Framework release 3.1.2 and fixes some module bugs. | 30/01/2014 | 30/11/2015 |
|
[
1.0.1
](
/releases/cwp-recipe-basic-1.0.1
)
| First release of the recipe and all related modules. | 12/11/2013 | 30/07/2015 |
# Other supported module releases
Each of the following is a supported module that can be added to a CWP installation but
is not included in the basic recipe.
Each supported module has an associated CWP core version, and is only supported when
that module version is used with the correct CWP core version (or a later CWP core version
of the same patch level).
If you use composer to install these modules, it will automatically select the latest
version that is compatible with your current CWP core version. It will also give an
error if there isn't an appropriate module version for your CWP core version, or if
you later attempt to upgrade your CWP core version to one where there is no currently
supported module version.
#### Secure assets
Secure assets adds access restrictions to folders within the "Assets" section of
the CMS that mirrors the access restrictions of pages within the "Pages" section.
To add the latest compatible version to your project, execute
`composer require cwp/cwp-secureassets:*@stable`
| Module version | Minimum CWP core version | Release date | Support ends date |
| -------------- | ----------- | ------------ | ----------------- |
| 1.0.2 | 1.0.2 | 30/01/2014 | current |
Currently all supported modules are a part of the basic recipe 1.0.3.
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment