summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #624086 by limikael, Dmitriy.trt: custom accept-charset for forms.Dries Buytaert2010-06-25
|
* - Patch #795174 by Berdir: use %alias in SelectQuery joins and remove ↵Dries Buytaert2010-06-25
| | | | workarounds.
* - Patch #702816 by yched, tstoeckler: mention of content types when it ↵Dries Buytaert2010-06-25
| | | | should be bundles.
* - Patch #830820 by Jacine: themes can alter CSS.Dries Buytaert2010-06-25
|
* - Patch #829912 by David_Rothstein: wrong capitalization for Field UI module ↵Dries Buytaert2010-06-25
| | | | description.
* - Patch #225535 by flobruit, c960657: OpenID login fails for delegated OpenIDs.Dries Buytaert2010-06-25
|
* - Patch #836700 by james.elliott: upgrade to jQuery UI 1.8 doesn't include ↵Dries Buytaert2010-06-25
| | | | proper dependencies for dialog.
* - Patch #538032 by Gerhard Killesreiter, pwolanin: document possible preg ↵Dries Buytaert2010-06-25
| | | | memory issues.
* - 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.
* #803926 by dhthwy: Fixed File field shouldn't allow any file extension to be ↵Angie Byron2010-06-25
| | | | uploaded when the list of allowed extensions is left blank.
* #569206 by mikey_p, justinrandell: Fixed body field re-added when node type ↵Angie Byron2010-06-24
| | | | settings are re-saved.
* #835046 by mikeytown2: Fixed hook_taxonomy_vocabulary_presave() is missing.Angie Byron2010-06-24
|
* - Patch #836630 by catch: module_implements() caching is broken.Dries Buytaert2010-06-24
|
* - Patch #836962 by aaronbauman: field_cache_clear() called twice ↵Dries Buytaert2010-06-24
| | | | sequentially when installing modules.
* - Patch #561990 by catch, mikeytown2, nnewton: avoid variable_set() and ↵Dries Buytaert2010-06-24
| | | | variable_del() stampedes.
* - Patch #702134 by grndlvl, aaronbauman: always store IP address for poll votes.Dries Buytaert2010-06-24
|
* - 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.
* #833094 by carlos8f, David_Rothstein: Fixed Ajax requests in installer cause ↵Angie Byron2010-06-24
| | | | cron to run prematurely.
* #834842 by Damien Tournoud, chx: Fixed oversight in field query routing API, ↵Angie Byron2010-06-24
| | | | and added tests.
* #835802 by aaronbauman: Fixed DBTNG: INSERT query in forum.install should ↵Angie Byron2010-06-24
| | | | use dynamic query format.
* - Patch #295990 by mr.baileys, lilou: testingParty08: Poll autoexpire.Dries Buytaert2010-06-23
|
* - Patch #833128 by Shiny: corrected spelling of Māori.Dries Buytaert2010-06-23
|
* - Patch #834972 by aaronbauman: DBTNG: book module.Dries Buytaert2010-06-23
|
* - Patch #833654 by aaronbauman: change 'Larger' and 'Smaller' to 'Greater' ↵Dries Buytaert2010-06-23
| | | | and 'Less' in number module.
* - Patch #831732 by solotandem: system_update_7053 needs to check for ↵Dries Buytaert2010-06-23
| | | | existence of menu_custom() table.
* - Patch #834924 by jhodgdon: entity_invoke() is worthless.Dries Buytaert2010-06-23
|
* - Patch #774218 by jhedstrom: the RDFa markup for custom image field is invalid.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
|
* #798292 by casey, David_Rothstein: Fixed Overlay redirect to list of content ↵Angie Byron2010-06-21
| | | | types instead of list of fields after field is added.
* #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.
* #817216 by ctmattice1, chx, Stevel, Damien Tournoud: Fixed ↵Angie Byron2010-06-21
| | | | system_update_7008 does not work, deal with invalid poll choices, and move poll-related upgrade logic to Poll module.
* #831070 by Josh Waihi: Fixed PostgreSQL breaks on forums with IF() syntax.Angie Byron2010-06-20
|
* #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
|
* #829378 by David_Rothstein: Fixed Update system should use the API to ↵Angie Byron2010-06-17
| | | | identify the install profile, rather than preg_match().
* - 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
|
* - Patch #827554 by Josh Waihi: PostgreSQL performance optimization: ↵Dries Buytaert2010-06-16
| | | | PDO::ATTR_EMULATE_PREPARES.
* - Patch #235673 by carlos8f, yched, swentel, redndahead, Damien Tournoud, ↵Dries Buytaert2010-06-15
| | | | pwolanin, dww: changes to block caching mode not caught.
* - Patch #515310 by Josh Waihi, marcvangend: inserting >PHP_INT_MAX into ↵Dries Buytaert2010-06-15
| | | | BIGINT fails on PostgreSQL.
* - Patch #802746 by rfay, jhodgdon: document () and form builder function in ↵Dries Buytaert2010-06-15
| | | | form_api() group.