Dries Buytaert
3e9d5f9d3c
- Patch #133789 by pwolanin: fixed parse error.
2007-04-25 05:02:41 +00:00
Dries Buytaert
91da5f05e4
- Patch #133789 by John Albin: Drupal-generated email can look like spam.
2007-04-24 19:49:01 +00:00
Gábor Hojtsy
359ace36e6
#76588 patch by alienbrain: some localization-unfriendly watchdog() calls
2007-04-24 18:23:48 +00:00
Gábor Hojtsy
0a5ec93496
#76588 : Small fixes after that patch landed
...
- typo fix in watchdog() phpdoc
- add a missing array() on a watchdog call in ping.module
- handle NULL 'variables' value in syslog module
Noticed these while writing the documentation for watchdog() updates and by comitting the updates into the i18n SVN repository.
2007-04-24 15:53:53 +00:00
Dries Buytaert
9a6099c234
- Patch #76588 by Gabor: made log messages translatable. Yay.
2007-04-24 13:55:36 +00:00
Dries Buytaert
f73610bec6
- Patch #76588 by Gabor: made log messages translatable. Yay.
2007-04-24 13:53:15 +00:00
Dries Buytaert
ffe4dc84d4
- Patch #46941 by Zen and Ber: move PHP input filter to dedicated module.
2007-04-24 10:54:35 +00:00
Dries Buytaert
df1bea8bca
- Patch #138429 : reroll.
2007-04-24 10:45:20 +00:00
Dries Buytaert
2e34699b59
- Patch #138429 by Zen: removed unused variables.
2007-04-24 08:43:31 +00:00
Dries Buytaert
768faa988b
- Patch #138703 by chx: Menu inheritance is wrong.
2007-04-24 08:26:58 +00:00
Dries Buytaert
2a2b767239
- Patch #138531 by bjaspan: destroy existing sessions when a user password is changed.
2007-04-23 17:07:57 +00:00
Dries Buytaert
1cd3b7a01f
- Patch #128600 by scott.mclewin and spatz4000: ambigious field use in SQL query.
2007-04-23 17:04:34 +00:00
Dries Buytaert
2127487be3
- Patch #121425 by Chris Bray: fixed capitalization glitch.
2007-04-23 17:02:17 +00:00
Dries Buytaert
0b74f313a0
- Patch #138376 by dww: fixed array vs. string bug when defining #default_value array for a multiselect.
2007-04-23 17:00:36 +00:00
Dries Buytaert
61f46c6aa9
- Patch #138234 by webchick: Missing theme_user_signature from user_theme().
2007-04-23 16:58:10 +00:00
Gábor Hojtsy
45aa7f61ac
#136250 : The upload directory might exist, but is not writable. Fix error message. Investigated with Moshe Weitzman and Gerhard Killesreiter.
2007-04-21 20:47:30 +00:00
Dries Buytaert
7f87707937
- Patch #127109 by moonray with help from Zen: fixed UI glitch in node filter settings.
2007-04-21 18:10:53 +00:00
Dries Buytaert
9050e15621
- Patch #137479 by dww: added db_column_exits(). (Yay, the servers are snappy on Saturday evening.)
2007-04-21 18:08:41 +00:00
Dries Buytaert
cf050e5f6e
- Patch #138000 by killes: removed global .
2007-04-21 18:00:22 +00:00
Dries Buytaert
b88d9b9ece
- Patch #100850 by dww: fixed SQL error when log is empty.
2007-04-20 08:50:08 +00:00
Dries Buytaert
0337be7875
- Patch #136961 by Ralf Stamm: add version information to themes and theme pages.
2007-04-20 08:44:01 +00:00
Gábor Hojtsy
be169d59b6
Leftover variable name spotted by Amr Mostafa, reported by email (because 'the fix is too small and trivial to submit an issue')
2007-04-18 21:56:18 +00:00
Dries Buytaert
3d8febbaa5
- Patch #132018 by alienbrain: replace instances of _module_parse_info_file() with drupal_parse_info_file().
2007-04-18 20:42:23 +00:00
Dries Buytaert
318ac983e2
- Patch #137138 by jvandyk: fixed problem with drupal_http_request() not setting the proper error code when a network effect occurs. Causes the XML-RPC backend to fail.
2007-04-18 20:35:45 +00:00
Steven Wittens
bcfc0e651c
Fix formatting of doxygen for drupal_parse_info_file() (for api.drupal.org).
2007-04-18 02:49:33 +00:00
Dries Buytaert
552e2cbc09
- Patch #63881 by dww: fixed problem with dblog upgrade path.
2007-04-17 08:13:11 +00:00
Dries Buytaert
27a58851d9
- Patch #132018 by Steven et al: add .info files to themes.
2007-04-17 08:08:02 +00:00
Dries Buytaert
03b4b58e9a
- Patch #132018 by Steven et al: add .info files to themes.
2007-04-17 07:19:39 +00:00
Dries Buytaert
e98c82e679
- Patch #136202 by asimmonds: fixed indefined variable notice.
2007-04-15 15:59:06 +00:00
Dries Buytaert
840bb124ea
- Patch #126867 by dmitrig01: made caching work with prefixing.
2007-04-15 15:38:35 +00:00
Dries Buytaert
f4cbd7c63d
- Patch #118660 by agentrickard: re-order arguments of cache_set() to match PHP/Drupal conventions.
2007-04-15 15:36:10 +00:00
Dries Buytaert
125dbb1ab2
- Patch #130331 by Zen: updated code comments.
2007-04-15 14:41:13 +00:00
Dries Buytaert
7c89dee568
- Patch #131009 by chx: menu system fixes/improvements.
2007-04-15 14:38:16 +00:00
Dries Buytaert
e675979091
- Patch #134493 by douggreen: getting the Drupal coding standards right in core. Woot. Woot.
2007-04-13 08:56:59 +00:00
Dries Buytaert
be47ac090b
- Patch #130331 by webchick and webernet: re-number updates according to major version.
2007-04-13 08:53:24 +00:00
Dries Buytaert
87c49cbfe6
- Patch #133083 by Zen: 'Shortcut icon settings' not using proper FAPI value.
2007-04-13 08:50:36 +00:00
Dries Buytaert
ea3c495a55
- Patch #135329 by Zen: clean up password reset form.
2007-04-13 08:42:36 +00:00
Dries Buytaert
e6f10554dd
- Patch #135533 by asimmonds: updated themes to work properly with new language options.
2007-04-13 08:38:05 +00:00
Dries Buytaert
4a7b9e98f4
- Patch #129640 by snufkin: generate the sticky css tag when necessary.
2007-04-13 08:30:52 +00:00
Dries Buytaert
9dc7e99a42
- Patch #63881 by kbahey: logging documentation improvements.
2007-04-13 08:27:18 +00:00
Dries Buytaert
807c2a2d09
- Patch #134364 by lyricnz: simplified SQL query
2007-04-13 08:26:34 +00:00
Dries Buytaert
a2a894ad8d
- Added Khalid as the logging maintainer, and made Karoly the new menu module maintainer.
2007-04-13 08:23:14 +00:00
Dries Buytaert
78305a9e2d
- Patch #135846 by Gabor: killed two E_NOTICES
2007-04-13 08:03:21 +00:00
Dries Buytaert
083a6a274d
- Patch #134185 by Ralf Stamm: missing CVS IDs in files.
2007-04-13 07:33:24 +00:00
Steven Wittens
2a10f18211
- Fix bad code in taxonomy.module (variable naming)
2007-04-11 09:17:53 +00:00
Dries Buytaert
6a3b234606
- Patch #63881 by erdemkose: improve compatibility of syslog with Windows systems.
2007-04-10 15:13:14 +00:00
Dries Buytaert
b69b850591
- Patch #126177 by AjK: fixed E_NOTICE because of sloppy array_merge_recursive().
2007-04-10 12:11:42 +00:00
Dries Buytaert
cbca44a8a7
- Patch #113898 by chx: make it possible to remove create content links.
2007-04-10 12:08:38 +00:00
Dries Buytaert
8e990d6935
- Patch #35177 by Stefan and profix898: added some logging to the taxonomy module.
2007-04-10 11:28:18 +00:00
Dries Buytaert
704737132f
- Patch #101305 by bjaspan: work around IE textarea bug.
2007-04-10 11:24:16 +00:00