Commit Graph

61 Commits (5b52cea97df8999e5a7415eadef1f1d821696071)

Author SHA1 Message Date
Dries 26aaa9fbde - Patch #1496462 by acrollet, cosmicdreams, Niklas Fiekas | heyrocker: Convert RSS publishing settings to configuration system. 2012-05-18 16:34:59 -04:00
Jennifer Hodgdon 467a825239 Issue #1358944 by wulff, Désiré: Fix ingroup/addtogroup syntax 2012-05-17 05:58:49 -07:00
Dries 98858def41 - Patch #1533022 by duellj, aspilicious: convert taxonomy.module entity classes to PSR-0. 2012-05-16 21:53:35 -04:00
catch 74c409f134 Issue #1495024 by Berdir, Rob Loach, fago: Convert the entity system to PSR-0. 2012-05-16 12:38:40 +09:00
catch 0e0e6b3df4 Issue #1541676 by Berdir, tstoeckler, Rob Loach: Convert Simpletest base test classes to PSR-0. 2012-05-10 15:01:48 +09:00
catch 7c5214c714 Issue #617562 by sun, matt2000: Remove underscore-to-dash conversion in path arguments for content types. 2012-05-08 14:12:18 +09:00
catch bd30dbfc09 Issue #1481560 by nod_: Add 'use strict' to all core JavaScript to enforce clean code. 2012-05-08 11:57:33 +09:00
catch fe01ab6e16 Issue #1542682 by Berdir: Convert exception classes in field.module to PSR-0. 2012-05-07 11:56:49 +09:00
Jennifer Hodgdon a440f52c71 Issue #1443202 by TravisCarden, tim.plunkett, xjm: Make sure hook_preprocess documentation points to real funcions 2012-05-04 12:53:43 -07:00
catch 83a6b9f19c Issue #1550454 by tim.plunkett, xjm: Fixed Regression: Following taxonomy entity conversion, Taxonomy EFQ causes warnings and notices. 2012-05-01 12:45:50 +09:00
Dries ae015c91d0 - Patch #1542674 by bas.hr, damiankloip: wrong count assertion in taxonomy.test. 2012-04-29 12:28:03 -04:00
Dries 02750689dd - Patch #1183208 by effulgentsia, Niklas Fiekas, katbailey, no_commit_credit, catch: remove variable_get()('clean_url()') and switch to index.php/path pattern for dirty URL support. 2012-04-29 11:16:27 -04:00
catch 51c004aba9 Issue #1361234 by duellj, loganfsmyth, aspilicious, cosmicdreams, fago, amateescu, sun: Added Make the node entity a classed object. 2012-04-27 01:44:37 +09:00
catch 4daf1c6345 Issue #1160566 by Dave Reid, bdlangton, aspilicious, fago, cosmicdreams, tstoeckler, tim.plunkett, Berdir, sun: Entity_load() is actually entity_load_multiple(). 2012-04-26 13:07:55 +09:00
webchick 4ef74ecd98 Issue #1541792 by tim.plunkett, chx, Amitaibu: Enable dynamic allowed list values function with additional context 2012-04-25 15:00:46 -07:00
Jennifer Hodgdon 80189e786e Issue #1509838 by cosmicdreams, klausi: Use elseif not else if 2012-04-24 15:51:38 -07:00
catch b5973cd97d Issue #1195254 by underq, kid_icarus, oriol_e9g, xjm: Taxonomy test cleanup and wording improve. 2012-04-17 12:14:25 +09:00
catch 5de2f76426 Issue #277200 by andypost, Damien Tournoud: Add tests for vocabulary hierarchy. 2012-04-17 12:05:39 +09:00
Dries 15e625132c - Patch #1512564 by Berdir, tstoeckler, fago: Remove entity info from the Entity classes. 2012-04-11 10:59:59 -04:00
catch eab6f127ad Issue #1419968 by nod_, cosmicdreams, droplet, tim.plunkett: Replace $('selector', domelement) with $(domelement).find('selector'). 2012-04-07 16:19:30 +09:00
Jennifer Hodgdon b4c77c09d4 Issue #1504226 by kim.pepper: Add detail to return value docs of taxonomy_vocabulary_get_names 2012-04-02 13:48:38 -07:00
catch 5a8e7bd7a6 Issue #1361232 by sun, Berdir, aspilicious, fago, klausi, amateescu: Make the taxonomy entities classed objects. 2012-04-02 11:55:32 +09:00
catch efc984dfda Issue #1483662 by Psikik: Fixed URLs for drupal.org module help pages need updates. 2012-03-21 14:51:30 +09:00
catch 0549db82c6 Issue #93854 by pillarsdotnet, Steven Jones, Dave Reid, ericduran, xjm, das-peter, et al: Fixed Allow autocompletion requests to include slashes. 2012-03-13 17:13:59 +09:00
catch aab8b66a29 Issue #1373142 by sun, beejeebus, aspilicious, amateescu: Use the Testing profile. Speed up testbot by 50%. 2012-03-13 12:16:40 +09:00
catch b9e9244171 Issue #965300 by Gábor Hojtsy, xjm: Change LANGUAGE_NONE to LANGUAGE_NOT_SPECIFIED; add LANGUAGE_NOT_APPLICABLE and LANGUAGE_MULTIPLE. 2012-03-09 00:10:59 +09:00
Dries 2d6dcdd509 - Patch #1454538 by effulgentsia, Gábor Hojtsy, kalman.hosszu: langcode property to all entity types; for the user entity, distinguish entity language from user's language preference. 2012-03-02 13:46:16 -05:00
Jennifer Hodgdon 912b5513f0 Issue #1315992 by xjm: Remove path designations from menu callback docs to conform with current 8.x standards 2012-02-29 09:11:01 -08:00
Jennifer Hodgdon aedceb6950 Issue #1360790 by KrisBulman, beltofte, stBorchert: Update CSS to use lowercase hex colors not uppercase 2012-02-29 08:56:15 -08:00
webchick 157cdc5895 Revert "Issue #1446366 by xjm: Multiple web test classes mislabeled as unit tests."
This reverts commit 9bda29ee1b.
2012-02-29 00:22:10 -08:00
webchick 9bda29ee1b Issue #1446366 by xjm: Multiple web test classes mislabeled as unit tests. 2012-02-29 00:08:18 -08:00
Nathaniel 0913d9fd1d Issue #687180 by Island Usurper, catch, Berdir, Damien Tournoud, xjm: Fixed Deleting a taxonomy vocabulary leaves term reference fields still pointing to it, and a PDO Exception when creating content. 2012-02-24 12:59:04 +09:00
Dries a58940f111 - Patch #1222194 by Gábor Hojtsy, plach: rename global to (). 2012-02-22 08:37:04 -05:00
catch d790839ecf Issue #872488 by acouch, mfb, musicnode: Regression: no way to get taxonomy tags into RSS feeds. 2012-02-11 14:31:48 +09:00
catch ed9a5d96f6 Issue #814804 by JacobSingh, ksenzee, draenen, et al: Fixed taxonomy_autocomplete() produces SQL error for nonexistent field. 2012-02-08 20:13:10 +09:00
Dries c94f4a0592 - Patch #1428498 by linclark: Docblock syntax error for taxonomy_select_nodes(). 2012-02-06 21:59:07 -05:00
webchick 66a3371415 Issue #569076 by rocket_nova, wamilton, alonpeer: Test that taxonomy term page contains a link to parent terms in the breadcrumbs. 2012-01-31 00:23:18 -08:00
Dries 1c09cbb5c4 - Patch #1346914 by droplet: use .length instead of jQuery.size(). 2012-01-29 08:54:40 -05:00
Dries 0b1ec3bfeb - Patch #490182 by amateescu: present all CRUD operations on Taxonomy List terms page. 2012-01-24 21:07:07 -05:00
Dries fc7c985be0 - Patch #1264728 by yched: Refresh field 'active' state in module_enable() / _disable(). 2012-01-24 16:55:50 -05:00
Dries adbebba6ad - Patch #1330554 by oriol_e9g, fiftyz, richthegeek: Fixed taxonomy_get_tree() incorrect depth on multiple parents. 2012-01-23 09:01:17 -05:00
catch 2cc7d45de1 Issue #1377628 by chris.leversuch: taxonomy_get_term_by_name() should be taxonomy_term_load_multiple_by_name(). 2012-01-18 12:37:45 +09:00
catch 1878eb1534 Issue #1357918 by Gábor Hojtsy: Change language schema to refer to langcode. 2012-01-11 00:29:08 +09:00
catch e4eae7e7ad Issue #336697 by oriol_e9g, xjm, jbomb, Davy Van Den Bremt, coltrane, lyricnz: Optional vid argument for taxonomy_get_term_by_name(). 2012-01-08 23:02:21 +09:00
catch f72335fb60 Issue #1391384 by yched: Fixed Wrong static clear on taxonomy_vocabulary_save(). 2012-01-03 14:51:46 +09:00
catch 6630a4eb5f Issue #1359710 by pwolanin, xjm: Fixed taxonomy_menu() passes invalid arguments into taxonomy_form_term(). 2011-12-30 16:02:33 +09:00
webchick 3cb556e300 Issue #1370060 by jvns, chris.leversuch: Add cross-references between taxonomy_vocabulary_load() and taxonomy_vocabulary_machine_name_load(). 2011-12-27 21:48:30 -08:00
catch b100374e3c Issue #1369200 by chris.leversuch, acouch: Define constants for taxonomy hierarchy. 2011-12-23 12:42:04 +09:00
Nathaniel 7e39b82397 Issue #1375134 by sun, xjm: Fixed Random test failure in TaxonomyTermTestCase::testNodeTermCreationAndDeletion(). 2011-12-21 12:21:51 +09:00
catch a3ebad0633 Issue #1346032 by xjm, aspilicious: Fixed Ordering of hook_entity_delete() is inconsistent. 2011-12-17 21:43:37 +09:00