summaryrefslogtreecommitdiff
path: root/modules/field/field.install
Commit message (Collapse)AuthorAge
* Issue #892344 by amitgoyal, tstoeckler, hussainweb, pcambra, LaurentAjdnik: ↵David Rothstein2014-11-05
| | | | Fixed Wrong schema description for {cache_field}.
* Issue #2028599 by maximpodorov, andypost: Remove extra spaces in field.installJennifer Hodgdon2013-06-26
|
* Issue #1040790 by yched, swentel, geerlingguy, justin.randell, Berdir | ↵David Rothstein2013-01-27
| | | | catch: Fixed _field_info_collate_fields() memory usage.
* Issue #1134088 by Cottser, catch: Properly document update-api functionsJennifer Hodgdon2012-10-09
|
* Issue #1358944 by wulff: Fix misuse of ingroup in documentation blocksJennifer Hodgdon2012-05-23
|
* Issue #1211008 by yched, tim.plunkett, DamienMcKenna: Split ↵webchick2012-04-12
| | | | field_bundle_settings() out per bundle.
* Issue #1264728 by yched, Albert Volkman: Refresh field 'active' state in ↵webchick2012-03-01
| | | | module_enable() / _disable().
* Issue #1022924 by yched, chx: Fixed critical bug: Updates are broken for ↵webchick2011-03-10
| | | | deleted fields in installs upgraded from rc1.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* #987384 by h_peter, jhodgdon: Fixed Topics/groups in D7 need cleanupAngie Byron2011-01-02
|
* #996160 follow-up by rfay: Fix typo.Angie Byron2010-12-21
|
* - Patch #996160 by yched, chx: issues with Fields created during 6 to 7 upgrade.Dries Buytaert2010-12-18
|
* - Patch #986992 by yched, sun: fixed insane etid / ↵Dries Buytaert2010-12-14
| | | | {field_config_entity_type()} abstraction.
* - Patch #934050 by sun, alex_b: change format into string.Dries Buytaert2010-10-20
|
* - Patch #898558 by Damien Tournoud, chx, ksenzee: clean-up the upgrade path: ↵Dries Buytaert2010-09-29
| | | | node.
* - Patch #895386 by chx, Damien Tournoud, puregin: clean-up the upgrade path: ↵Dries Buytaert2010-09-28
| | | | taxonomy.
* #898520 follow-up by Damien Tournoud, chx, David Rothstein: Clean-up the ↵Angie Byron2010-09-13
| | | | upgrade path: comment.
* - Patch #690746 by jbrown, Ognyan Kulev, Crell, MichaelCole, Damien ↵Dries Buytaert2010-06-25
| | | | Tournoud: text column type doesn't reliably hold serialized variables.
* #707724 follow-up by yched: Fix more confusing field/entity api arguments.Angie Byron2010-03-27
|
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.
* - Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to ↵Dries Buytaert2009-10-15
| | | | avoid users rendering their site unusable.
* - Patch #578230 by yched, sun: clean-up: remove 'widget_active()' behavior.Dries Buytaert2009-10-01
|
* - Patch #443422 by yched, bjaspan | chx, merlinofchaos, Scott Reynolds, ↵Dries Buytaert2009-09-27
| | | | | | plach, profix898, mattyoung: added support for pluggable 'per field' storage engine. Comes with documentation and tests. The Field Attach API uses the Field Storage API to perform all "database access". Each Field Storage API hook function defines a primitive database operation such as read, write, or delete. The default field storage module, field_sql_storage.module, uses the local SQL database to implement these operations, but alternative field storage backends can choose to represent the data in SQL differently or use a completely different storage mechanism such as a cloud-based database.
* - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe ↵Dries Buytaert2009-09-10
| | | | weitzman: automatically install/uninstall schema.
* #367595 by plach, catch, sun, yched, et al: Added support for translatable ↵Angie Byron2009-08-22
| | | | fields to Field API.
* #529756 by yched: Allow fields to be weighted per context.Angie Byron2009-08-13
|
* - Patch #544400 by yched, bjaspan: wrong unique key in {field_config_instance}.Dries Buytaert2009-08-12
|
* - Patch #364620 by bjaspan, yched: allow creating a field with a deleted name.Dries Buytaert2009-05-28
|
* - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵Dries Buytaert2009-05-27
| | | | nominalizations from Docblocks.
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* - Patch #415044 by bjaspan, yched: indexes for field storage.Dries Buytaert2009-05-20
|
* #320011 by lilou, snufkin, and karschp: Add consistent @file declarations to ↵Angie Byron2009-05-13
| | | | all .install files.
* - Patch #392686 by bjaspan, yched: switch to serial primary keys.Dries Buytaert2009-03-10
|
* #372376 by yched: Remove uninstall/disable hooks from required field.module.Angie Byron2009-02-11
|
* #369562 by yched: More Field API clean-ups.Angie Byron2009-02-10
|
* - Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, ↵Dries Buytaert2009-02-03
floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my!