Angie Byron
df02fa3ca4
#571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes
...
before a form builder function, to facilitate common form elements. Clean-up
from form_builder changes from CTools patch. Has nice side-benefit of making
all form functions' signatures consistent.
2009-09-18 00:12:48 +00:00
Dries Buytaert
a539b0e00d
- Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures.
2009-09-05 15:05:05 +00:00
Angie Byron
fbe690c624
#471018 follow-up by sun: Apply generic pattern/js for hiding machine readable names to taxonomy vocabularies.
2009-08-31 20:44:22 +00:00
Angie Byron
e6eb489918
#542658 follow-up by sun: Move action 'tabs' out of local tasks and into local actions.
2009-08-23 01:05:12 +00:00
Angie Byron
36ec189695
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.
2009-08-22 14:34:23 +00:00
Angie Byron
bc37b6dc0e
#526120 by catch: Remove the related terms feature from Taxonomy module. This can now be accomplished with Field API.
2009-08-04 06:50:07 +00:00
Dries Buytaert
d24d954479
- Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure.
2009-07-20 18:51:36 +00:00
Dries Buytaert
065fa60551
- Patch #516416 by lyricnz: fix broken links to taxonomy administration pages.
2009-07-11 14:25:41 +00:00
Angie Byron
47258bc309
#506316 by Bojhan: Remove utterly useless description on term name field.
2009-06-30 17:23:12 +00:00
Angie Byron
23bbb003b9
#504428 follow-up by keith.smith: Remove 'now' from all empty admin screen texts. Steve Krug would be proud.
2009-06-29 14:24:57 +00:00
Angie Byron
3bcc48225a
#504428 by Sutharsan: Include link to add item on all empty admin listing pages.
2009-06-28 16:05:58 +00:00
Dries Buytaert
08b1bb73f7
- Patch #201269 by Xano; synonym collapsing in core.
2009-06-28 13:37:29 +00:00
Dries Buytaert
59339ea1f4
- Patch #504390 by Xano: taxonomy form UI improvements.
2009-06-28 12:04:56 +00:00
Dries Buytaert
1170f5650d
- Patch #502166 by catch: move taxonomy administration to admin/build.
2009-06-27 19:49:07 +00:00
Dries Buytaert
de0945e929
- Patch #490432 by mfb, catch, bangpound: taxonomy_form_vocabulary always returned error.
2009-06-20 18:32:04 +00:00
Dries Buytaert
2bc9e50dba
- Patch #413192 by catch et al: make taxonomy terms fieldable (not to be confused with taxonomy terms as fields).
2009-06-12 13:59:56 +00:00
Angie Byron
cab88a7014
#220233 by Berdir, marcingy, et al: Add useful API functions for extracting node type data.
2009-06-04 03:33:29 +00:00
Dries Buytaert
a24a6c2bba
- Patch #471070 by stella: millions of code style fixes.
2009-05-24 17:39:35 +00:00
Dries Buytaert
847304a293
- Patch #353069 by Moshe Weitzman, dmitrig01: make drupal_get_form() return unrendered forms.
2009-05-12 08:37:45 +00:00
Dries Buytaert
7a6f73f49d
- Patch #330748 by stBorchert: remove from theme_pager*.
2009-04-26 19:44:40 +00:00
Dries Buytaert
383f7e5721
- Patch #302412 by Berdir: converted more of taxonomy module to the new database abstraction layer.
2009-04-15 14:12:55 +00:00
Dries Buytaert
a41bd361c2
- Patch #431130 by alienbrain: removed unused arguments in internal taxonomy functions.
2009-04-15 13:48:03 +00:00
Dries Buytaert
b46e90ad36
- Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from Views.
2009-03-14 20:13:27 +00:00
Dries Buytaert
d81310968a
- Patch #373775 by sog_hadgraft: adjusted queries to confirm coding standards.
2009-02-24 16:48:18 +00:00
Angie Byron
9cd3f79144
#367696 by drumm: Simplify the vocabulary edit form.
2009-02-13 05:42:24 +00:00
Dries Buytaert
29c8e40e91
- Patch #355236 by Frando: refactor drupal_render() theming.
2009-02-03 18:55:32 +00:00
Angie Byron
585aa50e6a
#346156 by stBorchert, swentel, and catch: Fix deletion of terms (with tests).
2009-01-28 01:09:58 +00:00
Dries Buytaert
d3df2ff356
- Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL table namespace.
2009-01-14 21:16:21 +00:00
Dries Buytaert
77936aef4c
- Rollback of #225562 -- I think there is still something wrong.
2009-01-13 22:41:39 +00:00
Dries Buytaert
b86354c55c
- Patch #225562 by Jody Lynn: change DB table names from eg. term_data to taxonomy_term_data.
2009-01-13 22:25:13 +00:00
Dries Buytaert
92a8adea65
- Patch #352470 by scor: fixed typos and grammar in comments.
2008-12-30 16:43:20 +00:00
Dries Buytaert
ec4eba68d7
- Patch #323528 by jhedstrom: fixed alias usage in queries for PostgreSQL.
2008-12-19 03:55:23 +00:00
Angie Byron
939a1f01a1
#332145 by catch and Arancaytar: Fix regression on term submit form.
2008-11-13 08:13:56 +00:00
Angie Byron
6da33f2055
#314147 follow-up by catch: Fixed typos with previous patch, and added tests.
2008-11-09 00:58:03 +00:00
Dries Buytaert
2bc3b99bc7
- Patch #314147 by catch: more taxonomy standardization.
2008-11-05 14:08:11 +00:00
Dries Buytaert
d31c77513b
- Patch #329140 by catch, pwolanin: improve consistency of vocabulary API and term API.
2008-11-05 12:47:23 +00:00
Dries Buytaert
bd22265b45
- Patch #306224 by catch et al: improving the taxonomy hook system.
2008-11-02 14:42:45 +00:00
Dries Buytaert
838b433110
- Patch #319666 by Dave Reid: remove unnecessary boolean ternary conditaionals.
2008-10-29 10:08:52 +00:00
Dries Buytaert
c14b03b6ca
- Patch #320747 by lilou, UltimateBoy: removed double semicolons.
2008-10-14 20:44:57 +00:00
Angie Byron
39fad4e75b
#268584 by agentrickard, Rob Loach, and catch: Add a hidden variable for the number of terms displayed on the term admin page.
2008-10-06 23:15:32 +00:00
Dries Buytaert
fa8abcbf3b
- Patch #305740 by catch, Benjamin Melançon: added an edit tab to taxonomy term pages.
2008-09-19 20:25:03 +00:00
Angie Byron
dddfe5377d
#302440 by Benjamin Melançon, catch, asimmonds, pp: Fix PDOException error on empty terms list.
2008-09-11 19:47:40 +00:00
Dries Buytaert
57fe5103da
- Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value.
2008-07-16 21:59:29 +00:00
Dries Buytaert
b5d491624e
- Patch #268914 by catch: small usability improvements to taxonomy and content type overview pages.
2008-06-12 19:07:36 +00:00
Dries Buytaert
56d2664a90
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.
2008-04-14 17:48:46 +00:00
Dries Buytaert
5bdc79db5f
- Patch #163297 by pwolanin et al: remove $_POST from taxonomy module's form handling.
2008-02-14 18:41:16 +00:00
Dries Buytaert
97a739e14c
- Patch #217508 by keith et al: fixed writing style of output messags.
2008-02-08 02:52:39 +00:00
Gábor Hojtsy
78f2053c32
#217324 by Takafumi: trivial missing t() in taxonomy module
2008-02-03 19:27:56 +00:00
Gábor Hojtsy
b78a990270
#207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks
2008-01-08 10:35:43 +00:00
Gábor Hojtsy
ac4c8f7ab0
#203274 by Pasqualle: remove excessive witespace from our code (minor)
2007-12-22 23:24:26 +00:00