This website requires JavaScript.
Explore
Help
Register
Sign In
tonyair
/
silverstripe-cms
Watch
1
Star
0
Fork
0
You've already forked silverstripe-cms
mirror of
https://github.com/silverstripe/silverstripe-cms
synced
2024-10-22 06:05:56 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
silverstripe-cms
/
code
History
Ingo Schommer
77e52d6344
ENHANCEMENT Url encoding URLSegments before matching them against database records in ModelAsController, to match behaviour of SiteTree with URLSegmentFilter::$default_allow_multibyte=true. Not an API change because all encodable characters have been removed by the default URLSegmentFilter already (see
http://www.w3.org/International/articles/idn-and-iri/#iriproblem
)
2012-05-08 23:45:26 +02:00
..
batchactions
MINOR Add newline to end of files without one
2012-04-15 10:56:40 +12:00
controllers
ENHANCEMENT Url encoding URLSegments before matching them against database records in ModelAsController, to match behaviour of SiteTree with URLSegmentFilter::$default_allow_multibyte=true. Not an API change because all encodable characters have been removed by the default URLSegmentFilter already (see
http://www.w3.org/International/articles/idn-and-iri/#iriproblem
)
2012-05-08 23:45:26 +02:00
forms
MINOR Add newline to end of files without one
2012-04-15 10:56:40 +12:00
model
MINOR Documentation
2012-05-08 22:22:11 +02:00
reports
BUGFIX: check for abstract classes when automatically registering SS_Report classes. Abstract classes are now no longer included in the list of Reports. Includes unit test for this scenario.
2012-04-20 16:32:39 +12:00
search
MINOR Add newline to end of files without one
2012-04-15 10:56:40 +12:00
staticpublisher
BUGFIX Remove double URL/filename filtering in FilesystemPublisher to avoid breaking multibyte URLs (now possible through recently introduced URLSegmentFilter class). Multibyte safe url path processing in FilesystemPublisher.
2012-05-08 22:22:08 +02:00