Feature #28027
closedAdd rounding functions to stdWrap
100%
Description
Rounding functionality from PHP, defaults to @round($number, 2):
round()
with number of decimalsceil()
floor()
How to use¶
temp.number = TEXT temp.number { value = 3.14159 # types: round,ceil,floor, defaults to round round.roundType = round # only used with "round" type round.decimals = 2 }
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change Iec4dd4df61e3e0dcb0556fa4ddeb34adaffa9823 has been pushed to the review server.
It is available at http://review.typo3.org/3178
Updated by Mr. Hudson over 13 years ago
Patch set 2 of change Iec4dd4df61e3e0dcb0556fa4ddeb34adaffa9823 has been pushed to the review server.
It is available at http://review.typo3.org/3178
Updated by Mr. Hudson over 13 years ago
Patch set 3 of change Iec4dd4df61e3e0dcb0556fa4ddeb34adaffa9823 has been pushed to the review server.
It is available at http://review.typo3.org/3178
Updated by Mr. Hudson over 13 years ago
Patch set 4 of change Iec4dd4df61e3e0dcb0556fa4ddeb34adaffa9823 has been pushed to the review server.
It is available at http://review.typo3.org/3178
Updated by Mr. Hudson over 13 years ago
Patch set 5 of change Iec4dd4df61e3e0dcb0556fa4ddeb34adaffa9823 has been pushed to the review server.
It is available at http://review.typo3.org/3178
Updated by Mr. Hudson over 13 years ago
Patch set 6 of change Iec4dd4df61e3e0dcb0556fa4ddeb34adaffa9823 has been pushed to the review server.
It is available at http://review.typo3.org/3178
Updated by Mr. Hudson over 13 years ago
Patch set 7 of change Iec4dd4df61e3e0dcb0556fa4ddeb34adaffa9823 has been pushed to the review server.
It is available at http://review.typo3.org/3178
Updated by Mr. Hudson over 13 years ago
Patch set 8 of change Iec4dd4df61e3e0dcb0556fa4ddeb34adaffa9823 has been pushed to the review server.
It is available at http://review.typo3.org/3178
Updated by Kilian Hann over 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset e37ef14874e461cf5bfa52c2e465ae3428f0a97c.
Updated by Xavier Perseguers over 13 years ago
- Category set to TypoScript
- Assignee set to Andreas Wolf
Updated by Chris topher over 13 years ago
Hi Kilian,
please complete the according documentation in the Wiki:
http://wiki.typo3.org/Pending_Documentation#28027:_Core_-_Rounding_function_stdWrap_.5BResolved_to_Andreas_Wolf.5D
A description text is still missing and a description of the subproperties is still missing.
Updated by Chris topher almost 13 years ago
- Subject changed from Rounding function stdWrap to Add rounding functions to stdWrap
Updated by Xavier Perseguers over 12 years ago
- Status changed from Resolved to Closed