summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* #139970 follow up fix by riccardoR: LTR is the default behaviorGábor Hojtsy2007-05-17
|
* - Patch #137767 by chx and pwolanin: multiple menu support.Dries Buytaert2007-05-16
|
* - Patch #127539 by yched: batch processing fixes.Dries Buytaert2007-05-16
|
* #143249 by Jose A Reyero: add language parameter to t() to make it possible ↵Gábor Hojtsy2007-05-15
| | | | to retrieve translations of strings for different languages, to send emails to users in their own language for example
* - Patch #142869 by Gabor: import interface translation files at install time.Dries Buytaert2007-05-15
|
* - Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :)Dries Buytaert2007-05-14
|
* #136837: fix coding style issues of cache table name concatenation as noted ↵Gábor Hojtsy2007-05-12
| | | | by ChrisKennedy
* #136837 by meba: PHP replaces {} enclosed variables in strings with the ↵Gábor Hojtsy2007-05-12
| | | | variable value itself, so cache tables were not prefixable
* - Patch #142337 by drewish: fixed E_ALL problem.Dries Buytaert2007-05-12
|
* - Patch #142798 by sime: documentation fix.Dries Buytaert2007-05-12
|
* - Modified patch #142798 by Steven and sime: introduced a new image API ↵Dries Buytaert2007-05-11
| | | | function: image_scale_and_crop()
* Code style: use get_t() to determine appropriate t() functionSteven Wittens2007-05-10
|
* - Patch #99011 by merlinofchaos: remove sites/default/settings.php and ship ↵Dries Buytaert2007-05-08
| | | | with sites/default/default.settings.php.
* #142074 by erdemkose: Bug and E_ALL: undefined variableGábor Hojtsy2007-05-08
|
* simple phpdoc formatting fix in locale.incGábor Hojtsy2007-05-08
|
* - Patch #136049 by lyricnz: small performance improvement - removed some ↵Dries Buytaert2007-05-07
| | | | redundant fields.
* #127539 by yched: simplify developer docs about the finished value and fix ↵Gábor Hojtsy2007-05-07
| | | | an URL placeholder
* - Patch #133189 by Darren Oh: fixed empty date field test.Dries Buytaert2007-05-07
|
* - 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.
* #131061: Very fast t() for a small set of strings,Gábor Hojtsy2007-05-04
| | | | by Moshe Weitzman, webernet, chx, erdemkose and myself
* - 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 #67893 by kbahey, dww, alienbrain, asimmonds et al: made it possible ↵Dries Buytaert2007-04-30
| | | | to filter log messages in the database log.
* - Patch #130987 by alienbrain: fixed problem with theme registry patch.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.
* - 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 #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: 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 #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 #138376 by dww: fixed array vs. string bug when defining ↵Dries Buytaert2007-04-23
| | | | #default_value array for a multiselect.
* - Patch #137479 by dww: added db_column_exits(). (Yay, the servers are ↵Dries Buytaert2007-04-21
| | | | snappy on Saturday evening.)
* 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 #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 #132018 by Steven et al: add .info files to themes.Dries Buytaert2007-04-17
|
* - 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 #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 #135846 by Gabor: killed two E_NOTICESDries Buytaert2007-04-13
|
* - Patch #63881 by kbahey and jakeg: improved Drupal's logging functionality. ↵Dries Buytaert2007-04-10
| | | | Added support for external loggers, and included a small syslog module into core.