summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #535264 by Crell: removing some more legacy cruft.Dries Buytaert2009-07-30
|
* - Patch #533730 by greggles, boombatower: allow a custom role name to be ↵Dries Buytaert2009-07-30
| | | | specified.
* - Patch #534414 by Gábor Hojtsy: fix missing docs and consistency issues ↵Dries Buytaert2009-07-30
| | | | with and .
* - Patch #511926 by alpritt: made it possible to navigate the toolbar using ↵Dries Buytaert2009-07-29
| | | | the keyboard.
* - Patch #511748 by moshe weitzman: pushing rending to later in the cycle so ↵Dries Buytaert2009-07-29
| | | | there is more room for customization.
* - Patch #517606 by JuliaKM: removed one white space ...Dries Buytaert2009-07-28
|
* - Patch #491556 by Berdir: completed converting core to DBTNG. Oh my. Kudos ↵Dries Buytaert2009-07-28
| | | | to Berdir for this humongous effort.
* - Patch #503496 by deekayen, boombatower, Dave Reid: better sid generation ↵Dries Buytaert2009-07-28
| | | | in tests to help us make progress on PIFR 2.x
* - Patch #211747 by chx, alex_b, dww: allow specifying version information as ↵Dries Buytaert2009-07-28
| | | | part of module dependencies.
* - Patch #513592 by Damien Tournoud: make it faster to rebuild the registry, ↵Dries Buytaert2009-07-28
| | | | mainly to improve performance of SimpleTest.
* - Patch #524728 by David_Rothstein, JoshuaRogers, JacobSingh et al: refactor ↵Dries Buytaert2009-07-28
| | | | install.php to allow Drupal to be installed from the command line.
* - Patch #489880 by nbz, Bojhan, Gurpartap Singh: merge 'Created' column with ↵Dries Buytaert2009-07-28
| | | | 'Topics'.
* - Patch #499004 by jhodgdon: documentation updates and corrections.Dries Buytaert2009-07-28
|
* - Patch #533004 by tic2000: Implement instead of Implementation in phpDoc.Dries Buytaert2009-07-28
|
* - Patch #523950 by moshe weitzman, yched, catch: update comment rendering to ↵Dries Buytaert2009-07-28
| | | | take full advantage of the drupal_render() paradigm.
* - Patch #530894 by yched: removed unneeded #cache property in fields forms.Dries Buytaert2009-07-27
|
* - Patch #374441 by tic200, Damien Tournoud, scor: refactor Drupal HTML ↵Dries Buytaert2009-07-27
| | | | corrector using PHP5's XML/Dom parser.
* - Patch #227232 by dopry, c960657, jmstacey, pwolanin, aaron, drewish: added ↵Dries Buytaert2009-07-27
| | | | initial support for PHP file wrappers.
* - Patch #522184 by stBorchert: remove the 'minimum number of words' feature ↵Dries Buytaert2009-07-27
| | | | from Drupal.
* - Patch #510116 by killes@www.drop.org: fixed broken link.Dries Buytaert2009-07-27
|
* - Patch #519782 by tic2000: change to become a hidden region like page_top.Dries Buytaert2009-07-27
|
* #529202 by yched: Fix phpdoc in aggregator-wrapper.tpl.php.Angie Byron2009-07-23
|
* #529184 by yched: Fix phpdoc for node.tpl.php.Angie Byron2009-07-23
|
* #527804 by sun: Add an alter hook for element_info() to change default ↵Angie Byron2009-07-23
| | | | values of form elements.
* #292565 follow-up by John Morahan: Restore ability to set 'user' as the ↵Angie Byron2009-07-23
| | | | 403/404 page.
* - Patch #3518404 by bopombatower: lock down DB config based on simpletest UA ↵Dries Buytaert2009-07-22
| | | | headers.
* - Patch #524652 by yched: overhaul comment form and preview. Proper, modern ↵Dries Buytaert2009-07-21
| | | | use of Form API.
* #525754 by chx: Clean up some trailing whitespace.Angie Byron2009-07-21
|
* #371374 by quicksketch, drewish, eojthebrave, and dopry: ImageCache UI in ↵Angie Byron2009-07-21
| | | | core. Hell yeah! :D Resizable, scalable, croppable, grey-scalable, rotatey images for all.
* Moving sample.png to root image module directory, per Dries. Premature ↵Angie Byron2009-07-21
| | | | optimization. :)
* #295983 by naxoc and lilou: Add test for modules that do not implement ↵Angie Byron2009-07-21
| | | | hook_help().
* #481288 by Berdir and Crell: Add support for INSERT INTO ... SELECT FROM ...Angie Byron2009-07-21
|
* #525634 by boombatower: Fix value default value of SimpleTest verbose variable.Angie Byron2009-07-21
|
* #448878 by brianV: Convert node.admin.inc to DBTNG.Angie Byron2009-07-21
|
* #524734 by eojthebrave: Fix typo in image.gd.inc.Angie Byron2009-07-21
|
* #371374 pre-cursor by quicksketch: Add a sample image for Image module's ↵Angie Byron2009-07-20
| | | | manipulation tests.
* #457744 by quicksketch: Insert missing calls to file_attach_delete() and ↵Angie Byron2009-07-20
| | | | file_attach_delete_revision().
* - Patch #524530 by c960657: fixed the headers sent by the image module.Dries Buytaert2009-07-20
|
* - Patch #520664 by rfay, quicksketch: file_get_mimetype() should not be ↵Dries Buytaert2009-07-20
| | | | case-sensitive. Comes with more and better tests.
* - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to ↵Dries Buytaert2009-07-20
| | | | admin/structure.
* - Patch #524476 by Scott Reynolds: improper FAPI handling for search ↵Dries Buytaert2009-07-20
| | | | settings form and minor clean-up of function names.
* - Patch #521798 by catch: fixed caching.Dries Buytaert2009-07-20
|
* - Patch #334283 by Gábor Hojtsy: fixed context bug.Dries Buytaert2009-07-20
|
* - Patch #523520 by c960657: image_style_generate_url() and image_style_url() ↵Dries Buytaert2009-07-19
| | | | do the same.
* - Patch #520486 by kika: after killing folded comments in #506218, ↵Dries Buytaert2009-07-19
| | | | modules/comment/comment-folded.tpl.php still exists. Kill it to death!
* - Patch #523308 by Bojhan: simplified help texts a bit.Dries Buytaert2009-07-19
|
* - Patch #523214 by Bohjan: clean up text Site Information page.Dries Buytaert2009-07-19
|
* - Patch #523544 by c960657: image module clean-up.Dries Buytaert2009-07-19
|
* - Patch #523406 by Bohjan: clean up forum administration description.Dries Buytaert2009-07-19
|
* #523542 by tgeller: Fix link in filter help text.Angie Byron2009-07-19
|