summaryrefslogtreecommitdiff
path: root/modules/taxonomy
Commit message (Collapse)AuthorAge
* #788370 by catch: Fixed taxonomy_update_7002() fails when taxonomy module is ↵Angie Byron2010-05-06
| | | | disabled.
* #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply ↵Angie Byron2010-05-06
| | | | coding standard for casting.
* - Patch #783112 by alexpott, cha0s: deleting a taxonomy term through admin ↵Dries Buytaert2010-04-30
| | | | interface causes issues if terms were created on the node edit form.
* - Patch #783584 by Pasqualle: fixed invalid HTML.Dries Buytaert2010-04-28
|
* - Patch #482816 by sun, Rob Loach: make a consistent wrapper around submit ↵Dries Buytaert2010-04-24
| | | | buttons.
* #779496 by andypost: Fix minor formatting issues with t().Angie Byron2010-04-23
|
* #779390 by solotandem: Fixed esoteric invalid syntax bugs in core found by ↵Angie Byron2010-04-23
| | | | Grammar Parser module.
* #701818 by mcarbone: Test coverage of every core token, and bug fixes to ↵Angie Byron2010-04-20
| | | | make them work. AWESOME! :D
* #773824 by scor: Fixed taxonomy_update_7002() fails when more than one ↵Angie Byron2010-04-20
| | | | vocabulary to upgrade.
* - Patch #716496 by JohnAlbin: documentation updates for theme functions.Dries Buytaert2010-04-13
|
* - Patch #712538 by scor: clean up RDF namespaces and mappings before Drupal ↵Dries Buytaert2010-04-10
| | | | 7 release.
* - Patch #641314 by naxoc, bleen18: taxonomy term form being rebuilt even ↵Dries Buytaert2010-04-07
| | | | after final submit.
* - Patch #699440 by scor, effulgentsia, noahb, catch: add bundle support to ↵Dries Buytaert2010-04-06
| | | | entity_uri() callback to remove performance overhead of forum_url_outbound_alter().
* - Patch #762604 by andypost: taxonomy terms list broken, term add/edit ↵Dries Buytaert2010-04-06
| | | | forgets it's parent.
* - Patch #744258 by sun, jpmckinney, catch: admin/structure/taxonomy paths ↵Dries Buytaert2010-04-04
| | | | have to use machine_name(), not vid.
* - Patch #735726 by catch: optimize taxonomy_term_save().Dries Buytaert2010-03-28
|
* #707724 follow-up by yched: Fix more confusing field/entity api arguments.Angie Byron2010-03-27
|
* - Patch #744972 by marcvangend: critical bug: unindexed query to ↵Dries Buytaert2010-03-26
| | | | taxonomy_index() table during hook_node_delete().
* - Patch #749304 by catch: critical bug: programmatic term updates destroyed ↵Dries Buytaert2010-03-26
| | | | hierarchies.
* - Patch #744258 by sun: admin/structure/taxonomy paths have to use ↵Dries Buytaert2010-03-25
| | | | machine_name(), not vid.
* - Patch #729028 by ergonlogic: unify 'yay, saved!' strings in core.Dries Buytaert2010-03-18
|
* - Patch #730418 by catch: allow modules to bypass taxonomy_get_tree() for ↵Dries Buytaert2010-03-08
| | | | term reference select lists.
* #414424 by sun, chx, Arancaytar, yched, et al: Introduce Form API #type ↵Angie Byron2010-03-07
| | | | 'text_format' for additional DX/security around rich text fields.
* - Patch #734146 by scor: white-space clean-up.Dries Buytaert2010-03-06
|
* - Patch #731426 by fago: recursed entity loading didn't work.Dries Buytaert2010-03-05
|
* #563106 follow-up by adrian: More upgrade path fixes.Angie Byron2010-02-18
|
* #645374 follow-up by sun: Make entity ids available to confirm form submit ↵Angie Byron2010-02-17
| | | | handlers.
* #707724 by chx: Rename confusing arguments in field/entity APIs.Angie Byron2010-02-11
|
* #525622 by scor, catch, and yched: Allow Entity path callback to deal with ↵Angie Byron2010-02-11
| | | | options.
* #641670 by yched and sun: Move ['#field'] meta information into ().Angie Byron2010-02-11
|
* #628244 by catch, bangpound, and yched: Remove magic taxonomy field creation ↵Angie Byron2010-02-11
| | | | in favour of consistency.
* #499192 by yched: Fix display and forms for 'Fieldable terms' .Angie Byron2010-02-10
|
* #699842 by mr.baileys: Move permissions and roles to a tab/sub-tab at ↵Angie Byron2010-02-07
| | | | admin/people.
* - Patch #635356 by c960657: fixed escaping in taxonomy autocomplete.Dries Buytaert2010-02-05
|
* #211182 by Damien Tournoud, David_Rothstein, clemens.tolboom, scor, hunmonk, ↵Angie Byron2010-02-03
| | | | et al: Allow updates to specify dependencies to ensure they run in a predictable order.
* #684202 by catch: Added Entity insert/delete/update hooks, to support caching.Angie Byron2010-01-30
|
* #612870 by asimmonds: Fixed Weight fields should be int, not tinyint.Angie Byron2010-01-30
|
* - Patch #610022 by mcarbone, te-brian, David_Rothstein: fixed taxonomy ↵Dries Buytaert2010-01-29
| | | | tokens, fix old queries.
* - Patch #693362 by catch, Dave Reid: taxonomy_form_all() is dangerous and ↵Dries Buytaert2010-01-29
| | | | ?q=admin/content can be a performance killer.
* - Rollback of patch #693362.Dries Buytaert2010-01-25
|
* - Patch #693362 by catch: taxonomy_form_all() is dead code, and dangerous.Dries Buytaert2010-01-23
|
* - Patch #678590 by asimmonds, Dave Reid, Damien Tournoud: fixed path alias ↵Dries Buytaert2010-01-18
| | | | link being below submit button on taxonomy term add.
* - Patch #611752 by catch: taxonomy_field_validate() calls ↵Dries Buytaert2010-01-15
| | | | taxonomy_allowed_values().
* - Patch #684212 by catch: taxonomy_clear_field_cache() is redundant.Dries Buytaert2010-01-14
|
* - Patch #683736 by c960657: use db_like() where appropriate.Dries Buytaert2010-01-13
|
* - Patch #682870 by jhodgdon, asimmonds: fixed UI spelling typos.Dries Buytaert2010-01-13
|
* #525622 by Frando, yched, et al: Add entity hook callbacks so that 'as link' ↵Angie Byron2010-01-13
| | | | formatters have a generic way to build the url of an 'entity'.
* #636992 by catch, yched: Fixed Entity loading needs protection from infinite ↵Angie Byron2010-01-13
| | | | recursion. Prevents unnecessary user_load()s from RDF.
* #681723 by Bojhan: Standardize on 'Add new content' for content creation page.Angie Byron2010-01-12
|
* #542972 by Shai, David_Rothstein, yoroy, et al: Change Name of 'Page' ↵Angie Byron2010-01-10
| | | | Content-Type to 'Basic page'.