summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.module
Commit message (Collapse)AuthorAge
* #199373 report by avskip, patch by myself, testing by keith.smith: forum ↵Gábor Hojtsy2007-12-31
| | | | node type was not re-added to the forum vocabulary when the module is re-enabled (after being disabled)
* #203274 by Pasqualle: remove excessive witespace from our code (minor)Gábor Hojtsy2007-12-22
|
* #202473 by keith.smith: three more typos fixedGábor Hojtsy2007-12-19
|
* #201344 by catch: fix a spelling error in taxonomy moduleGábor Hojtsy2007-12-19
|
* #200069 by keith.smith: new standard for 'more information' links in module ↵Gábor Hojtsy2007-12-14
| | | | help texts, as the handbook we referred to before was renamed
* #180301 by pwolanin: taxonomy term pages did not have their argument ↵Gábor Hojtsy2007-12-14
| | | | reflected in the menu hook
* #197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, ↵Gábor Hojtsy2007-12-13
| | | | update to drag and drop functionality, drupal.module removal, etc
* #199640 by webernet: (usability) add option to select no taxonomy term in ↵Gábor Hojtsy2007-12-10
| | | | multiselect forms, not to rely on browser trickery
* #198579 by webernet and hswong3i: a huge set of coding style fixes, including:Gábor Hojtsy2007-12-08
| | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting
* #198321 by ulhume: recent security update had the arguments order wrong in ↵Gábor Hojtsy2007-12-06
| | | | db_query_range()
* #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functionsGábor Hojtsy2007-12-06
|
* Drupal 6.0 beta 4Gábor Hojtsy2007-12-05
|
* - Patch #162381 by Heine et al: properly escape strings.Dries Buytaert2007-11-28
|
* #193333 by quicksketch et al: taxonomy drag and drop supportGábor Hojtsy2007-11-26
|
* - Removing excessive whitespace.Dries Buytaert2007-11-23
|
* #194277 by catch: allow contribs to override taxonomy selector forms (with ↵Gábor Hojtsy2007-11-23
| | | | improved performance)
* #192887 by webernet: fix notice displayed on node form, when node has no ↵Gábor Hojtsy2007-11-22
| | | | taxonomy property
* - Patch #190497 by catch et al (follow up): taxonomy module help page ↵Dries Buytaert2007-11-20
| | | | improvements.
* - Patch #190497 by catch et al: taxonomy module help page improvements.Dries Buytaert2007-11-20
|
* #192209 by catch, webchick et al: use the 'taxonomy' word instead of the ↵Gábor Hojtsy2007-11-19
| | | | more confusing 'categories'
* - Patch #191914 by chx: you cannot add user/register to a menu. Also ↵Dries Buytaert2007-11-17
| | | | removed some whitespace.
* #163728 follow up comment wrapping to 80 columns by myselfGábor Hojtsy2007-11-14
|
* #163728 by yasheshb and Desbeers: taxonomy data was lost on node previewGábor Hojtsy2007-11-14
|
* - Patch #191073 by Keith: another good string cleanup by Keith. (Also ↵Dries Buytaert2007-11-11
| | | | removed some trailing whitespace.)
* #180109 by JirkaRybka: overcome browser quirk to detect when no taxonomy ↵Gábor Hojtsy2007-11-06
| | | | term was selected
* #180719 by sun and JirkaRybka: standardize on displaying the term ↵Gábor Hojtsy2007-11-04
| | | | description on term pages and feeds, but only if there was one term, not more
* #185124 by JirkaRybka: fix notices in taxonomy module displayed on 404 pagesGábor Hojtsy2007-11-04
|
* #100570 by keith.smith: break long sentence into two and generally ↵Gábor Hojtsy2007-10-27
| | | | standardize on a common format in taxonomy help text when describing different use cases
* - Patch #169982 by moshe, eaton, bjaspan, nedjo, yched, et al: missing ↵Dries Buytaert2007-10-02
| | | | feature from schema API: load/save records based upon schema.
* #172977 follow up patch by pwolanin: fix NOTICE in taxonomy_term_count_nodesGábor Hojtsy2007-09-25
|
* #174254 by pwolanin: Taxonomy term pages need proper titlesGábor Hojtsy2007-09-13
|
* #172773 by numerous contributors: Make the actions interface usable by mere ↵Gábor Hojtsy2007-09-11
| | | | | | | | | mortals (including rename of actions.module to trigger, but keeping the actions themselfs). Complete previous history of actions module: - #148410 by jvandyk: added rewrite of the actions module! - #155986 by Uwe: fixed typos. - #155828 by Eaton, pwolanin and jvandyk: let actions live even if actions.module is not turned on
* #172977 by pwolanin: fix E_ALL NOTICEs with some taxonomy module queriesGábor Hojtsy2007-09-09
|
* #166780 by makara and blakehall: fix incorrect table name alias in ↵Gábor Hojtsy2007-09-06
| | | | taxonomy_select_nodes()
* #163191 follow up patch by hswong3i and pwolanin: use a has_rows flag where ↵Gábor Hojtsy2007-08-18
| | | | we dont need a counter
* - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵Dries Buytaert2007-08-12
| | | | Oracle and DB2. Also a performance improvement. (Correct version this time.)
* - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵Dries Buytaert2007-08-12
| | | | Oracle and DB2. Also a performance improvement.
* - Patch #164931 by John Morahan: included the wrong file.Dries Buytaert2007-08-08
|
* - Patch #158537 by Benjamin Melancon and Wim Leers: unnecessary 'ORDER BY' ↵Dries Buytaert2007-08-07
| | | | in taxonomy_vocabulary_load.
* - Patch #165160 by hswong3i: made two SQL queries work on DB2.Dries Buytaert2007-08-07
|
* - Patch #161182 by Crell: split up taxonomy module.Dries Buytaert2007-07-30
|
* #100641 by kkaefer, ChrisKennedy and RobRoy: change 'Submit' buttons to ↵Gábor Hojtsy2007-07-16
| | | | 'Save' to compliy with the desktop metaphor and actually tell what the button does ('we know it submits the form, but what it does?')
* - Patch #107822 by riccardoR: Content filtering ignores vocabularies with ↵Dries Buytaert2007-07-14
| | | | only one term.
* - Patch #158437 by AjK: taxonomy terms loose parent info on edit.Dries Buytaert2007-07-12
|
* - Patch #158440 by AjK: fixed E_NOTICEs.Dries Buytaert2007-07-11
|
* - Patch #20295 by pyromanfo, webchick, Gurpartap Singh et al: allow forum ↵Dries Buytaert2007-07-02
| | | | topics to be custom node types.
* - Rollback of patch #147723: delete API. Talked to Steven and Gabor and weDries Buytaert2007-07-01
| | | | | | | | | unanimously agreed to rollback the deletion API. We all support the features this patch added, yet not its actual design and implementation. After some talk, we decided that it would be better for Drupal -- in the long term -- not to go with a solution that isn't 100%. We also recognize that in the short term, this patch would have been useful addition. So let's figure out how we can implement this properly in D7.
* #154064 by pwolanin: get hook_help() up to speed to menu changes, allowing ↵Gábor Hojtsy2007-06-30
| | | | router path based lookups, and also full path argument lookup with a passed argument array
* - Patch #148410 by jvandyk: added rewrite of the actions module!Dries Buytaert2007-06-29
| | | | | | | | | | This is a very important patch, but one that is merely an enabler. Hopefully we'll see more people submitting "action patches" in the near future. Thanks for the hard work and persistence, John. *If* you decide to update the Drupal Pro Development book to Drupal 6, make sure to add a chapter on actions. ;)
* #115139: Add centralized json handler (and send text/javascript content-type ↵Steven Wittens2007-06-22
| | | | header).