Commit Graph

13998 Commits (b04836c85e7c6e62e94c396e03123b79df896518)

Author SHA1 Message Date
Dries Buytaert a16c46bf8a - Patch #906922 by auzigog: error message icon is tiled for when the message appears on a batch page in place of a progress bar. 2010-09-09 21:05:11 +00:00
Dries Buytaert a7d43eadae - Patch #876994 by Jeff Burnz: Bartik pager font results in mad alignment of pager items. 2010-09-09 21:03:33 +00:00
Dries Buytaert fb17591d93 - Patch #827086 by mcarbone: date format screen dies with a PDO error when the format is longer than 100 characters. 2010-09-09 21:01:38 +00:00
Dries Buytaert 006207d7a5 - Patch #712538 by scor: clean up RDF namespaces and mappings before Drupal 7 release. 2010-09-09 20:22:00 +00:00
Angie Byron 0bda56b52a #874370 by Jeff Burnz, aspilicious, Cliff, mgifford, yoroy, et al: Fixed System messages need identifying icons (WCAG 2.0). 2010-09-09 15:47:03 +00:00
Angie Byron b109965198 #889982 by Jeff Burn: Move secondary links to the header in Bartik. 2010-09-09 15:27:08 +00:00
Angie Byron 13bd2f972b #902738 by jbrown: Fixed No status message when reordering fields. 2010-09-07 23:59:51 +00:00
Dries Buytaert 96361a451d - Patch #904484 by rayasa: bad url generated for 'More help' link in /admin/structure/forum page. 2010-09-07 23:39:08 +00:00
Dries Buytaert c52bb5cea5 - Patch #903854 by bleen18: comment display is borked in (at least ) chrome. 2010-09-07 23:35:05 +00:00
Dries Buytaert cf57c8a46d - Patch #807744 by Jacine, andypost: fix missing space in theme_comment_block(). 2010-09-07 23:28:56 +00:00
Dries Buytaert 6df0c99d53 - Patch #891084 by solotandem: FeedParserTestCase: add 'public static' modifiers to getInfo() method. 2010-09-07 23:17:47 +00:00
Dries Buytaert cec9bff81b - Patch #781572 by bleen18, Kiphaas7, Jacine, tlattimore, riccardoR: whitespace below the footer when there is not enough content on the page. 2010-09-07 23:13:15 +00:00
Dries Buytaert eee474718b - Patch #890362 by BarisW, Jeff Burnz: links should not be indicated by color only. 2010-09-07 23:07:52 +00:00
Dries Buytaert 543561ef18 - Patch #368502 by c960657: restored the original test now all dependencies have been fixed. 2010-09-07 22:40:20 +00:00
Dries Buytaert f81336dd92 - Patch #729796 by catch, marcingy, bojanz: _user_cancel() bypasses user_save(). 2010-09-07 22:38:30 +00:00
Dries Buytaert 4c094fc8dc - Patch #903630 by pwolanin: menu module settings page text refers to settings that are no longer present. 2010-09-07 22:12:05 +00:00
Dries Buytaert 145e58849f - Patch #902490 by jbrown: fixed progress.gif doesn't tile properly. 2010-09-07 22:07:53 +00:00
Dries Buytaert 77b1624b39 - Patch #902354 by pwolanin: Fixed Schema description is wrong for uri field in {file_managed()} table. 2010-09-07 21:59:01 +00:00
Angie Byron e115800d04 #842772 by aspilicious: Fixed a description in standard.install isn't translated. 2010-09-07 18:01:32 +00:00
Angie Byron c19563a718 #891154 by Everett Zufelt: Add brandonojc as an Accessibility co-maintainer. 2010-09-07 17:58:25 +00:00
Angie Byron a3fccfa524 #903704 by bleen18: Fixed typo in file number.module. 2010-09-07 17:56:41 +00:00
Dries Buytaert 7bf0fbf4b6 - Patch #902830 by bojanz: field_sql_storage() can't handle entityOrderBy (fatal error). 2010-09-05 20:00:45 +00:00
Dries Buytaert d95f8cfdd4 - Patch #898536 by Damien Tournoud: clean-up the upgrade path: dblog. 2010-09-05 19:56:03 +00:00
Angie Byron b05310760f #706842 by bangpound, bjaspan, Damien Tournoud, chx, aaronbauman: Fixed 'taxo as field' update broken + wipes some node/term associations . 2010-09-05 17:00:04 +00:00
Angie Byron 14d65ce19e #800502 by Damien Tournoud, sun: Fixed Module page is not ordered correctly. 2010-09-05 15:38:16 +00:00
Dries Buytaert fb9c1df0b9 - Patch #328357 by bleen18, sun, skilip, alanburke, jenlampton, manarth, fgm, tstoeckler: allow module .info files to add CSS/JS. 2010-09-05 02:21:38 +00:00
Dries Buytaert 8e51c3b2a5 - Patch #898546 by Damien Tournoud: clean up the Filter module upgrade path. 2010-09-05 01:05:06 +00:00
Dries Buytaert 9d912261e3 - Patch #559584 by tic2000, sun: filter_xss() and Line break filter break HTML comments. Also added tests. 2010-09-04 17:55:43 +00:00
Dries Buytaert 9502260ecf - Patch #902264 by Damien Tournoud: move hook_field_schema() to .install files so we can get the upgrade path to work. 2010-09-04 15:40:52 +00:00
Dries Buytaert 47326c49cb - Patch #800042 by Ralf: documentation and variable reference issue in garland. 2010-09-04 15:21:09 +00:00
Dries Buytaert 29730ab659 - Patch #887134 by mfb, klausi: setting up modules in DrupalUnitTestCase is useless. 2010-09-04 13:33:53 +00:00
Dries Buytaert 3702347af9 - Patch #241364 by maartenvg, sun, effulgentsia: () not passed to hook_validate()/hook_node_validate(), and not passed by reference to hook_form(). 2010-09-03 19:56:51 +00:00
Dries Buytaert 5d810f73e7 - Patch #887870 by sun, David_Rothstein: make system_list() return full module records. 2010-09-03 19:49:56 +00:00
Dries Buytaert 9427ec09f8 - Patch #686316 by asimmonds, Jeff Burnz: Garland does not show any blocks in highlighted content region. 2010-09-03 19:41:01 +00:00
Dries Buytaert 6f0d1797b5 - Patch #886970 by jhodgdon, Crell, Damien Tournoud: DB API putting wrong db placeholders in complex queries. 2010-09-03 19:06:55 +00:00
Dries Buytaert 13ff244505 - Patch #599746 by Jeff Burnz: missing Semi Colon. 2010-09-03 17:55:37 +00:00
Dries Buytaert 74a65d8839 - Patch #630486 by brandonojc, Rob Loach: edit content types missing vertical tab summaries from content_types().js. 2010-09-03 17:47:20 +00:00
Dries Buytaert 857bbe5bce - Patch #894530 by David_Rothstein: update system calls drupal_get_schema_versions() for lots of uninstalled modules, leading to a performance hit. 2010-09-02 21:07:44 +00:00
Dries Buytaert dd4e6c9c35 - Patch #877050 by David Stosik, sun: URL filter does not convert a link inside a div. 2010-09-02 21:01:15 +00:00
Dries Buytaert 9c5977dbad - Patch #664136 by plach: document the field language api. 2010-09-02 20:59:11 +00:00
Dries Buytaert ef6589aae4 - Patch #680416 by Amitaibu: make the tests actually do something. 2010-09-02 20:44:56 +00:00
Dries Buytaert 819c617e79 - Patch #777728 by Jeff Burnz: improve formatting of default search block. 2010-09-02 20:43:18 +00:00
Dries Buytaert 724d3fdbee - Patch #832624 by Max K: unused variable () in function init_theme(). 2010-09-02 15:58:53 +00:00
Dries Buytaert 679fdfcdd2 - Patch #161217 by sun, hingo: URL filter fixes and tests. 2010-09-02 15:56:10 +00:00
Dries Buytaert fb300d1f96 - Patch #895308 by Damien Tournoud: remove file_directory_path(). 2010-09-01 20:08:17 +00:00
Dries Buytaert d62224dc56 - Patch #864938 by antgiant, Stevel: can't upload .ico favicon. 2010-09-01 20:05:14 +00:00
Dries Buytaert 7abecb0ec0 - Patch #899466 by solotandem: FileUsageTest: add 'public static' modifiers to getInfo() method. 2010-09-01 19:58:01 +00:00
Dries Buytaert bb966943c3 - Patch #876982 by wapnik: input file field invisible in IE7. 2010-09-01 03:10:42 +00:00
Dries Buytaert 146998f626 - Patch #752048 by c960657: use consistent terminology. 2010-09-01 03:03:05 +00:00
Dries Buytaert 952af895e1 - Patch #891668 by David_Rothstein: remove CSS for the secondary menu block from Bartik, since the block/menu doesn't exist anymore. 2010-09-01 03:00:21 +00:00