Dries Buytaert
|
08b1bb73f7
|
- Patch #201269 by Xano; synonym collapsing in core.
|
2009-06-28 13:37:29 +00:00 |
Dries Buytaert
|
2bc9e50dba
|
- Patch #413192 by catch et al: make taxonomy terms fieldable (not to be confused with taxonomy terms as fields).
|
2009-06-12 13:59:56 +00:00 |
Dries Buytaert
|
a24a6c2bba
|
- Patch #471070 by stella: millions of code style fixes.
|
2009-05-24 17:39:35 +00:00 |
Dries Buytaert
|
02c8592759
|
- Patch #428744 by Gabor: make the main page content a real block and clean up some of the content API.
|
2009-05-21 21:12:25 +00:00 |
Dries Buytaert
|
7a6f73f49d
|
- Patch #330748 by stBorchert: remove from theme_pager*.
|
2009-04-26 19:44:40 +00:00 |
Dries Buytaert
|
6886aeec5e
|
- Patch #437120 by mfb: prevent double escaping of taxonmy term names.
|
2009-04-18 06:32:24 +00:00 |
Dries Buytaert
|
383f7e5721
|
- Patch #302412 by Berdir: converted more of taxonomy module to the new database abstraction layer.
|
2009-04-15 14:12:55 +00:00 |
Dries Buytaert
|
2e8ca690ff
|
- Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: hook_page_alter. Oh, behave.
|
2009-01-27 00:22:27 +00:00 |
Dries Buytaert
|
d3df2ff356
|
- Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL table namespace.
|
2009-01-14 21:16:21 +00:00 |
Dries Buytaert
|
77936aef4c
|
- Rollback of #225562 -- I think there is still something wrong.
|
2009-01-13 22:41:39 +00:00 |
Dries Buytaert
|
b86354c55c
|
- Patch #225562 by Jody Lynn: change DB table names from eg. term_data to taxonomy_term_data.
|
2009-01-13 22:25:13 +00:00 |
Dries Buytaert
|
ec4eba68d7
|
- Patch #323528 by jhedstrom: fixed alias usage in queries for PostgreSQL.
|
2008-12-19 03:55:23 +00:00 |
Angie Byron
|
8292bdd40a
|
Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() check_plain() by default.
|
2008-10-13 00:33:05 +00:00 |
Angie Byron
|
a3a420c3e6
|
Roll-back of #242873: This caused horrendous problems with SimpleTest on some configurations.
|
2008-10-12 06:27:06 +00:00 |
Angie Byron
|
ecf7ad41d0
|
#242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by default.
|
2008-10-11 21:11:02 +00:00 |
Dries Buytaert
|
fa8abcbf3b
|
- Patch #305740 by catch, Benjamin Melançon: added an edit tab to taxonomy term pages.
|
2008-09-19 20:25:03 +00:00 |
Angie Byron
|
dae71fe862
|
#190850 by Poetro and Robin Monks: Replace hard-coded taxonomy links by taxonomy_term_path().
|
2008-09-19 02:43:40 +00:00 |
Angie Byron
|
161a9970f7
|
#308534 by Dave Reid: Remove stray whitespace core-wide.
|
2008-09-15 20:48:10 +00:00 |
Dries Buytaert
|
69e6f411a9
|
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.
|
2008-08-21 19:36:39 +00:00 |
Dries Buytaert
|
56d2664a90
|
- 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.
|
2008-04-14 17:48:46 +00:00 |
Dries Buytaert
|
b8a1eab1fb
|
- Patch #210131 by dvessel, catch, John, et al: updated jQuery library.
|
2008-02-06 19:38:28 +00:00 |
Gábor Hojtsy
|
1f9f8d9c86
|
#210936 by Pancho: some padding around taxonomy descriptions on taxonomy pages, so that they get more breathing space
|
2008-01-18 16:23:57 +00:00 |
Gábor Hojtsy
|
5ddab72f8a
|
#211443 by dropcube: kill a feed warning on taxonomy pages
|
2008-01-18 16:07:58 +00:00 |
Gábor Hojtsy
|
5ff9942154
|
#211060 by boydjd: do not display the taxonomy-term-description div when there is no description
|
2008-01-17 19:36:37 +00:00 |
Gábor Hojtsy
|
d83289f857
|
#196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions
|
2007-12-06 09:58:34 +00:00 |
Dries Buytaert
|
073eb45833
|
- Patch #191073 by Keith: another good string cleanup by Keith. (Also removed some trailing whitespace.)
|
2007-11-11 06:56:44 +00:00 |
Gábor Hojtsy
|
6af0c30d14
|
#180719 by sun and JirkaRybka: standardize on displaying the term description on term pages and feeds, but only if there was one term, not more
|
2007-11-04 15:10:09 +00:00 |
Gábor Hojtsy
|
4e187261ab
|
#177497 by chx and Desbeers: revive Drupal 5's menu_set_location() functionality by introducing menu_set_item() (for consistency in function naming), thus fixing a regression in the current development code. Also fixing some misuse of menu_set_location() by using drupal_set_breadcrumb() instead.
|
2007-10-25 08:24:43 +00:00 |
Gábor Hojtsy
|
74def328c8
|
#167284 by Heine and pwolanin: proper field type placeholders in IN() queries, setting a best practice to avoid vulnerabilities
|
2007-09-27 16:52:00 +00:00 |
Dries Buytaert
|
8dfc0e5ad7
|
- Patch #161182 by Crell: split up taxonomy module.
|
2007-07-30 20:33:48 +00:00 |