summaryrefslogtreecommitdiff
path: root/modules/locale/locale.install
Commit message (Collapse)AuthorAge
* #220233 by Berdir, marcingy, et al: Add useful API functions for extracting ↵Angie Byron2009-06-04
| | | | node type data.
* - Patch #111011 by Josh Waihi: adding foreign key specifications.Dries Buytaert2009-06-01
|
* - Patch #221020 by andypost: increase length of field.Dries Buytaert2009-05-27
|
* - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵Dries Buytaert2009-05-27
| | | | nominalizations from Docblocks.
* - Patch #473366 by Berdir: convert locale module to the new database ↵Dries Buytaert2009-05-27
| | | | abstraction layer.
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* #320011 by lilou, snufkin, and karschp: Add consistent @file declarations to ↵Angie Byron2009-05-13
| | | | all .install files.
* Roll-back of #333054; needs more discussion.Angie Byron2009-04-20
|
* - Patch #333054 by c960657: page cache should be case sensitive.Dries Buytaert2009-04-01
|
* #347288 by plach: Fix Locale uninstall (with tests).Angie Byron2009-02-13
|
* #88264 by Rob Loach and kscheirer: Make variable_get()'s defaultparameter ↵Angie Byron2009-01-31
| | | | default to NULL so that NULLs do not need to be specified.
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* - Patch #332123 by webchick, lilou: remove t() function from schema ↵Dries Buytaert2008-11-15
| | | | descriptions.
* - 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 #240387 by matt2000 et al: move 'content types' to 'site building' ↵Dries Buytaert2008-04-06
| | | | per the UMN usability study results.
* - Patch #210131 by dvessel, catch, John, et al: updated jQuery library.Dries Buytaert2008-02-06
|
* #206021 follow up by keith.smith, dropcube: better code comments in locale ↵Gábor Hojtsy2008-01-10
| | | | update
* #206021 by dropcube and myself: language content type settings were not ↵Gábor Hojtsy2008-01-09
| | | | properly namespaced
* - Patch #164532 by catch, pwolanin, David Strauss, et al.: improve table ↵Dries Buytaert2007-12-18
| | | | indicies for common queries.
* Rollback the accidentally committed #194310Gábor Hojtsy2007-11-26
|
* #193333 by quicksketch et al: taxonomy drag and drop supportGábor Hojtsy2007-11-26
|
* #194595 report by hass, patch by myself: native language name is required, ↵Gábor Hojtsy2007-11-23
| | | | so we need to fill it in the updates - also omit it in user listing if the same as the translated language name
* #128866 by JirkaRybka: fix broken update path of locale tables on PostgreSQLGábor Hojtsy2007-11-15
|
* #184867 by deekayen, catch and keith.smith: fix some spelling errors in our ↵Gábor Hojtsy2007-10-21
| | | | source code and messages printed
* - Patch #182950: fieldset massaging for usability.Dries Buytaert2007-10-12
|
* #164983 by multiple contributors: document the core database schemasGábor Hojtsy2007-10-10
|
* - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the ↵Dries Buytaert2007-10-05
| | | | .schema files into .install files to prevent mistakes.
* #171646 by JirkaRybka: store version usage information for every source ↵Gábor Hojtsy2007-09-02
| | | | string, optimize caching and prune the initially unused strings
* #157682 by bjaspan, chx and JirkaRybka: update.php for Drupal 6, to allow ↵Gábor Hojtsy2007-08-26
| | | | near flowless updates
* #150521 by myself: streamline locale runtime performance and clean up code ↵Gábor Hojtsy2007-06-17
| | | | by not storing empty translations
* - Patch #150762 by hunmonk: fixed typo.Dries Buytaert2007-06-11
|
* #118026 by kkaefer with fixes from myself: JavaScript translation support ↵Gábor Hojtsy2007-06-08
| | | | and script.js as a default theme JS file to use, if found
* #128866 by myself: bjaspan noted that the pgsql and mysql updates on ↵Gábor Hojtsy2007-05-25
| | | | locale_update_6002() are reversed, I noted that the variables table got the language column inadvertently
* - Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. ↵Dries Buytaert2007-05-25
| | | | Oh, behave.
* - Patch #139970 by Gabor: locale cleanup.Dries Buytaert2007-05-03
|
* - Patch #128866 by Gabor, Steven, chx, Jose et al: new language subsystem.Dries Buytaert2007-03-26
|
* #93506 by sammys. Postgres needs a different column type for source and target.Neil Drumm2006-11-14
|
* #81033 by webchick and neclimdul. Uninstall module API.Neil Drumm2006-09-01
|
* - Patch #42463: performance improvement: add index on the source field of ↵Dries Buytaert2006-08-27
| | | | the locale table.
* - Patch #79428 by Chris Johnson: remove int display width declarations from ↵Dries Buytaert2006-08-20
| | | | MySQL create table statements.
* - Patch #76681 by sammys: PostgreSQL support for install system. Woot! :)Dries Buytaert2006-08-04
|
* #73591 by Flanker, add missing CVS Ids.Neil Drumm2006-07-14
|
* - Patch #68926 by chx, jeremy, steven, eaton, webchick, amazon, neil, nedjo ↵Dries Buytaert2006-07-13
et al: an initial install system for Drupal core.