Commit Graph

7075 Commits (2a123f0ac94cad2771b19ca81b9637f83cb06869)

Author SHA1 Message Date
Angie Byron c730d8c179 #549230 by sun: Changed Use drupal_static() in _node_revision_access(). 2009-08-14 13:53:01 +00:00
Dries Buytaert f59eaeb0a3 - Patch #531476 by JohnAlbin: corrected some favicon mime-type behavior. 2009-08-14 08:09:48 +00:00
Dries Buytaert 2dd0b6ff5d - Patch #548308 by dropcube: remove hook_filter_tips() as part of the hook_filter() refactoring. 2009-08-14 08:06:23 +00:00
Angie Byron 7cd59c6bc4 #548630 by bjaspan: Document hook_field_is_empty(). 2009-08-14 05:16:26 +00:00
Angie Byron 1724844d01 #336627 by Tresler and jhodgdon: Fix incorrect documentation in node_type_form_validate(). 2009-08-14 00:12:57 +00:00
Dries Buytaert 2abbabbcc2 - Patch #546336 by dropcube: transform hook_filter from having a paramater to hook_filter_(). 2009-08-13 19:53:20 +00:00
Dries Buytaert ecfa5477e7 - Patch #547290 by David_Rothstein: corrected behavior of new forum topics, and properly delete an unused variable upon uninstallation. 2009-08-13 11:43:34 +00:00
Dries Buytaert 14f98f2b7e - Patch #546882 by Gabor Hojtsy: moving simpletest over to the new IA. 2009-08-13 11:31:26 +00:00
Angie Byron a3018c01a2 #167112 by evil_marty and deekayen: Add support for 'wildcard' .tpl.php files to act on any numeric pages, such as page-user-%.tpl.php 2009-08-13 03:05:54 +00:00
Angie Byron 49699d5be1 #533586 by dww and chx: Refactor dependency checks into sharable helper functions. 2009-08-13 03:03:04 +00:00
Angie Byron 5327ed26c2 #546070 by ksenzee: un-double-escape default front page title. 2009-08-13 02:16:35 +00:00
Angie Byron 0e8d1e8116 #540798 by kjy07 and Jody Lynn: Require image style names. 2009-08-13 02:03:29 +00:00
Angie Byron 527054dd86 #547528 by dww: Fixed Trailing whitespace in system_ip_blocking(). 2009-08-13 01:55:03 +00:00
Angie Byron 00ad7e8e03 #529756 by yched: Allow fields to be weighted per context. 2009-08-13 01:50:00 +00:00
Angie Byron 7a36d6a03c #547756 by yched: Remove some whitespace. 2009-08-13 00:17:47 +00:00
Angie Byron 049a8896f5 #545952 by yoroy and Gábor Hojtsy: move modules to config/modules. 2009-08-12 23:51:19 +00:00
Angie Byron 6341395283 #508458 follow-up by Josh Waihi: Fix menu access argument. 2009-08-12 23:23:00 +00:00
Dries Buytaert a9699f24bb - Patch #547290 by Xano: removed unused variable. 2009-08-12 18:18:50 +00:00
Dries Buytaert ff29c31ce5 - Patch #510782 by David_Rothstein, Jody Lynn: fixed broken links. 2009-08-12 12:39:18 +00:00
Dries Buytaert 06fbe8e90c - Patch #491972 by Berdir, webchick: clean-up of user/profile related hooks and APIs. 2009-08-12 12:36:05 +00:00
Dries Buytaert 99ce96e5da - Patch #459980 by Xano: rework admin/settings/performance. 2009-08-12 11:43:10 +00:00
Dries Buytaert da2639d6cd - Patch #544400 by yched, bjaspan: wrong unique key in {field_config_instance}. 2009-08-12 11:35:59 +00:00
Dries Buytaert c2a833cf1e - Patch #546878 by Gábor Hojtsy, yoroy: move performance settings. 2009-08-12 11:33:44 +00:00
Dries Buytaert 3506918ab6 - Patch #539724 by Gábor Hojtsy, Bohjan: make Seven legends look like on the mocks. 2009-08-12 11:32:07 +00:00
Dries Buytaert 36e082ba91 - Patch #541686 by catch: unnecessary query in block_page_alter(). 2009-08-11 20:18:28 +00:00
Angie Byron 9a34f7a1c2 #546048 by Gábor Hojtsy: Move maintenance mode setting to config/development. 2009-08-11 17:26:33 +00:00
Angie Byron 84afe0d927 #545306 by alexanderpas: De-op hook_node_type(). 2009-08-11 15:50:56 +00:00
Dries Buytaert 9c0e6e9242 - Patch #367753 by yched, bjaspan: add support for bulk deletion to Fields API. 2009-08-11 14:59:40 +00:00
Dries Buytaert 9a8cfc2fd1 - Patch #541346 by Jaza: enabling admin theme doesn't initialize blocks. 2009-08-11 14:16:55 +00:00
Dries Buytaert 62e0ddc740 - Patch #545356 by Damien Tournoud: sidebars were broken in install.php, update.php, and the expert profile due to a previous patch that made the sidebar regions more semantic for RTL support. 2009-08-11 12:20:26 +00:00
Dries Buytaert d062ec4e6a - Patch #542742 by tic2000: create wrapper functions to load/serialize a DOM. 2009-08-11 12:00:19 +00:00
Dries Buytaert 735e532bee - Patch #508458 by catch, Gábor Hojtsy, yoroy: created 'Configuration and modules' section so we can start moving over configuration items. Let's see how this goes ... 2009-08-11 11:52:46 +00:00
Dries Buytaert ef5c041534 - Patch #538526 by catch, Gábor Hojtsy, yoroy, et al: rename 'User management' to 'People' in the header -- not anywhere else. 2009-08-11 11:47:58 +00:00
Dries Buytaert daa26f7982 - Patch #536768 by chx: use the database to do type casting so we can clean up some code. ;-) 2009-08-11 07:45:45 +00:00
Angie Byron 1a251a7479 #361839 by puradata and yched: Document return structures from field attach. 2009-08-11 04:46:29 +00:00
Angie Byron a45e7925e6 #537276 by tic2000 and alex.k: Make blog feed title translatable. 2009-08-10 22:39:24 +00:00
Dries Buytaert 4a3dd058b5 - Patch #372330 by fgm, yched, et al: better validation of field names. 2009-08-10 21:19:42 +00:00
Angie Byron 88884f89c1 #289504 by mikeryan and moshe weitzman: Add index on comment, uid columns to speed up user_delete(). 2009-08-09 02:46:27 +00:00
Angie Byron ce3fce3491 #543902 by yched: Remove unneeded modules in field.test setUp(). 2009-08-09 01:28:06 +00:00
Angie Byron 5cf70c0a20 #523256 by arianek and Bojhan: Cleanup add content type text. 2009-08-09 01:15:33 +00:00
Angie Byron 70d6b3360e #524652 follow-up by tic2000 and yched: Fix comment preview bug and add tests. 2009-08-09 00:55:50 +00:00
Angie Byron 0355caac41 #537654 by catch: Tidy up comment links, and remove hook_link() in favour of hook_page_alter(). 2009-08-08 22:52:59 +00:00
Angie Byron 1da6ef52c4 #485974 by pwolanin, Damien Tournoud, mr.baileys: Improved security by limiting the number of allowed login attempts. 2009-08-08 20:52:33 +00:00
Angie Byron 78e3681cde #211439 follow-up by catch: Add missing index for module_list(). 2009-08-08 19:25:58 +00:00
Angie Byron 39475692da #523244 by arianek, Bojhan, and yoroy: Re-working content type add description. 2009-08-07 21:38:51 +00:00
Angie Byron 18ae2e6775 #371458 by Damien Tournoud, Gerhard Killesreiter, and smk-ka: Add a missing index on menu_router tab_root. 2009-08-07 05:38:44 +00:00
Angie Byron 40c763f58b #473396 by Everett Zufelt, annmcmeekin, jmburnz, sun, et al: Define system-wise classes for providing hidden elements for accessibility. 2009-08-07 05:34:08 +00:00
Angie Byron 9327932bf2 #382870 by geerlingguy, jmburnz, EclipseGc, JohnAlbin, sun, et al: Update and Polish default node.tpl.php output. 2009-08-06 05:06:00 +00:00
Angie Byron 523ba0348e #292253 by Damien Tournoud: Remove per-user themes selection from core. 2009-08-05 19:40:55 +00:00
Angie Byron e758e30450 #533584 by chx, dww, and Nick Lewis: Allow version-level dependency support to work with beta, rc, etc. 2009-08-05 16:16:41 +00:00
Angie Byron 691693304b #193383 by TheRec, JirkaRybka, and Bart Jansens: Centralize calls to set_time_limit() and prevent warnings/errors. 2009-08-05 15:58:35 +00:00
Angie Byron c3081764c3 #364564 by cwgordon7: Document hook_ranking(). 2009-08-05 14:58:40 +00:00
Angie Byron 24057c3d53 #531476 by aaron and mfb: Add favicon mimetype as a theme setting to avoid expensive calls to file system. 2009-08-04 07:04:21 +00:00
Angie Byron 4bfbde89e7 #396388 by andypost: Fix syntax of comment order query for pgsql. 2009-08-04 06:53:48 +00:00
Angie Byron bc37b6dc0e #526120 by catch: Remove the related terms feature from Taxonomy module. This can now be accomplished with Field API. 2009-08-04 06:50:07 +00:00
Angie Byron c7824035b4 #500334 by boombatower: Add neutral styling for debug assertions. 2009-08-04 06:47:00 +00:00
Angie Byron 42191f7ed1 #76422 by coreyp_1: Greet admin users with a prompt to create content types rather than an access denied page when no content types exist on node/add. 2009-08-04 06:44:48 +00:00
Angie Byron 17e6076807 #433992 by David_Rothstein and Frando: Change #theme_wrapper to #theme_wrappers to allow multiple theme functions to execute on renderable objects. 2009-08-04 06:38:57 +00:00
Angie Byron b0ccdd86ea #477018 by tic2000: Fix falsely-triggered JS alert when moving blocks. 2009-08-04 06:26:52 +00:00
Angie Byron a00ddd79ca #530950 by catch: Replace iss_null() with isset() - small optimization. 2009-08-04 06:19:44 +00:00
Angie Byron 4e614ace82 #434350 by cpliakas and Crell: Add a method to explicitly close a database connection. 2009-08-04 05:36:57 +00:00
Angie Byron 65a1528f05 #341140 by JohnAlbin and chx: Allow drupal_get_path() to be used even when database is down. 2009-08-04 04:02:26 +00:00
Angie Byron a4733d86c9 #356240 by stBorchert: Fix phantom list bullets from appearing in Garland admin pages. 2009-08-04 03:27:11 +00:00
Angie Byron 20e1bb12ba #339406 by dropcube and boombatower: Add an assertion to check if a checkbox is checked. 2009-08-03 22:18:59 +00:00
Angie Byron 2e34decb3b #537044 by dropcube: Simplify and expand taxonomy hook tests. 2009-08-03 20:19:29 +00:00
Angie Byron 8fece7ff18 #395132 by jhodgdon: Fix inaccurate documentation for poll_node_form_submit(). 2009-08-03 17:30:33 +00:00
Angie Byron 542c3522c0 #489762 by JohnAlbin: Add theme lineage information to .info file cache and fix several edge-case bugs. 2009-08-03 06:06:23 +00:00
Angie Byron 0bd7fcbf38 #226587 by JohnAlbin, E.Z, et al: Make sidebar regions semantic and RTL-friendly. 2009-08-03 03:04:34 +00:00
Dries Buytaert 56d2f21745 - Patch #537678 by Bojhan: remove drag-and-drop help text. 2009-08-02 15:44:08 +00:00
Dries Buytaert eaf21849a1 - Accidentically committed two patches at once. Rolled back one of them. Sorry. 2009-08-02 11:25:18 +00:00
Dries Buytaert 065346b366 - Patch #535034 by yched: clean up how fields and instances are prepared for runtime. 2009-08-02 11:24:21 +00:00
Dries Buytaert fd22c347b0 - Patch #537044 by talor: hook_taxonomy_term_update and hook_taxonomy_term_insert were called backwards. 2009-08-02 10:51:17 +00:00
Angie Byron a55a0d99d1 #412410 by c960657: Make schema descriptions plain text. 2009-08-02 08:16:16 +00:00
Dries Buytaert 1a2d10ecf2 - Patch #310168 by jhodgdon, arianek, traxer: documentation update. 2009-08-01 20:48:59 +00:00
Dries Buytaert b3b7be43c0 - Patch #342950 by Josh Waihi: moving PostgreSQL stored procedures to the PostgreSQL database backend, where it belongs. 2009-08-01 20:31:50 +00:00
Dries Buytaert 19f8439f80 - Patch #528182 by yched: added missing field type documentation and removed some unnessary code. 2009-08-01 06:03:48 +00:00
Dries Buytaert 59f89d62b5 - Patch #537062 by yched: remove unneeded comment_edit() page callback and convert some code from arrays to objects for consistency. 2009-08-01 05:58:18 +00:00
Dries Buytaert 7dd203c424 - Patch #528918 by lyaunzbe: document that hook_form_alter() passes by reference. lyaunzbe is a new contributor -- welcome! 2009-07-31 21:21:33 +00:00
Dries Buytaert b09aa24a0e - Patch by chx and DamZ: fixed a failing test. 2009-07-31 21:14:01 +00:00
Dries Buytaert 4bf17d30d3 - Patch #536784 by deekayen: fixed spelling of the word 'permission'. 2009-07-31 19:59:20 +00:00
Dries Buytaert a8a15bcd90 - Patch #504666 by catch, yched, et al: make comments fieldable. Oh my. Bye bye comments as nodes? 2009-07-31 19:44:21 +00:00
Dries Buytaert d422853504 - Patch #536570 by Gábor Hojtsy: implemented new IA for top-level users. 2009-07-31 19:01:03 +00:00
Dries Buytaert 9f44fd1b86 - Patch #536440 by Gábor Hojtsy: the attached patch moves the Structure >> Themes section to the top level Appearance item as outlined in the D7UX IA. 2009-07-31 11:20:43 +00:00
Dries Buytaert 9e0e109d1d - Patch #530132 by dropcube: node-terms associations are not removed from DB when a node revision is deleted. 2009-07-31 09:58:55 +00:00
Dries Buytaert 48eaadd24e - Patch #491190 by bangpound et al: provide a taxonomy term field type. Woot. Woot. 2009-07-31 07:43:33 +00:00
Dries Buytaert b902f9b516 - Patch #531444 by sivaji: fixed broken link. 2009-07-30 21:46:47 +00:00
Dries Buytaert 1cb77e4622 - Patch #535990 by catch: removed a silly test. 2009-07-30 21:21:37 +00:00
Dries Buytaert 1a5c71e2da - Patch #92877 by mfer, Rob Loach, Damien Tournoud, et al: add numeric weight to drupal_add_css. 2009-07-30 19:57:10 +00:00
Dries Buytaert eb34d29999 - Patch #534318 by yched: better defaults and corrected documentation. 2009-07-30 19:35:47 +00:00
Dries Buytaert 6ef2ddae21 - Patch #199774 by dww, ugerhard, brianV, John Morahan: make it more 'natural' to enable security notification e-mails. 2009-07-30 19:32:19 +00:00
Dries Buytaert d455a8d921 - Patch #336483 by brianV: SELECT MAX(comment_count) FROM node_comment_statistics did a full table scan so added an index. 2009-07-30 19:27:11 +00:00
Dries Buytaert 926606eeca - Patch #535564 by Gábor Hojtsy: the D7UX mockups call for a top level Content item, which would immediatey lead to the "Find content" screen. The current Drupal 7 code is almost there, but still has an RSS settings item blocking the implementation of this by default and aggregator and book also add subitems. 2009-07-30 19:24:21 +00:00
Dries Buytaert 8140ed0d84 - Patch #443154 by boombatower, pwolanin: properly report fatal errors as failures. 2009-07-30 10:46:53 +00:00
Dries Buytaert 4e96b4e5df - Patch #535264 by Crell: removing some more legacy cruft. 2009-07-30 10:16:48 +00:00
Dries Buytaert 365c421d1b - Patch #533730 by greggles, boombatower: allow a custom role name to be specified. 2009-07-30 08:31:05 +00:00
Dries Buytaert 16632e07e4 - Patch #534414 by Gábor Hojtsy: fix missing docs and consistency issues with and . 2009-07-30 08:28:47 +00:00
Dries Buytaert f6a2303209 - Patch #511926 by alpritt: made it possible to navigate the toolbar using the keyboard. 2009-07-29 12:28:41 +00:00
Dries Buytaert 715a2d655f - Patch #511748 by moshe weitzman: pushing rending to later in the cycle so there is more room for customization. 2009-07-29 06:39:35 +00:00
Dries Buytaert 03f48df4f5 - Patch #517606 by JuliaKM: removed one white space ... 2009-07-28 19:32:33 +00:00
Dries Buytaert a938e18a1b - Patch #491556 by Berdir: completed converting core to DBTNG. Oh my. Kudos to Berdir for this humongous effort. 2009-07-28 19:18:08 +00:00