summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.admin.inc
Commit message (Collapse)AuthorAge
* - Patch #735800 by effulgentsia, fago, Frando: node form triggers form level ↵Dries Buytaert2010-06-17
| | | | submit functions on button level submits, without validation. Oh yeah.
* - Patch #735662 by duellj, tstoeckler: critical bug: hook_form_alter() can ↵Dries Buytaert2010-05-13
| | | | easily clobber a text format.
* #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply ↵Angie Byron2010-05-06
| | | | coding standard for casting.
* - 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.
* - Patch #716496 by JohnAlbin: documentation updates for theme functions.Dries Buytaert2010-04-13
|
* - Patch #641314 by naxoc, bleen18: taxonomy term form being rebuilt even ↵Dries Buytaert2010-04-07
| | | | after final submit.
* - Patch #762604 by andypost: taxonomy terms list broken, term add/edit ↵Dries Buytaert2010-04-06
| | | | forgets it's parent.
* - Patch #735726 by catch: optimize taxonomy_term_save().Dries Buytaert2010-03-28
|
* - 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
|
* #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.
* #645374 follow-up by sun: Make entity ids available to confirm form submit ↵Angie Byron2010-02-17
| | | | handlers.
* #499192 by yched: Fix display and forms for 'Fieldable terms' .Angie Byron2010-02-10
|
* - 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 #394544 by berenddeboer, Xano, chrisshattuck, karschsp, asimmonds: ↵Dries Buytaert2010-01-09
| | | | more cllean up for the term form UI.
* - Patch #678586 by jhodgdon: help text improvements.Dries Buytaert2010-01-08
|
* - Patch #569024 by joachim: improved variable names.Dries Buytaert2010-01-04
|
* #664022 by casey and Bojhan: Remove Identification fieldset from term add.Angie Byron2010-01-03
|
* #648410 follow-up by Dave Reid: Add link to create new from all empty table ↵Angie Byron2010-01-03
| | | | texts.
* - Patch #648410 by Dave Reid: standardize add 'empty' row functionality to ↵Dries Buytaert2009-12-02
| | | | all tables.
* - Patch #645374 by sun: make object IDs available to form submit handlers. ↵Dries Buytaert2009-12-01
| | | | This should be a best practice, IMO.
* #620592 by sivaji: Provide feedback when saving term/vocabulary overview pages.Angie Byron2009-11-27
|
* #553326 by sun: Provide consistency to the way field UI is presented for ↵Angie Byron2009-11-08
| | | | taxonomy.
* #625460 by sun: Add input format to taxonomy term descriptions.Angie Byron2009-11-07
|
* #602522 by effulgentsia, sun, and moshe weitzman: Make links in renderable ↵Angie Byron2009-11-03
| | | | arrays and forms (e.g. 'Operations') alterable.
* #251255 by catch, Jody Lynn, and roychri: Fixed re-ordering bug when ↵Angie Byron2009-11-02
| | | | taxonomy overview form is saved.
* #595876 by c960657: Fixed taxonomy term reordering (with tests).Angie Byron2009-10-24
|
* #216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same ↵Angie Byron2009-10-15
| | | | parameters as url().
* - Patch #567572 by catch: remove taxonomy synonyms in favor of a future ↵Dries Buytaert2009-10-15
| | | | Field API based solution.
* - Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to ↵Dries Buytaert2009-10-15
| | | | avoid users rendering their site unusable.
* - Patch #604980 by sun: factored taxonomy_term_edit() away.Dries Buytaert2009-10-15
|
* - Patch #603702 by Xano: remove _taxonomy_term_select().Dries Buytaert2009-10-14
|
* - Patch #340652 by catch: added edit/delete terms permission per vocabulary.Dries Buytaert2009-10-14
|
* - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵Dries Buytaert2009-10-09
| | | | take a single argument. Code clean-up and performance improvement. Woot.
* #412518 by catch, bangpound, and yched: Convert taxonomy_node_* to field API ↵Angie Byron2009-10-08
| | | | (with upgrade path). Say buh-bye to old, crusty code.
* Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection ↵Dries Buytaert2009-09-21
| | | | handling. I can actually understand it now. ;-).
* #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executesAngie Byron2009-09-18
| | | | | | 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.
* - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of ↵Dries Buytaert2009-09-05
| | | | other types of stuff to render() structures.
* #471018 follow-up by sun: Apply generic pattern/js for hiding machine ↵Angie Byron2009-08-31
| | | | readable names to taxonomy vocabularies.
* #542658 follow-up by sun: Move action 'tabs' out of local tasks and into ↵Angie Byron2009-08-23
| | | | local actions.
* #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: ↵Angie Byron2009-08-22
| | | | Convert 'class' attribute to use an array, not a string.
* #526120 by catch: Remove the related terms feature from Taxonomy module. ↵Angie Byron2009-08-04
| | | | This can now be accomplished with Field API.
* - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to ↵Dries Buytaert2009-07-20
| | | | admin/structure.
* - Patch #516416 by lyricnz: fix broken links to taxonomy administration pages.Dries Buytaert2009-07-11
|
* #506316 by Bojhan: Remove utterly useless description on term name field.Angie Byron2009-06-30
|
* #504428 follow-up by keith.smith: Remove 'now' from all empty admin screen ↵Angie Byron2009-06-29
| | | | texts. Steve Krug would be proud.
* #504428 by Sutharsan: Include link to add item on all empty admin listing pages.Angie Byron2009-06-28
|
* - Patch #201269 by Xano; synonym collapsing in core.Dries Buytaert2009-06-28
|
* - Patch #504390 by Xano: taxonomy form UI improvements.Dries Buytaert2009-06-28
|