summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #281446 by xqus, dropcube, and catch: Improve the requirements check for the ↵Angie Byron2008-10-01
| | | | installer. Awesome.
* #184143 by redndahead: Fix #anchor tags conflicting with tableheader.js.Angie Byron2008-09-30
|
* - Patch #314564 by m1mic: made pushbutton footer validate.Dries Buytaert2008-09-28
|
* Temporary roll-back of #298669: This wasn't quite ready yet and broke ↵Angie Byron2008-09-28
| | | | SimpleTest in a big way.
* - Patch #298669 by Crell, moshe weitzman: added query logging per connection.Dries Buytaert2008-09-28
|
* - Patch by Dries, follow-up on #143059, record improved integration support ↵Dries Buytaert2008-09-27
| | | | for WYSIWYG editors.
* - Patch #161301 by Eaton, Sun, moshe and webchick: make checking for node ↵Dries Buytaert2008-09-27
| | | | edit forms easier. DX improvement.
* - Patch #296197 by Gabor: made the language order use drag-n-drop instead of ↵Dries Buytaert2008-09-27
| | | | weight drop-down menus.
* - Patch #312306 by Jaza: no activation e-mail for user 1.Dries Buytaert2008-09-27
|
* - Patch #301501 by markus_petrux: optimize db_merge() in MySQL by taking ↵Dries Buytaert2008-09-27
| | | | advantage of ODKU syntax.
* #312677 by CorniI: Check to ensure a file exists when fixing installation file.Angie Byron2008-09-27
|
* #125315 by chx, sun, Gábor Hojtsy, drumm, and friends: Add #input_format ↵Angie Byron2008-09-27
| | | | FAPI property that can be used by WYSIWYG editors. WOOHOO.
* #229129 follow-up by Arancaytar, chx, and webchick: Instantiate module ↵Angie Byron2008-09-27
| | | | package property.
* #302300 follow-up by Crell: Fixes to database connection tests.Angie Byron2008-09-27
|
* #229129 follow-up by chx: Fix module dependency checking again.Angie Byron2008-09-27
|
* #229129 part 2 of 1,342 by chx: Hide Core - Required modules from module ↵Angie Byron2008-09-27
| | | | page entirely, to get around nasty bug that allows them to be disabled.
* #229129 part 1 of 1,342 by chx: Change #value to #markup to eliminate notice ↵Angie Byron2008-09-27
| | | | on modules page.
* #313152 by Crell and Rob Loach: DBTNG clean-up of batch.incAngie Byron2008-09-26
|
* #302300 by Crell: Support adding and ignoring database targets, for better ↵Angie Byron2008-09-26
| | | | replication support.
* #266773 by Susurrus and Dave Reid: actions_syncronize() cleanup.Angie Byron2008-09-26
|
* #313044 by Amitaibu: Remove silly assertion.Angie Byron2008-09-24
|
* #312883 by moshe weitzman: Fix REQUEST_METHOD notice in run-tests.sh.Angie Byron2008-09-24
|
* #296910 by catch and webchick: Add reset parameter to ↵Angie Byron2008-09-24
| | | | taxonomy_vocabulary_load().
* #312847 by moshe weitzman: Fix end time reporting in run-tests.sh.Angie Byron2008-09-24
|
* #244662 by solotandem and catch: Fix taxonomy_vocabulary_load() when called ↵Angie Byron2008-09-24
| | | | multiple times.
* #267724 follow-up by Gábor Hojtsy and dww: Wrap logic in parentheses for ↵Angie Byron2008-09-23
| | | | better clarification.
* - Patch #311160 by moshe weitzman and Damien Tournoud: enhance run-tests.sh ↵Dries Buytaert2008-09-23
| | | | by automatically picking up the PHP interpreter.
* #238760 follow-up by pwolanin: Forward-port rest of 6.x fix for ↵Angie Byron2008-09-22
| | | | menu_rebuild() race condition.
* #309951 by chx: Slow down tracker tests for supersonic computers.Angie Byron2008-09-21
|
* - Patch #310447 by Damien Tournoud, Crell, catch: add back SET NAMES='utf8' ↵Dries Buytaert2008-09-21
| | | | -- we love UTF-8
* - Patch #305236 by crell: made OpenID work again. We need tests for this.Dries Buytaert2008-09-21
|
* #299672 follow-up by chx: Better fix for only caching form if #cache is set ↵Angie Byron2008-09-21
| | | | to TRUE.
* #259623 by dopry and Damien Tournoud: Convert includes/requires to use ↵Angie Byron2008-09-20
| | | | absolute paths.
* #299672 by fago: Cache form only if #cache is set to TRUE.Angie Byron2008-09-20
|
* #268006 by pwolanin: Prevent hook_help() from appearing on 403 pages.Angie Byron2008-09-20
|
* #310358 by drewish: Add a test for file_save_upload and clean up file.test.Angie Byron2008-09-20
|
* #64967 follow-up by drewish: Replace ereg with preg in file_scan_directory().Angie Byron2008-09-20
|
* - Patch #310607 by mfer: fixed undefined method problem with database code.Dries Buytaert2008-09-19
|
* - Patch #305740 by catch, Benjamin Melançon: added an edit tab to taxonomy ↵Dries Buytaert2008-09-19
| | | | term pages.
* - Patch #298309 by mfer: add PDO::FETCH_PROPS_LATE to tell __construct() to ↵Dries Buytaert2008-09-19
| | | | run before properties are added to the object. This is closer to the expected behavior and avoids that values are being overwritten.
* - Patch #309488 by kbahey: correct capitalization of TRUE and FALSE.Dries Buytaert2008-09-19
|
* - Patch #308713 by fletchgqc: incorrect max length of language domain string ↵Dries Buytaert2008-09-19
| | | | in locale form.
* - Patch #254242 by Gabor, dropcube: preview post setting (optional, ↵Dries Buytaert2008-09-19
| | | | required) not working
* - Patch #309821 by Rob Loach: automatically put sites in maintenance mode ↵Dries Buytaert2008-09-19
| | | | when updates are being run.
* #197266 by ufku, lilou, Dave Reid, and c960657: Avoid unnecessary query if ↵Angie Byron2008-09-19
| | | | there is no user limit on uploaded files.
* #296486 by lyricnz and boombatower: Tests for viewing an individual comment.Angie Byron2008-09-19
|
* #296487 by lyricnz and beeradb: Tests to make sure comment posting fails ↵Angie Byron2008-09-19
| | | | when it should.
* #255613 by boombatower: Replace old crufty manual cURL call with nice ↵Angie Byron2008-09-19
| | | | drupalGet().
* #190850 by Poetro and Robin Monks: Replace hard-coded taxonomy links by ↵Angie Byron2008-09-19
| | | | taxonomy_term_path().
* #180063 by andremolnar, TheMystic, and R.Muilwijk: Add a parameter to ↵Angie Byron2008-09-19
| | | | form_set_error().