summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #141575 by yched: remove call time pass by referenceGábor Hojtsy2007-05-07
|
* - Patch #133189 by Darren Oh: fixed empty date field test.Dries Buytaert2007-05-07
|
* #141596: _locale_get_iso_list() was renamed _locale_get_predefined_list(), ↵Gábor Hojtsy2007-05-06
| | | | patch by meba
* - Patch #139673 by hunmonk and bjaspan: made caching work on PostgreSQL.Dries Buytaert2007-05-06
|
* - Patch #137211 by merlinofchaos: move theme information to .info files and ↵Dries Buytaert2007-05-06
| | | | improved theme inheritance.
* #141482 by Heine: collapse custom language addition form by default, because ↵Gábor Hojtsy2007-05-05
| | | | it is an advanced form, not required most of the time, so can make people confused
* #127539: progressive operation support, refactoring update.php code to a ↵Gábor Hojtsy2007-05-04
| | | | | | | | | | | generic batch API to support runnning operations in multiple HTTP requests - update.php is already on the batch API - node access rebuilding is in the works - automatic locale importing is in the works Thanks to Yves Chedemois (yched) for the good code quality, very wide awareness of issues related to batches, and the fantastic turnaround times. Hats off.
* - Patch #141204 by Wim Leers: fixing caching bug in taxonomy_node_get_terms().Dries Buytaert2007-05-04
|
* #131061: Very fast t() for a small set of strings,Gábor Hojtsy2007-05-04
| | | | by Moshe Weitzman, webernet, chx, erdemkose and myself
* Add missing items to changelog (clean url tester, sticky table header) and ↵Steven Wittens2007-05-03
| | | | group related items together.
* - Patch #139970 by Gabor: locale cleanup.Dries Buytaert2007-05-03
|
* - Patch #135931 by EclipseGc: semantic update for core pager.Dries Buytaert2007-05-01
|
* - Patch #128082 by Goba et al: Allow localization of built-in menu items.Dries Buytaert2007-04-30
|
* - 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
|