mark_story
|
21ba5bf04a
|
Merge branch '2.1' into 2.2
|
2012-04-17 21:47:24 -04:00 |
|
Cauan Cabral
|
28bd6880df
|
Make Validation::decimal accept integers
Fix #2800
Force locale of ValidationTests with en_US to ensure decimal dot separator
|
2012-04-17 20:22:22 -04:00 |
|
mark_story
|
a4f0399f74
|
Fix coding standards warnings.
|
2012-04-10 22:16:14 -04:00 |
|
mark_story
|
9f9feec222
|
Merge branch '2.2-hash' into 2.2
Conflicts:
lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php
lib/Cake/View/Helper/FormHelper.php
|
2012-04-10 21:32:37 -04:00 |
|
mark_story
|
f8966a64f2
|
Merge branch '2.1' into 2.2
Conflicts:
lib/Cake/Test/Case/Network/Email/CakeEmailTest.php
|
2012-04-09 21:55:02 -04:00 |
|
mark_story
|
3c9e79737d
|
Update doc blocks for CakeNumber.
|
2012-04-08 12:35:44 -04:00 |
|
mark_story
|
eeec362741
|
Merge remote-tracking branch 'ceeram/2.2-hash' into 2.2-hash
|
2012-04-07 14:28:40 -04:00 |
|
mark_story
|
83789915a3
|
Update docs about PHP5.4 constant.
|
2012-04-04 21:36:56 -04:00 |
|
Ceeram
|
7700a0261b
|
only use and test SORT_NATURAL on PHP 5.4
|
2012-04-04 18:21:52 +02:00 |
|
mark_story
|
e5ca80b711
|
Add additional sort flag support.
Add natural, numeric, and string sorting to Hash.
Fixes #1700
|
2012-04-01 23:09:15 -04:00 |
|
mark_story
|
475a1596b7
|
Merge branch '2.1' into 2.2
|
2012-04-01 15:37:21 -04:00 |
|
mark_story
|
6677127c8e
|
Fix coding standard error.
|
2012-03-31 21:38:39 -04:00 |
|
mark_story
|
432d00de19
|
Another small optimization.
|
2012-03-31 21:37:10 -04:00 |
|
mark_story
|
7d098fa5f0
|
Some small performance optimizations.
|
2012-03-31 21:25:02 -04:00 |
|
mark_story
|
6a9fdd841a
|
Fix failing tests.
Set::merge() accepts anything even non-array values.
|
2012-03-31 13:38:09 -04:00 |
|
Kyle Robinson Young
|
4370bf280a
|
Support multiple bytes with thousands/decimals in CakeNumber::format < PHP5.4
Fixes #2602
|
2012-03-28 10:46:31 -07:00 |
|
Mark Story
|
0443fe1507
|
Merge pull request #584 from shama/patch-inpath-test
Add test/doc for reverse Folder::inPath()
|
2012-03-27 16:50:38 -07:00 |
|
Kyle Robinson Young
|
deb5a57cb9
|
Add test/doc for reverse Folder::inPath()
|
2012-03-27 11:55:13 -07:00 |
|
mark_story
|
95d4549c9b
|
Docs + coding standards.
|
2012-03-26 22:57:50 -04:00 |
|
mark_story
|
c087576f20
|
Port changes done to Set into Hash
See #2722
|
2012-03-26 22:39:13 -04:00 |
|
mark_story
|
6e0e15682f
|
Remove duplication where possible.
|
2012-03-26 22:33:46 -04:00 |
|
mark_story
|
66eabe462a
|
Copy Set::expand into Hash class.
|
2012-03-26 22:32:58 -04:00 |
|
mark_story
|
9015d78017
|
Port most recent changes in Set to Hash.
See [68eeee80d8 ] and
[af575027da ]
|
2012-03-26 22:32:56 -04:00 |
|
mark_story
|
e55927c007
|
Update the doc links.
|
2012-03-26 22:32:56 -04:00 |
|
mark_story
|
0ef9adba93
|
Move and rename pushDiff onto Hash.
Its used internally in a number of places and diff() + merge()
are not an resonable replacement.
|
2012-03-26 22:32:54 -04:00 |
|
mark_story
|
19e0d8d946
|
Switch usage to Hash where possible.
|
2012-03-26 22:32:53 -04:00 |
|
mark_story
|
2231087ba3
|
Rename Set2 -> Hash.
|
2012-03-26 22:25:40 -04:00 |
|
mark_story
|
5b4b936157
|
Make filter() more flexible.
|
2012-03-26 22:25:40 -04:00 |
|
mark_story
|
239f52c48c
|
Move nest() over
Make get() able to take arrays for $path.
|
2012-03-26 22:25:40 -04:00 |
|
mark_story
|
ae66682c35
|
Add apply(), map() and reduce()
Add tests as well.
|
2012-03-26 22:25:39 -04:00 |
|
mark_story
|
8cadac3ee5
|
Add tests for issue #104
|
2012-03-26 22:25:39 -04:00 |
|
mark_story
|
ff5e72c9a7
|
Move Set::format across.
Remove the {0} style of formatting. Custom formatting
syntax is a bit silly. sprintf() is more than expressive enough
for this method.
|
2012-03-26 22:25:39 -04:00 |
|
mark_story
|
e4a505797d
|
Move combine() across.
|
2012-03-26 22:25:39 -04:00 |
|
mark_story
|
aa4dca6c0c
|
Move Set::check across.
|
2012-03-26 22:25:39 -04:00 |
|
mark_story
|
771efd950e
|
Fix sort() not working.
|
2012-03-26 22:25:38 -04:00 |
|
mark_story
|
57d50cd018
|
Extract common method.
|
2012-03-26 22:25:38 -04:00 |
|
mark_story
|
3d8a955043
|
Add remove() and insert()
Also add support for multi insert and multi remove.
|
2012-03-26 22:25:38 -04:00 |
|
mark_story
|
6b69ed269a
|
Extracting duplicate loops.
|
2012-03-26 22:25:38 -04:00 |
|
mark_story
|
e72127e359
|
WIP, adding sort() and remove()
|
2012-03-26 22:25:37 -04:00 |
|
mark_story
|
31181f58d6
|
Add attribute pattern matching.
|
2012-03-26 22:25:37 -04:00 |
|
mark_story
|
cbfa938303
|
Fix muliple attribute conditions.
|
2012-03-26 22:25:37 -04:00 |
|
mark_story
|
8ad4e66eba
|
Making attributes work with any selector type.
Attributes work with all base selectors.
|
2012-03-26 22:25:37 -04:00 |
|
mark_story
|
9269a6dcde
|
Added some more operators.
Attribute + {n} is still not working.
|
2012-03-26 22:25:36 -04:00 |
|
mark_story
|
6c87be97ef
|
Implement presence and equality attributes.
|
2012-03-26 22:25:36 -04:00 |
|
mark_story
|
37181e99a8
|
Basic path selectors implemented for extract().
|
2012-03-26 22:25:36 -04:00 |
|
mark_story
|
b3861c01dc
|
Move numeric() into Set2.
|
2012-03-26 22:25:36 -04:00 |
|
mark_story
|
1315e0f1a1
|
Moving filter() into Set2.
|
2012-03-26 22:25:35 -04:00 |
|
mark_story
|
885d5dfd80
|
Make contains() non-recursive.
Add a few more tests for contains().
|
2012-03-26 22:25:35 -04:00 |
|
mark_story
|
d37e10a8a9
|
Move contains() across.
Fix a few issues in contains() with nested needle values.
|
2012-03-26 22:25:35 -04:00 |
|
mark_story
|
ad65098348
|
Move normalize() into Set2.
Dropping the ability to 'normalize' string data.
|
2012-03-26 22:25:34 -04:00 |
|