summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #459836 by Xano: rework admin/settings/regional-settings.Dries Buytaert2009-05-15
|
* - Patch #310467 by chx, moshe weitzman: made hook_theme slimmer.Dries Buytaert2009-05-14
|
* #320011 by lilou, snufkin, and karschp: Add consistent @file declarations to ↵Angie Byron2009-05-13
| | | | all .install files.
* #461512 by akahn: Clean up aggregator_form_feed().Angie Byron2009-05-13
|
* #448268 by dww: Fix typo preventing update status cache from being cleared ↵Angie Byron2009-05-13
| | | | on theme admin page.
* #292565 follow-up by Jody Lynn: Remove ['destination'] hacks to get login ↵Angie Byron2009-05-13
| | | | redirection working again.
* #367214 follow-up by alienbrain and Berdir: Fix syntax error introduced in ↵Angie Byron2009-05-12
| | | | API documentation.
* - Patch #460420 by wulff: it was impossible to localize the title of the ↵Dries Buytaert2009-05-12
| | | | forum administration page.
* - Patch #210876 by deekayen: log enabling and disabling of modules, and ↵Dries Buytaert2009-05-12
| | | | wrote a handy assertLogMessage() function to assert watchdog messages.
* - Patch #460252 by John Morahan: fixed documentation.Dries Buytaert2009-05-12
|
* - Patch #453080 by Gabor Hojtsy: moved the footer message to a block.Dries Buytaert2009-05-12
|
* - Patch #372471: box.tpl.php is dead.Dries Buytaert2009-05-12
|
* - Patch #399248 by deekayen: detect when a signature is too long to prevent ↵Dries Buytaert2009-05-12
| | | | SQL errors.
* - Patch #353069 by Moshe Weitzman, dmitrig01: make drupal_get_form() return ↵Dries Buytaert2009-05-12
| | | | unrendered forms.
* - Patch #78941 by kkaefer and ksenzee: added missing file.Dries Buytaert2009-05-12
|
* - Patch #428800 by Gabor Hojtsy: convert the mission statement to a block so ↵Dries Buytaert2009-05-12
| | | | we have more flexibility to place it.
* - Patch #367214 by alienbrain: added documentation for hook_node_build_alter ↵Dries Buytaert2009-05-10
| | | | and remove documentatin for hook_node_alter.
* - Patch #78941 by kkaefer, Jody Lynn: auto-check permissions if ↵Dries Buytaert2009-05-10
| | | | 'authenticated' has them.
* - Patch #458612 by dereine: add version information.Dries Buytaert2009-05-10
|
* - Patch #295971 by deekayen: option for user contact options is badly phrased.Dries Buytaert2009-05-10
|
* - Patch #394510 by Berdir, ksenzee: convert to new database abstraction layer.Dries Buytaert2009-05-10
|
* - Patch #458566 by chx: work around PHP's curly bracket madness.Dries Buytaert2009-05-10
|
* - Patch #453572 by Xano: improve language.Dries Buytaert2009-05-10
|
* - Patch #367525 by zzolo: drupal_alter instead of hook_field_attach_view().Dries Buytaert2009-05-09
|
* - Patch #382834 by cwgordon7: more documentation fixes.Dries Buytaert2009-05-09
|
* - Patch #457532 by Berdir: more PHP5 'fixes'.Dries Buytaert2009-05-09
|
* - Patch #411388 lilou et al: added missing documentation for _search hook.Dries Buytaert2009-05-09
|
* - Patch #251245 by c960657: moving the test files to their rightful place.Dries Buytaert2009-05-08
|
* - Patch #390774 by jhodgdon: API doc improvements and corrections.Dries Buytaert2009-05-08
|
* - Patch #276517 by chx, naxoc: added basic tests for blog pages.Dries Buytaert2009-05-08
|
* - Patch #409598 by pwolanin, swentel: fixed problem with content type ↵Dries Buytaert2009-05-07
| | | | descriptions not being updated.
* - Patch #394476 by Berdir, pwolanin, Crell: converted the module to the new ↵Dries Buytaert2009-05-07
| | | | database abstraction layer.
* #124158 by nedjo, jcnventura: Pull all PHP handling into PHP module.Angie Byron2009-05-07
|
* #270685 follow-up by JamesAn: Remove unneeded code.Angie Byron2009-05-07
|
* - Patch #300750 by brianV: documented a variable.Dries Buytaert2009-05-07
|
* #453962 by neclimdul: Change all instances of getInfo() to static functions.Angie Byron2009-05-06
|
* - Patch #453720 by yched: fixed the display of user fields.Dries Buytaert2009-05-06
|
* - Patch #271515 by JamesAn: corrected PHPdoc.Dries Buytaert2009-05-06
|
* - Patch #366610 by mr.baileys: make sure we generate valid markup.Dries Buytaert2009-05-06
|
* - Patch #370276 by JamesAn: improved help text of authoring field.Dries Buytaert2009-05-06
|
* - Patch #424640 by mustafau: remove non-existing reference.Dries Buytaert2009-05-06
|
* - Patch #424660 by mustafau: remove non-existing reference.Dries Buytaert2009-05-06
|
* - Patch #267333 by cwgordon7, David_Rothstein, lilou, et al: fixed batch api ↵Dries Buytaert2009-05-06
| | | | rounding.
* - Patch #445468 by reaneyk: remove no-op block_update_7000().Dries Buytaert2009-05-06
|
* - Patch #453596 by Xano: clean-up of function names.Dries Buytaert2009-05-06
|
* - Patch #391340 by chx, dww, neclimdul, Crell, alex_b, et al: job queue API.Dries Buytaert2009-05-06
| | | | | | | | | | | | | | | | The queue system allows placing items in a queue and processing them later. The system tries to ensure that only one consumer can process an item. Before a queue can be used it needs to be created by DrupalQueueInterface::createQueue(). Items can be added to the queue by passing an arbitrary data object to DrupalQueueInterface::createItem(). To process an item, call DrupalQueueInterface::claimItem() and specify how long you want to have a lease for working on that item. When finished processing, the item needs to be deleted by calling DrupalQueueInterface::deleteItem(). If the consumer dies, the item will be made available again by the DrapalQueueInterface implementation once the lease expires. Another consumer will then be able to receive it when calling DrupalQueueInterface::claimItem(). The $item object used by the DrupalQueueInterface can contain arbitrary metadata depending on the implementation. Systems using the interface should only rely on the data property which will contain the information passed to DrupalQueueInterface::createItem(). The full queue item returned by DrupalQueueInterface::createItem() needs to be passed to DrupalQueueInterface::deleteItem() once processing is completed. While the queue system makes a best effort to preserve order in messages, due to the pluggable nature of the queue, there is no guarantee that items will be delivered on claim in the order they were sent. For example, some implementations like beanstalkd or others with distributed back-ends like Amazon SQS will be managing jobs for a large set of producers and consumers where a strict FIFO ordering will likely not be preserved. The system also makes no guarantees about a task only being executed once: callers that have non-idempotent tasks either need to live with the possiblity of the task being invoked multiple times in cases where a claim lease expires, or need to implement their own transactions to make their tasks idempotent.
* - Patch #352872 by Damien Tournoud: clean-up xmlrpc() wrapper.Dries Buytaert2009-05-04
|
* #295864 follow-up by boombatower: Clarify when to use randomName() vs. ↵Angie Byron2009-05-03
| | | | randomString().
* - Patch #451678 by Damien Tournoud: fixed broken query.Dries Buytaert2009-05-03
|
* - Patch #449718 by alienbrain: node_feed() is now using new node building API.Dries Buytaert2009-05-03
|