summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #56357 by John Albin, alienbrain, moshe, etc: fixed more cookie ↵Dries Buytaert2007-04-30
| | | | domain problems.
* - Patch #76588 by kbahey and RobRoy: made the syslog deamon strip HTML tags.Dries Buytaert2007-04-30
|
* - Patch #139979 by asimmonds: Display consistent message for unavailable ↵Dries Buytaert2007-04-30
| | | | statistics.
* - Patch #67893 by kbahey, dww, alienbrain, asimmonds et al: made it possible ↵Dries Buytaert2007-04-30
| | | | to filter log messages in the database log.
* - Patch #137236 by merlin: these template files are now deprecated.Dries Buytaert2007-04-29
|
* - Patch #130987 by alienbrain: fixed problem with theme registry patch.Dries Buytaert2007-04-29
|
* - Patch #97213 by Chris: made clean URL test work with non-conventional ports.Dries Buytaert2007-04-29
|
* - Patch #139517 by Grugnog2: improved code comment.Dries Buytaert2007-04-27
|
* - Patch #137236 by merlinofchaos: provide a way to secure the theme ↵Dries Buytaert2007-04-27
| | | | variables system.
* - Updated CHANGELOG.txt.Dries Buytaert2007-04-25
|
* - Patch #137415 by slantview: simplified the cache API/usages, and made it a ↵Dries Buytaert2007-04-25
| | | | tad smarter. Makes it easier to program for, and easier to replace. Will need to be documented.
* - Patch #137376 by Gabor: add language support to nodes.Dries Buytaert2007-04-25
|
* - Patch #133789 by pwolanin: fixed parse error.Dries Buytaert2007-04-25
|
* - Patch #133789 by John Albin: Drupal-generated email can look like spam.Dries Buytaert2007-04-24
|
* #76588 patch by alienbrain: some localization-unfriendly watchdog() callsGábor Hojtsy2007-04-24
|
* #76588: Small fixes after that patch landedGábor Hojtsy2007-04-24
| | | | | | | | - 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.
* - Patch #76588 by Gabor: made log messages translatable. Yay.Dries Buytaert2007-04-24
|
* - Patch #76588 by Gabor: made log messages translatable. Yay.Dries Buytaert2007-04-24
|
* - Patch #46941 by Zen and Ber: move PHP input filter to dedicated module.Dries Buytaert2007-04-24
|
* - Patch #138429: reroll.Dries Buytaert2007-04-24
|
* - Patch #138429 by Zen: removed unused variables.Dries Buytaert2007-04-24
|
* - Patch #138703 by chx: Menu inheritance is wrong.Dries Buytaert2007-04-24
|
* - Patch #138531 by bjaspan: destroy existing sessions when a user password ↵Dries Buytaert2007-04-23
| | | | is changed.
* - Patch #128600 by scott.mclewin and spatz4000: ambigious field use in SQL ↵Dries Buytaert2007-04-23
| | | | query.
* - Patch #121425 by Chris Bray: fixed capitalization glitch.Dries Buytaert2007-04-23
|
* - Patch #138376 by dww: fixed array vs. string bug when defining ↵Dries Buytaert2007-04-23
| | | | #default_value array for a multiselect.
* - Patch #138234 by webchick: Missing theme_user_signature from user_theme().Dries Buytaert2007-04-23
|
* #136250: The upload directory might exist, but is not writable. Fix error ↵Gábor Hojtsy2007-04-21
| | | | message. Investigated with Moshe Weitzman and Gerhard Killesreiter.
* - Patch #127109 by moonray with help from Zen: fixed UI glitch in node ↵Dries Buytaert2007-04-21
| | | | filter settings.
* - Patch #137479 by dww: added db_column_exits(). (Yay, the servers are ↵Dries Buytaert2007-04-21
| | | | snappy on Saturday evening.)
* - Patch #138000 by killes: removed global .Dries Buytaert2007-04-21
|
* - Patch #100850 by dww: fixed SQL error when log is empty.Dries Buytaert2007-04-20
|
* - Patch #136961 by Ralf Stamm: add version information to themes and theme ↵Dries Buytaert2007-04-20
| | | | pages.
* Leftover variable name spotted by Amr Mostafa, reported by email (because ↵Gábor Hojtsy2007-04-18
| | | | 'the fix is too small and trivial to submit an issue')
* - Patch #132018 by alienbrain: replace instances of ↵Dries Buytaert2007-04-18
| | | | _module_parse_info_file() with drupal_parse_info_file().
* - Patch #137138 by jvandyk: fixed problem with drupal_http_request() not ↵Dries Buytaert2007-04-18
| | | | setting the proper error code when a network effect occurs. Causes the XML-RPC backend to fail.
* Fix formatting of doxygen for drupal_parse_info_file() (for api.drupal.org).Steven Wittens2007-04-18
|
* - Patch #63881 by dww: fixed problem with dblog upgrade path.Dries Buytaert2007-04-17
|
* - Patch #132018 by Steven et al: add .info files to themes.Dries Buytaert2007-04-17
|
* - Patch #132018 by Steven et al: add .info files to themes.Dries Buytaert2007-04-17
|
* - Patch #136202 by asimmonds: fixed indefined variable notice.Dries Buytaert2007-04-15
|
* - Patch #126867 by dmitrig01: made caching work with prefixing.Dries Buytaert2007-04-15
|
* - Patch #118660 by agentrickard: re-order arguments of cache_set() to match ↵Dries Buytaert2007-04-15
| | | | PHP/Drupal conventions.
* - Patch #130331 by Zen: updated code comments.Dries Buytaert2007-04-15
|
* - Patch #131009 by chx: menu system fixes/improvements.Dries Buytaert2007-04-15
|
* - Patch #134493 by douggreen: getting the Drupal coding standards right in ↵Dries Buytaert2007-04-13
| | | | core. Woot. Woot.
* - Patch #130331 by webchick and webernet: re-number updates according to ↵Dries Buytaert2007-04-13
| | | | major version.
* - Patch #133083 by Zen: 'Shortcut icon settings' not using proper FAPI value.Dries Buytaert2007-04-13
|
* - Patch #135329 by Zen: clean up password reset form.Dries Buytaert2007-04-13
|
* - Patch #135533 by asimmonds: updated themes to work properly with new ↵Dries Buytaert2007-04-13
| | | | language options.