summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - Patch #805702 by Berdir: cron should use locking framework.Dries Buytaert2010-07-02
|
* - Patch #736298 by effulgentsia, eojthebrave, andypost, robeano: fixed ↵Dries Buytaert2010-07-02
| | | | Refactor file.module to use proper button click detection, enabling FAPI to improve button click detection security.
* - Patch #620618 by sun, Damien Tournoud, JohnAlbin, makara: optimize menu ↵Dries Buytaert2010-07-02
| | | | tree building and use it for toolbar.
* - Patch #327331 by mr.baileys, wrwrwr: fix filter_xss() to not allow empty ↵Dries Buytaert2010-07-01
| | | | style/on* attributes at end of opening tag.
* - Patch #effulgentsia: remove left-overs.Dries Buytaert2010-07-01
|
* - Patch #786322 by trevjs: documentation for file_load_multiple() still ↵Dries Buytaert2010-07-01
| | | | mentions {files} table, and is not conformant to standards.
* #840182 by chx, Berdir: Fixed Testing is broken due to wrong prefix being used.Angie Byron2010-06-30
|
* - Patch #691468 by aaronbauman, gpk: improve PHPdoc of bootstrap_invoke_all().Dries Buytaert2010-06-29
|
* - Patch #840182 by chx: testing is broken.Dries Buytaert2010-06-29
|
* - Patch #829484 by Berdir, Dave Reid, dereine: uncaught PDO Exception - XSS.Dries Buytaert2010-06-28
|
* - Patch #195416 by Damien Tournoud, David Strauss: table prefixes should be ↵Dries Buytaert2010-06-28
| | | | per database connection.
* - Patch #839520 by agentrickard: entity_uri() should pass the entity data to ↵Dries Buytaert2010-06-28
| | | | url().
* #839006 by pwolanin: Fixed SPL autoloader should use require_once() to be ↵Angie Byron2010-06-28
| | | | more robust.
* #838438 by Damien Tournoud, chx: Added basic tests for D6 => D7 upgrade ↵Angie Byron2010-06-28
| | | | path, and framework for further extending upgrade test coverage. W00t! :D
* - Patch #801278 by mfb, marcingy: authenticated users getting 'less random' ↵Dries Buytaert2010-06-27
| | | | session IDs.
* - Patch #838528 by marcingy: primary index on session table is not update ↵Dries Buytaert2010-06-27
| | | | when upgrading.
* - Patch #795022 by nenne, brightplum: drupal_explode_tags() and ↵Dries Buytaert2010-06-27
| | | | drupal_implode_tags() should point to each other; taxonomy_implode_tags() too.
* - Patch #837832 by dereine, marcingy: increase the size of {sessions}.sid.Dries Buytaert2010-06-27
|
* - Patch #838408 by chx: remove hook_menu_active_handler_alter().Dries Buytaert2010-06-26
|
* - Patch #693084 by dhthwy, jpmckinney, reglogge, clemens.tolboom, naxoc, ↵Dries Buytaert2010-06-26
| | | | chx: file_munge_filename() extension handling broken by move to File Field.
* - Patch #838324 by agentrickard: document form_options_flatten().Dries Buytaert2010-06-26
|
* - Patch #836748 by aaronbauman, jhodgdon: improve documentation about ↵Dries Buytaert2010-06-26
| | | | install/enable/etc. hook invocation order.
* - Patch #715108 by Damien Tournoud, Berdir, Josh Waihi, Crell, chx, ↵Dries Buytaert2010-06-26
| | | | justinrandell: Make merge queries more consistent and robust.
* - Patch #782442 by nenne, jhodgdon: watchdog should document better.Dries Buytaert2010-06-25
|
* - Patch #521370 by marcingy: hook_watchdog() is called ordered by name (!?).Dries Buytaert2010-06-25
|
* - Patch #829152 by nenne: database abstraction layer db_query_range() ↵Dries Buytaert2010-06-25
| | | | example is wrong.
* - Patch #624086 by limikael, Dmitriy.trt: custom accept-charset for forms.Dries Buytaert2010-06-25
|
* - Patch #830820 by Jacine: themes can alter CSS.Dries Buytaert2010-06-25
|
* - Patch #690746 by jbrown, Ognyan Kulev, Crell, MichaelCole, Damien ↵Dries Buytaert2010-06-25
| | | | Tournoud: text column type doesn't reliably hold serialized variables.
* - Patch #833192 by carlos8f: installer might install modules in wrong order.Dries Buytaert2010-06-25
|
* - Patch #831332 by Stevel: drupal_get_schema_unprocessed() called in update ↵Dries Buytaert2010-06-25
| | | | functions.
* - Patch #836630 by catch: module_implements() caching is broken.Dries Buytaert2010-06-24
|
* - Patch #561990 by catch, mikeytown2, nnewton: avoid variable_set() and ↵Dries Buytaert2010-06-24
| | | | variable_del() stampedes.
* - Patch #834710 by solotandem, jhodgdon: filter_xss() documentation does not ↵Dries Buytaert2010-06-24
| | | | indicate a return value.
* #831080 by carlos8f, David_Rothstein: Fixed Dashboard is completely empty ↵Angie Byron2010-06-24
| | | | after installation.
* #834842 by Damien Tournoud, chx: Fixed oversight in field query routing API, ↵Angie Byron2010-06-24
| | | | and added tests.
* - Patch #833128 by Shiny: corrected spelling of Māori.Dries Buytaert2010-06-23
|
* - Patch #834924 by jhodgdon: entity_invoke() is worthless.Dries Buytaert2010-06-23
|
* #813492 follow-up by chx, marcingy, c960657: Fixed HTTPS sessions use an ↵Angie Byron2010-06-21
| | | | invalid merge query.
* #733028 by cha0s, agentrickard: Fixed SA-CORE-2010-001 - Open redirection.Angie Byron2010-06-21
|
* #293223 follow-up by David_Rothstein: Roll back 'Hide required core ↵Angie Byron2010-06-21
| | | | modules'. This was removing useful information to both new and experienced site builders, as well as hiding critical 'help' links.
* #444228 follow-up by Tri, ridgerunner, Damien Tournoud, et al: Improve ↵Angie Byron2010-06-21
| | | | Optimize CSS performance by removing support for Mac IE 5.5 comment hacks, and add tests. (Apologies; some of this went in with a previous commit http://drupal.org/cvs?commit=382522)
* #809698 follow-up by Damien Tournoud, Josh Waihi, chx: Add CONCAT() function ↵Angie Byron2010-06-21
| | | | to PostgreSQL since || isn't supported reliably across database systems.
* #573288 by eMPee584: Clarify File.inc function documentation that several ↵Angie Byron2010-06-20
| | | | functions _must_ be fed a stream wrapper URI.
* #448292 by Frank Ralf, David_Rothstein, mgifford, Everett Zufelt, Bojhan, ↵Angie Byron2010-06-20
| | | | mohammed76, et al: Fixed Drag and Drop for table rows is not accessible to screen-reader users.
* - Patch #829968 by AlexisWilke: drupal_lookup_path() documentation and ↵Dries Buytaert2010-06-17
| | | | return mismatch.
* - Patch #735800 by effulgentsia, fago, Frando: node form triggers form level ↵Dries Buytaert2010-06-17
| | | | submit functions on button level submits, without validation. Oh yeah.
* - Patch #818206 by Berdir et al: apply coding standard for no-arg constructors.Dries Buytaert2010-06-17
|
* - Patch #766382 by andypost: column 'status' is ambiguous when using node ↵Dries Buytaert2010-06-16
| | | | access modules.
* - Patch #802746 by effulgentsia: documentation fixes.Dries Buytaert2010-06-16
|