summaryrefslogtreecommitdiff
path: root/modules/taxonomy
Commit message (Collapse)AuthorAge
* - Patch #161301 by Eaton, Sun, moshe and webchick: make checking for node ↵Dries Buytaert2008-09-27
| | | | edit forms easier. DX improvement.
* #296910 by catch and webchick: Add reset parameter to ↵Angie Byron2008-09-24
| | | | taxonomy_vocabulary_load().
* #244662 by solotandem and catch: Fix taxonomy_vocabulary_load() when called ↵Angie Byron2008-09-24
| | | | multiple times.
* - Patch #305740 by catch, Benjamin Melançon: added an edit tab to taxonomy ↵Dries Buytaert2008-09-19
| | | | term pages.
* #190850 by Poetro and Robin Monks: Replace hard-coded taxonomy links by ↵Angie Byron2008-09-19
| | | | taxonomy_term_path().
* #308534 by Dave Reid: Remove stray whitespace core-wide.Angie Byron2008-09-15
|
* #302440 by Benjamin Melançon, catch, asimmonds, pp: Fix PDOException error ↵Angie Byron2008-09-11
| | | | on empty terms list.
* - Patch #302396 by chx, catch: made some tests more granular so they an be ↵Dries Buytaert2008-09-08
| | | | run in parallel or stand-alone.
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵Dries Buytaert2008-08-21
| | | | generation database layer for Drupal 7.
* - 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 #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now ↵Dries Buytaert2008-07-16
| | | | printes #markup, not #value.
* - Patch #180646 by John Morahan: SQL in taxonomy_get_term_by_name() should ↵Dries Buytaert2008-06-28
| | | | use = instead of LIKE.
* - Patch #268914 by catch: small usability improvements to taxonomy and ↵Dries Buytaert2008-06-12
| | | | content type overview pages.
* - 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 #247423 by boombatower: code style fixes for the tests.Dries Buytaert2008-05-30
|
* - 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.
* - Added a test framework to Drupal along with a first batch of tests forDries Buytaert2008-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | Drupal core! This is an important milestone for the project so enable the module and check it out ... :) Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran Lal, Moshe Weitzman, and the many other people that helped with testing over the past years and that drove this home. It all works but it is still rough around the edges (i.e. documentation is still being written, the coding style is not 100% yet, a number of tests still fail) but we spent the entire weekend working on it in Paris and made a ton of progress. The best way to help and to get up to speed, is to start writing and contributing some tests ... as well as fixing some of the failures. For those willing to help with improving the test framework, here are some next steps and issues to resolve: - How to best approach unit tests and mock functions? - How to test drupal_mail() and drupal_http_request()? - How to improve the admin UI so we have a nice progress bar? - How best to do code coverage? - See http://g.d.o/node/10099 for more ...
* - 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 #221384 by webernet: update core compatibility to Drupal 7.Dries Buytaert2008-02-18
|
* - Patch #222385 by pwolanin: removed drupal_clone() hack in favor of the ↵Dries Buytaert2008-02-17
| | | | real PHP5 clone().
* - Patch #163297 by pwolanin et al: remove $_POST from taxonomy module's form ↵Dries Buytaert2008-02-14
| | | | handling.
* - Patch #217508 by keith et al: fixed writing style of output messags.Dries Buytaert2008-02-08
|
* - Patch #210131 by dvessel, catch, John, et al: updated jQuery library.Dries Buytaert2008-02-06
|
* #217324 by Takafumi: trivial missing t() in taxonomy moduleGábor Hojtsy2008-02-03
|
* #214579 by keith.smith: vocabulary drag and drop was not properly documented ↵Gábor Hojtsy2008-01-27
| | | | (string change)
* #205523 by assimonds: (minor) add missing CVS Id tagsGábor Hojtsy2008-01-25
|
* #210936 by Pancho: some padding around taxonomy descriptions on taxonomy ↵Gábor Hojtsy2008-01-18
| | | | pages, so that they get more breathing space
* #211443 by dropcube: kill a feed warning on taxonomy pagesGábor Hojtsy2008-01-18
|
* #211060 by boydjd: do not display the taxonomy-term-description div when ↵Gábor Hojtsy2008-01-17
| | | | there is no description
* - Patch #206495 by jvandyk: improved consistency of trigger descriptions.Dries Buytaert2008-01-15
|
* #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocksGábor Hojtsy2008-01-08
|
* #164532 follow up by pwolanin, David Strauss, catch and myself, testing also ↵Gábor Hojtsy2008-01-08
| | | | by hswong3i: some indexes added before Drupal 6 RC1 were too unique, and our code did not back them, so we should not add those indexes
* #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
|
* One remaining button titled 'Submit' which slipped through the taxonomy drag ↵Gábor Hojtsy2007-12-19
| | | | and drop patch
* #201333 by keith.smith and myself: fix typos in taxonomy form, also fix a ↵Gábor Hojtsy2007-12-19
| | | | few code comments
* #201344 by catch: fix a spelling error in taxonomy moduleGábor Hojtsy2007-12-19
|
* #99947 by neclimdul, Sutharsan, keith.smith: forum module help text and form ↵Gábor Hojtsy2007-12-19
| | | | description update, removing reference to other forum software as well
* #198865 by sign: taxonomy term deletion was broken due to some leftover codeGábor Hojtsy2007-12-19
|
* - Patch #164532 by catch, pwolanin, David Strauss, et al.: improve table ↵Dries Buytaert2007-12-18
| | | | indicies for common queries.
* #197641 follow up by moofie: make drag and drop handle text translatable and ↵Gábor Hojtsy2007-12-16
| | | | fix smaller bugs
* #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