summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.test
Commit message (Collapse)AuthorAge
* Issue #1115510 by catch, barbi, amateescu: Fixed Entity providing modules ↵webchick2011-06-14
| | | | must call field_attach_delete_bundle() in hook_uninstall().
* - Patch #796692 by dman, cross, andypost, aaronbauman, yched, BarisW: only ↵Dries Buytaert2011-05-08
| | | | show the term heading if the term has a description.
* - Patch #1076394 by pillarsdotnet: improved test code.Dries Buytaert2011-02-28
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1019710 by stephenh: Changed Standardize @file comments in .test files.Dries Buytaert2011-02-04
|
* #985292 by ngmaloney, scor, bfroehle: Fixed Nodes published before 1970 ↵Angie Byron2010-12-07
| | | | won't insert in taxonomy index
* - Patch #669510 by quicksketch, David_Rothstein, Dave Reid, casey, Gábor ↵Dries Buytaert2010-11-27
| | | | Hojtsy, mrfelton, effulgentsia: merge administration theme with hook_admin_paths().
* #678592 by jhodgdon, effulgentsia, David Rothstein, iLLin: Fixed Admin theme ↵Angie Byron2010-11-20
| | | | is used is for adding taxonomy term, but not for editing taxonomy term
* - Patch #902644 by sun, tobiasb: machine names are too hard to implement. ↵Dries Buytaert2010-10-13
| | | | | | Date types and menu names are not validated. This patch fixes a bug, but is also a last minute clean-up that will help with better distribution support. We discussed this in http://drupal.org/node/933846.
* #876762 by Dave Reid, yched: Fixed modules have no way of knowing if ↵Angie Byron2010-10-13
| | | | vocabulary machine names are changed.
* #936836 by swentel: Fixed critical issue Autocomplete term widget doesn't ↵Angie Byron2010-10-13
| | | | return any values - unknown key vid.
* #881530 by yhahn: Fix exportability of vocabularies by using machine names ↵Angie Byron2010-10-01
| | | | in taxonomy field's 'allowed values' setting.
* #358437 follow-up by David_Rothstein, sun, chx: Disallow invalid text format ↵Angie Byron2010-09-28
| | | | IDs; force 0 and non-existant formats to NULL.
* - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths ↵Dries Buytaert2010-09-24
| | | | and local tasks #2.
* - Patch #841798 by klausi: error deleting an invalid term.Dries Buytaert2010-08-22
|
* - Patch #796692 by cross, dman, aaronbauman, BarisW: only show the term ↵Dries Buytaert2010-08-22
| | | | heading if the term has a description.
* - Patch #870528 by Dave Reid: taxonomy fixes.Dries Buytaert2010-08-08
|
* Reverting #500866. Needs more discussion.Angie Byron2010-08-05
|
* #500866 by boombatower, solotandem: Remove t() from assertion messages in ↵Angie Byron2010-08-05
| | | | SimpleTest, so translators do not get 1000s of bogus strings.
* - Patch #844410 by Dave Reid: taxonomy parents need to be saved before term ↵Dries Buytaert2010-08-03
| | | | hooks are called.
* #846524 by aaronbauman, mgifford: Fixed Terms cannot be manually reordered ↵Angie Byron2010-07-31
| | | | by weight.
* - Patch #844388 by lotyrin, bjaspan, effulgentsia: taxonomy terms disappear ↵Dries Buytaert2010-07-30
| | | | from node preview if previewed more than once.
* - Patch #826028 by bjaspan: taxonomy form validation creates new terms.Dries Buytaert2010-07-14
|
* - Patch #831914 by Dave Reid: removed redundant [node:uid], [comment:uid], ↵Dries Buytaert2010-07-01
| | | | and [file:uid] tokens.
* - Patch #811346 by Berdir: trying to load a term for deleting after ↵Dries Buytaert2010-05-28
| | | | vocabulary has been deleted does not work and results in notices.
* - Patch #553298 by yched, te-brian, chx, sun: redesign the 'Manage Display' ↵Dries Buytaert2010-05-23
| | | | screen.
* - 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.
* #701818 by mcarbone: Test coverage of every core token, and bug fixes to ↵Angie Byron2010-04-20
| | | | make them work. AWESOME! :D
* - Patch #762604 by andypost: taxonomy terms list broken, term add/edit ↵Dries Buytaert2010-04-06
| | | | forgets it's parent.
* #707724 follow-up by yched: Fix more confusing field/entity api arguments.Angie Byron2010-03-27
|
* - 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.
* #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.
* #628244 by catch, bangpound, and yched: Remove magic taxonomy field creation ↵Angie Byron2010-02-11
| | | | in favour of consistency.
* - 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.
* #542972 by Shai, David_Rothstein, yoroy, et al: Change Name of 'Page' ↵Angie Byron2010-01-10
| | | | Content-Type to 'Basic page'.
* #571654 follow-up by chx, peximo, plach, sun, et al:Angie Byron2010-01-09
| | | | | | Roll-back of node titles as fields. The Entity Translation module in contrib can add this back, but for everyone else it creates a *huge* WTF. Apologies for how late this is coming, but better now than post-alpha. :\
* #609140 by mcarbone: Rewrite outdated references to taxonomy_term_node().Angie Byron2010-01-08
|
* #664920 by catch and chx: Change 'taxonomy_term()' field to ↵Angie Byron2010-01-04
| | | | 'taxonomy_term_reference()'.
* - Patch #653940 by sun: tests weren't reporting all errors.Dries Buytaert2009-12-10
|
* - Patch #635094 by plach: unify 'language neutral' language codes.Dries Buytaert2009-12-02
|
* - Patch #628642 by c960657: taxonomy field 'column' should be 'tid' instead ↵Dries Buytaert2009-11-27
| | | | of 'value'.
* #638356 by yched: Reorganize and re-locate field test modules.Angie Byron2009-11-20
|
* #635202 by yched and sun: Remove #process pattern from option widgets (plus ↵Angie Byron2009-11-20
| | | | buckets of tests for option widgets).
* - Patch #632888 by bleen18: fixed warning about missing taxonomy.feeds.inc.Dries Buytaert2009-11-18
|
* - Patch #628188 by yched, sun: remove #process pattern from taxo ↵Dries Buytaert2009-11-11
| | | | autocomplete widget.
* #553326 by sun: Provide consistency to the way field UI is presented for ↵Angie Byron2009-11-08
| | | | taxonomy.
* #595876 by c960657: Fixed taxonomy term reordering (with tests).Angie Byron2009-10-24
|
* #607652 by catch: Fix uncaught exceptions in taxonomy tests.Angie Byron2009-10-18
|