summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* #702514 by foripepe and mr.baileys: Fixed Documentation problem with ↵Angie Byron2010-02-08
| | | | Database abstraction layer.
* - Patch #606730 by hunmonk: fixed semicolon.Dries Buytaert2010-02-07
|
* - Patch #652246 by effulgentsia, scor: optimize theme('field') and use it ↵Dries Buytaert2010-02-07
| | | | for comment body.
* #522786 by stormsweeper: Fixed Postgres numeric check needs to happen after ↵Angie Byron2010-02-07
| | | | precision check in schema generation.
* #668386 by yched: Handle unavailable entity types or bundles.Angie Byron2010-02-07
|
* #706860 by hunmonk: Fixed update_fix_d7_block_deltas() helper function ↵Angie Byron2010-02-07
| | | | broken due to block table rename.
* - Patch #700518 by agentrickard, Crell: documentation fixes.Dries Buytaert2010-02-06
|
* - Patch #619566 by David_Rothstein: bring back the code comment.Dries Buytaert2010-02-06
|
* - Patch #619566 by catch: clean-up code now drupal_alter has caching.Dries Buytaert2010-02-06
|
* - Patch #706138 by neclimdul: Fixed Remove dead static variable from ↵Dries Buytaert2010-02-06
| | | | _cache_get_object().
* #706286 by heyrocker: Changed Improperly formatted constants in ↵Angie Byron2010-02-06
| | | | stream_wrappers().inc.
* - Patch #566494 by Dave Reid, chx, JoshuaRogers, David_Rothstein, Gábor ↵Dries Buytaert2010-02-05
| | | | Hojtsy, moshe weitzman, Rob Loach, TheRec, catch: fixed cron doing a full bootstrap on every page request (including cached ones).
* #601642 folllow-up by andypost: Remove extraneous 'length' index from ↵Angie Byron2010-02-04
| | | | system.weight changes.
* #601642 by ctmattice1: Fixed Old databases might have a small ↵Angie Byron2010-02-04
| | | | {system}.weight, to help fix upgrade path.
* #539220 follow-up by mr.baileys: Fix test failures.Angie Byron2010-02-04
|
* #211182 by Damien Tournoud, David_Rothstein, clemens.tolboom, scor, hunmonk, ↵Angie Byron2010-02-03
| | | | et al: Allow updates to specify dependencies to ensure they run in a predictable order.
* - Patch #539220 by dww, mr.baileys: missing validation handlers should not ↵Dries Buytaert2010-02-01
| | | | be silently ignored by FAPI.
* - Patch #700160 by naxoc: drupal_realpath() did not always work as expected.Dries Buytaert2010-02-01
|
* #700686 by dww: Make ArchiverInterface::listContents() return a simple list ↵Angie Byron2010-02-01
| | | | of files, rather than a keyed array, which is inconsistent between extension handlers.
* #698992 by Damien Tournoud: Small comment clarification to check_plain() in l().Angie Byron2010-02-01
|
* - Patch #700518 by agentrickard: document conjunctions for db_condition().Dries Buytaert2010-01-31
|
* - Patch #698902 by mr.baileys: make MySQL 5.0.15 requirement official.Dries Buytaert2010-01-31
|
* - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines ↵Dries Buytaert2010-01-30
| | | | at end of files.
* - Patch #681538 by aspilicious, jhodgdon: improved documentation, better ↵Dries Buytaert2010-01-30
| | | | @see also links.
* Hm. Rollback of #522786 which seems to cause test failures.Angie Byron2010-01-30
|
* #553944 follow-up by David_Rothstein: Allow modules to override per-page ↵Angie Byron2010-01-30
| | | | custom themes.
* #522786 by stormsweeper: Fixed PostgreSQL numeric check needs to happen ↵Angie Byron2010-01-30
| | | | after precision check in schema generation.
* #684202 by catch: Added Entity insert/delete/update hooks, to support caching.Angie Byron2010-01-30
|
* - Patch #284899 by c960657, voxpelli, mattconnolly: fixed Drupal url problem ↵Dries Buytaert2010-01-29
| | | | with clean urls.
* - Patch #667816 by Damien Tournoud, catch: fxed incorrect constant usage in ↵Dries Buytaert2010-01-29
| | | | menu.inc.
* #697694 by aspilicious: Doxygen fixes.Angie Byron2010-01-29
|
* #599122 follow-up by scor and catch: Do not use module_load_include() in ↵Angie Byron2010-01-28
| | | | global context.
* #697210 by deekayen: Changed Change die() instances to exit() (code style).Angie Byron2010-01-28
|
* - Patch #681538 by jhodgdon: fixed drupal_deliver_html_page() has see also ↵Dries Buytaert2010-01-27
| | | | that's missing link.
* - Patch #610068 by katbailey, rfay: improved phpDoc.Dries Buytaert2010-01-27
|
* - Patch #685074 by pwolanin: some stream wrappers need to be hidden or ↵Dries Buytaert2010-01-26
| | | | read-only.
* - Patch #693614 by asimmonds: fixed PHPDoc spelling typos.Dries Buytaert2010-01-25
|
* - Patch #692302 by Crell: searching for the wrong extender subclass.Dries Buytaert2010-01-22
|
* - Patch #637146 by naxoc, David_Rothstein: HEAD install redirect failed ↵Dries Buytaert2010-01-21
| | | | because common.inc was not loaded in _db_check_install_needed().
* - Patch #688158 by moshe weitzman: query logger does not provide class ↵Dries Buytaert2010-01-18
| | | | information.
* - Patch #686532 by linclark: typo in entity_extract_ids() api doc.Dries Buytaert2010-01-18
|
* Back to development version now.Angie Byron2010-01-15
|
* Marking code as alpha 1 in preparation of the first alpha release of Drupal 7.Angie Byron2010-01-15
|
* #281405: Temporarily raise memory requirement to 40M, to cut down on support ↵Angie Byron2010-01-15
| | | | requests post-alpha. Let's work to get this back to 32M shortly. :)
* - Patch #667098 by catch: drupal_get_bootstrap_phase() was broken.Dries Buytaert2010-01-14
|
* #684138 by carlos8f and Heine: Fixed bug in SQLite's NextId() that prevented ↵Angie Byron2010-01-14
| | | | installation.
* - Patch #590656 by pwolanin, Pasqualle: harden one-time login links against ↵Dries Buytaert2010-01-14
| | | | vulnerability from disclosure of SQL backups, or SQL 'SELECT' injection.
* - Patch #638070 by carlos8f, Gábor Hojtsy, ksenzee, pwolanin, chx, catch: ↵Dries Buytaert2010-01-14
| | | | router loaders causing a lot of database hits for access checks.
* #678546 by rfay and jhodgdon: Improve wording of help text in ↵Angie Byron2010-01-14
| | | | admin/config/regional/language/configure.
* #652048 by chx: Factor out the caching pattern from forum.Angie Byron2010-01-14
|