Jose Lorenzo Rodriguez
|
0f5fa290ed
|
Merge remote-tracking branch 'origin/master' into 2.3
|
2012-12-01 23:19:53 +01:00 |
|
mark_story
|
889c1ebc09
|
Fix sorting empty data with Hash & Set.
Fixes #3420
|
2012-11-30 13:05:14 -05:00 |
|
ADmad
|
72d6ca636f
|
Docblock fixes
|
2012-11-29 04:36:29 +05:30 |
|
Ber Clausen
|
8b2b077119
|
Set::flatten() fails to generate keys when 'tip' value is an empty
array.
|
2012-11-02 19:23:55 -03:00 |
|
Kyle Robinson Young
|
bc40ac7d3f
|
Remove unused variables and code
|
2012-09-05 17:19:13 -07:00 |
|
Juan Basso
|
ecdf0e6c6c
|
Optimization for Hash method
|
2012-06-24 12:47:30 -04:00 |
|
mark_story
|
01b3135a63
|
You should be able to regex match null/''
Fixes #2926
|
2012-05-30 21:28:18 -04:00 |
|
Jelle Henkens
|
f7ce5262b7
|
Updating mixed @param documentation to seperate list of accepted types
|
2012-05-21 21:55:10 +01: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
|
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
|
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
|
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 |
|