summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #495956 by cafuego, sun: system.install incorrectly assumes ANON and ↵Dries Buytaert2009-06-21
| | | | AUTH RID are always sequential.
* - Patch #490432 by mfb, catch, bangpound: taxonomy_form_vocabulary always ↵Dries Buytaert2009-06-20
| | | | returned error.
* - Patch #67211 by catch, Gábor Hojtsy, yoroy, cdale, et al: drop the colon ↵Dries Buytaert2009-06-20
| | | | after form titles.
* #496922 by sun and Arancaytar: Fix JS Clean URL test to remove phantom ↵Angie Byron2009-06-20
| | | | redirects.
* #480414 by JamesAn: Convert comment module to drupal_static caching.Angie Byron2009-06-20
|
* #439148 by netsensei, pp, and catch: Add tests for comment login/register ↵Angie Byron2009-06-20
| | | | link for anonymous users.
* #351487 follow-up by JohnAlbin: Fix accidental roll-back.Angie Byron2009-06-20
|
* #496950 by oestrich: Alphabetize the list of tests.Angie Byron2009-06-20
|
* - Patch #211439 by David_Rothstein, cwgordon7: correct sorting of modules.Dries Buytaert2009-06-20
|
* - Patch #495964 by jhodgdon: fixed documentation error.Dries Buytaert2009-06-19
|
* - Patch #26966 by catch, skiminki, aaronbauman et al: fixed comment links ↵Dries Buytaert2009-06-19
| | | | when paging is used.
* - Patch #394116 by Berdir, jcfiala: converted forum module to new database ↵Dries Buytaert2009-06-19
| | | | abstraction layer.
* - Patch #495876 by cwgordon7: we love the search tests.Dries Buytaert2009-06-19
|
* #455844 follow-up by yched: Fix typo in user template.Angie Byron2009-06-19
|
* #455844 by yched, JohnAlbin, moshe weitzman, Frando, et al: Allow more ↵Angie Byron2009-06-18
| | | | granular theming of drupal_render()ed elements.
* - Patch #490074 by andypost, bjaspan, catch: fix upgrade path from Drupal 6 ↵Dries Buytaert2009-06-18
| | | | to Drupal 7.
* - Patch #480282 by quicksketch: keep the 'add new comment' link.Dries Buytaert2009-06-18
|
* - Patch #491490 by torelad: updated hook_perm() documentation.Dries Buytaert2009-06-18
|
* - Patch #276008 by lilou, Arancaytar: missing user agent should not trigger ↵Dries Buytaert2009-06-17
| | | | a notice per the HTTP specification.
* - Patch #486558 by PEAR, chx: add tar-support to Drupal.Dries Buytaert2009-06-17
|
* #482622 by chx and Frando: Allow alternative implementations for caching.Angie Byron2009-06-16
|
* - Patch #243093 by catch, wedge: fixed small typo.Dries Buytaert2009-06-16
|
* - Patch #481214 by pp: hidden taxonomy variables in the message action.Dries Buytaert2009-06-16
|
* - Patch #456488 by yched: better tests for field caching.Dries Buytaert2009-06-16
|
* - Patch #276615 by mikeytown2: only clear the CSS cache when submitting the ↵Dries Buytaert2009-06-16
| | | | form, not when displaying the form.
* #487868 follow-up by David Rothstein: Fix phpDoc of link assertion functions.Angie Byron2009-06-16
|
* - Patch #243093 by catch, killes: improved indices on comment table.Dries Buytaert2009-06-15
|
* - Patch #350173 by keith.smith: fix corrupted sentence in documentation for ↵Dries Buytaert2009-06-15
| | | | hook_user().
* - Patch #491978 by Berdir: remove unnecessary &s.Dries Buytaert2009-06-15
|
* - Patch #491666 by chx: the cruft police stop by.Dries Buytaert2009-06-15
|
* - Patch #43493 by sime, sun, et al: add name/type as CSS class for form ↵Dries Buytaert2009-06-14
| | | | elements.
* - Fixed a merge problem.Dries Buytaert2009-06-13
|
* - Fixed a merge problem.Dries Buytaert2009-06-13
|
* - Patch #391412 by JamesAn et al: move contact form, post, and user settings ↵Dries Buytaert2009-06-13
| | | | below Site configuration.
* - Patch #478598 by pp: remove colon.Dries Buytaert2009-06-13
|
* - Patch #480152 by jhodgdon: updated filter API documentation.Dries Buytaert2009-06-13
|
* - Patch #221399 by smk-ka, jeffschuler, lilou, earnie et al: make it ↵Dries Buytaert2009-06-13
| | | | possible to enable blocks on 404 pages.
* - Patch #490574 by dww: avoid notices when you don't have files declared in ↵Dries Buytaert2009-06-13
| | | | your .info file.
* - Patch #490562 by dww: updated list of core themes.Dries Buytaert2009-06-13
|
* - Added missing file.Dries Buytaert2009-06-12
|
* - Patch #413192 by catch et al: make taxonomy terms fieldable (not to be ↵Dries Buytaert2009-06-12
| | | | confused with taxonomy terms as fields).
* - Patch #478744 by moshe weitzman, Frando: simplify block rendering.Dries Buytaert2009-06-12
|
* - Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and ↵Dries Buytaert2009-06-12
| | | | teasers as fields. Oh, my.
* - Patch #484090 by Berdir, tic2000: comment pager was broken.Dries Buytaert2009-06-11
|
* - Patch #486274 by mr.baileys: fixed typo.Dries Buytaert2009-06-11
|
* - Patch #288946 by jeffschuler, z.stolar: increase path length to 255.Dries Buytaert2009-06-11
|
* - Patch #147000 by Berdir: follow-up bug fix.Dries Buytaert2009-06-11
|
* - Patch #487868 by David_Rothstein: fixed some test issues.Dries Buytaert2009-06-11
|
* - Patch #222044 by c960657: better support for different OpenID versions.Dries Buytaert2009-06-10
|
* - Patch #487830 by c960657: fixed a HTTP header and improved the tests.Dries Buytaert2009-06-10
|