summaryrefslogtreecommitdiff
path: root/includes/unicode.inc
Commit message (Collapse)AuthorAge
* Issue #2332295 by sanduhrs, klausi, er.pushpinderrana, Berdir | jfha73: ↵David Rothstein2014-11-01
| | | | Fixed Unicode requirements check not working with PHP 5.6.
* Issue #1317628 by Albert Volkman, Gaelan, disasm, mjonesdinero, xjm: Clean ↵Jennifer Hodgdon2013-01-16
| | | | up API docs for include files n-z
* Issue #1799116 by jwilson3: Standardize on installation profile terminologyJennifer Hodgdon2012-10-10
|
* Issue #1446372 by Heine, bserem, champlin: Fixed Invalid Unicode code range ↵webchick2012-02-28
| | | | in PREG_CLASS_UNICODE_WORD_BOUNDARY fails with PCRE 8.30.
* - Patch #1024684 by linclark: omit & in @param statements (for consistency).Dries Buytaert2011-05-08
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1027578 by droplet: missing period in the documentation for ↵Dries Buytaert2011-02-04
| | | | drupal_convert_to_utf8().
* #1007486 by mlncn: Fixed Documentation problem with truncate_utf8: refers to ↵Angie Byron2010-12-28
| | | | max_return_length instead of max_length
* - Patch #878408 by pwolanin, Damien Tournoud: replace decode_entities() with ↵Dries Buytaert2010-08-11
| | | | built-in html_entity_decode().
* - Patch #855988 by pwolanin, Damien Tournoud, David_Rothstein: get rid of ↵Dries Buytaert2010-07-29
| | | | preg_replace() with /e in decode_entities().
* - Patch #855402 by aspilicious: fix newlines in token.inc.Dries Buytaert2010-07-16
|
* - Patch #826864 by mr.baileys: add a warning to decode_entities().Dries Buytaert2010-06-14
|
* - Patch #768040 by jhodgdon, janusman, codycraven: truncate_utf8() only ↵Dries Buytaert2010-06-10
| | | | works for latin languages and drupal_substr() had a bug.
* #614124 by Damien Tournoud: Set locale settings during bootstrap.Angie Byron2010-03-07
|
* - Patch #693614 by asimmonds: fixed PHPDoc spelling typos.Dries Buytaert2010-01-25
|
* - Patch #584966 by mr.baileys, sun: add doxygen group for PHP function ↵Dries Buytaert2009-09-28
| | | | wrappers in Drupal.
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* - Patch #471142 by stella: code style fixes.Dries Buytaert2009-05-24
|
* - Patch #212130 by Damien Tournoud, grendzy: decode_entities() should ↵Dries Buytaert2009-01-02
| | | | support all (X)HTML entities.
* - Patch #352359 by Damien Tournoud: provided unit tests for the unicode ↵Dries Buytaert2008-12-31
| | | | library and fixed some bugs.
* - Patch #330040 by earnie: code comment improvements.Dries Buytaert2008-11-05
|
* - Patch #279516 by c960657: removed many PHP4-isms. Great patch.Dries Buytaert2008-11-01
|
* #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.Angie Byron2008-10-12
|
* - Patch #64967 by Arancaytar, meba: ereg -> preg for performance reasons and ↵Dries Buytaert2008-09-05
| | | | future compatilbility. PHP6 is rumoured to drop ereg support.
* - Patch #270045 by drewish, Susurrus: clean up return values.Dries Buytaert2008-06-18
|
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.
* - Patch #204221 by webernet: code style fixes.Dries Buytaert2007-12-28
|
* #200185 by Pancho: truncate_utf8() was abused as if it was an UTF-8 ↵Gábor Hojtsy2007-12-20
| | | | character based string function, so align our code to that. Can be renamed to drupal_truncate_chars() in Drupal 7.
* #184867 by deekayen, catch and keith.smith: fix some spelling errors in our ↵Gábor Hojtsy2007-10-21
| | | | source code and messages printed
* - Patch #142337 by drewish: fixed E_ALL problem.Dries Buytaert2007-05-12
|
* Code style: use get_t() to determine appropriate t() functionSteven Wittens2007-05-10
|
* - Patch #76588 by Gabor: made log messages translatable. Yay.Dries Buytaert2007-04-24
|
* - Patch #101551 by webchick: documented some unicode.inc constants.Dries Buytaert2006-12-06
|
* - Correcting patch #85689: the wrong patch got committed.Dries Buytaert2006-12-01
|
* #85689 by webchick. Fix an improper return value.Neil Drumm2006-11-26
|
* #75002: Install-time and run-time requirements checking + status report pageSteven Wittens2006-09-01
|
* #76802: Introduce placeholder magic into t()Steven Wittens2006-08-18
| | | | See: http://drupal.org/node/64279#t-placeholders
* - Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants.Dries Buytaert2006-07-05
|
* - sa-2006-004: E-mail header injection issueSteven Wittens2006-03-13
|
* - Patch #49497 by damz and morbus: fixed encoding of feeds with PHP5.Dries Buytaert2006-03-09
|
* - #41555: truncate_utf8 infinite loop on invalid utf-8Steven Wittens2006-02-09
|
* Code styleSteven Wittens2006-01-17
|
* - #44772: {} -> [] (in anticipation of PHP de-deprecation)Steven Wittens2006-01-15
|
* - Removing trailing spacesSteven Wittens2005-12-31
|
* - Various fixes. Updated CHANGELOG.txtDries Buytaert2005-11-29
|
* - Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.Dries Buytaert2005-10-11
|
* - Patch #29465: new form API by Adrian et al.Dries Buytaert2005-10-07
| | | | | | | TODO: + The contact.module was broken; a new patch for contact.module is needed. + Documentation is needed. + The most important modules need to be updated ASAP.
* - Revert. Was already committed.Dries Buytaert2005-10-01
|
* - Patch #32465 by Steven: mime decode for core.Dries Buytaert2005-10-01
|
* - Patch #32465 by Steven/killes: mime decode function.Dries Buytaert2005-09-29
|