summaryrefslogtreecommitdiff
path: root/includes/common.inc
Commit message (Collapse)AuthorAge
* #345973 by aaron and Rob Loach: Move parameter on drupal_add_css/js to a ↵Angie Byron2009-01-22
| | | | 'type' instead, to clean up calling code.
* #220559 by eMPee584 and Damien Tournoud: Fix bug in language switcher block ↵Angie Byron2009-01-22
| | | | that makes all languages active (with tests)
* #203323 by JirkaRybka, robertgarrigos, thePanz, c960657, and sun: Fix ↵Angie Byron2009-01-20
| | | | undefined index locale in install.php and clean up crufty code.
* #291026 follow-up by Dave Reid: Fix incorrect variable name.Angie Byron2009-01-20
|
* - Patch #291026 by Dave Reid, Pasqualle, Rob Loach, et al: improved error ↵Dries Buytaert2009-01-19
| | | | reporting settings.
* - Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, ↵Dries Buytaert2009-01-19
| | | | unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module.
* - Patch #245990 by pwolanin: further clean-up of the HTTP request status ↵Dries Buytaert2009-01-14
| | | | fail problem.
* - Patch #320451 by chx, Damien Tournoud: improved Drupal's module dependency ↵Dries Buytaert2009-01-14
| | | | system. This helps with fields in core. Comes with tests\!
* - Patch #124492 by mfer: tiny cleanup -- duplicate character.Dries Buytaert2009-01-13
|
* - Patch #124492 by mfer: added support for IPv6 and % characters. Comes ↵Dries Buytaert2009-01-11
| | | | with tests\!
* - Patch #356721 by c960657: the cancel user account patch broke the tests ↵Dries Buytaert2009-01-10
| | | | because it reveiled a bug in the url() (when bootstrapping).
* - Patch #124492 by mfer, c960657 et al: valid_url() does not support all ↵Dries Buytaert2009-01-08
| | | | valid URL characters.
* - Patch #326527 by riccardoR: the opening form tag was declared twice.Dries Buytaert2009-01-05
|
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #337783 by Dave Reid, drewish: array-itize drupal_http_requests()'s ↵Dries Buytaert2008-12-26
| | | | parameters.
* - Patch #350708 by dww: t() documentation clean-up.Dries Buytaert2008-12-26
|
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* - Patch #345167 by JacobSignh, pwolanin, jlkreiss, keith.smith et al: fix ↵Dries Buytaert2008-12-12
| | | | some new line behavior in drupal_http_request().
* - Patch #328781 by Damien Tournoud and Dave Reid: fixed simpletest error ↵Dries Buytaert2008-12-09
| | | | reporting.
* #305653 follow-up by sun: Prevent themes from being disabled during update.Angie Byron2008-12-07
|
* - Patch #336115 by Dave Reid: fixing line endings.Dries Buytaert2008-12-03
|
* - Patch #336115 by nedjo: additional documentation for t().Dries Buytaert2008-12-02
|
* #337794 by Damien Tournoud: Make SimpleTest work under PosthreSQL again.Angie Byron2008-11-30
|
* - Patch #332980 by scor and keith.smith: documentation improvements + typo ↵Dries Buytaert2008-11-23
| | | | fixed.
* #315801 by Rob Loach, Grugnoh2, mfer and dmitrig01: Add a hook_js_alter() to ↵Angie Byron2008-11-23
| | | | modify JavaScript being printed to the page.
* - Patch #332980 by scor: added an RDF namespace registry. Oh my ... :-)Dries Buytaert2008-11-22
|
* #11077 by mfb, KarenS, macgirvin, and jjkd: Can you say Daylight Savings ↵Angie Byron2008-11-20
| | | | Time? I bet you didn't think Drupal ever would! :)
* - Patch #74645 by drewish, roychri et al: modify file_scan_directory to use ↵Dries Buytaert2008-11-16
| | | | a regex for the nomask (and code clean-up).
* - Patch #328781 by chx, Damien Tournoud: made sure that all error messages ↵Dries Buytaert2008-11-16
| | | | show a good error message.
* - Patch #267883 by MadHarold, boombatower: parse_size() and format_size() do ↵Dries Buytaert2008-11-16
| | | | not use the same kilo standard.
* - Patch #325665 by chx, Damien Tournoud, justinrandell et al: improved the ↵Dries Buytaert2008-11-11
| | | | cache registry lookups.
* #315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js().Angie Byron2008-11-10
|
* - Rollback of patch #74645 -- breaks installer.Dries Buytaert2008-11-08
|
* - Patch #74645 by drewish, Robin Monks, tayknight: clean up ↵Dries Buytaert2008-11-08
| | | | file_scan_directory API to use regex.
* - Patch #255293 by Gribnif, maartenvg: incorrect regex causes some ↵Dries Buytaert2008-11-08
| | | | aggregated CSS to fail.
* #243532 follow-up by c960657: Make SimpleTest work again with prefixes.Angie Byron2008-11-08
|
* - Patch #279516 by c960657: remove workarounds for PHP versions less than 5.2.xDries Buytaert2008-11-07
|
* #321828 by Damien Tournoud: November Make-All-Tests-Pass-Again-Extravaganza: ↵Angie Byron2008-11-07
| | | | Correct registration of maintenance page in hook_theme().
* - Patch #243532 by Damien Tournoud et al: catch notices, warnings and fatal ↵Dries Buytaert2008-11-05
| | | | errors during testing. Woop, woop.
* - Patch #328719 by c960657: make the module list tests succeed again.Dries Buytaert2008-11-01
|
* - Patch #299088 by hswong3i, Moshe, Keith et al: modernize ↵Dries Buytaert2008-10-31
| | | | drupal_write_record().
* - Patch #298600 by chx, justinrandell, Damien, et al: make module_implements ↵Dries Buytaert2008-10-31
| | | | work regardless of bootstrap phase.
* - Patch #319407 by Crell: convert common.inc to the new database API.Dries Buytaert2008-10-29
|
* - Patch #266358 by Rob Loach, mfer: use array in drupal_add_css().Dries Buytaert2008-10-26
|
* - Patch #315797 by mfer, Rob Loach, et al: rework the parameter of ↵Dries Buytaert2008-10-22
| | | | drupal_add_js.
* - Patch #304924 by Damien Tournoud: extend error handler to manage ↵Dries Buytaert2008-10-15
| | | | exceptions. I have one exception and one fail.
* Removing left-over from drupal_set_title() roll-back.Angie Byron2008-10-12
|
* Roll-back of #242873: This caused horrendous problems with SimpleTest on ↵Angie Byron2008-10-12
| | | | some configurations.
* #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.Angie Byron2008-10-12
|
* #242873 follow-up by pwolanin: Move new check_plain() check constants to ↵Angie Byron2008-10-11
| | | | bootstrap.inc so they're there in early bootstrap.