Commit Graph

133 Commits (fa58bbefade5574a28e30cb6f11f615af0395da1)

Author SHA1 Message Date
webchick d2d6796062 Issue #1791920 by c960657: Fixed Create new translations:// directory for tests. 2012-09-26 15:23:19 -04:00
catch 1377aaef98 Issue #1215104 by sun, lucascaro, effulgentsia: Use the non-interactive installer in WebTestBase::setUp(). 2012-09-24 22:08:10 +01:00
catch bd07cedb74 Issue #1760548 by nod_: Remove dependency on jQuery drupal.js? for JS settings. 2012-09-24 14:12:09 +01:00
Dries 0904943ae8 Issue #1751380 by Boobaa, Gábor Hojtsy: Added Inconsistencies in linking to various download pages. 2012-09-18 16:02:47 +02:00
webchick 15b8ea1be6 Issue #1779638 follow-up by sun, alexpott, Maxtorete: Fixed another unexplained test failure in LocaleFileImportStatus->testBulkImportUpdateExisting(). 2012-09-17 16:16:44 -07:00
catch ded5c02ea8 Issue #1779638 by sun: Better debug for unexplained test failure in LocaleFileImportStatus->testBulkImportUpdateExisting(). 2012-09-17 11:35:39 +01:00
webchick 857ded8c79 Issue #1627006 follow-up by YesCT, webflo, Gábor Hojtsy: CMI conversion and minor followups to 'Collect project information for translation update'. 2012-09-13 00:25:54 -07:00
webchick 64d0af8c50 Issue #1658842 by penyaskito, attiks, webflo: Added Introduce a translations:// stream wrapper to access the .po file directory. 2012-09-06 23:26:10 -07:00
webchick cd15c2a774 Missing tests. I bet it'll work better now. 2012-09-01 22:15:41 -07:00
webchick de473408a6 Issue #1742958 by DamienMcKenna, jhodgdon: Fixed All spellings of URI should be uppercase. 2012-09-01 21:50:06 -07:00
Dries 6f6cc1f984 Issue #1744228 by Dave Reid, nod_, penyaskito: auto-detect the language code of an imported file by file name. 2012-08-31 21:59:54 -04:00
webchick 316c1f4a7a Issue #1468328 by Berdir: Move file entity info, managed file, and file usage functionality into File module. 2012-08-30 18:27:21 -07:00
webchick ed7a04afe9 Issue #1757078 by julien, Gábor Hojtsy, LoMo, beejeebus: Fixed When installing Drupal in a non-English language, we do not see the 'congratulations' page. 2012-08-30 13:50:11 -07:00
webchick 07ad6e733c Issue #1737148 by nod_, SebCorbin, larowlan, tim.plunkett, Albert Volkman, nick_schuch, sun: Explicitly declare all JS dependencies, don't use drupal_add_js(). 2012-08-30 12:24:38 -07:00
webchick b7a7795447 Issue #1750228 by Boobaa, corvus_ch: Fixed Adding a new language with empty .po file and locale.module enabled throws a fatal error. 2012-08-26 10:37:19 -07:00
webchick 79b9a36cb0 Issue #1739994 by pp, das-peter, Gábor Hojtsy: Use the Language class universally instead of stdObj instances. 2012-08-26 10:01:29 -07:00
webchick 90d5e41f3a Issue #1751410 by andypost: Fixed site name retrieval in Gettext code for CMI conversion. 2012-08-26 09:56:24 -07:00
webchick 62b1f23eec Issue #1627006 by Sutharsan, Berdir, lazysoundsystem, andypost, webflo, jepSter, MantasK, Gábor Hojtsy: Collect project information for translation update. 2012-08-26 08:45:11 -07:00
webchick 4aaeaf521d Issue #1646580 follow-up by beejeebus: Capitalization fixes. 2012-08-24 05:04:40 +02:00
webchick 7b757ff47e Issue #1646580 by chx, Jose Reyero, beejeebus: Implement Config Events and Listeners, and storage realms for localized configuration. 2012-08-22 01:22:22 +02:00
webchick d47110251d Issue #1630782 by nod_: Drupal.theme is not a constructor, don't use Drupal.theme.prototype. 2012-08-19 13:55:16 +02:00
webchick 7e79095a49 Issue #1637348 by vasi1186, attiks, clemens.tolboom, penyaskito: Import Gettext .po files in progressive batches to avoid time limits. 2012-08-19 12:46:48 +02:00
webchick 428226c932 Issue #1738178 by sxnc, penyaskito: Fixed Javascript library localisation vs localization. 2012-08-18 15:14:31 +02:00
webchick 25cc86df68 Issue #1737186 by sxnc, Gábor Hojtsy: Fix code style issues in new OOP Gettext parser. 2012-08-18 12:36:45 +02:00
webchick 7e9d2c1676 Issue #1711070 by kid_icarus, tim.plunkett, xjm, droplet, zendoodles and cam8001: Convert tests to use ::$modules property instead of parent::setUp($modules). 2012-08-09 18:24:21 -07:00
Dries 9a0367face - Patch #1719488 by effulgentsia: Rename language_manager() to language() and related cleanup. 2012-08-09 16:17:01 -04:00
Dries d1ea099f80 - Patch #1348162 by catch, sun, Berdir: Add update_variable_*(). 2012-08-07 15:11:13 -04:00
Katherine Bailey e1b4fe97a7 Get rid of the request() wrapper function, plus various other cleanups 2012-08-06 21:52:11 -07:00
Katherine Bailey d1e52e0089 Various cleanups 2012-08-06 21:52:11 -07:00
Katherine Bailey 1cd28eb4e5 Using the language_manager wrapper function to return a language whether or not we're in the requet scope 2012-08-06 21:52:11 -07:00
Dries 33d4ef886c - Patch #1290694 by hefox, tlattimore, c4rl, chx, tim.plunkett, tstoeckler, msonnabaum: provide consistency for attributes and classes arrays provided by template_preprocess(). 2012-08-03 11:31:18 -04:00
Dries 06aa2facb9 - Patch #1189184 by attiks, clemens.tolboom, penyaskito, Gábor Hojtsy, Sutharsan: OOP & PSR-0-ify gettext .po file parsing and generation. 2012-07-26 18:07:25 -04:00
webchick 268b70586b Issue #1616962 by fgm, rvilar, kalman.hosszu, fubhy: Replace ->title with ->label(). 2012-07-22 11:07:00 -07:00
webchick 776c4bc5d3 Issue #1587642 by TravisCarden: Rename drupal_uninstall_modules() to module_uninstall(). 2012-07-07 11:50:30 -07:00
webchick 4b6bdbb1dd Issue #1496542 by cosmicdreams, sun, chx, vasi1186, aspilicious, alexpott, nadavoid, Pedro Lozano, disasm, andypost | heyrocker: Convert site information to config system. 2012-07-02 10:20:33 -07:00
webchick 58964deb12 Issue #1635084 follow-up by xjm: Fix random test failures. 2012-06-25 16:55:30 -07:00
webchick f618f07294 Issue #1635084 by webflo, penyaskito, vasi1186, Berdir: Fixed Fatal error when deleting language due to DBTNG typo. 2012-06-25 08:06:24 -07:00
webchick b0e14ca1d4 Issue #1085590 by Rob Loach, keichee, tim.plunkett, mfer, ericduran: Update jQuery UI to the latest in the git repository. 2012-06-24 10:30:34 -07:00
webchick aa9dd8ff88 Issue #1635084 by webflo, vasi1186: Added Track import status of files in the locale .po file directory. 2012-06-16 17:16:07 +02:00
webchick 2103890de1 Issue #258785 by Désiré, Schnitzel, kbasarab, pkiraly, desbeers, Bojhan, voxpelli, clemens.tolboom, Artusamak, Gábor Hojtsy, dvinegla: Added Provide more flexible settings for initial language on content types. 2012-06-16 16:48:36 +02:00
webchick 142778af85 Issue #1635134 by hairqles, floretan, webflo: Move date format translation functions from locale to system. 2012-06-16 16:38:11 +02:00
webchick 9edd712e5d Issue #1640050 by Schnitzel: Fixed Locale summary in language table should be 'not applicable' for locked languages. 2012-06-16 13:54:51 +02:00
webchick c195d872bc Issue #1630264 by vasi1186, fubhy, Gábor Hojtsy: Move field language fallback code from Locale to Field and field language handling for nodes to Node. 2012-06-15 19:14:22 +02:00
webchick a03df8d124 Issue #1452188 by Schnitzel, droplet, Sutharsan, Bojhan, Kristen Pol, Gábor Hojtsy, ershov.andrey, perusio, nod_, rvilar, andypost: Added New UI for string translation. 2012-06-15 12:01:31 +02:00
webchick 7b0b2b1cd1 Issue #1634190 by LoMo: Fixed Long month names in locale.datepicker.js not using context properly. 2012-06-14 15:58:42 +02:00
webchick 7f6f46786a Issue #1080964 by catch, beejeebus, Steven Jones, drewish: Be more sparing with locale cache clears. 2012-06-14 10:42:51 +02:00
Dries 57ab8a5465 - Patch #1510686 by cosmicdreams, vasi1186, webflo, disasm: replace remaining references to global () with drupal_container(). 2012-06-12 22:31:11 -04:00
Dries 5b8960df6d - Patch #730060 by beejeebus, catch, Damien Tournoud, moshe weitzman, msonnabaum, oriol_e9g, aspilicious: Fixed Replace CACHE_TEMPORARY, cache_clear_all() (no arguments) and minimum cache lifetime with cache tags support. 2012-06-12 21:37:07 -04:00
catch 33a56047f6 Issue #1623564 by droplet: Fixed Wrong text at translation UI. 2012-06-12 21:27:48 +09:00
catch 43e4ad70fc Issue #507502 by fietserwin, cosmicdreams, tim.plunkett, sun, nod_: Fixed locale support for jQuery UI. 2012-06-12 21:04:44 +09:00