Commit Graph

7081 Commits (304400293a997a76290f04c7d1d65680fef2c7d8)

Author SHA1 Message Date
Dries Buytaert 304400293a - Patch #141204 by Wim Leers: fixing caching bug in taxonomy_node_get_terms(). 2007-05-04 08:38:34 +00:00
Gábor Hojtsy f0b273a965 #131061: Very fast t() for a small set of strings,
by Moshe Weitzman, webernet, chx, erdemkose and myself
2007-05-04 08:32:00 +00:00
Steven Wittens 8f36367d4a Add missing items to changelog (clean url tester, sticky table header) and group related items together. 2007-05-03 10:52:56 +00:00
Dries Buytaert fff45d1f4b - Patch #139970 by Gabor: locale cleanup. 2007-05-03 09:51:08 +00:00
Dries Buytaert 2a65f86bf0 - Patch #135931 by EclipseGc: semantic update for core pager. 2007-05-01 06:53:03 +00:00
Dries Buytaert 7d4f2836ba - Patch #128082 by Goba et al: Allow localization of built-in menu items. 2007-04-30 17:03:29 +00:00
Dries Buytaert b93ce19a9c - Patch #56357 by John Albin, alienbrain, moshe, etc: fixed more cookie domain problems. 2007-04-30 14:37:36 +00:00
Dries Buytaert 248703477d - Patch #76588 by kbahey and RobRoy: made the syslog deamon strip HTML tags. 2007-04-30 14:25:14 +00:00
Dries Buytaert e9ffe24f8e - Patch #139979 by asimmonds: Display consistent message for unavailable statistics. 2007-04-30 11:26:06 +00:00
Dries Buytaert 38d22252b9 - Patch #67893 by kbahey, dww, alienbrain, asimmonds et al: made it possible to filter log messages in the database log. 2007-04-30 11:12:35 +00:00
Dries Buytaert dad5275365 - Patch #137236 by merlin: these template files are now deprecated. 2007-04-29 16:15:39 +00:00
Dries Buytaert ad67a17f8b - Patch #130987 by alienbrain: fixed problem with theme registry patch. 2007-04-29 16:13:12 +00:00
Dries Buytaert ab65c232f4 - Patch #97213 by Chris: made clean URL test work with non-conventional ports. 2007-04-29 16:06:04 +00:00
Dries Buytaert 301c6e7539 - Patch #139517 by Grugnog2: improved code comment. 2007-04-27 07:47:38 +00:00
Dries Buytaert 29055d34d6 - Patch #137236 by merlinofchaos: provide a way to secure the theme variables system. 2007-04-27 07:42:54 +00:00
Dries Buytaert 80ab60d39e - Updated CHANGELOG.txt. 2007-04-25 21:36:57 +00:00
Dries Buytaert dbfcd7d137 - Patch #137415 by slantview: simplified the cache API/usages, and made it a tad smarter. Makes it easier to program for, and easier to replace. Will need to be documented. 2007-04-25 21:34:32 +00:00
Dries Buytaert 9a142acc8d - Patch #137376 by Gabor: add language support to nodes. 2007-04-25 21:28:00 +00:00
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