1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396
|
-------
v2.5.12
-------
[mjr] Fix deprecation warning when passing null to strtolower (PR #9).
|+
-------
v2.5.11
-------
|+
-------
v2.5.10
-------
[mjr] Silence deprecation notices for PHP 8.1 tentative return types (PR #8).
[jan] Fix error with invalid charsets on PHP 8 (Ralf Becker
<RalfBecker@outdoor-training.de>, PR #5).
------
v2.5.9
------
[mjr] PHP 7.4 compatibility fixes (Remi Collet <remi@famillecollet.com>, PR
#2).
[jan] Fix wrapping if the wrapping break adds indention.
------
v2.5.8
------
[mjr] Fix detecting certain types of broken UTF-8 strings.
------
v2.5.7
------
[jan] Mark PHP 7 as supported.
------
v2.5.6
------
[jan] Fix test that could fail due to changes in glibc.
[jan] Fix Composer file.
------
v2.5.5
------
[mms] Fix handling broken text input with all multibyte drivers.
------
v2.5.4
------
[mms] Fix error detection when using Horde_String::substr() with mb_substr().
------
v2.5.3
------
[jan] Use grapheme functions in Horde_String if intl extension is available.
------
v2.5.2
------
[mms] Fix deleting multi-level temporary directories in
Horde_Util::deleteAtShutdown().
------
v2.5.1
------
[mms] Fix another issue with older versions of PHP in
Horde_String_Transliterate.
------
v2.5.0
------
[mms] Fix regression in Horde_String_Transliterate for PHP 5.3 (Bug #13419).
[mms] Added Horde_String::ipos() and Horde_String::ripos().
------
v2.4.1
------
[mms] Fallback to lesser priority transliterator driver when an error is
encountered.
------
v2.4.0
------
[mms] Add Horde_String_Transliterate class.
[mms] Support deeply nested HTML documents (requires PHP 5.4.0+ and libxml
2.7.0+) (Bug #13086).
------
v2.3.0
------
[mms] SECURITY: '_formvars' form input must now be JSON encoded, not PHP
serialized.
------
v2.2.2
------
[mms] Fix Horde_Domhtml#returnBody().
------
v2.2.1
------
[mms] Simplify Horde_Variables iterator.
------
v2.2.0
------
[mms] Can't add charset directly to HTML document or else DOM will alter
document when generating HTML.
[mms] Added Horde_Domhtml#getBody().
------
v2.1.0
------
[mms] Added 'charset' and 'metacharset' parameters to returnHtml().
[mms] Added Horde_Domhtml#getCharset() to get best-guess charset of current
encoding within the DOM object.
[mms] Fix inserting HEAD into HTML document with Horde_Domhtml#getHead() if it
doesn't already exist in the document.
------
v2.0.3
------
[mms] Fix validating certain strings of UTF-8 data (Bug #11930).
------
v2.0.2
------
[mms] Convert Horde_String#validUtf8() from a preg-regex to a string iterator
to eliminate PCRE issues relating to stack sizes (Bug #11899).
------
v2.0.1
------
[mms] Use new Horde_Test layout.
------
v2.0.0
------
First stable release for Horde 5.
-----------
v2.0.0beta2
-----------
[mms] Remove Horde_Util::addParameter() and Horde_Util::removeParameter().
[mms] Remove Horde_Util::cloneObject().
-----------
v2.0.0beta1
-----------
First beta release for Horde 5.
------------
v2.0.0alpha1
------------
First alpha release for Horde 5.
[mms] Removed e-mail array manipulation methods (Horde_Mail package now
provides this feature).
[mms] Removed Horde_Util::getCsv() (moved to Horde_Data package).
[mms] Add iteration to Horde_Domhtml object.
[jan] Remove Horde_Util::getTempDir().
[jan] Remove Horde_Array::replaceRecursive().
------
v1.4.1
------
------
v1.4.0
------
[mms] Add Horde_String::trimUtf8Bom().
------
v1.3.1
------
[mms] Fix Horde_String::validUtf8() to workaround PHP/PCRE bug where segfault
will occur on input strings > ~5000 characters
------
v1.3.0
------
[jan] Implement ArrayAccess in Horde_Variables.
------
v1.2.0
------
[mms] Add Horde_Variables#filter().
------
v1.1.0
------
[mms] Add Horde_String::validUtf8().
------
v1.0.6
------
[jan] Speed up Horde_String::substr() (Evert Pot, Request #8627).
------
v1.0.5
------
[jan] Fix removing too many backslashes with magic quotes enabled (Bug #10149).
[jan] Fix reading CSV data with PHP < 5.3.
------
v1.0.4
------
[jan] Unescape escaped quotes when importing CSV data.
------
v1.0.3
------
[mms] Don't try to use dl() in PHP 5.3+.
------
v1.0.2
------
[mms] In Horde_Variables, operate on a copy of the $_REQUEST variable.
------
v1.0.1
------
[jan] Fix wrapping of several follow-up lines with existing line breaks.
[jan] Fix creating temporary files with open_basedir restrictions.
------
v1.0.0
------
First stable release for Horde 4.
---------
v1.0.0RC2
---------
Second release candidate for Horde 4.
Fix parsing ISO-8859-15 data with Horde_Domhtml (Bug #9714).
---------
v1.0.0RC1
---------
First release candidate for Horde 4.
[mms] Tweak loading HTML documents (encodings) in Horde_Domhtml.
[mms] Added Horde_Domhtml#returnBody().
[mms] Added Domhtml unit tests.
-----------
v1.0.0beta1
-----------
First beta release for Horde 4.
------------
v1.0.0alpha1
------------
First alpha release for Horde 4.
Added Horde_String::rpos().
Renamed Horde_Array::array_merge_recursive_overwrite() to
Horde_Array::replaceRecursive().
Added Horde_String::common().
Added Horde_Domhtml::.
Removed Horde_Util::assertDriverConfig().
Removed Horde_Util::bufferOutput().
Removed Horde_Util::uriB64Encode() and Horde_Util::uriB64Decode().
Removed Horde_Util::strftime2date() and Horde_Util::date2strftime().
Removed Horde_Util::closeWindowJs() and Horde_Util::nocacheUrl().
Added Horde_String::convertToUtf8().
Added Horde_Util::abbreviate().
Removed Horde_Array::combine() and Horde_Util::hmac().
------
v0.1.0
------
Added magic PHP5 methods to the Variables class.
Added array_merge_recursive_overwrite() to Horde_Array().
Fixed a bug in Horde_Array::arraySort where auto-detecting the first key
failed.
Added sorter functions for array keys.
Removed use of array_unique().
Cleaned up addParameter() in the Util class.
Implemented a much more efficient, yet safer file wiping algorithm.
Fixed Util::addParameter when it is passed a base URL that contains an
urlencoded ampersand.
Added a parameter to Util::nocacheUrl() to not encode url.
Added Util::getPathInfo().
Signed parameters to go.php with an HMAC based on a new secret key
configuration value, to prevent using go.php as an open referrer.
Made logout tokens only valid for a configurable length of time.
Made it possible to use String.php without having any other files available.
Use utf8_decode() in String::length() if possible.
Always use preg_match() in String::regexMatch().
Workaround for korean messages in a non-standard charset.
Fixed String::substr() length calculations.
Added multibyte-safe String::wordwrap() method.
Added parameter to use wordwrap() for line folding.
Use C as the portable locale (Bug #6194).
Don't use utf8_encode/decode on very large strings if other options are
available. (Bug #6660)
Fixed order of checks in String::convertCharset (Bug #6794).
------
v0.0.2
------
Converted to package.xml 2.0 for pear.horde.org
------
v0.0.1
------
Initial release as a PEAR package
|