Angie Byron
|
e3e2ef3480
|
#364777 by Eaton, EclipseGC, JohnAlbin, and Rob_Feature: Add a 'stripped down' CSS theme to core to demo Drupal's default markup. Say hello to stark.
|
2009-01-30 23:06:23 +00:00 |
Angie Byron
|
5e81074b70
|
#102743 by yoroy: Swanky new forum icons.
|
2009-01-29 14:44:24 +00:00 |
Angie Byron
|
d2feb62234
|
#345157 follow-up by toddy: Fix @link syntax in PHPDoc.
|
2009-01-29 14:37:40 +00:00 |
Angie Byron
|
ad99dd761a
|
#242962 by Heine: Add a 'tablesort' Form API element to unify various places we use a big table with JS-enabled checkboxes next to each item (with tests).
|
2009-01-28 07:43:26 +00:00 |
Angie Byron
|
f16eccbe9d
|
#365183 by Eaton: Fix for node_feed() silently discards ->content (with tests).
|
2009-01-28 07:34:30 +00:00 |
Angie Byron
|
8fa274af76
|
#144969 by beginner, Wim Leers, and catch: Fix count returned by taxonomy_term_count_nodes() with multi-select vocabularies (with tests).
|
2009-01-28 01:14:39 +00:00 |
Angie Byron
|
585aa50e6a
|
#346156 by stBorchert, swentel, and catch: Fix deletion of terms (with tests).
|
2009-01-28 01:09:58 +00:00 |
Angie Byron
|
f5a4f24b5e
|
#364407 by catch: Fix drupal_render() sorting (with tests).
|
2009-01-27 02:14:42 +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
|
ba5609c11a
|
- Patch #364169 by Gurpartap Singh: improved language.
|
2009-01-26 14:11:34 +00:00 |
Dries Buytaert
|
6d3d75fe4b
|
- Removing whitespace.
|
2009-01-26 14:08:44 +00:00 |
Angie Byron
|
8851b57acf
|
#227486 follow-up by catch: Move update 7010 to 6048 so that the 6.x and 7.x updates stay in sync.
|
2009-01-25 16:46:05 +00:00 |
Angie Byron
|
5951daf881
|
#363262 by catch and Damien Tournoud: Replace src index on the {url_alias} table with src, language for better performance.
|
2009-01-25 13:57:21 +00:00 |
Angie Byron
|
4bf29632d4
|
#363644 by chx: Remove annoying whitespace.
|
2009-01-25 12:22:09 +00:00 |
Angie Byron
|
250e486bb0
|
#363687 by chx: Simplify DBTNG codeflow.
|
2009-01-25 12:19:32 +00:00 |
Dries Buytaert
|
cf43ce126c
|
- Patch #353632 by catch et al: avoid sorting elements twice -- performance improvement.
|
2009-01-23 14:23:27 +00:00 |
Angie Byron
|
887eecc796
|
#362423 by chx: Include session.inc during installer to avoid fatal errors if things don't go exactly according to plan.
|
2009-01-22 19:31:07 +00:00 |
Angie Byron
|
15efe5d5f1
|
#362680 by catch: Put all taxonomy tests in one spot.
|
2009-01-22 18:25:59 +00:00 |
Angie Byron
|
d47f81bf92
|
#352121 follow-up: Let's commit the test module this time, shall we? :P
|
2009-01-22 16:38:15 +00:00 |
Dries Buytaert
|
8ca6649f98
|
- Patch #360398 by asimmonds: fixed bug with updating feed categories.
|
2009-01-22 12:59:32 +00:00 |
Dries Buytaert
|
706198e283
|
- Patch #334956 by JohnAlbin: remove a IE hack 'flash of unstyled content' that is no longer needed.
|
2009-01-22 12:52:50 +00:00 |
Dries Buytaert
|
938c7c07a3
|
- Patch #360605 by Berdir: made CVS HEAD compatible with PHP5.3.
|
2009-01-22 12:46:07 +00:00 |
Dries Buytaert
|
4488b2481e
|
- Patch #308774 by oadaeh, catch, keith.smith: improved the revision log terminology a bit.
|
2009-01-22 12:04:27 +00:00 |
Dries Buytaert
|
a7325fae5a
|
- Patch #80944 by Dave Reid, swentel, ChrisKennedy: move the statistics settings to a more logical place.
|
2009-01-22 12:01:24 +00:00 |
Angie Byron
|
9e2540eeb2
|
#306316 by beeradb: Rebuild the menu from node_types_rebuild() to assist with programmatic node creation.
|
2009-01-22 05:01:39 +00:00 |
Angie Byron
|
3946b191a9
|
#276554 by stella and John Morahan: Tests for comments as part of an RSS feed.
|
2009-01-22 04:53:00 +00:00 |
Angie Byron
|
61bbde66f5
|
#308277 by robertDouglass: Tests for multiple search engine types.
|
2009-01-22 04:49:58 +00:00 |
Angie Byron
|
a8c0d79fae
|
#357591 by sun: Add watchdog calls for user cancel operations.
|
2009-01-22 04:43:32 +00:00 |
Angie Byron
|
9f54383f8d
|
#339466 by patryk: Replace the OpenID link in user help with official link.
|
2009-01-22 04:40:30 +00:00 |
Angie Byron
|
74969e3b9f
|
#360415 by JohnAlbin: Ship Drupal with a default sites/all/modules and sites/all/themes directory. Hooraycvs diff :D
|
2009-01-22 04:33:38 +00:00 |
Angie Byron
|
d5968378ac
|
#345973 by aaron and Rob Loach: Move parameter on drupal_add_css/js to a 'type' instead, to clean up calling code.
|
2009-01-22 03:56:12 +00:00 |
Angie Byron
|
096309b327
|
#352121 by valthebald and Damien Tournoud: Allow importing of invalid tags in .po files into non-default text groups.
|
2009-01-22 03:29:01 +00:00 |
Angie Byron
|
afc9df994a
|
#220559 by eMPee584 and Damien Tournoud: Fix bug in language switcher block that makes all languages active (with tests)
|
2009-01-22 03:18:30 +00:00 |
Angie Byron
|
b4c737a2a5
|
#287178 by justinrandell: Break up various hook_form_alter()s to hook_form_FORM_ID_alters().
|
2009-01-22 03:11:54 +00:00 |
Angie Byron
|
7ac380aa05
|
#346285 by Damien Tournoud: forward-port HTTP_HOST fix from 6.x.
|
2009-01-22 03:05:18 +00:00 |
Dries Buytaert
|
3dc1157a1e
|
- Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text format' based on UMN usability study.
|
2009-01-21 16:58:42 +00:00 |
Dries Buytaert
|
2c57079558
|
- Patch #362003 by Steven Jones: minor language massaging.
|
2009-01-21 16:42:50 +00:00 |
Dries Buytaert
|
7e2a90629d
|
- Patch #278675 by Dave Reid, pwolanin, drewish, robertDouglass: fixed possible SQL injection risk in node_access(). Already part of Drupal 6.
|
2009-01-21 14:50:58 +00:00 |
Dries Buytaert
|
c11454db37
|
- Patch #361699 by David Rothstein: prevent CSRF on update.php. Already went into D6.
|
2009-01-21 14:47:12 +00:00 |
Dries Buytaert
|
b20de4c1c9
|
- Patch #360785 by Dave Reid: add timestamp to {poll_votes}.
|
2009-01-21 14:42:16 +00:00 |
Dries Buytaert
|
daf4acf2be
|
- Patch #195976 by mcarbone: made error message more accurate and more informative.
|
2009-01-21 14:37:35 +00:00 |
Dries Buytaert
|
60c06921ce
|
- Patch #291026 by Dave Reid et al: further (usability) improvements to the E_NOTICE handling.
|
2009-01-21 14:22:33 +00:00 |
Angie Byron
|
18e62bf8c5
|
#361514 by Dave Reid and drewish: Use file name in file error messages.
|
2009-01-21 02:07:10 +00:00 |
Angie Byron
|
4a99df11e9
|
#355225 by Josh Waihi and Damien Tournoud: Fix inconsistent behaviour with transaction support and insert queries. All tests should pass on PostgreSQL now. Woot! :)
|
2009-01-20 03:54:15 +00:00 |
Angie Byron
|
fcc8211ab1
|
#203323 by JirkaRybka, robertgarrigos, thePanz, c960657, and sun: Fix undefined index locale in install.php and clean up crufty code.
|
2009-01-20 03:18:41 +00:00 |
Angie Byron
|
0ec23b9b43
|
#357403 by drewish: Make user pictures managed files.
|
2009-01-20 03:10:00 +00:00 |
Angie Byron
|
cb07c9992b
|
#30520 follow-up by Dave Reid: Fix error message about upload when not uploading a file (with tests, so we don't break it again).
|
2009-01-20 02:56:05 +00:00 |
Angie Byron
|
09ed948a25
|
#291026 follow-up by Dave Reid: Fix incorrect variable name.
|
2009-01-20 00:47:47 +00:00 |
Dries Buytaert
|
79b740acc1
|
- Patch #291026 by Dave Reid, Pasqualle, Rob Loach, et al: improved error reporting settings.
|
2009-01-19 21:13:09 +00:00 |
Dries Buytaert
|
b2402f40ae
|
- Patch #360982 by Damien Tournoud: fixed typo in SQLite transacation detection code.
|
2009-01-19 20:45:17 +00:00 |