Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#553326 by sun: Provide consistency to the way field UI is presented for taxonomy.
#625460 by sun: Add input format to taxonomy term descriptions.
#602522 by effulgentsia, sun, and moshe weitzman: Make links in renderable arrays and forms (e.g. 'Operations') alterable.
#251255 by catch, Jody Lynn, and roychri: Fixed re-ordering bug when taxonomy overview form is saved.
#595876 by c960657: Fixed taxonomy term reordering (with tests).
#216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same parameters as url().
- Patch #567572 by catch: remove taxonomy synonyms in favor of a future Field API based solution.
- Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to avoid users rendering their site unusable.
- Patch #604980 by sun: factored taxonomy_term_edit() away.
- Patch #603702 by Xano: remove _taxonomy_term_select().
- Patch #340652 by catch: added edit/delete terms permission per vocabulary.
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.
#412518 by catch, bangpound, and yched: Convert taxonomy_node_* to field API (with upgrade path). Say buh-bye to old, crusty code.
Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection handling. I can actually understand it now. ;-).
#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.
- Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures.
#471018 follow-up by sun: Apply generic pattern/js for hiding machine readable names to taxonomy vocabularies.
#542658 follow-up by sun: Move action 'tabs' out of local tasks and into local actions.
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.
#526120 by catch: Remove the related terms feature from Taxonomy module. This can now be accomplished with Field API.
- Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure.
- Patch #516416 by lyricnz: fix broken links to taxonomy administration pages.
#506316 by Bojhan: Remove utterly useless description on term name field.
#504428 follow-up by keith.smith: Remove 'now' from all empty admin screen texts. Steve Krug would be proud.
#504428 by Sutharsan: Include link to add item on all empty admin listing pages.
- Patch #201269 by Xano; synonym collapsing in core.
- Patch #504390 by Xano: taxonomy form UI improvements.
- Patch #502166 by catch: move taxonomy administration to admin/build.
- Patch #490432 by mfb, catch, bangpound: taxonomy_form_vocabulary always returned error.
- Patch #413192 by catch et al: make taxonomy terms fieldable (not to be confused with taxonomy terms as fields).
#220233 by Berdir, marcingy, et al: Add useful API functions for extracting node type data.
- Patch #471070 by stella: millions of code style fixes.
- Patch #353069 by Moshe Weitzman, dmitrig01: make drupal_get_form() return unrendered forms.
- Patch #330748 by stBorchert: remove from theme_pager*.
- Patch #302412 by Berdir: converted more of taxonomy module to the new database abstraction layer.
- Patch #431130 by alienbrain: removed unused arguments in internal taxonomy functions.
- Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from Views.
#310768 by bob_hirnlego, cdale: missing primary table and field specification in db_rewrite_sql() when called from taxonomy_overview_terms()
- Patch #373775 by sog_hadgraft: adjusted queries to confirm coding standards.
#367696 by drumm: Simplify the vocabulary edit form.
- Patch #355236 by Frando: refactor drupal_render() theming.
#346156 by stBorchert, swentel, and catch: Fix deletion of terms (with tests).
- Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL table namespace.
- Rollback of #225562 -- I think there is still something wrong.
- Patch #225562 by Jody Lynn: change DB table names from eg. term_data to taxonomy_term_data.
- Patch #352470 by scor: fixed typos and grammar in comments.
- Patch #323528 by jhedstrom: fixed alias usage in queries for PostgreSQL.
#332145 by catch and Arancaytar: Fix regression on term submit form.
#314147 follow-up by catch: Fixed typos with previous patch, and added tests.
- Patch #314147 by catch: more taxonomy standardization.
- Patch #329140 by catch, pwolanin: improve consistency of vocabulary API and term API.
- Patch #306224 by catch et al: improving the taxonomy hook system.
- Patch #319666 by Dave Reid: remove unnecessary boolean ternary conditaionals.
- Patch #320747 by lilou, UltimateBoy: removed double semicolons.
#268584 by agentrickard, Dries, Rob Loach, webchick: move to a 100 terms per page default for the taxonomy administration pages, since with the current 10 default, the drag and drop ordering is not useful at all.
#268584 by agentrickard, Rob Loach, and catch: Add a hidden variable for the number of terms displayed on the term admin page.
- Patch #305740 by catch, Benjamin Melançon: added an edit tab to taxonomy term pages.
#302440 by Benjamin Melançon, catch, asimmonds, pp: Fix PDOException error on empty terms list.
- Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value.
- Patch #268914 by catch: small usability improvements to taxonomy and content type overview pages.
- 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.
- Patch #163297 by pwolanin et al: remove $_POST from taxonomy module's form handling.
- Patch #217508 by keith et al: fixed writing style of output messags.
#217508 by boydjd, Pancho, keith.smith: incorrect and misleading of use i.e., where e.g. should have been used
#217324 by Takafumi: trivial missing t() in taxonomy module
#207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks
#203274 by Pasqualle: remove excessive witespace from our code (minor)
One remaining button titled 'Submit' which slipped through the taxonomy drag and drop patch
#201333 by keith.smith and myself: fix typos in taxonomy form, also fix a few code comments
#99947 by neclimdul, Sutharsan, keith.smith: forum module help text and form description update, removing reference to other forum software as well
#198865 by sign: taxonomy term deletion was broken due to some leftover code
#198579 by webernet and hswong3i: a huge set of coding style fixes, including: - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting
- Patch #162381 by Heine et al: properly escape strings.
#193333 follow up by quicksketch: only show submit button and weight if there is more than one vocabulary
#193333 by quicksketch et al: taxonomy drag and drop support
- Removing excessive whitespace.
#194277 by catch: allow contribs to override taxonomy selector forms (with improved performance)
- Patch #190497 by catch et al: taxonomy module help page improvements.
- Patch #192242 by catch, quicksketch, webchick, keith et all: usability improvements for the vocabulary/term forms.
#191104 by keith.smith: (usability) change occurances of node to 'post' and 'content' as appropriate
#189936 by mlsamuelson: remove pointless links to taxonomy help page from form labels and descritions for consistency
- Patch #169982 by moshe, eaton, bjaspan, nedjo, yched, et al: missing feature from schema API: load/save records based upon schema.
#141470 by chx: usability - add pager to taxonomy form, which makes this usable for freetagging vocabularies
#174254 by pwolanin: Taxonomy term pages need proper titles
- Patch #162829 by swentel and bennybobw: fixed problem with saving taxonomy terms.
- Patch #161182 by Crell: split up taxonomy module.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |