summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - Patch #619566 by sun: performance improvement: don't invoke ↵Dries Buytaert2009-11-01
| | | | hook_url_outbound_alter() if there's nothing to invoke.
* - Patch #321023 by Everett Zufelt, mgifford: improve accesibility in pager.inc.Dries Buytaert2009-10-31
|
* - Patch #606994 by yched: move entity handling out of Field API.Dries Buytaert2009-10-31
|
* - Patch #572452 by catch, JoshuaRogers: drupal_get_filename() and ↵Dries Buytaert2009-10-31
| | | | drupal_load() should not use drupal_static(). Performance improvement.
* - Patch #618938 by pwolanin: fixed Drupal version is not being available ↵Dries Buytaert2009-10-30
| | | | until the end of bootstrap.
* - Patch #615734 by catch: document why we call drupal_get_filename() in ↵Dries Buytaert2009-10-30
| | | | module_list().
* - Patch #200931 by Darren Oh, asimmonds: fixed schema not being available in ↵Dries Buytaert2009-10-30
| | | | hook_install()/hook_enable().
* #591794 by chx, Rob Loach, sun, JohnAlbin: Give themes access to alter hooks.Angie Byron2009-10-27
|
* #610204 by effulgentsia, Gábor Hojtsy, sun, Damien Tournoud and ksenzee: ↵Angie Byron2009-10-27
| | | | API changes to support overlays: lays ground work for implementation.
* #609728 follow-up: Oops. Committed wrong version of that last patch.Angie Byron2009-10-27
|
* #609728 by dww and JacobSingh: Skip authorize.php step in update manager if ↵Angie Byron2009-10-27
| | | | webroot files are owned by the httpd user.
* #605920 by dww and Bojhan: Fix all buttons in update manager workflow to use ↵Angie Byron2009-10-27
| | | | 'Sentence case' labels.
* - Patch #532010 by c960657, catch: use require instead of require_once() in ↵Dries Buytaert2009-10-26
| | | | _registry_check_code().
* #612392 by chx and Crell: Allow lowercase comparison operators in DBTNG.Angie Byron2009-10-26
|
* #613238 by catch: Add more missing columns and tables required for upgrade.Angie Byron2009-10-24
|
* #602520 by JacobSingh and dww: Make FileTransfer form have one option for ↵Angie Byron2009-10-24
| | | | FTP (ftp_extension() preferred).
* #320331 by Dave Reid, dww, John Morahan, cwgordon7, moshe weitzman, c960657, ↵Angie Byron2009-10-24
| | | | and smoothify: Turn custom_url_rewrite_inbound() and custom_url_rewrite_outbound() into hooks.
* #613238 by catch: Fixed missing columns and tables required for upgrade.Angie Byron2009-10-24
|
* #599804 by catch: Fix upgrade path.Angie Byron2009-10-24
|
* #524710 by catch and gordon: Add role_permission() table earlier in order to ↵Angie Byron2009-10-24
| | | | allow upgrade path to work.
* #612920 by catch: Added required table columns so that update.php doesn't ↵Angie Byron2009-10-24
| | | | spew fatal errors.
* #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme ↵Angie Byron2009-10-23
| | | | functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
* - Patch #611032 by c960657: fixed bug with wrong variable used in ↵Dries Buytaert2009-10-23
| | | | file_build_uri(). Added tests.
* - Patch #604618 by Crell, JacobSingh, axyjo: improve error handling of archiver.Dries Buytaert2009-10-23
|
* - Patch #332333 by sun: moving some functions, no API changes, no new features.Dries Buytaert2009-10-22
|
* - Patch #611048 by c960657: removed outdated comment in _registry_check_code().Dries Buytaert2009-10-22
|
* - Patch #605344 by dww: documentation and code style fixes for update ↵Dries Buytaert2009-10-22
| | | | manager. This was ready before freeze.
* - Patch #601938 by mfb: fixed some forum exceptions and added tests.Dries Buytaert2009-10-20
|
* - Patch #550742 by sun: removed some left-over code.Dries Buytaert2009-10-19
|
* #412730 follow-up by mikey_p: Fixed return value of theme() when theme ↵Angie Byron2009-10-19
| | | | function not found.
* - Patch #608036 by effulgentsia: add content_attributes() variable for tpl ↵Dries Buytaert2009-10-19
| | | | files, so RDF can be implemented better.
* - Patch #594518 by jhodgdon: better documentation for file_munge_filename().Dries Buytaert2009-10-18
|
* - Patch #607896 by Benjamin Melançon, scor: add date_iso8601() function to ↵Dries Buytaert2009-10-18
| | | | common.inc. Part of the RDFa exception.
* Patch #84008 by deviantintegral, plumbley, lilou, lambic: fixed timer_read() ↵Dries Buytaert2009-10-18
| | | | returns NULL (no value) after timer_stop(). Added timer tests.
* - Patch #589126 by mfb: fixed bug with user module using a flood window of 6 ↵Dries Buytaert2009-10-18
| | | | hours, but flood events more than 1 hour old being deleted by cron. Improved API documentation, and added tests.
* #356074 follow-up by sun: Fix SimpleTest's batch API processing due to typo ↵Angie Byron2009-10-18
| | | | in select.
* #356074 by chx and Damien Tournoud: Provide a sequences API. Gets rid of ↵Angie Byron2009-10-18
| | | | stupid tables that only contain an incrementing ID, and fixes database import problems due to user ID 0.
* #516150 by David_Rothstein, dropcube, Senpai, alexanderpas, sun: Add ↵Angie Byron2009-10-18
| | | | fallback for main content block rendering. (Make it so you can't render your site completely unusable by disabling block module. Oopsie.)
* #595654 by sun: Fixed AJAX command 'settings' (with tests).Angie Byron2009-10-18
|
* - Patch #473268 by sun: documentation improvements for edit in place.Dries Buytaert2009-10-17
|
* #473268 by David_Rothstein, sun, yoroy, Gábor Hojtsy, cwgordon7, et al.: ↵Angie Byron2009-10-17
| | | | Allow contextual editing of dang near everything on the page. Also adds a context system to menu local tasks.
* #511286 follow-up: Committed rest of stuff.Angie Byron2009-10-17
|
* - Patch #557272 by kkaefer, Rob Loach, quicksketch: added FAPI JavaScript ↵Dries Buytaert2009-10-16
| | | | States system.
* - Patch #593746 by #593746 by sun, andypost: prepare Drupal core for dynamic ↵Dries Buytaert2009-10-16
| | | | data translation.
* #565480 follow-up by plach: Clean-ups and documentation.Angie Byron2009-10-16
|
* - Patch #604618 by axyjo, sun: archiver code clean-up.Dries Buytaert2009-10-16
|
* #412730 folllow-up by Crell: Move missing theme key notification to watchdog ↵Angie Byron2009-10-16
| | | | so that Drupal doesn't totally bomb out when theme function isn't found. (also fixes CLI installs)
* #605442 by catch: Add a generic hook_entity_load().Angie Byron2009-10-16
|
* - Patch #356074 by chx, Damien Tournoud: provide a sequences API.Dries Buytaert2009-10-16
|
* #565480 by plach and peximo: TF #2: Multilingual field handling. Integration ↵Angie Byron2009-10-16
| | | | between field API and locale module + translatable node bodies.