summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #319406 by AlexisWilke, Dave Reid, Damien Tournoud, kbahey: should ↵Dries Buytaert2008-11-24
| | | | only be cleared in the parent watchdog() call.
* - Patch #280934 by pwolanin, swentel, et al: harden session regeneration. ↵Dries Buytaert2008-11-24
| | | | It took a while, but it comes with tests and extra features now.
* Reverting #337820 which causes menu tests to fail, unbeknownst to testing ↵Angie Byron2008-11-24
| | | | bot. Hrm...
* Removing #137932 which was committed prematurely.Angie Byron2008-11-24
|
* #337820 by Dave Reid: Rename menu path 'logout' to 'user/logout' for ↵Angie Byron2008-11-23
| | | | consistency.
* #67349 follow-up by Damien Damien Tournoud: Fix missing parenthesis.Angie Byron2008-11-23
|
* #337820 follow-up: Reverting conflict cruft that somehow got introduced the ↵Angie Byron2008-11-23
| | | | last commit.
* - Patch #297181 by keith.smith: install profile clarifications.Dries Buytaert2008-11-23
|
* - Patch #336043 by c960657: skip calls to curlExec() in curlConnect(). Nice ↵Dries Buytaert2008-11-23
| | | | find, c960657\!
* - Patch #332980 by scor and keith.smith: documentation improvements + typo ↵Dries Buytaert2008-11-23
| | | | fixed.
* #302438 by maartenvg and cwgordon7: Only show the 'queued for approval' ↵Angie Byron2008-11-23
| | | | message for non-administrators.
* #315801 by Rob Loach, Grugnoh2, mfer and dmitrig01: Add a hook_js_alter() to ↵Angie Byron2008-11-23
| | | | modify JavaScript being printed to the page.
* #336596 by Dave Reid: Tests for who's online block so it continues to stay ↵Angie Byron2008-11-23
| | | | fixed. :)
* #67349 by chx, Damien Tournoud, and paranojik: SQLite support in core! Yeah! :DAngie Byron2008-11-23
|
* #332123 follow-up by lilou: Removing t() from schema descriptions in the ↵Angie Byron2008-11-22
| | | | block tables.
* #308834 follow-up by gpk: Comment improvements.Angie Byron2008-11-22
|
* #323474 follow-up by gpk: Some comment improvements to hook_boot/exit ↵Angie Byron2008-11-22
| | | | simpletests.
* - Patch #305345 by catch: making all terminology consistent.Dries Buytaert2008-11-22
|
* - Patch #324319 by catch: cleaned up the translation tests a bit.Dries Buytaert2008-11-22
|
* - Patch #332980 by scor: added an RDF namespace registry. Oh my ... :-)Dries Buytaert2008-11-22
|
* - Patch #335614 by Damien Tournoud: getActiveConnection() and ↵Dries Buytaert2008-11-22
| | | | getConnection() were broken when was not found. Now with tests\!
* - Patch #308834 by c960657: move setting of magic_quotes_runtime out of ↵Dries Buytaert2008-11-22
| | | | settings.php because (i) we don't want a user to change it and (ii) it gets executed a bit earlier in the Drupal bootstrap.
* - Patch #336746 by justinrandell: fixed broken t() function call.Dries Buytaert2008-11-22
|
* - Patch #323474 by Dave Reid and catch: hook_boot() was not invoked on ↵Dries Buytaert2008-11-22
| | | | uncached page views if cache mode is aggressive.
* - Patch #330674 by catch: we can eliminate one database query because we ↵Dries Buytaert2008-11-22
| | | | have the parent node cached anyway.
* - Patch #337454 by earnie: fixed the phpdoc of drupal_render_form().Dries Buytaert2008-11-22
|
* - Patch #293506 by catch, pwolanin, foripepe: added missing tests for the ↵Dries Buytaert2008-11-22
| | | | taxonomy module. New tests include tests for empty vocabulary overview, deleting a vocabulary, weights, etc. Also refactored some of the existing test to make them more crisp and readable.
* - Patch #337660 by dmitrig01: usability improvement - show a preview for the ↵Dries Buytaert2008-11-22
| | | | Powered By Drupal block.
* - Patch #335621 by Dave Reid: fixed warning.Dries Buytaert2008-11-22
|
* - Patch #245504 by David Rothstein: throttle module is gone now. For real.Dries Buytaert2008-11-22
|
* - Patch #293370 by maartenvg, swentel, et al: block sorting fails if more ↵Dries Buytaert2008-11-22
| | | | than 20 blocks are present.
* - Patch #335385 by Dave Reid: fixed maxlength of path alias fields to be ↵Dries Buytaert2008-11-22
| | | | consistent with the database.
* - Patch #280625 by catch, pwolanin, swentel, et al: added an OpenID delete ↵Dries Buytaert2008-11-22
| | | | confirm form.
* - Patch #202183 by maartenvg: usability - shorten block configuration page.Dries Buytaert2008-11-22
|
* - Patch #277644 by lilou: documentation improvement.Dries Buytaert2008-11-22
|
* - Patch #319831 by keith.smitch, Workfflow et al: remove redundant help text.Dries Buytaert2008-11-21
|
* - Patch #310607 by mfb: added tests for db_column_exists() and ↵Dries Buytaert2008-11-21
| | | | db_table_exists(). Yay\!
* - Patch #334826 by maartenvg: editing of anonymous comments was broken. ↵Dries Buytaert2008-11-21
| | | | Bugfix with test\!
* #11077 follow-up: adding missing timezone.js file.Angie Byron2008-11-21
|
* #293514 by mikey_p: Add tests for menu_rebuild_needed.Angie Byron2008-11-20
|
* #320009 by Dave Reid: Catch D7 modules without a files[] line in their .info ↵Angie Byron2008-11-20
| | | | files.
* #11077 by mfb, KarenS, macgirvin, and jjkd: Can you say Daylight Savings ↵Angie Byron2008-11-20
| | | | Time? I bet you didn't think Drupal ever would! :)
* #335214 by quicksketch: Speed up simpletest.js and make it more ↵Angie Byron2008-11-20
| | | | cross-browser compliant.
* #107051 by Dave Reid, gdevlugt, and vladimir.dolgopolov: Remove duplicate ↵Angie Byron2008-11-19
| | | | names from Who's Online block.
* - Rollback of patch #334671 by Steve Dondley: still tests failing.Dries Buytaert2008-11-18
|
* - Patch #334671 by Steve Dondley: users cannot be assigned to roles or ↵Dries Buytaert2008-11-18
| | | | removed from them -- comes with tests. Yay.
* #74645 follow-up by maartenvg: One very important file_scan_directory() call ↵Angie Byron2008-11-16
| | | | got missed; now HEAD installs again. W00t. ;)
* - Added missing file from #302054Dries Buytaert2008-11-16
|
* - Patch #74645 by drewish, roychri et al: modify file_scan_directory to use ↵Dries Buytaert2008-11-16
| | | | a regex for the nomask (and code clean-up).
* - Patch #328781 by chx, Damien Tournoud: made sure that all error messages ↵Dries Buytaert2008-11-16
| | | | show a good error message.