Commit Graph

10296 Commits (b9ed1bc6e64fe82019c92cb582feb0b396dc96a7)

Author SHA1 Message Date
Dries Buytaert 6fc4eb9f94 - Patch #343788 by catch: taxonomy module doesn't use its own APIs. 2009-06-03 19:34:53 +00:00
Dries Buytaert 19a6c84f7c - Patch #480428 by JamesAn: static caching API. 2009-06-03 19:27:21 +00:00
Dries Buytaert 2e049e5b78 - Patch #226479 by brianV: 'clean-up' rebuild permission checks. 2009-06-03 19:22:18 +00:00
Dries Buytaert f63727d176 - Patch #479966 by Berdir: document and fix hook_user_categories. 2009-06-03 07:28:28 +00:00
Dries Buytaert ef3235658a - Patch #480082 by pp: document all variables. 2009-06-03 07:01:10 +00:00
Dries Buytaert b84e6a5801 - Patch #425778 by tstoeckler: user menu broken in RTL. 2009-06-03 06:58:57 +00:00
Dries Buytaert fea41b639e - Patch #468630 by Berdir: fixed error with publishing comments. 2009-06-03 06:52:29 +00:00
Dries Buytaert 2ad42112c4 - Patch #479340 by tic2000: fixed Javascript error. 2009-06-03 06:50:59 +00:00
Angie Byron d61bd21b15 #106559 follow-up by Josh Waihi: Fix typo preventing Drupal from installing on PostgreSQL. 2009-06-03 03:29:23 +00:00
Angie Byron d73fe8eae0 #480044 by JohnAlbin: sites/all/ should take precedence over profiles when searching for modules and themes. 2009-06-03 02:50:21 +00:00
Angie Byron abe722f0b8 #453726 by yched: Remove unnecessary &s next to object parameters in field API. 2009-06-03 02:41:07 +00:00
Angie Byron 314b918592 #369011 follow-up by yched: Some touch-ups to comments, etc. 2009-06-03 02:38:47 +00:00
Dries Buytaert 34c996e28c - Patch #358315 by neochief et al: drupal_lookup_path() not respects alias' order. 2009-06-02 15:06:09 +00:00
Dries Buytaert 4f2e13f503 - Patch #422362 by JamesAn: convert form.inc to use new static caching API. 2009-06-02 13:47:26 +00:00
Dries Buytaert cbd22269f8 - Patch #473652 by Damien Tournoud, catch: removed unneeded loop from file_get_mimetype() and further clean-up. 2009-06-02 13:42:40 +00:00
Dries Buytaert b8f18b39c2 - Patch #364487 by JamesAn: make sure that the 'machine name' text does not wrap. 2009-06-02 07:11:46 +00:00
Dries Buytaert 0b1a243e53 - Patch #439236 by alex_b: field_attach_create_bundle() undefined when creating a content type on hook_update(). 2009-06-02 07:02:17 +00:00
Dries Buytaert e474fbbd6c - Patch #477944 by Damien Tournoud: fix and streamline page cache and session handling. 2009-06-02 06:58:17 +00:00
Dries Buytaert ec78fef144 - Patch #19646 by JamesAn: added CHANGELOG.txt entry. 2009-06-02 06:24:06 +00:00
Angie Byron db081c1448 #422116 by JohnAlbin: Kill off theme_engine_name prefix for theme functions to assist with theme inheritance and TX (Themer eXperience). 2009-06-02 03:57:22 +00:00
Angie Byron 39c302eec0 #475596 by emmajane, catch, yoroy, et al. Move default welcome message to help system. 2009-06-02 03:33:36 +00:00
Angie Byron 2837657941 #479216 by jhedstrom: Grammar fixes in forum.module. 2009-06-02 02:41:28 +00:00
Angie Byron ff6f545b8f #478642 by daniel.bosen: Fix typo preventing profile fields from appearing on registration. 2009-06-02 00:23:42 +00:00
Angie Byron a8bfe4c9ec #479200 by yched: Have SimpleTest rebuild node types between test runs. 2009-06-02 00:01:52 +00:00
Dries Buytaert 88c9a015c1 - Patch #111011 by Josh Waihi: adding foreign key specifications. 2009-06-01 22:07:10 +00:00
Dries Buytaert 43b201df91 - Patch #470866 by catch: comment links should use 'html'. 2009-06-01 22:01:56 +00:00
Dries Buytaert 00271e741f - Patch #458176 by c960657: improved exception handling in database layer. 2009-06-01 16:47:06 +00:00
Dries Buytaert 8a0e218d32 - Patch #478188 by boombatower: code style fixes. 2009-06-01 11:35:09 +00:00
Dries Buytaert 984f27efc9 - Patch #106559 by kbahey, catch, DamZ, chx et al: more drupal_lookup_path() optimizations. 2009-06-01 11:23:27 +00:00
Dries Buytaert 706ce87579 - Patch #474308 by stella: new tests for poll module. New tests:
* that the Recent Poll block outputs the block layout rather than page layout.
    * that users can vote on polls via the block
    * that the 'older polls' link in the recent poll block works.
    * that node is output correctly, including 'Cancel your vote' button appearing
    * that only users with appropriate permission can cancel their votes
    * that the 'poll' page contains the correct data.
    * that polls can be edited
    * the opening / closing of polls - ensuring block doesn't appear when poll is closed, and neither do the 'Vote' / 'Cancel your vote' buttons, and that the poll status is updated correctly on 'poll' page.
2009-06-01 11:18:37 +00:00
Angie Byron 2c1bb05313 #473080 by chx: Fix bug where switching themes would result in zero blocks (including content area). with tests. 2009-05-31 07:46:54 +00:00
Dries Buytaert 3876e6acc6 - Patch #422358 by JamesAn, pwolanin: convert common.inc to use new static caching API. 2009-05-31 07:00:12 +00:00
Angie Byron f3c5d931b0 #473080 by chx: Fix bug in block page access callback showing tabs that should not appear. (with tests) 2009-05-31 06:31:00 +00:00
Angie Byron a26efbeb5a #408434 by mr.baileys and andypost: Fix fatal error in actions.inc after DBTNG conversion. 2009-05-31 03:12:19 +00:00
Angie Byron 5b8d80b95d #435646 by tstoeckler: Fix vertical tabs in Stark. 2009-05-31 00:51:41 +00:00
Dries Buytaert 986c3cdce4 - Patch #393632 by andypost: use both first and last class for single-item menu items. 2009-05-30 13:11:38 +00:00
Dries Buytaert 6e947c65a9 - Patch #461298 by catch: move node_load_multiple() special casing into user_node_load(). 2009-05-30 12:14:27 +00:00
Dries Buytaert 0f77f652fa - Patch #394524 by Berdir, Damien Tournoud: converted to the new database abstraction layer. 2009-05-30 11:17:32 +00:00
Dries Buytaert 83631203f8 - Patch #462310 by jpetso: generate valid XML and make sure the tests work when clean URLs can't be enabled. 2009-05-30 11:12:12 +00:00
Dries Buytaert 79c566c710 - Patch #476928 by Berdir: more database abstraction layer conversions. 2009-05-30 07:11:08 +00:00
Dries Buytaert 39877809cc - Patch #477038 by Damien Tournoud, chx: add security and session token support to DrupalWebTestCase. 2009-05-30 07:09:02 +00:00
Angie Byron 0a5715cf65 #474242 by tic2000: Use more specific CSS selectors for Vertical Tabs to prevent breakage by other modules. 2009-05-30 05:32:13 +00:00
Angie Byron e8b3abb928 #372650 by stella and alienbrain: Fixes to poll block. 2009-05-30 04:49:10 +00:00
Angie Byron 64c80a947d #476934 by catch: Enable Path module in the default profile. 2009-05-29 21:39:17 +00:00
Dries Buytaert e0bd4cb212 - Patch #337212 by Berdir: clean-up. 2009-05-29 21:28:58 +00:00
Dries Buytaert 23309d1022 - Patch #335067 by JamesAn: improved singular/plural strings in the simpletest UI. 2009-05-29 21:25:05 +00:00
Dries Buytaert dcdc4f2e73 - Patch #369011 by catch, sun, et al: performance improvement in text_field_load(). 2009-05-29 20:06:44 +00:00
Dries Buytaert ccd093b15d - Patch #423196 by frega, Xano, alienbrain et al: clean up the URL settings page. 2009-05-29 19:51:43 +00:00
Dries Buytaert 1cb11b5bb7 - Patch #394586 by andypost, bubbasan, Berdir: convert to the new database abstraction layer. 2009-05-29 19:15:08 +00:00
Dries Buytaert 5199f1bb8b - Patch #394582 by Berdir: converted to new database abstraction layer. 2009-05-29 18:51:46 +00:00