summaryrefslogtreecommitdiff
path: root/modules/system/system.test
Commit message (Collapse)AuthorAge
* Drupal 7.43 (SA-CORE-2016-001) by agerard, Alan Evans, benjy, berdir, catch, ↵David Rothstein2016-02-24
| | | | Damien Tournoud, DamienMcKenna, Dave Cohen, Dave Reid, David_Rothstein, dsnopek, effulgentsia, FengWen, fgm, fnqgpc, greggles, Gábor Hojtsy, Juho Nurminen 2NS, klausi, larowlan, nagba, Pere Orga, plach, pwolanin, quicksketch, rickmanelius, scor, stefan.r, StryKaizer, YesCT
* Revert "Drupal 7.43"David Rothstein2016-02-24
| | | | This reverts commit 2f54b101bf722849e456d859876b27b90ad7e479.
* Drupal 7.43David Rothstein2016-02-24
|
* Issue #1191290 by klausi, David_Rothstein, Fabianx: system_cron() should not ↵David Rothstein2016-02-01
| | | | invoke hook_flush_caches() on every cron run
* Issue #2342667 by claudiu.cristea, Dave Reid, ndobromirov: Cron and batch ↵David Rothstein2015-10-12
| | | | processing of queues are not accepting callables
* Issue #2205271 by trobey, jhedstrom, hass, alexpott, chx, joachim, jhodgdon: ↵David Rothstein2015-10-10
| | | | Add an optional project namespace for dependencies
* Issue #1003788 by stefan.r, Alan D., JimmyAx, Josh Waihi, john_brown, ↵David Rothstein2015-05-04
| | | | twistor, bellHead, bzrudi71, pwolanin, gaas, wiifm, robhardwick, gngn: PostgreSQL PDOException: Invalid text representation when attempting to load an entity with a string or non-scalar ID
* Issue #1946240 by hampercm, eiriksm, David_Rothstein, rpayanm, rszrama, ↵David Rothstein2015-03-30
| | | | Yaron Tal, dgtlife, madhusudanmca, er.pushpinderrana, Cottser: Remove the hardcoded 0 index in theme_status_messages()
* Drupal 7.35David Rothstein2015-03-18
|
* Issue #1355526 by cafuego, jenlampton: Added a way to determine the date a ↵David Rothstein2014-11-05
| | | | module was added so the modules page can use it for sort.
* Issue #2021933 by Crell, David_Rothstein, joachim, lz1irq: Catch exceptions ↵David Rothstein2014-05-05
| | | | from queue workers.
* Drupal 7.24David Rothstein2013-11-20
|
* Issue #1797914 by lazysoundsystem, dcam, izus, Lars Toomre: Remove t() from ↵Jennifer Hodgdon2013-07-03
| | | | test assertions in various system tests
* Issue #1797252 by dcam, lazysoundsystem, pwieck, andypost, Lars Toomre, ↵Jennifer Hodgdon2013-06-28
| | | | xjm: Remove t() from test assertions in file-related tests
* Issue #1797452 by dcam, izus, xjm, Lars Toomre: Remove t() from test asserts ↵Jennifer Hodgdon2013-05-21
| | | | in various system tests
* Issue #1797920 by dcam, izus, Lars Toomre: Remove t() from test asserts in ↵Jennifer Hodgdon2013-04-26
| | | | misc system tests
* Issue #1797926 by dcam, izus, Lars Toomre: Remove t() from test asserts in ↵Jennifer Hodgdon2013-04-26
| | | | misc system tests
* Issue #1035292 by Désiré, vijaycs85, wizonesolutions, oriol_e9g, ACF, ↵David Rothstein2013-03-30
| | | | achton, darkadept: Fixed Dynamic tokens can't have spaces.
* Issue #1376166 by sun, xjm, tim.plunkett: Fixed Custom logo and favicon ↵webchick2012-04-30
| | | | functionality inanely tries to support absolute local file paths.
* - Patch #598414 by Tor Arne Thune, Dave Reid: Fixed Links in the update ↵Dries2012-02-02
| | | | results page lead to 403s.
* Issue #996236 by fago, sun, pillarsdotnet, xjm: Fixed ↵webchick2012-01-31
| | | | drupal_flush_all_caches() does not clear entity info cache.
* - Patch #1346166 by Dave Reid: Improve performance of token_replace() if ↵Dries2012-01-24
| | | | there are no tokens to replace.
* Issue #278425 by andypost, droplet, OnkelTem, chx, c960657, drewish, kotnik, ↵webchick2012-01-21
| | | | realityloop: Change notice for: Using basename() is not locale safe.
* Issue #1002258 by tstoeckler, xjm: Fixed D6 modules satisfy D7 module ↵webchick2011-11-14
| | | | dependencies.
* Issue #1049284 by xjm: Fixed Running update.php to flush caches no longer ↵webchick2011-11-11
| | | | works unless there are updates pending.
* Issue #951644 by catch, David_Rothstein, aschiwi, xjm: Fixed Requirement ↵webchick2011-11-07
| | | | warnings (e.g. for PHP memory limit) are not shown on install or update unless there is a requirement error also.
* Issue #1054848 by barraponto: Fixing common typos through codespell.py.webchick2011-10-02
|
* Oops. Rollback of #951644 which was accidentally committed.webchick2011-09-30
|
* Issue #1289364 by swentel: Fixed SchemaCache generates empty cid.webchick2011-09-30
|
* Issue #978944 by Aron Novak, chx, ksenzee: Fixed Handle exceptions thrown in ↵webchick2011-08-30
| | | | cron.
* Issue #943772 by jpsoto, yched, catch, bojanz, pillarsdotnet, steinmb: Fixed ↵webchick2011-08-29
| | | | field_delete_field() and others fail for inactive fields.
* Issue #981524 by das-peter, Pisco, sun: Fixed system_date_format_save() ↵webchick2011-08-01
| | | | doesn't save localized date formats.
* Issue #822054 by agentrickard: Remove site_mission() cruft in system.test.webchick2011-07-18
|
* Issue #1016582 by mfb, sun: Fixed Help block empty on every page, or the ↵webchick2011-06-26
| | | | same on every page, due to 'cache per role'.
* Issue #1029606 follow-up by catch, David_Rothstein: Fixed Regression: Not ↵webchick2011-06-15
| | | | loading the .module file causes a fatal error when uninstalling some modules (as does loading it).
* - Patch #690544 by bleen18, andypost, marcvangend, dbeheydt, rschwab, ↵Dries Buytaert2011-05-13
| | | | robertom: blocks admin (admin/structure/block) requires menu_rebuild() to display settings for current theme.
* - Patch #711650 by marcvangend, cha0s: when index.php appears in the URL (or ↵Dries Buytaert2011-05-01
| | | | is automatically added by the server) users get a 'page not found' message.
* - Patch #733192 by pillarsdotnet, Sutharsan, Letharion, clemens.tolboom: ↵Dries Buytaert2011-04-23
| | | | tokens enclosed in [ ] are not recognized.
* - Patch #1076394 by pillarsdotnet: improved test code.Dries Buytaert2011-02-28
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1019710 by stephenh: Changed Standardize @file comments in .test files.Dries Buytaert2011-02-04
|
* #609772 by dww, JacobSingh, ksenzee: Fixed Impossible to extend the ↵Angie Byron2010-12-01
| | | | FileTransfer class system in contrib
* - Patch #669510 by quicksketch, David_Rothstein, Dave Reid, casey, Gábor ↵Dries Buytaert2010-11-27
| | | | Hojtsy, mrfelton, effulgentsia: merge administration theme with hook_admin_paths().
* #151452 by David_Rothstein, Dave Reid, tstoeckler: Fixed uninstalling ↵Angie Byron2010-11-20
| | | | modules does not follow dependencies.
* - Patch #931520 by David_Rothstein: [site:url-brief] token puts an ↵Dries Buytaert2010-10-28
| | | | unnecessary slash at the end.
* #642160 by boombatower, Damien Tournoud: Make debug() message more usable.Angie Byron2010-10-16
|
* #742972 follow-up by klausi, sun: Fix documentation and tests regarding ↵Angie Byron2010-10-15
| | | | entity cache clearing.
* - Patch #902644 by sun, tobiasb: machine names are too hard to implement. ↵Dries Buytaert2010-10-13
| | | | | | Date types and menu names are not validated. This patch fixes a bug, but is also a last minute clean-up that will help with better distribution support. We discussed this in http://drupal.org/node/933846.
* #931190 by klausi, carlos8f: Fixed enabling modules via the UI breaks module ↵Angie Byron2010-10-05
| | | | dependencies.
* #651086 follow-up by carols8f: Fix cache clearing is an ineffective mess.Angie Byron2010-10-01
|