mark_story
|
8b7b139353
|
Fix failing tests using chr(226) instead of unicode codes.
|
2012-11-09 22:32:29 -05:00 |
|
Alexander Hofbauer
|
c7fda5674e
|
Use bytcode sequence for unicode ellipsis
The codepoint for "horizontal ellipsis" is 0x2026, which enables a more
robust display of that character on different systems.
|
2012-11-09 09:38:28 +01:00 |
|
dogmatic69
|
22a2e1b51e
|
converting $foo == / $foo == 0 to !$foo (and a few $foo === 0)
|
2012-09-14 18:42:25 +01:00 |
|
dogmatic69
|
b1db2aeb31
|
fixing the missing space on the if
|
2012-09-13 06:24:36 +01:00 |
|
dogmatic69
|
b84224804e
|
that change did make wonky uuids
|
2012-09-12 23:52:04 +01:00 |
|
dogmatic69
|
f886d874a6
|
simplify the code in the string class
removing else statements and variables that are not needed.
eg: return something(); vs $foo = something(); return $foo;
|
2012-09-12 18:10:50 +01:00 |
|
euromark
|
7969062614
|
legacy support with test cases
|
2012-08-17 13:57:47 +02:00 |
|
euromark
|
f201684873
|
use html ellipsis if possible (only a single char and therefore does not line break or mess up the strlen count for length)
|
2012-08-17 13:31:01 +02:00 |
|
euromark
|
2a570e639c
|
ellipsis instead of ending/beginning for core wide consistency
|
2012-08-04 19:58:23 +02:00 |
|
euromark
|
853fa7d95b
|
doc block correction
|
2012-08-03 10:54:16 +02:00 |
|
euromark
|
917d912a43
|
String::tail()
|
2012-08-02 13:21:31 +02:00 |
|
Jelle Henkens
|
f7ce5262b7
|
Updating mixed @param documentation to seperate list of accepted types
|
2012-05-21 21:55:10 +01:00 |
|
Jose Lorenzo Rodriguez
|
b373309ba9
|
Merge branch '2.1' into 2.2
Conflicts:
lib/Cake/VERSION.txt
|
2012-03-25 21:18:58 -04:30 |
|
mark_story
|
49a455a2cb
|
Fix some code standards warnings.
|
2012-03-24 22:15:08 -04:00 |
|
dogmatic69
|
d3a44811ce
|
adding test and fix for hightlighting tags, old bug 2111 for 1.3 but its the same issue. This should make more options possible
|
2012-03-16 21:20:27 +00:00 |
|
Juan Basso
|
c754fb2dcb
|
Updated copyright to 2012.
|
2012-03-12 22:46:46 -04:00 |
|
Juan Basso
|
3b1bd90ad6
|
Updated copyright to 2012.
|
2012-03-12 22:46:07 -04:00 |
|
mark_story
|
9d325fe46e
|
Fixing most coding standard issues in Utility/
|
2012-03-03 17:31:47 -05:00 |
|
euromark
|
e94d307ee1
|
code conventions
|
2012-02-25 19:46:05 -05:00 |
|
Rachman Chavik
|
abd6d22445
|
changing methods in String class to static
|
2012-02-14 09:34:36 +07:00 |
|
Rachman Chavik
|
2dc9986fad
|
moving methods from TextHelper to String
|
2012-02-10 22:25:59 +07:00 |
|
Jose Lorenzo Rodriguez
|
44dd25010d
|
Adding a replacement for zend_thread_id() to use within hiphop
|
2012-01-07 18:41:16 -04:30 |
|
Kyle Robinson Young
|
51f9837db4
|
Code standards formatting
|
2011-12-15 22:52:07 -08:00 |
|
Kyle Robinson Young
|
8197f87dbc
|
Spelling and grammar fixes
|
2011-12-01 21:58:09 -08:00 |
|
Rachman Chavik
|
2bb93761cc
|
fixing typos
|
2011-10-19 12:19:28 +07:00 |
|
Jose Lorenzo Rodriguez
|
cfd2d9e00b
|
Updating all @package annotations in doc blocks
|
2011-07-26 01:46:14 -04:30 |
|
Juan Basso
|
192812ee7f
|
Updating the copyright to 2011.
|
2011-05-30 22:32:43 -04:00 |
|
evilbloodydemon
|
f9db4270c6
|
Unused variables in Utility removed
|
2011-04-23 00:02:10 +04:00 |
|
José Lorenzo Rodríguez
|
4c0e06c451
|
Merge remote branch 'origin/2.0' into 2.0-class-loading
Conflicts:
cake/bootstrap.php
cake/libs/view/helpers/js.php
lib/Cake/Model/AclNode.php
lib/Cake/Model/ConnectionManager.php
lib/Cake/bootstrap.php
lib/Cake/tests/cases/libs/controller/controller.test.php
|
2011-01-02 02:00:03 -04:30 |
|
José Lorenzo Rodríguez
|
b4387d2f51
|
More replacements to get class loaded using the new file scheme
|
2010-12-04 02:34:30 -04:30 |
|