This PR was merged into the 1.x branch.
Discussion
----------
Improve the performance of the sandbox
Commits
-------
5c661869 improved the performance of the sandbox
This PR was squashed before being merged into the 1.x branch (closes#2872).
Discussion
----------
Add spaceless filter
Commits
-------
a22a5c4b fixed CS
743767bc re-implemented the spaceless tag to reuse the filter tag logic
b823898e added a spaceless filter
1ba79416 removed unneeded usage of spaceless in tests
This PR was merged into the 1.x branch.
Discussion
----------
Move some more PSR0 class names to namespaced ones
Commits
-------
4eb0c9da moved some more PSR0 class names to namespaced ones
This PR was merged into the 1.x branch.
Discussion
----------
Remove mock usage in profile tests
Commits
-------
3ae1e0b0 removed mock usage in profile tests
This PR was merged into the 1.x branch.
Discussion
----------
Add max value to random function
Commits
-------
50b27061 Add max value to random function
This PR was squashed before being merged into the 1.x branch (closes#2862).
Discussion
----------
Switch to namespaces
Commits
-------
baa70287 switched to namespace first, PSR-0 as a fallback
aae29ce8 fixed tests for errors
This PR was squashed before being merged into the 1.x branch (closes#2861).
Discussion
----------
Prepare the switch to namespaces
Commits
-------
0bc26324 fixed class usage
fb6d12f7 fixed deprecation warning when using the namespaced class for extensions
04e16340 fixed namespace typo
26cc50f5 fixed typo
This PR was merged into the 1.x branch.
Discussion
----------
clarify the type of returned loaders
Commits
-------
0eb29aa5 clarify the type of returned loaders
This PR was merged into the 1.x branch.
Discussion
----------
Add getLoaders() on the chain loader
Commits
-------
31a549ce added getLoaders() on the chain loader
This PR was submitted for the 2.x branch but it was merged into the 1.x branch instead (closes#2855).
Discussion
----------
Encourage using prepared statements
Although the previous code isn't vulnerable, it could be if copied and used to store user input.
Commits
-------
97d9dc04 Encourage using prepared statements