summaryrefslogtreecommitdiff
path: root/modules/system/system.test
Commit message (Collapse)AuthorAge
* #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
|
* #699858 by David_Rothstein, catch, yoroy, sun, ronald_istos, et al: Fix ↵Angie Byron2010-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 Buytaert2010-09-24
| | | | and local tasks #2.
* #874326 by rfay, pwolanin, chx: Fixed Invalid scheme fails to halt ↵Angie Byron2010-09-11
| | | | processing of a stream request.
* #761956 by David_Rothstein, Xen, sun, tstoeckler, Bojhan, zzolo, yoroy, ↵Angie Byron2010-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 Buytaert2010-08-22
| | | | Drupal core if the comment module is enabled.
* - Patch #806232 by adam.hastings, cross: site information improvements.Dries Buytaert2010-08-18
|
* - Patch #821290 by marcingy, aspilicious, scor, catch, ronald_istos: ↵Dries Buytaert2010-08-17
| | | | unexpected error after disabling - unistalling - re-enabling forum module.
* - Patch #865072 by bleen18, jhodgdon: updates to reflect that Bartik is ↵Dries Buytaert2010-08-08
| | | | default theme now.
* Reverting #500866. Needs more discussion.Angie Byron2010-08-05
|
* #500866 by boombatower, solotandem: Remove t() from assertion messages in ↵Angie Byron2010-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 Byron2010-08-02
| | | | be prefixed, inconsistent implementation and documentation.
* - Patch #846858 by kiamlaluno: it's/its grammar in various doc headers.Dries Buytaert2010-07-21
|
* #850060 by Dave Reid: Fixed Site mission token needs to be removed.Angie Byron2010-07-11
|
* #363580 by rfay, chx, Berdir, Rob Loach, Gábor Hojtsy, Shawn DeArmond: ↵Angie Byron2010-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 Buytaert2010-06-30
| | | | blocking.
* - Patch #829484 by Berdir, Dave Reid, dereine: uncaught PDO Exception - XSS.Dries Buytaert2010-06-28
|
* - Patch #266246 by sun, effulgentsia, marcingy: remove smart defaults for ↵Dries Buytaert2010-06-26
| | | | system_settings_form().
* #293223 follow-up by David_Rothstein: Roll back 'Hide required core ↵Angie Byron2010-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 Byron2010-06-13
| | | | modules disabled.
* - Patch #592800 by cpliakas, Berdir, aufumy: critical bug: dependent modules ↵Dries Buytaert2010-05-26
| | | | are still installed when required modules return errors in hook_requirements().
* #701818 by mcarbone: Test coverage of every core token, and bug fixes to ↵Angie Byron2010-04-20
| | | | make them work. AWESOME! :D
* - Patch #655740 by ksenzee, casey, aspilicious: fixed small JavaScript ↵Dries Buytaert2010-04-16
| | | | issues in the overlay module.
* - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP ↵Dries Buytaert2010-04-11
| | | | strict warnings when running tests and for PHP 5.3.
* - Patch #741578 by nikgregory, andypost, Berdir, noahb: 'File' is a reserved ↵Dries Buytaert2010-04-10
| | | | word that should not be used.
* - Patch #302327 by Josh Waihi, noahb, Crell, hswong3i: support ↵Dries Buytaert2010-04-07
| | | | cross-schema/database prefixing like we claim to.
* - Patch #748976 by jpmckinney, David_Rothstein: 'Show/hide descriptions' ↵Dries Buytaert2010-04-06
| | | | links no longer work.
* - Patch #305653 by donquixote, David_Rothstein, cdale, sun, snowball43, Dave ↵Dries Buytaert2010-03-31
| | | | Reid, JohnAlbin, aspilicious: themes disabled during update.
* - Patch #681782 by Dave Reid: 'clean' option in token_replace() does not do ↵Dries Buytaert2010-03-12
| | | | anything.
* - Patch #734146 by scor: white-space clean-up.Dries Buytaert2010-03-06
|
* - Patch #461938 by Kars-T, Garrett Albright, JamesAn, grendzy: fixed ↵Dries Buytaert2010-03-04
| | | | inconsistent use of filter_xss_admin() on () and ().
* - Patch #210876 by deekayen, c960657: add logging of who installs/uninstalls ↵Dries Buytaert2010-03-03
| | | | a module.
* - Patch #573300 by eMPee584: system_retrieve_file() fails in ↵Dries Buytaert2010-02-26
| | | | file_unmanaged_copy()
* #710142 by Berdir, moshe weitzman, chx: Handle exceptions in shutdown ↵Angie Byron2010-02-17
| | | | functions (with tests). Hopefully the last of these weird 'Stack frame in Unknown line 0' errors.
* - Patch #652122 by mr.baileys, Berdir, catch: dashboard should insert itself ↵Dries Buytaert2010-02-17
| | | | as the default local task on /admin.
* - Rollbacked some changes that I accidentically committed along with the RDF ↵Dries Buytaert2010-02-15
| | | | patch.
* - Patch #685034 by linclark: the number of comments in RDFa should be typed.Dries Buytaert2010-02-15
|
* - Patch #566494 by Dave Reid, chx, JoshuaRogers, David_Rothstein, Gábor ↵Dries Buytaert2010-02-05
| | | | Hojtsy, moshe weitzman, Rob Loach, TheRec, catch: fixed cron doing a full bootstrap on every page request (including cached ones).
* - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines ↵Dries Buytaert2010-01-30
| | | | at end of files.
* - Patch #693614 by asimmonds: fixed PHPDoc spelling typos.Dries Buytaert2010-01-25
|
* - Patch #678504 by heyrocker, David_Rothstein: incorrect menu argument for ↵Dries Buytaert2010-01-18
| | | | ip address blocking.
* - Patch #687716 by heyrocker: IP blocking test incorrectly checks for ↵Dries Buytaert2010-01-18
| | | | existence of blocked IP.
* #399642 follow-up by carlos8f: Replace drupal_install_modules() with an ↵Angie Byron2010-01-13
| | | | improved module_enable().
* #679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more ↵Angie Byron2010-01-09
| | | | extraneous 'Please' in the interface.