Commit Graph

741 Commits (78d4c09459af8e50174429b36182c3276230ded3)

Author SHA1 Message Date
Dries Buytaert 1613777a1e - Patch #811346 by Berdir: trying to load a term for deleting after vocabulary has been deleted does not work and results in notices. 2010-05-28 10:17:02 +00:00
Dries Buytaert 5ff0c0d3c7 - Patch #553298 by yched, te-brian, chx, sun: redesign the 'Manage Display' screen. 2010-05-23 19:10:23 +00:00
Dries Buytaert 8ab70ac18a - Patch #805228 by catch: unnecessary query in taxonomy_field_extra_fields(). 2010-05-21 20:27:45 +00:00
Angie Byron 9b54c79c86 #764726 by catch: Fixed hook_taxonomy_term_presave() is missing. 2010-05-14 04:41:54 +00:00
Dries Buytaert 8119c5da9a - Patch #735662 by duellj, tstoeckler: critical bug: hook_form_alter() can easily clobber a text format. 2010-05-13 07:53:02 +00:00
Angie Byron 77c3616204 #788370 by catch: Fixed taxonomy_update_7002() fails when taxonomy module is disabled. 2010-05-06 06:08:28 +00:00
Angie Byron ed86172814 #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply coding standard for casting. 2010-05-06 05:59:31 +00:00
Dries Buytaert 7d83f7c893 - Patch #783112 by alexpott, cha0s: deleting a taxonomy term through admin interface causes issues if terms were created on the node edit form. 2010-04-30 12:52:10 +00:00
Dries Buytaert 2c83cf581e - Patch #783584 by Pasqualle: fixed invalid HTML. 2010-04-28 19:36:01 +00:00
Dries Buytaert 45f4a1e166 - Patch #482816 by sun, Rob Loach: make a consistent wrapper around submit buttons. 2010-04-24 14:49:14 +00:00
Angie Byron afcde4bde4 #779496 by andypost: Fix minor formatting issues with t(). 2010-04-23 07:54:44 +00:00
Angie Byron 57fe6927a0 #779390 by solotandem: Fixed esoteric invalid syntax bugs in core found by Grammar Parser module. 2010-04-23 05:48:13 +00:00
Angie Byron 7bb6753e9f #701818 by mcarbone: Test coverage of every core token, and bug fixes to make them work. AWESOME! :D 2010-04-20 09:48:06 +00:00
Angie Byron 07ef159518 #773824 by scor: Fixed taxonomy_update_7002() fails when more than one vocabulary to upgrade. 2010-04-20 07:47:55 +00:00
Dries Buytaert 3c3cee28b9 - Patch #716496 by JohnAlbin: documentation updates for theme functions. 2010-04-13 15:23:03 +00:00
Dries Buytaert e892ed5c31 - Patch #712538 by scor: clean up RDF namespaces and mappings before Drupal 7 release. 2010-04-10 16:37:19 +00:00
Dries Buytaert e7b3c5e3e9 - Patch #641314 by naxoc, bleen18: taxonomy term form being rebuilt even after final submit. 2010-04-07 07:52:03 +00:00
Dries Buytaert ba96cffdb7 - Patch #699440 by scor, effulgentsia, noahb, catch: add bundle support to entity_uri() callback to remove performance overhead of forum_url_outbound_alter(). 2010-04-06 19:49:03 +00:00
Dries Buytaert 1bb6e13d78 - Patch #762604 by andypost: taxonomy terms list broken, term add/edit forgets it's parent. 2010-04-06 05:44:07 +00:00
Dries Buytaert f79a1a735e - Patch #744258 by sun, jpmckinney, catch: admin/structure/taxonomy paths have to use machine_name(), not vid. 2010-04-04 13:53:22 +00:00
Dries Buytaert 49334ae538 - Patch #735726 by catch: optimize taxonomy_term_save(). 2010-03-28 11:39:35 +00:00
Angie Byron 7d4b84b878 #707724 follow-up by yched: Fix more confusing field/entity api arguments. 2010-03-27 05:52:50 +00:00
Dries Buytaert 94d0be55b4 - Patch #744972 by marcvangend: critical bug: unindexed query to taxonomy_index() table during hook_node_delete(). 2010-03-26 16:53:33 +00:00
Dries Buytaert 73fbc28253 - Patch #749304 by catch: critical bug: programmatic term updates destroyed hierarchies. 2010-03-26 12:15:14 +00:00
Dries Buytaert cca8e7e5ac - Patch #744258 by sun: admin/structure/taxonomy paths have to use machine_name(), not vid. 2010-03-25 11:53:25 +00:00
Dries Buytaert 75f279a52a - Patch #729028 by ergonlogic: unify 'yay, saved!' strings in core. 2010-03-18 06:36:39 +00:00
Dries Buytaert 7e8b9f8093 - Patch #730418 by catch: allow modules to bypass taxonomy_get_tree() for term reference select lists. 2010-03-08 17:50:40 +00:00
Angie Byron 47371be0a5 #414424 by sun, chx, Arancaytar, yched, et al: Introduce Form API #type 'text_format' for additional DX/security around rich text fields. 2010-03-07 23:14:20 +00:00
Dries Buytaert aec10a8c7d - Patch #734146 by scor: white-space clean-up. 2010-03-06 06:39:01 +00:00
Dries Buytaert 72df65d1e0 - Patch #731426 by fago: recursed entity loading didn't work. 2010-03-05 13:41:04 +00:00
Angie Byron aea6fe8feb #563106 follow-up by adrian: More upgrade path fixes. 2010-02-18 04:36:38 +00:00
Angie Byron fd7a324437 #645374 follow-up by sun: Make entity ids available to confirm form submit handlers. 2010-02-17 05:42:42 +00:00
Angie Byron 7562a8efb3 #707724 by chx: Rename confusing arguments in field/entity APIs. 2010-02-11 17:44:47 +00:00
Angie Byron 52195a6b1d #525622 by scor, catch, and yched: Allow Entity path callback to deal with options. 2010-02-11 15:52:13 +00:00
Angie Byron 8d1f703f3a #641670 by yched and sun: Move ['#field'] meta information into (). 2010-02-11 15:42:14 +00:00
Angie Byron 91ccdda421 #628244 by catch, bangpound, and yched: Remove magic taxonomy field creation in favour of consistency. 2010-02-11 03:29:22 +00:00
Angie Byron 0bc39fef86 #499192 by yched: Fix display and forms for 'Fieldable terms' . 2010-02-10 06:28:10 +00:00
Angie Byron 92ad427474 #699842 by mr.baileys: Move permissions and roles to a tab/sub-tab at admin/people. 2010-02-07 17:29:09 +00:00
Dries Buytaert a3ca3f20cc - Patch #635356 by c960657: fixed escaping in taxonomy autocomplete. 2010-02-05 22:14:43 +00:00
Angie Byron ec407ec945 #211182 by Damien Tournoud, David_Rothstein, clemens.tolboom, scor, hunmonk, et al: Allow updates to specify dependencies to ensure they run in a predictable order. 2010-02-03 18:16:23 +00:00
Angie Byron 02c1eeee3f #684202 by catch: Added Entity insert/delete/update hooks, to support caching. 2010-01-30 02:01:41 +00:00
Angie Byron af24809fed #612870 by asimmonds: Fixed Weight fields should be int, not tinyint. 2010-01-30 00:08:34 +00:00
Dries Buytaert 56026aa292 - Patch #610022 by mcarbone, te-brian, David_Rothstein: fixed taxonomy tokens, fix old queries. 2010-01-29 22:56:54 +00:00
Dries Buytaert 7b7bd71132 - Patch #693362 by catch, Dave Reid: taxonomy_form_all() is dangerous and ?q=admin/content can be a performance killer. 2010-01-29 12:14:44 +00:00
Dries Buytaert 2e8d384cba - Rollback of patch #693362. 2010-01-25 17:04:03 +00:00
Dries Buytaert 76a3a1f41f - Patch #693362 by catch: taxonomy_form_all() is dead code, and dangerous. 2010-01-23 16:41:34 +00:00
Dries Buytaert d7a7ec64e0 - Patch #678590 by asimmonds, Dave Reid, Damien Tournoud: fixed path alias link being below submit button on taxonomy term add. 2010-01-18 03:33:43 +00:00
Dries Buytaert 96ababd133 - Patch #611752 by catch: taxonomy_field_validate() calls taxonomy_allowed_values(). 2010-01-15 10:49:46 +00:00
Dries Buytaert 380cb933b0 - Patch #684212 by catch: taxonomy_clear_field_cache() is redundant. 2010-01-14 18:56:40 +00:00
Dries Buytaert f60739b033 - Patch #683736 by c960657: use db_like() where appropriate. 2010-01-13 23:19:54 +00:00