summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.module
Commit message (Collapse)AuthorAge
* - Patch #245329 by christefano and dmitrig01: code comment love.Dries Buytaert2008-07-24
|
* - Patch #277214 by lilou, dereine, Damien Tournoud et al: all menu loaders ↵Dries Buytaert2008-07-18
| | | | should return FALSE on object not found.
* - Patch #180646 by John Morahan: SQL in taxonomy_get_term_by_name() should ↵Dries Buytaert2008-06-28
| | | | use = instead of LIKE.
* - Patch #268204 by aclight: fixed E_NOTICE.Dries Buytaert2008-06-09
|
* - Patch #169899 by Island Usurper: taxonomy caching not always working.Dries Buytaert2008-06-07
|
* - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵Dries Buytaert2008-05-06
| | | | | | | | | | | flobruit et al. Can you say 'registry'? Drupal now maintains an internal registry of all functions or classes in the system, allowing it to lazy-load code files as needed (reducing the amount of code that must be parsed on each request). The list of included files is cached per menu callback for subsequent loading by the menu router. This way, a given page request will have all the code it needs but little else, minimizing time spent parsing unneeded code.
* - Patch #249546 by pwolanin: rip menu access inheritance -- was already ↵Dries Buytaert2008-04-23
| | | | committed to D6.
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.
* - Patch #226878 by boydjd: fixed coding standards.Dries Buytaert2008-03-02
|
* - Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide ↵Dries Buytaert2008-02-20
| | | | descriptions for permissions on the permission administration page.
* - Patch #222385 by pwolanin: removed drupal_clone() hack in favor of the ↵Dries Buytaert2008-02-17
| | | | real PHP5 clone().
* #214579 by keith.smith: vocabulary drag and drop was not properly documented ↵Gábor Hojtsy2008-01-27
| | | | (string change)
* - Patch #206495 by jvandyk: improved consistency of trigger descriptions.Dries Buytaert2008-01-15
|
* #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.