summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #428744 by Gabor: make the main page content a real block and clean ↵Dries Buytaert2009-05-21
| | | | up some of the content API.
* - Patch #468978 by Bohjan: removed user administration description.Dries Buytaert2009-05-21
|
* - Patch #468796 by chx, sun: improved theme.inc documentation. Woop, woop.Dries Buytaert2009-05-21
|
* - Patch #469134 by Bohjan: removed some redundant help.Dries Buytaert2009-05-21
|
* #469386 by Bojhan: Remove obvious menu administration help, and make ↵Angie Byron2009-05-21
| | | | block-related help conditional on block module.
* - Patch #440778 by brianV: coding style fixes and documentation improvements.Dries Buytaert2009-05-21
|
* - Patch #468944 by Berdir: database clean-ups for comment.module.Dries Buytaert2009-05-21
|
* - Patch #468732 by Andypost: fixed comment.Dries Buytaert2009-05-21
|
* - Patch #468654 by Bojhan, Dries: removed some redundant help texts.Dries Buytaert2009-05-21
|
* #452416 by bjaspan: Reformat status reporting code slightly to allow ↵Angie Byron2009-05-20
| | | | breakpoints in debuggers.
* #332123 follow-up by quicksketch: Fix API documentation for hook_schema() to ↵Angie Byron2009-05-20
| | | | reflect that descriptions should not be t()ed.
* - Patch #415044 by bjaspan, yched: indexes for field storage.Dries Buytaert2009-05-20
|
* #375578 by Aron Novak and alex_b: Only raise max execution time during cron ↵Angie Byron2009-05-20
| | | | if too low.
* #445214 by Josh Waihi: Fix drupal_write_record() to correctly deal with NULL ↵Angie Byron2009-05-20
| | | | serial columns.
* #457080 by moshe weitzman: Add node_delete_multiple() for more efficient ↵Angie Byron2009-05-20
| | | | deletion of lots of nodes.
* #467558 by yched: Small field API optimization.Angie Byron2009-05-20
|
* #446742 follow-up by sun: Fix syntax change in randomName().Angie Byron2009-05-20
|
* #462428 by Heine, pwolanin, and dww: SA-CORE-2009-006 - Drupal core - Cross ↵Angie Byron2009-05-19
| | | | site scripting forward-port.
* - Patch #382896 by jmburnz: move and out of the content div.Dries Buytaert2009-05-19
|
* - Patch #466418 by wretched sinner..., quicksketch: fixed CVS tas.Dries Buytaert2009-05-19
|
* - Patch #451668 by mfb: page cache test failing with mod_deflate.Dries Buytaert2009-05-18
|
* - Patch #464912 by pwolanin: add doxygen suggestion standard for contrib ↵Dries Buytaert2009-05-18
| | | | module node build modes and similar int constants.
* - Patch #465398 by akahn: move aggregator settings to 'site configuration'. Yay.Dries Buytaert2009-05-18
|
* - Patch #398068 by karschsp: renamed 'workflow settings' to 'publishing ↵Dries Buytaert2009-05-18
| | | | options'.
* - Patch #398474 by Aron Novak, foxtrotcharlie: make aggregator array keys ↵Dries Buytaert2009-05-18
| | | | lower case.
* - Patch #407294 by Litrik: provide hooks to allow other modules to listen to ↵Dries Buytaert2009-05-17
| | | | SimpleTest results. Java-lamp, here I come!
* - Patch #415710 by dixon_, JohnAlbin, BMDan: fix favicon mime-type handling.Dries Buytaert2009-05-17
|
* - Patch #19646 by akahn, JamesAn: make it possible to suspend a feed.Dries Buytaert2009-05-17
|
* - Patch #464732 by deviantintegral: fixed variable name.Dries Buytaert2009-05-17
|
* - Patch #193577 by DamZ: fixed teaser splitting Javascript code.Dries Buytaert2009-05-17
|
* - Patch #293511 by cwgordon7, catch, dereine, Wisif, ThiOz: added a test for ↵Dries Buytaert2009-05-17
| | | | menu_get_item() and menu_set_item().
* #464878 by chx: Fix SQLite abstraction layer to accept arrays of placeholder ↵Angie Byron2009-05-17
| | | | values without leading :, for compatibility with PDO.
* #456488 by yched: Only cache field data for current revision.Angie Byron2009-05-17
|
* #451212 by yched: Make field_test_entity_save() consistent with node_save().Angie Byron2009-05-17
|
* #362024 by neclimdul, yched, and bjaspan: Make hook_field_load() multiple ↵Angie Byron2009-05-17
| | | | like field_attach_load().
* #456824 follow-up by catch: Fix D6 -> D7 upgrade path failure.Angie Byron2009-05-16
|
* #455576 by Xano and sirkitree: Revamp user settings page with vertical tabs, ↵Angie Byron2009-05-16
| | | | better organization, etc. Awesomeness.
* #454992 by sun and bengtam: Remove 'q' from the possible letters that can be ↵Angie Byron2009-05-16
| | | | appended to an aggregated css/js string, so it's not confused with ['q'].
* - Patch #456824 by catch: add better caching to drupal_lookup_path().Dries Buytaert2009-05-16
|
* - Patch #394572 by Berdir: converted system module to the new database ↵Dries Buytaert2009-05-16
| | | | abstraction layer.
* #452704 by andypost: Prefix aggregated CSS and JS files to prevent certain ↵Angie Byron2009-05-16
| | | | firewalls from blocking them if by random coincidence they start with ad*.
* - Patch #60468 by alex_b, JamesAn: allow aggregator feed items to never be ↵Dries Buytaert2009-05-16
| | | | discarded.
* - Patch #463450 by wulff: fixed documentation glitch.Dries Buytaert2009-05-16
|
* - Patch #355360 by burningdog, spatz4000, netaustin: standardize on 'cacheable'.Dries Buytaert2009-05-16
|
* - Patch #368116 by chx, c960657: fixed bug in tokenizer for registry.Dries Buytaert2009-05-16
|
* #196862 by Damien Tournoud, et al: Replace COUNT(*) queries with SELECT 1 ↵Angie Byron2009-05-16
| | | | ... LIMIT 1 queries when all that's required is a check for whether rows exist.
* #426906 by Rob Loach: Convert drupal_add_js/css to static caching API.Angie Byron2009-05-16
|
* #328155 by cog.rusty: Allow third-party subdirectories with index.html or ↵Angie Byron2009-05-16
| | | | index.htm files.
* - Patch #292790 by mr.baileys: menu machine-name validation error.Dries Buytaert2009-05-15
|
* - Patch #456722 by akahn: use format_plural() on node delete.Dries Buytaert2009-05-15
|