Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #598414 by Tor Arne Thune, Dave Reid: Fixed Links in the update ↵ | Dries | 2012-02-02 |
| | | | | results page lead to 403s. | ||
* | Issue #996236 by fago, sun, pillarsdotnet, xjm: Fixed ↵ | webchick | 2012-01-31 |
| | | | | drupal_flush_all_caches() does not clear entity info cache. | ||
* | - Patch #1346166 by Dave Reid: Improve performance of token_replace() if ↵ | Dries | 2012-01-24 |
| | | | | there are no tokens to replace. | ||
* | Issue #278425 by andypost, droplet, OnkelTem, chx, c960657, drewish, kotnik, ↵ | webchick | 2012-01-21 |
| | | | | realityloop: Change notice for: Using basename() is not locale safe. | ||
* | Issue #1002258 by tstoeckler, xjm: Fixed D6 modules satisfy D7 module ↵ | webchick | 2011-11-14 |
| | | | | dependencies. | ||
* | Issue #1049284 by xjm: Fixed Running update.php to flush caches no longer ↵ | webchick | 2011-11-11 |
| | | | | works unless there are updates pending. | ||
* | Issue #951644 by catch, David_Rothstein, aschiwi, xjm: Fixed Requirement ↵ | webchick | 2011-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. | webchick | 2011-10-02 |
| | |||
* | Oops. Rollback of #951644 which was accidentally committed. | webchick | 2011-09-30 |
| | |||
* | Issue #1289364 by swentel: Fixed SchemaCache generates empty cid. | webchick | 2011-09-30 |
| | |||
* | Issue #978944 by Aron Novak, chx, ksenzee: Fixed Handle exceptions thrown in ↵ | webchick | 2011-08-30 |
| | | | | cron. | ||
* | Issue #943772 by jpsoto, yched, catch, bojanz, pillarsdotnet, steinmb: Fixed ↵ | webchick | 2011-08-29 |
| | | | | field_delete_field() and others fail for inactive fields. | ||
* | Issue #981524 by das-peter, Pisco, sun: Fixed system_date_format_save() ↵ | webchick | 2011-08-01 |
| | | | | doesn't save localized date formats. | ||
* | Issue #822054 by agentrickard: Remove site_mission() cruft in system.test. | webchick | 2011-07-18 |
| | |||
* | Issue #1016582 by mfb, sun: Fixed Help block empty on every page, or the ↵ | webchick | 2011-06-26 |
| | | | | same on every page, due to 'cache per role'. | ||
* | Issue #1029606 follow-up by catch, David_Rothstein: Fixed Regression: Not ↵ | webchick | 2011-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 Buytaert | 2011-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 Buytaert | 2011-05-01 |
| | | | | is automatically added by the server) users get a 'page not found' message. | ||
* | - Patch #733192 by pillarsdotnet, Sutharsan, Letharion, clemens.tolboom: ↵ | Dries Buytaert | 2011-04-23 |
| | | | | tokens enclosed in [ ] are not recognized. | ||
* | - Patch #1076394 by pillarsdotnet: improved test code. | Dries Buytaert | 2011-02-28 |
| | |||
* | Stripping CVS keywords | The Great Git Migration | 2011-02-25 |
| | |||
* | - Patch #1019710 by stephenh: Changed Standardize @file comments in .test files. | Dries Buytaert | 2011-02-04 |
| | |||
* | #609772 by dww, JacobSingh, ksenzee: Fixed Impossible to extend the ↵ | Angie Byron | 2010-12-01 |
| | | | | FileTransfer class system in contrib | ||
* | - Patch #669510 by quicksketch, David_Rothstein, Dave Reid, casey, Gábor ↵ | Dries Buytaert | 2010-11-27 |
| | | | | Hojtsy, mrfelton, effulgentsia: merge administration theme with hook_admin_paths(). | ||
* | #151452 by David_Rothstein, Dave Reid, tstoeckler: Fixed uninstalling ↵ | Angie Byron | 2010-11-20 |
| | | | | modules does not follow dependencies. | ||
* | - Patch #931520 by David_Rothstein: [site:url-brief] token puts an ↵ | Dries Buytaert | 2010-10-28 |
| | | | | unnecessary slash at the end. | ||
* | #642160 by boombatower, Damien Tournoud: Make debug() message more usable. | Angie Byron | 2010-10-16 |
| | |||
* | #742972 follow-up by klausi, sun: Fix documentation and tests regarding ↵ | Angie Byron | 2010-10-15 |
| | | | | entity cache clearing. | ||
* | - Patch #902644 by sun, tobiasb: machine names are too hard to implement. ↵ | Dries Buytaert | 2010-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 Byron | 2010-10-05 |
| | | | | dependencies. | ||
* | #651086 follow-up by carols8f: Fix cache clearing is an ineffective mess. | Angie Byron | 2010-10-01 |
| | |||
* | #699858 by David_Rothstein, catch, yoroy, sun, ronald_istos, et al: Fix ↵ | Angie Byron | 2010-10-01 |
| | | | | admin/by-task is confusing because it looks too similar to admin/config. Makes admin/by-task a very minimal view, and makes admin/by-module a more fully fledged index. | ||
* | - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths ↵ | Dries Buytaert | 2010-09-24 |
| | | | | and local tasks #2. | ||
* | #874326 by rfay, pwolanin, chx: Fixed Invalid scheme fails to halt ↵ | Angie Byron | 2010-09-11 |
| | | | | processing of a stream request. | ||
* | #761956 by David_Rothstein, Xen, sun, tstoeckler, Bojhan, zzolo, yoroy, ↵ | Angie Byron | 2010-08-30 |
| | | | | jenlampton, linclark, BarisW: Fixed Dashboard blocks and regions should not appear on the main blocks configuration page. | ||
* | - Patch #877690 by catch, das-peter, mfer, Damien Tournoud: cannot upgrade ↵ | Dries Buytaert | 2010-08-22 |
| | | | | Drupal core if the comment module is enabled. | ||
* | - Patch #806232 by adam.hastings, cross: site information improvements. | Dries Buytaert | 2010-08-18 |
| | |||
* | - Patch #821290 by marcingy, aspilicious, scor, catch, ronald_istos: ↵ | Dries Buytaert | 2010-08-17 |
| | | | | unexpected error after disabling - unistalling - re-enabling forum module. | ||
* | - Patch #865072 by bleen18, jhodgdon: updates to reflect that Bartik is ↵ | Dries Buytaert | 2010-08-08 |
| | | | | default theme now. | ||
* | Reverting #500866. Needs more discussion. | Angie Byron | 2010-08-05 |
| | |||
* | #500866 by boombatower, solotandem: Remove t() from assertion messages in ↵ | Angie Byron | 2010-08-05 |
| | | | | SimpleTest, so translators do not get 1000s of bogus strings. | ||
* | #851168 by Stevel, Damien Tournoud: Fixed db_find_tables() expects tables to ↵ | Angie Byron | 2010-08-02 |
| | | | | be prefixed, inconsistent implementation and documentation. | ||
* | - Patch #846858 by kiamlaluno: it's/its grammar in various doc headers. | Dries Buytaert | 2010-07-21 |
| | |||
* | #850060 by Dave Reid: Fixed Site mission token needs to be removed. | Angie Byron | 2010-07-11 |
| | |||
* | #363580 by rfay, chx, Berdir, Rob Loach, Gábor Hojtsy, Shawn DeArmond: ↵ | Angie Byron | 2010-07-07 |
| | | | | Fixed OpenID login fails when in maintenance mode, and 403 errors on certain user paths for logged-in users. | ||
* | - Patch #523286 by aspilicious, Bojhan, anarcat, aaronbauman: cleanup IP ↵ | Dries Buytaert | 2010-06-30 |
| | | | | blocking. | ||
* | - Patch #829484 by Berdir, Dave Reid, dereine: uncaught PDO Exception - XSS. | Dries Buytaert | 2010-06-28 |
| | |||
* | - Patch #266246 by sun, effulgentsia, marcingy: remove smart defaults for ↵ | Dries Buytaert | 2010-06-26 |
| | | | | system_settings_form(). | ||
* | #293223 follow-up by David_Rothstein: Roll back 'Hide required core ↵ | Angie Byron | 2010-06-21 |
| | | | | modules'. This was removing useful information to both new and experienced site builders, as well as hiding critical 'help' links. | ||
* | #808162 by carlos8f, agentrickard: Fixed update.php fails when optional ↵ | Angie Byron | 2010-06-13 |
| | | | | modules disabled. |