Jose Lorenzo Rodriguez
|
f349c9e34c
|
Removing hardcoded helpers from Controller and PagesController class since they are now lazy loaded
|
2012-03-27 23:45:01 -04:30 |
|
Jose Lorenzo Rodriguez
|
f688d5777e
|
Implementing helper lazy loading
|
2012-03-27 23:44:23 -04:30 |
|
Jose Lorenzo Rodriguez
|
c270e7ffda
|
Adding test for lazy loading helpers in views
|
2012-03-27 23:43:41 -04:30 |
|
Jose Lorenzo Rodriguez
|
f009e96a69
|
Adding test for lazy loading helpers using the collection
|
2012-03-27 23:36:16 -04:30 |
|
Kyle Robinson Young
|
c700fedbf8
|
Update test suite header version to 2.2
Conflicts:
lib/Cake/TestSuite/templates/header.php
|
2012-03-27 19:52:58 -04: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 |
|
Jose Lorenzo Rodriguez
|
4f6f041730
|
Using same serialization strategy for request object in cached views, this prevents some failing tests in environments
with different charsets
|
2012-03-27 00:57:15 -04:30 |
|
Jose Lorenzo Rodriguez
|
e5cc7d0f73
|
Fixed failing test
|
2012-03-27 00:20:35 -04:30 |
|
Jose Lorenzo Rodriguez
|
2a1e4a2aae
|
Making clearGroup() a no-op method instead of abstract to ease migration to 2.2
|
2012-03-27 00:08:24 -04:30 |
|
Jose Lorenzo Rodriguez
|
2bb3dc6bf7
|
Reducing key length when using groups in WincacheEngine
|
2012-03-27 00:07:23 -04:30 |
|
Jose Lorenzo Rodriguez
|
afba5aafb7
|
Redcing key name when using groups in MemcacheEngine
|
2012-03-27 00:05:56 -04:30 |
|
Jose Lorenzo Rodriguez
|
27b90b0e47
|
Reducing key size when using groups in ApcEngine
|
2012-03-27 00:01:34 -04:30 |
|
Jose Lorenzo Rodriguez
|
2100a64ffd
|
Prefixing group names in XcacheEngine
|
2012-03-27 00:00:52 -04:30 |
|
Jose Lorenzo Rodriguez
|
ffdd98be1b
|
Prefixing group names in WincacheEngine
|
2012-03-26 23:35:15 -04:30 |
|
Jose Lorenzo Rodriguez
|
98b14ff144
|
Prefixing group names in MemcacheEgine
|
2012-03-26 23:34:03 -04:30 |
|
Jose Lorenzo Rodriguez
|
957322ec82
|
Prefixing group names with the cache enging prefix to avoid possible conflicts with shared servers
|
2012-03-26 23:02:26 -04:30 |
|
mark_story
|
c1531d3faa
|
Fix a few small code standards issues.
|
2012-03-26 23:04:32 -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
|
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
|
c7a9f3412f
|
Add compatibility for 2.1.
Set always needs to be loaded, as that's how 2.1 worked.
|
2012-03-26 22:32:57 -04:00 |
|
mark_story
|
a76a926ac1
|
Fix more uses of Set -> Hash
|
2012-03-26 22:32:57 -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
|
ed32e0b39b
|
Update another usage.
|
2012-03-26 22:32:56 -04:00 |
|
mark_story
|
17bfbbb9df
|
Port over Set to Hash usage.
|
2012-03-26 22:32:55 -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
|
29048b3bb7
|
Update to use Hash.
Update CakeSession & Configure to use Hash.
|
2012-03-26 22:25:41 -04:00 |
|
mark_story
|
8becc4c985
|
Fix misnamed method calls.
|
2012-03-26 22:25:40 -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
|
afa0329330
|
Fix incomplete test.
|
2012-03-26 22:25:39 -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 |
|