summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - Patch #211747 by chx, alex_b, dww: allow specifying version information as ↵Dries Buytaert2009-07-28
| | | | part of module dependencies.
* - Patch #524728 by David_Rothstein, anarcat: white space clean-up.Dries Buytaert2009-07-28
|
* - Patch #513592 by Damien Tournoud: make it faster to rebuild the registry, ↵Dries Buytaert2009-07-28
| | | | mainly to improve performance of SimpleTest.
* - Patch #524728 by David_Rothstein, JoshuaRogers, JacobSingh et al: refactor ↵Dries Buytaert2009-07-28
| | | | install.php to allow Drupal to be installed from the command line.
* - Patch #227232 by dopry, c960657, jmstacey, pwolanin, aaron, drewish: added ↵Dries Buytaert2009-07-27
| | | | initial support for PHP file wrappers.
* - Patch #349508 by Josh Waihi: make sure that the database is installed ↵Dries Buytaert2009-07-27
| | | | using UTF-8 on PostgreSQL.
* - Patch #388544 by arianek, joachim: added missing documentation.Dries Buytaert2009-07-27
|
* - Patch #531038 by quicksketch: #value_callback missing ↵Dries Buytaert2009-07-27
| | | | drupal_function_exists().
* - Patch #519782 by tic2000: change to become a hidden region like page_top.Dries Buytaert2009-07-27
|
* - Patch #517502 by andrea.gariboldi: make Transaction API follow its own ↵Dries Buytaert2009-07-27
| | | | documentation.
* #527804 by sun: Add an alter hook for element_info() to change default ↵Angie Byron2009-07-23
| | | | values of form elements.
* #528984 by catch: Remove duplicate check for Drupal maintenance mode.Angie Byron2009-07-23
|
* #292565 follow-up by John Morahan: Restore ability to set 'user' as the ↵Angie Byron2009-07-23
| | | | 403/404 page.
* - Patch #523034 by jhodgdon: better documentation for theme_fieldset.Dries Buytaert2009-07-23
|
* - Patch #3518404 by bopombatower: lock down DB config based on simpletest UA ↵Dries Buytaert2009-07-22
| | | | headers.
* #525754 by chx: Clean up some trailing whitespace.Angie Byron2009-07-21
|
* #481288 by Berdir and Crell: Add support for INSERT INTO ... SELECT FROM ...Angie Byron2009-07-21
|
* - Patch #520664 by rfay, quicksketch: file_get_mimetype() should not be ↵Dries Buytaert2009-07-20
| | | | case-sensitive. Comes with more and better tests.
* - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to ↵Dries Buytaert2009-07-20
| | | | admin/structure.
* - Patch #334283 by Gábor Hojtsy: fixed context bug.Dries Buytaert2009-07-20
|
* - Patch #524638 by drumm: documentation clean-up.Dries Buytaert2009-07-20
|
* - Patch #523694 by catch: improve performance of t().Dries Buytaert2009-07-19
|
* #523358 by catch: Speed up drupal_function_exists().Angie Byron2009-07-19
|
* #509392 follow-up by adrian: Clean-up for .info files for install profiles ↵Angie Byron2009-07-19
| | | | patch.
* - Patch #517318 by dmitrig01: tableselect needs to be able to give options ↵Dries Buytaert2009-07-18
| | | | weights.
* - Patch #519612 by quicksketch: added drupal_function_exists() to file ↵Dries Buytaert2009-07-16
| | | | validators.
* - Patch #493746 by JohnAlbin, ultimateboy, moshe weitzman: Enhance ↵Dries Buytaert2009-07-15
| | | | drupal_attributes() for multiple valued values.
* #509392 by adrian: Add .info files for installation profiles.Angie Byron2009-07-15
|
* - Patch #517542 by David Strauss: renamed functions for clarity. We say ↵Dries Buytaert2009-07-14
| | | | 'yay' to clarity!
* #455844 follow-up by yched: Change render() to print render() for ↵Angie Byron2009-07-13
| | | | consistency with other template variables.
* - Patch #517502 by Crell: make transaction API follow its own documentation.Dries Buytaert2009-07-13
|
* - Patch #491456 by quicksketch, drewish, et al: image effects and actions.Dries Buytaert2009-07-12
|
* #505528 by Damien Tournoud and Rob Loach: Ensure proper weight of JS files.Angie Byron2009-07-10
|
* #454462 by JohnAlbin: Fire MODULE_preprocess_maintenance_page functions.Angie Byron2009-07-10
|
* #485350 follow-up by Dave Reid: Fix code example for module_load_include().Angie Byron2009-07-10
|
* #462242 by rednahead and drewish: Remove stray global user that's doing nothing.Angie Byron2009-07-10
|
* #515280 by drewish: Allow file_create_directory() to create recursively, ↵Angie Byron2009-07-10
| | | | taking advantage of PHP 5.
* - Patch #346450 by Josh Waihi: length property should be ignored on non ↵Dries Buytaert2009-07-09
| | | | varchar and char fields.
* - Patch #514172 by quicksketch: increase max router parts.Dries Buytaert2009-07-09
|
* - Patch #243129 by jrchamp, DamZ, mfb, catch, justinrandell, macgirvin, et ↵Dries Buytaert2009-07-08
| | | | al: faster implementation of format_date(). Woot.
* - Patch #512308 by JacobSingh: add the ability to provide attributes to rows ↵Dries Buytaert2009-07-07
| | | | in table select
* - Patch #511760 by rfay: improve the error messages in file_unmanaged_copy().Dries Buytaert2009-07-07
|
* - Patch #314358 by wonder95: only set ignore_slave_server if there are slave ↵Dries Buytaert2009-07-07
| | | | servers being used, which is assumed if there are more than one.
* - Patch #483778 by Frando: some form API clean-up.Dries Buytaert2009-07-06
|
* - Patch #510398 by asimmonds: incorrect CSS class for form element wrappers.Dries Buytaert2009-07-05
|
* #315100 by Rob Loach, quicksketch, sun, skilip, aaron, et al: Add ability ↵Angie Byron2009-07-04
| | | | for modules to register JS/CSS libraries.
* - Patch #482636 by quicksketch: further clean-up of the form IDs/classes.Dries Buytaert2009-07-04
|
* - Patch #482646 by Dave Reid et al: check for existence of ↵Dries Buytaert2009-07-04
| | | | ['HTTP_USER_AGENT'] for the SimpleTest user agent.
* - Patch #310139 by pwolanin, c960657: drupal_query_string_encode() should ↵Dries Buytaert2009-07-03
| | | | not call drupal_urlencode().
* - Patch #359276 by Freso, Heine, lyricnz: avoid double encoding/decoding of ↵Dries Buytaert2009-07-03
| | | | HTML entities.