summaryrefslogtreecommitdiff
path: root/includes/locale.inc
Commit message (Collapse)AuthorAge
* - Patch #85584 by erdemkose: bugfix: pass to the form.Dries Buytaert2006-10-02
|
* - Patch #83222 by edkwh: more theme('placeholder') clean-up. Good catch.Dries Buytaert2006-09-09
|
* - Patch #73487 by zorac: msgid_prulals are lost in exported .po file.Dries Buytaert2006-09-05
|
* #76555 by Goba. Use get_t() in locale.Neil Drumm2006-09-05
|
* #76555 by Goba. Installer l10n.Neil Drumm2006-09-01
|
* - Patch #72290 by killes: split up the cache table.Dries Buytaert2006-08-30
|
* - Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted ↵Dries Buytaert2006-08-18
| | | | forms via the pull model.
* #76802: Introduce placeholder magic into t()Steven Wittens2006-08-18
| | | | See: http://drupal.org/node/64279#t-placeholders
* - Patch #66361 by asimmonds: fixed the ISO 639 language code for Welsh. ↵Dries Buytaert2006-08-11
| | | | Interesting stuff.
* - Patch #74326 by Eaton, Royboy, chx, et al: building $node->body with ↵Dries Buytaert2006-08-10
| | | | | | arrays like FAPI for viewing. Once again, we're paving the path for CCK in core ... :)
* - Patch #77422 by timcn: corrected various paths in the documentation.Dries Buytaert2006-08-07
|
* - Patch #72079 by Earl et al: give Drupal an overall administration page ... :-)Dries Buytaert2006-07-31
|
* - Patch #61893 by timnc: remove message_na().Dries Buytaert2006-07-29
|
* - Patch #72138 by erdemkose: fixed import of some plural formulas.Dries Buytaert2006-07-06
|
* - Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants.Dries Buytaert2006-07-05
|
* - Patch #70066 by killes: make error reporting work.Dries Buytaert2006-06-22
|
* - Patch #49855 by Egon: Impossible to export locale if unsupported ↵Dries Buytaert2006-06-01
| | | | characters in site's name.
* - Patch #52853 by zorac et al: fixed problem with plural formula getting lost.Dries Buytaert2006-05-29
|
* - Patch #41481 by Zen, Cvbge, sun et al: bugfix: duplicate key error while ↵Dries Buytaert2006-05-16
| | | | editing locale strings.
* Forward port from 4.7Neil Drumm2006-04-30
| | | | #60951, missing translatable strings, patch by wulff
* removed VolapükGerhard Killesreiter2006-04-19
|
* #58997, added Dansk, patch by wulffGerhard Killesreiter2006-04-19
|
* #58997, missing t() in locale.inc, patch by wulffGerhard Killesreiter2006-04-19
|
* - Removing trailing whitespace.Dries Buytaert2006-04-17
|
* #58641, filter inserted locale strings, patch by myself.Gerhard Killesreiter2006-04-14
|
* #52911, locale : fapi conversion + fixes, patch by Zen.Gerhard Killesreiter2006-03-17
|
* #54008, po import does not update strings, patch by timcnGerhard Killesreiter2006-03-16
|
* - Patch #42390 by chx: Field 'translation' doesn't have a default value queryDries Buytaert2006-02-27
|
* - Patch #49799: fixed form goto problem (Today's critical bugfix #1.)Dries Buytaert2006-02-23
|
* - Patch #47610 by Goba: reduced locale memory requirementsDries Buytaert2006-02-05
|
* - #44772: {} -> [] (in anticipation of PHP de-deprecation)Steven Wittens2006-01-15
|
* - Patch #44176 by Zen: performance improvement: split() -> explode().Dries Buytaert2006-01-13
|
* - #41940: Locale string search broken in some cases (and remove some ↵Steven Wittens2006-01-05
| | | | | | inappropriate db_escape_string() usage) - #43491: Missing drupal_goto() after saving settings
* - #41744: global urlencode() for menu pathsSteven Wittens2005-12-22
|
* - Add missing url()s around form actions (these would break without clean URLs)Steven Wittens2005-11-13
|
* - Patch #35644 by webchick: forms API simplificiations.Dries Buytaert2005-11-12
|
* - SQL query maintenance: '%d' -> %d.Dries Buytaert2005-11-12
|
* - #22850: Search query containing / results in 404 on clean URLs.Steven Wittens2005-10-21
|
* - #33433: More form API fixes, and error handling improvements by Chx.Steven Wittens2005-10-13
|
* - Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.Dries Buytaert2005-10-11
|
* - Removing tabs and trailing whitespaces.Dries Buytaert2005-10-07
|
* - 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.
* - Patch #28786 by Neil: move pagers out of table.Dries Buytaert2005-09-24
|
* - Patch #29385 by chx: no ?> add end of files.Dries Buytaert2005-08-25
|
* - #11689: Fix locale import location cutting off thingie.Steven Wittens2005-07-29
|
* - #27668: Replace deprecated tags/attributes with XHTML/CSS in locale.Steven Wittens2005-07-29
| | | | - (#15121) Improve string cut-off for locale table
* - Patch #27003 by Neil: use named constants instead of stringsDries Buytaert2005-07-23
|
* - Patch #25603 by Stefan: made the sizes of forms consistent.Dries Buytaert2005-06-27
| | | | TODO: document the defaults in the PHPdoc comments.
* - Patch #22307 by Robert: added missing ')'Dries Buytaert2005-05-10
|
* - Patch #15595 by Stefan and Djun: improved status messages.Dries Buytaert2005-05-05
| | | | | TODO: we should write down a couple guidelines for these document them in the PHPDoc code of drupal_set_message()! .