summaryrefslogtreecommitdiff
path: root/includes/common.inc
Commit message (Collapse)AuthorAge
* #119441: JavaScript aggregator/compressor by m3avrck and others.Steven Wittens2007-06-01
|
* - Patch #101268 by webernet et al: improve the usability of feed icons.Dries Buytaert2007-05-31
|
* #147640 by Jose A Reyero with further cleanup by myself: add language code ↵Gábor Hojtsy2007-05-29
| | | | | | to localization functions This makes it possible to call these functions with a given language code when sending emails to multiple users with different languages in a request for example.
* - Patch #145058 by pwolanin (and chx): re-parenting and caching for menu links.Dries Buytaert2007-05-27
|
* #145737 by yhager, documentation cleaned up by myself: add support for RTL ↵Gábor Hojtsy2007-05-27
| | | | | | | | | CSS overrides and default RTL CSS override files for modules Note: properties, which are different in the RTL display are marked with /* LTR */ in default CSS files now, so maintainers remember that changing them should also have an effect on RTL CSS files. This should open the way for better RTL (right-to-left written) language (such as Arabic and Hebrew) support.
* - Patch #146937 by merlinofchaos: restore maintenance mode.Dries Buytaert2007-05-26
|
* - Patch #142773 by kbahey: made Drupal work correctly when behind a reverse ↵Dries Buytaert2007-05-25
| | | | proxy.
* - Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. ↵Dries Buytaert2007-05-25
| | | | Oh, behave.
* #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
* #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 #135931 by EclipseGc: semantic update for core pager.Dries Buytaert2007-05-01
|
* - 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 merlinofchaos: provide a way to secure the theme ↵Dries Buytaert2007-04-27
| | | | variables system.
* - 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
|
* - Patch #76588 by Gabor: made log messages translatable. Yay.Dries Buytaert2007-04-24
|
* - 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 #118660 by agentrickard: re-order arguments of cache_set() to match ↵Dries Buytaert2007-04-15
| | | | PHP/Drupal conventions.
* - Patch #134493 by douggreen: getting the Drupal coding standards right in ↵Dries Buytaert2007-04-13
| | | | core. Woot. Woot.
* - Patch #130987 by merlinofchaos: added theme registry for easier themability.Dries Buytaert2007-04-06
|
* #130991: Custom menu items, part 1Steven Wittens2007-04-06
|
* - Patch #131419 by Chris Johnson: renamed the error handler to avoid ↵Dries Buytaert2007-03-29
| | | | conflicts with third-party applications.
* #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)Steven Wittens2007-03-27
|
* - Patch #128866 by Gabor, Steven, chx, Jose et al: new language subsystem.Dries Buytaert2007-03-26
|
* - Small fix for drupal_alter()Dries Buytaert2007-03-26
|
* #110888: TyposSteven Wittens2007-03-26
|
* - Patch #110888 by Eaton: unify hook _alter()Dries Buytaert2007-03-26
|
* - Patch #121876 by Darren, Nedjo et al: drupal_to_js converts empty arrays ↵Dries Buytaert2007-03-08
| | | | to objects.
* - Patch #115047 by mindless: token replacement with format_plural.Dries Buytaert2007-03-07
|
* - Patch #111347 by Steven: refactor url() and l().Dries Buytaert2007-02-15
|
* - Patch #118041 by kkaefer: fixed small braino in url().Dries Buytaert2007-02-12
|
* - Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. ↵Dries Buytaert2007-01-31
| | | | Thanks.
* - Patch #113829 by m3avrck: improved code comments.Dries Buytaert2007-01-29
|
* - Patch #34755 by chx et al: faster menu system. HEAD is temporary broken ↵Dries Buytaert2007-01-24
| | | | and there is no upgrade path yet.
* - Patch #99625: enable E_ALL mode.Dries Buytaert2007-01-23
|
* #108320: Form API optimization, don't call element_sort unless needed.Steven Wittens2007-01-10
|
* - Cleanup form attributes.Dries Buytaert2007-01-09
|
* #107015: Code consistency, capitalization of class names.Steven Wittens2007-01-05
|
* #100563: Clarify documentation for CSS preprocessor.Steven Wittens2007-01-05
|
* - Patch #100563 by m3avrck: improved phpDoc of drupal_add_css.Dries Buytaert2007-01-04
|
* - Patch #104693 by Chris: switch back to HTTP/1.0 headers.Dries Buytaert2007-01-04
|
* #106232 by chx. Add spaces for code style.Neil Drumm2007-01-02
|
* #101757 by ChrisKennedy. 1 byte instead of 1 bytes.Neil Drumm2006-12-30
|
* - Patch #104693 by ChrisKennedy: send proper HTTP headers: HTTP/1.0 -> HTTP/1.1.Dries Buytaert2006-12-21
|
* #102877: Don't let the css preprocessor mess up @import in some themes.Steven Wittens2006-12-15
|
* #78377: Use real path instead of alias in destinationSteven Wittens2006-12-12
|
* #102597: Fix overzealous CSS compressor.Steven Wittens2006-12-12
|