summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #299461 by Damien Tournoud: fixed annoying glitches with assertEqual().Dries Buytaert2008-08-30
|
* - Patch #246261 by pwolanin: simpletest does not handle optgroup correctlyDries Buytaert2008-08-30
|
* - Patch #295564 by mustafau, Damien Tournoud et al: drupal_http_rqeuest ↵Dries Buytaert2008-08-29
| | | | triggers error.
* - Patch #299330 by justinrandell, Damien Tournoud: select MySQL driver by ↵Dries Buytaert2008-08-28
| | | | default -- less clicking
* - Patch #296305 by Damien Tournoud, recidive, cwgordon7, chx: 404 page needs ↵Dries Buytaert2008-08-28
| | | | a test -- testing party
* - Patch #278759 by douggreen, fletchgqc: improved code comment.Dries Buytaert2008-08-28
|
* - Patch #295152 by dww, Damien Tournoud, et al: fixed version comparison.Dries Buytaert2008-08-28
|
* - Patch #299582 by hass: robots.txt maintenance.Dries Buytaert2008-08-25
|
* - Patch #243063 by GoofyX: fixed typo in context-sensitve help.Dries Buytaert2008-08-25
|
* - Patch #299387 by keith.smith: improved wording in CHANGELOG.txt.Dries Buytaert2008-08-25
|
* - Patch #227851 by hswong3i: made SQL query ANSI compliant.Dries Buytaert2008-08-25
|
* - Patch #298391 by catch, chx: fixed database initialization during install ↵Dries Buytaert2008-08-25
| | | | failure.
* - Patch #280621 by pwolanin: remove 'param from allowed tags in ↵Dries Buytaert2008-08-25
| | | | filter_xss_admin().
* - Patch #227486 by profix898: increase length of database fields for menu items.Dries Buytaert2008-08-23
|
* - Adding Crell as database system maintainer.Dries Buytaert2008-08-23
|
* - Patch #297894 by boombatower: two new asserts for link checking.Dries Buytaert2008-08-23
|
* - Patch #297860 by Damien Tournoud: sess_write should use a db_merge().Dries Buytaert2008-08-23
|
* - Patch #298581 by Damien Tournoud: database clean-ups.Dries Buytaert2008-08-22
|
* - Patch #298391 by Rob Loach: database engine initialization fails in ↵Dries Buytaert2008-08-22
| | | | presence of CVS directory.
* - Patch #298137 by flobruit: drupalCreateContentType() now resets node ↵Dries Buytaert2008-08-22
| | | | permissions.
* - Patch #296918 by JBrauer: clean up CSS/HTML of node form.Dries Buytaert2008-08-22
|
* - Patch #297869 by boombatower: add xpath method to simpletest and refactor ↵Dries Buytaert2008-08-22
| | | | existing tests.
* - Patch #297207 by kscheirer and TapocoL: move update notification settings ↵Dries Buytaert2008-08-22
| | | | to more visible place.
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵Dries Buytaert2008-08-21
| | | | generation database layer for Drupal 7.
* - Patch #268148 by obsidiandesign: make the simpletests work on https.Dries Buytaert2008-08-18
|
* - Patch #170310 by mfb, JohnAlbin: avoid SSL cookie getting over-written by ↵Dries Buytaert2008-08-18
| | | | non-SSL cookie.
* - Patch #291670 by dhubler, Dries: run tests by file.Dries Buytaert2008-08-18
|
* - Patch #293099 by boombatower: clarify form documentation and error handling.Dries Buytaert2008-08-18
|
* - Patch #272952 by NancyDru and chx: fixed documentation issue.Dries Buytaert2008-08-18
|
* - Patch #296300 by chx: remove edit[] and fixed Doxygen.Dries Buytaert2008-08-17
|
* - Patch #265899 by mfb: uri_brief mail token did not support https URLs.Dries Buytaert2008-08-17
|
* - Patch #296302 by chx: remove PHP 5.1 hack now the minimum requirement is ↵Dries Buytaert2008-08-17
| | | | PHP 5.2.
* - Patch #287949 by Freso, Damien Tournoud: keep language icons in consistent ↵Dries Buytaert2008-08-16
| | | | order across nodes.
* - Patch #245322 by mfb: fixed breadcrumb behavior.Dries Buytaert2008-08-16
|
* - Patch #276430 by jhedstrom, chx, boombatower et al: added tests for ↵Dries Buytaert2008-08-16
| | | | session handling.
* - Patch #252430 by quicksketch: allow base theme prefix in preprocessor ↵Dries Buytaert2008-08-16
| | | | function names to correct expected behavior.
* - Patch #296027 by hswong3i: {simpletest} indexes come with wrong array ↵Dries Buytaert2008-08-16
| | | | expression
* - Patch #43245 by mustafau, Dries, agentrickard, markus_petrux, et al: add ↵Dries Buytaert2008-08-16
| | | | an option to not generate blocks for RSS feeds.
* - Patch #295506 by swentel: node preview is rendered twice.Dries Buytaert2008-08-16
|
* - Patch #295564 by boombatower, Damien Tournoud: fixed drupal_http_request ↵Dries Buytaert2008-08-16
| | | | error and cleaned up some simpletest stuff. We should have a much more funky 'all tests passed' screen. Having all tests pass shouldn't be this boring. Let's be a bit more creative and injest some fun ... ;-)
* - Patch #279404 by chx: removed old cruft. See ↵Dries Buytaert2008-08-15
| | | | http://drupal.org/files/issues/fapi_award.jpg.
* - Patch #260484 by catch, boombatower et al: rollback of valid tests, ↵Dries Buytaert2008-08-15
| | | | letting ourselves believe that there are no bugs in core. ;)
* - Patch #257912 by douggreen, Damien Tournoud: improve performance by ↵Dries Buytaert2008-08-14
| | | | flipping two queries during indexing.
* - Patch #66264 by boombatower: fixed typo in title.Dries Buytaert2008-08-14
|
* - Patch #237381 by beeradb, flobruit: renamed () parameter from user_save() to .Dries Buytaert2008-08-14
|
* - Patch #56173 by catch, chx: if the user has access to one content type ↵Dries Buytaert2008-08-14
| | | | only, jump to that page.
* - Patch #221230 by Heine: convert requirement error on update to requirement ↵Dries Buytaert2008-08-14
| | | | warning.
* - Patch by Heine, Damien, drumm, scor, mark burdett: fixed XSS problems via ↵Dries Buytaert2008-08-14
| | | | private downloads.
* - Patch #285575 by jk, Bart, Damien Tournoud, et al: fixed XSS problem in ↵Dries Buytaert2008-08-14
| | | | default input formats.
* - Patch #246143 by bjaspan, Damien Tournoud: make sure updates are run in ↵Dries Buytaert2008-08-14
| | | | numeric order, not in definition order.