summaryrefslogtreecommitdiff
path: root/modules/locale
Commit message (Collapse)AuthorAge
...
* #645790 by arianek, jhodgdon, and lisarex: Convert Locale module to new help ↵Angie Byron2009-12-07
| | | | standard.
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.
* - Patch #626024 by sun, catch: fixed filter_list_format() hits database too ↵Dries Buytaert2009-12-03
| | | | often / filter_format_save() doesn't save all filters.
* - Patch #635094 by plach: unify 'language neutral' language codes.Dries Buytaert2009-12-02
|
* - Patch #648410 by Dave Reid: standardize add 'empty' row functionality to ↵Dries Buytaert2009-12-02
| | | | all tables.
* - Patch #642010 by yoroy: shorten and reorganize help text for language stuff.Dries Buytaert2009-12-02
|
* - Patch #620446 by Xano: rewrite permission titles and descriptions.Dries Buytaert2009-12-01
|
* - Patch #640064 by yoroy: shorten the help text on ↵Dries Buytaert2009-11-24
| | | | /admin/config/regional/language.
* - Patch #624290 by peximo: improved assumptions about default comment language.Dries Buytaert2009-11-18
|
* - Patch #598758 by stBorchert, sun, pwolanin, eigentor, TheRec, seutje: add ↵Dries Buytaert2009-11-17
| | | | link to the permissions and configuration page of each module from the module configuration page. Great team work!
* #606526 by axyjo and scor: Remove trailing whitespace and add newlines at ↵Angie Byron2009-11-10
| | | | end of files. Sorry, folks! But it is after code freeze. :)
* #608424 by peximo and plach: Fixed notice when multilingual body display set ↵Angie Byron2009-11-02
| | | | to hidden (with tests).
* - Patch #606994 by yched: move entity handling out of Field API.Dries Buytaert2009-10-31
|
* #610204 by effulgentsia, Gábor Hojtsy, sun, Damien Tournoud and ksenzee: ↵Angie Byron2009-10-27
| | | | API changes to support overlays: lays ground work for implementation.
* #320331 by Dave Reid, dww, John Morahan, cwgordon7, moshe weitzman, c960657, ↵Angie Byron2009-10-24
| | | | and smoothify: Turn custom_url_rewrite_inbound() and custom_url_rewrite_outbound() into hooks.
* #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme ↵Angie Byron2009-10-23
| | | | functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
* - Patch #278592 by catch, Dave Reid, andypost, lilou, sun, tobiasb: sync 6.x ↵Dries Buytaert2009-10-17
| | | | extra updates with HEAD.
* #473268 by David_Rothstein, sun, yoroy, Gábor Hojtsy, cwgordon7, et al.: ↵Angie Byron2009-10-17
| | | | Allow contextual editing of dang near everything on the page. Also adds a context system to menu local tasks.
* #606640 by eojthebrave and sun: Use proper menu router paths for the block ↵Angie Byron2009-10-16
| | | | module.
* #565480 follow-up by plach: Clean-ups and documentation.Angie Byron2009-10-16
|
* #565480 by plach and peximo: TF #2: Multilingual field handling. Integration ↵Angie Byron2009-10-16
| | | | between field API and locale module + translatable node bodies.
* - Patch #332333 by dmitrig01, alexw: add a real API to path.module.Dries Buytaert2009-10-15
|
* - Patch #11623 by sun, stella, Gábor Hojtsy, Pancho: add ability to ↵Dries Buytaert2009-10-13
| | | | localize date formats.
* - Patch #334283 by andypost: fix upgrade path of message contexts for ↵Dries Buytaert2009-10-11
| | | | translations.
* #557292 by peximo, plach, catch, and yched: Convert node title to Field API.Angie Byron2009-10-11
|
* #118345 by sun: Make user.module conform to standard ↵Angie Byron2009-10-10
| | | | presave/insert/update/form_alter hook paradigm.
* #282191 by plach, nedjo, catch, et al: TF #1: Allow different interface ↵Angie Byron2009-10-09
| | | | language for the same path.
* - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵Dries Buytaert2009-10-09
| | | | take a single argument. Code clean-up and performance improvement. Woot.
* - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().Dries Buytaert2009-09-29
|
* - Patch #508570 by quicksketch, sun | pwolanin, bec: restore URL consistency ↵Dries Buytaert2009-09-28
| | | | for node types and menus.
* - Patch #118345 by sun | nedjo, pwolanin, webchick: DIE hook_user_form() + ↵Dries Buytaert2009-09-22
| | | | hook_user_register() DIE!
* - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe ↵Dries Buytaert2009-09-10
| | | | weitzman: automatically install/uninstall schema.
* - Patch #495968 by Frando, moshe weitzman: added drupal_render() cache ↵Dries Buytaert2009-08-31
| | | | pattern. Start using it for blocks.
* - Patch #560746 by dropcube: rename hook_block_list() to hook_block_info() ↵Dries Buytaert2009-08-29
| | | | for consistency in the API.
* #506124 follow-up by Gábor Hojtsy: Move URL aliases under Search & Metadata.Angie Byron2009-08-28
|
* #550572 by sun and c960657: Fixed CSS+JS regressions related to ↵Angie Byron2009-08-24
| | | | form-item-[name].
* #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵Angie Byron2009-08-24
| | | | function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
* Of all the patches to accidentally commit without a message. :( Rolling back ↵Angie Byron2009-08-24
| | | | registry rip. Let's try that again.
* *** empty log message ***Angie Byron2009-08-24
|
* #542658 follow-up by sun: Move action 'tabs' out of local tasks and into ↵Angie Byron2009-08-23
| | | | local actions.
* #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: ↵Angie Byron2009-08-22
| | | | Convert 'class' attribute to use an array, not a string.
* #367595 by plach, catch, sun, yched, et al: Added support for translatable ↵Angie Byron2009-08-22
| | | | fields to Field API.
* - Patch #552958 by Gábor Hojtsy: create 'regional and language' section in ↵Dries Buytaert2009-08-21
| | | | 'configuration and modules'.
* - Patch #276400 by mattyoung, chx: tests for language negotiation.Dries Buytaert2009-08-18
|
* - Patch #251792 by pwolanin, Damien Tournoud, slantview, c960657: added a ↵Dries Buytaert2009-08-17
| | | | locking framework for long running operations.
* #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, ↵Angie Byron2009-08-17
| | | | dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://.
* - Patch #491972 by Berdir, webchick: clean-up of user/profile related hooks ↵Dries Buytaert2009-08-12
| | | | and APIs.
* - Patch #508458 by catch, Gábor Hojtsy, yoroy: created 'Configuration and ↵Dries Buytaert2009-08-11
| | | | modules' section so we can start moving over configuration items. Let's see how this goes ...
* #339406 by dropcube and boombatower: Add an assertion to check if a checkbox ↵Angie Byron2009-08-03
| | | | is checked.
* #226587 by JohnAlbin, E.Z, et al: Make sidebar regions semantic and ↵Angie Byron2009-08-03
| | | | RTL-friendly.