summaryrefslogtreecommitdiff
path: root/modules/taxonomy
Commit message (Collapse)AuthorAge
* - Patch #334271 by catch: clean up of taxonomy module tests.Dries Buytaert2008-11-16
|
* - Patch #332123 by webchick, lilou: remove t() function from schema ↵Dries Buytaert2008-11-15
| | | | descriptions.
* #332145 by catch and Arancaytar: Fix regression on term submit form.Angie Byron2008-11-13
|
* - Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up.Dries Buytaert2008-11-11
|
* #314147 follow-up by catch: Fixed typos with previous patch, and added tests.Angie Byron2008-11-09
|
* - Patch #173826 by Jody Lynn, catch, roychri, arcX: trim taxonomy term names ↵Dries Buytaert2008-11-07
| | | | upon save.
* - Patch #314147 by catch: more taxonomy standardization.Dries Buytaert2008-11-05
|
* - Patch #329140 by catch, pwolanin: improve consistency of vocabulary API ↵Dries Buytaert2008-11-05
| | | | and term API.
* - Patch #306224 by catch, sun: add proper taxonomy term hooks.Dries Buytaert2008-11-02
|
* - Patch #306224 by catch et al: improving the taxonomy hook system.Dries Buytaert2008-11-02
|
* - Patch #319666 by Dave Reid: remove unnecessary boolean ternary conditaionals.Dries Buytaert2008-10-29
|
* - Patch #316225 by sun et al: allow behaviors to detach from AHAH/AJAX.Dries Buytaert2008-10-29
|
* - Patch #320747 by lilou, UltimateBoy: removed double semicolons.Dries Buytaert2008-10-14
|
* Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() ↵Angie Byron2008-10-13
| | | | check_plain() by default.
* Roll-back of #242873: This caused horrendous problems with SimpleTest on ↵Angie Byron2008-10-12
| | | | some configurations.
* #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.Angie Byron2008-10-12
|
* #242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by ↵Angie Byron2008-10-11
| | | | default.
* #162678 by robertDouglass, catch, and Damien Tournoud: Add static caching forAngie Byron2008-10-11
|
* #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI.Angie Byron2008-10-11
|
* #318892 by justinrandell and chx: Add .install files to the list of files ↵Angie Byron2008-10-09
| | | | added to .info files.
* #313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions ↵Angie Byron2008-10-09
| | | | to allow for localization of permission names
* #268584 by agentrickard, Rob Loach, and catch: Add a hidden variable for the ↵Angie Byron2008-10-06
| | | | number of terms displayed on the term admin page.
* - Patch #310212 by justinrandell: killed in _node hook, as well as twelve ↵Dries Buytaert2008-10-06
| | | | sable tooth tigers.
* - 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
|