summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* #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 #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 #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 #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\!
* #293514 by mikey_p: Add tests for menu_rebuild_needed.Angie Byron2008-11-20
|
* #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.
* - 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 #302054 by dmitrig01: usability improvement - hide machine readable ↵Dries Buytaert2008-11-16
| | | | name of node type by default.
* - Patch #267883 by MadHarold, boombatower: parse_size() and format_size() do ↵Dries Buytaert2008-11-16
| | | | not use the same kilo standard.
* - Patch #334746 by Xano: display human readable module names on permission ↵Dries Buytaert2008-11-16
| | | | administration page.
* - Patch #302207 by John Morahan: converted book module to the new database ↵Dries Buytaert2008-11-16
| | | | abstraction layer.
* - Patch #334271 by catch: clean up of taxonomy module tests.Dries Buytaert2008-11-16
|
* #333095 by chx and Damien Tournoud: Lay groundwork for SQLite patch.Angie Byron2008-11-16
|
* - Patch #332123 by webchick, lilou: remove t() function from schema ↵Dries Buytaert2008-11-15
| | | | descriptions.
* - Patch #334030 by justinrandell: replace module_list with module_implements ↵Dries Buytaert2008-11-15
| | | | when calling a hook.
* - Patch #331570 by recidive: rename block module tables to singular. ↵Dries Buytaert2008-11-15
| | | | Requires you to run update.php.
* - Patch #334238 by justinrandell: fixed update_get_project_name.Dries Buytaert2008-11-15
|
* - Patch #302399 by Damien Tournoud: fixing the schema api tests.Dries Buytaert2008-11-13
|
* - Patch #321100 by hswong3i: empty insert statements are better handled now. ↵Dries Buytaert2008-11-13
| | | | Comes with tests.
* - Patch #322458 by hswong3i: tests for queryRange().Dries Buytaert2008-11-13
|
* - Patch #302399 by chx, Damien Tournoud: tests for schema API.Dries Buytaert2008-11-13
|
* - Patch #297225 by keith.smith: massaged the text on the modules page a bit.Dries Buytaert2008-11-13
|
* #332145 by catch and Arancaytar: Fix regression on term submit form.Angie Byron2008-11-13
|
* #328110 by marcingy, Damien Tournoud, swentel, and pwolanin: Fix error on ↵Angie Byron2008-11-13
| | | | admin/build/menu, and robustify the test so we catch stuff like this in the future.
* - Patch #325665 by chx, Damien Tournoud, justinrandell et al: improved the ↵Dries Buytaert2008-11-11
| | | | cache registry lookups.
* - Patch #314532 by jsaints, Crell, Arancaytar, CorniI, Rob Loach, et al: ↵Dries Buytaert2008-11-11
| | | | convert comment module to new DB layer. Doesn't break any additional tests so if we discover a regression, please submit a test with it.
* - Patch #331213 by chx and Damien Tournoud: welcome weird database drivers.Dries Buytaert2008-11-11
|
* - Patch #332623 by Damien Tournoud: fixed importing translations and added a ↵Dries Buytaert2008-11-11
| | | | test.
* Oops. Roll-back of #328110. ApologiesAngie Byron2008-11-11
|
* #328110 by Damien Tournoud: Remove recoverable fatal error from menu system.Angie Byron2008-11-11
|