Commit Graph

1696 Commits (c56c5b41793eea279aed941ad49fab3c62842976)

Author SHA1 Message Date
Neil Drumm d7e0b132ee #79904 by chx. More strict db_rewrite_sql() regexp. 2006-08-24 06:36:51 +00:00
Steven Wittens 849a10fbba Allow absolute urls for theme('image'), needed for user pictures to work properly. 2006-08-24 00:04:44 +00:00
Dries Buytaert 427604dfb6 - Patch #80201: don't show blocks when serving a 404. Saves CPU and bandwidth. 2006-08-23 18:32:39 +00:00
Dries Buytaert 7270a08ef0 - Patch #76637 by timcn: fixed incorrect variable name. 2006-08-23 13:35:44 +00:00
Neil Drumm b4af893ceb #76525 by asimmonds. Fixing another call to an undefined function. 2006-08-23 08:25:44 +00:00
Neil Drumm 647d91aaef #79733 by Darren Oh. Fix a call to an undefined function. 2006-08-23 08:04:29 +00:00
Dries Buytaert 2d05938082 - Patch #66569 by m3avrck: Consolidate the drupal_add_link() calls. 2006-08-23 07:23:09 +00:00
Neil Drumm a58d877108 #66569 by m3avrck. Put all the feed icons in the same place. 2006-08-23 05:55:38 +00:00
Neil Drumm 32e22f1f9a #79577 by chx. Cleanup- remove $posted and only set $edit if needed. 2006-08-23 05:04:05 +00:00
Neil Drumm 26be0d8d7f #77479 by RayZ. drupal_is_front_page() now works if the front page path is an alias. 2006-08-23 04:31:30 +00:00
Dries Buytaert 71e191d925 - Patch 79614 by justin: make redirection work. 2006-08-22 19:12:05 +00:00
Dries Buytaert c4f1e4ba13 - Patch #76444 by chx, moshe, eaton, angie et al: make it possible to control access to form elements. 2006-08-22 11:13:04 +00:00
Dries Buytaert a8de1e92d7 - Patch #76637 by timnc: streamline JavaScript addition and add settings storage. 2006-08-22 09:00:31 +00:00
Neil Drumm a4bbb1b909 #50025 by doq. Use aliased urls for the destination parameter. 2006-08-21 07:16:21 +00:00
Neil Drumm e48ec09993 #79511 by timcn. Clean up some notices. 2006-08-21 06:25:49 +00:00
Dries Buytaert 7178f2f99e - Patch #79428 by Chris Johnson: remove int display width declarations from MySQL create table statements. 2006-08-20 06:38:50 +00:00
Steven Wittens 55eec8f66f #79601: module_exist() -> module_exists() 2006-08-20 05:57:41 +00:00
Dries Buytaert 49481f68f4 - Patch #79166 by hunmonk: fixed session breakage. 2006-08-18 19:24:52 +00:00
Dries Buytaert 7de41539df - Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted forms via the pull model. 2006-08-18 18:58:47 +00:00
Steven Wittens e2f42cf3d5 - Fixing t() patch mess up 2006-08-18 18:34:23 +00:00
Steven Wittens 81938a3cdc #76802: Introduce placeholder magic into t()
See: http://drupal.org/node/64279#t-placeholders
2006-08-18 12:17:00 +00:00
Dries Buytaert 885a29c4cd - Patch #39382 by smsimms / sammys et al: make PostgreSQL password optional. 2006-08-18 08:41:49 +00:00
Neil Drumm 28f7908f8c #2039 by Boris Mann ("My first diff to the list"), moshe weitzman, and David Lesieur, nested lists. 2006-08-17 06:55:26 +00:00
Dries Buytaert b31b892900 - Patch #78364 by chx: remove pager cruft. 2006-08-16 19:52:37 +00:00
Dries Buytaert 3ace12caf8 - Patch #node/76931 by Robert: improved performance of Drupal's session handling. 2006-08-16 13:13:34 +00:00
Neil Drumm 81c25bcd43 #77183 (again) by m3avrck, add standard CSS to the maintenance pages. 2006-08-15 05:16:23 +00:00
Neil Drumm 3cc2b1e3d7 #77183 by m3avrck and timcn, split up drupal.css by module. 2006-08-14 07:14:50 +00:00
Neil Drumm 457f5847cb #67244 by Steve Dondley and Morbus Iff, write out a more compatible files/.htaccess. 2006-08-14 05:33:21 +00:00
Dries Buytaert d830edae04 - Patch #78328 by Bart: fixed incorrect Etag 2006-08-12 11:47:24 +00:00
Dries Buytaert 5cff7ffccd - Patch #66361 by asimmonds: fixed the ISO 639 language code for Welsh. Interesting stuff. 2006-08-11 17:51:20 +00:00
Dries Buytaert ce85b7c7f8 - Patch #74326 by Eaton, Royboy, chx, et al: building $node->body with arrays like FAPI for viewing.
Once again, we're paving the path for CCK in core ... :)
2006-08-10 15:42:33 +00:00
Dries Buytaert 37469a8df4 - Patch #76958 by forngren, dww et al: make it a tad easier to run cron manually. 2006-08-09 07:42:55 +00:00
Dries Buytaert 3c975f4bb8 - Patch #77549 by adrian: install profiles should be in their own directory. 2006-08-08 21:18:04 +00:00
Dries Buytaert 729fa6c11b - Patch #77422 by timcn: corrected various paths in the documentation. 2006-08-07 15:04:16 +00:00
Neil Drumm 0299beb05e #72545 by pwolanin, validation for upload module administration. 2006-08-06 22:49:27 +00:00
Neil Drumm 9709598a52 Fixing the CSS for theme maintainence and install pages. 2006-08-05 22:17:31 +00:00
Neil Drumm cd430165d7 #73884 by RobRoy, various code cleanup. 2006-08-05 00:26:36 +00:00
Dries Buytaert a7f67e01de - Patch #76681 by sammys: PostgreSQL support for install system. Woot! :) 2006-08-04 06:58:44 +00:00
Steven Wittens 3ffb612aea #76741: Allow <th> tags for theme_table cells 2006-08-03 20:37:52 +00:00
Dries Buytaert 8c1560c756 - Forgot this with last commit. 2006-08-03 14:08:30 +00:00
Dries Buytaert 900ad2b099 - Patch #70521 by Grugnog2 et al: fixed 'double logins', caching, and logging in and out. 2006-08-03 13:42:34 +00:00
Dries Buytaert 2c0571b894 - Patch #73961 by m3avrck, timcn, et al: simplify adding CSS in Drupal. 2006-08-03 07:06:36 +00:00
Steven Wittens 38e4c1ae91 #76209: (Eaton et al)
- Make installer code integrate better with module.inc / system.module
- Fix schema version bug when installing core
2006-08-03 01:02:51 +00:00
Steven Wittens 90acf99341 #75264: Redirect uninstalled default Drupal site to install.php 2006-07-31 19:24:16 +00:00
Steven Wittens 44a3ca8b22 #68926: Fix MySQLi installation (was not committed properly) 2006-07-31 16:48:02 +00:00
Dries Buytaert b138793b68 - Patch #72079 by Earl et al: give Drupal an overall administration page ... :-) 2006-07-31 11:25:55 +00:00
Dries Buytaert 3a7b64ae03 - Patch #61893 by timnc: remove message_na(). 2006-07-29 17:56:41 +00:00
Neil Drumm b14a622103 #74997 by dww, add db_table_exists() 2006-07-26 07:16:08 +00:00
Dries Buytaert 69b484f634 - Patch #74660 by Eaton: make drupal_get_form() more granular and improved the code comments. 2006-07-22 19:26:58 +00:00
Dries Buytaert 0c05ae7a03 - Patch #74744 by jhenry: 304 handling should send an ETag to meet the HTTP/1.1 spec. 2006-07-22 07:00:30 +00:00
Neil Drumm 479bd2fe28 #73615 by chx, Eaton, and Steven, Provide the full range of Drupal functions to .install files 2006-07-19 07:45:35 +00:00
Neil Drumm 7645a1f468 #73609 by jvandyk, add a comment explaining token unsetting. 2006-07-19 07:25:49 +00:00
Steven Wittens dafb146b27 #74070: urlencode to drupal_urlencode() 2006-07-18 10:44:45 +00:00
Neil Drumm f39c1e9454 #70177 by RobRoy and beginner, fix return values of drupal_is_front_page. 2006-07-18 07:59:51 +00:00
Steven Wittens 0fef150227 #74109: format_rss_channel() does not allow attributes (+ clean up code) 2006-07-17 15:42:55 +00:00
Neil Drumm 894581558a #68617 by zen, remove trailing ampersand from tablesort URLs. 2006-07-14 01:09:52 +00:00
Neil Drumm 7d9f57ff63 #73591 by Flanker, add missing CVS Ids. 2006-07-14 01:05:10 +00:00
Dries Buytaert 860f49bacb - Patch #73582 by chx: fixed glitch with return value checking in XML-RPC client. 2006-07-13 18:24:23 +00:00
Dries Buytaert 1c75a210bd - Patch #68926 by chx, jeremy, steven, eaton, webchick, amazon, neil, nedjo et al: an initial install system for Drupal core. 2006-07-13 13:14:25 +00:00
Steven Wittens 3b4e9d4a26 Leftovers from #71925: remove # from hook_link keys 2006-07-13 05:32:22 +00:00
Dries Buytaert c45ca20d0f - Rolback previous patch: breaks Drupal. 2006-07-10 18:41:10 +00:00
Dries Buytaert 9adf9d8ce4 - Patch #71424 by Moshe: removed global variable. 2006-07-10 15:37:10 +00:00
Dries Buytaert af976d339f - Patch #71194 by Goba: introducing hook_mail_alter(), chaning user_mail() to drupal_mail(). 2006-07-10 08:12:31 +00:00
Neil Drumm f9ecf1b212 #72352 by quiptime, properly generate home link in breadcrumb. 2006-07-07 07:57:30 +00:00
Dries Buytaert 3fe2b1a326 - Patch #72138 by erdemkose: fixed import of some plural formulas. 2006-07-06 14:41:37 +00:00
Dries Buytaert e93f8be871 - Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants. 2006-07-05 11:45:51 +00:00
Neil Drumm 59aa2ae8e8 #71925 by Steven, remove # prefix from link array keys. 2006-07-04 08:59:05 +00:00
Neil Drumm c21db64ae8 #69403 by webchick, adoid overriding #theme set by hook_form_alter(). 2006-07-04 08:52:55 +00:00
Neil Drumm d048681f03 #63990 by Heine and chx, allow commenting on nodes containing forms 2006-07-02 20:24:17 +00:00
Neil Drumm fcee5e4f89 #34434 by beginner, fix an incorrect array key check. 2006-07-02 20:10:20 +00:00
Neil Drumm 451f44c4f0 #71772 by Bart Jansens, fix various php warnings 2006-07-02 20:06:31 +00:00
Dries Buytaert ea0ccd13cc - Patch #71389 by agentrickard, sime, me et al: removed limitations of number of access control rules and boxes. 2006-07-02 19:53:39 +00:00
Neil Drumm c990f2e1c8 #70075 by AjK, send proper headers if caching is turned off. 2006-07-02 19:25:34 +00:00
Neil Drumm e2ade02680 #71629 by keve, fix an undefined index. 2006-07-02 18:56:42 +00:00
Neil Drumm 9f1450c989 #71621 by keve, avoid an undefined variable 2006-07-02 18:47:09 +00:00
Neil Drumm bd61d17db4 #68886 by myself and Steven, Handle ampersands in search queries and other URLs when clean URLs are on 2006-07-02 01:20:19 +00:00
Neil Drumm 1e34796ada #71498 by Flanker, adding a cvs Id in cache.inc 2006-07-02 00:34:36 +00:00
Neil Drumm efb10dfd17 #52059 by Crell, allow attributes for items in theme_item_list(). 2006-07-02 00:25:40 +00:00
Dries Buytaert 13c32bab15 - Patch #71454 by moshe: removed redundant module_invoke. Committing from the Google campus. 2006-06-29 20:40:26 +00:00
Dries Buytaert 77d695fe56 - Patch #69341 by chx: remove some SQL queries from the Drupal bootstrap process. 2006-06-28 21:18:30 +00:00
Neil Drumm 7ced1e694b #34434 by beginner, properly initialize a variable. 2006-06-23 08:31:23 +00:00
Neil Drumm 963dc77bb7 #68170 by xtony and Heine, Use basename not pretty name in theme_get_settings(). 2006-06-23 07:54:00 +00:00
Dries Buytaert bbff6a9b32 - Patch #70066 by killes: make error reporting work. 2006-06-22 12:23:39 +00:00
Dries Buytaert 1a68f48c30 - Patch #69270 by gordon: add query to the menu items. Required for CiviCRM integration. 2006-06-17 15:21:44 +00:00
Dries Buytaert c7ae77cf5f - Patch #67675 by chx: added support for multiple cache backends. 2006-06-14 14:01:12 +00:00
Dries Buytaert 6fb5f9059b - Patch #68703 by jvandyk: corrected the PHPDoc of menu_get_item(). 2006-06-14 13:33:20 +00:00
Dries Buytaert 6c38bc57e8 - Patch #60441 by dopry: fixed file_create_url(). 2006-06-09 05:41:25 +00:00
Dries Buytaert cf14d26cff - Patch #65801 by Moshe et al: fixed locale initialization slowness. 2006-06-08 21:23:40 +00:00
Dries Buytaert 03dd2f9c74 - Patch #66154 by jvandyck: XML-RPC fixes and documentation improvements. 2006-06-08 21:15:02 +00:00
Dries Buytaert b0ba5ef4f5 - Patch #67434 by fgm: small performance improvement. Unset variables as soon as possible. 2006-06-07 07:40:34 +00:00
Gerhard Killesreiter 5059b82164 fixing stuff 2006-06-01 21:54:48 +00:00
Dries Buytaert 4c27d9e844 - Patch #49855 by Egon: Impossible to export locale if unsupported characters in site's name. 2006-06-01 12:32:52 +00:00
Dries Buytaert e600c28f19 - Patch #65854 by m3avrck: fixed invalid class names. 2006-06-01 12:31:43 +00:00
Dries Buytaert 1eca161b68 - Patch #52853 by zorac et al: fixed problem with plural formula getting lost. 2006-05-29 13:58:25 +00:00
Gerhard Killesreiter be6b7b0f1d prevent execution of scripts from files directory 2006-05-25 01:33:53 +00:00
Gerhard Killesreiter 369c776c4c SQL abstraction layer improvement. 2006-05-24 20:46:56 +00:00
Neil Drumm 8c8af42c64 #62366 by malex, Steven, and fgm: XHTML error, duplicate ids on hidden form id element. 2006-05-23 03:18:55 +00:00
Neil Drumm 7aa1963aba #64583 by Jaza, Themed form element output of '0' does not get printed. 2006-05-23 02:16:58 +00:00
Neil Drumm 5edfedf890 Arbitrary spacing cleanup I found in my development checkout. 2006-05-22 20:41:16 +00:00
Dries Buytaert 29ba34deae - Patch #64692 by psycotic: theme_menu_links() returning Array 2006-05-21 09:18:47 +00:00
Neil Drumm 168a3dcd8e #63485 by fgm, theme_item_list should receive an attributes parameter 2006-05-20 01:24:30 +00:00
Dries Buytaert 1b291a2917 - Patch #18260 by Ber, m3averck et al: allow overriding of links returned by modules 2006-05-18 14:58:57 +00:00
Dries Buytaert be7bb9be9b - Patch #63704 by chx: fixed the order of validation. (Needs more wide-spread testing before being backported to DRUPAL-4-7.) 2006-05-16 10:11:19 +00:00
Dries Buytaert 3d38b57220 - Patch #41481 by Zen, Cvbge, sun et al: bugfix: duplicate key error while editing locale strings. 2006-05-16 09:22:36 +00:00
Neil Drumm f401bea1f3 #63782 by jvandyk, More documentation for xmlrpc.inc 2006-05-16 06:56:49 +00:00
Neil Drumm 58db2b27a4 #62829 by Jaza, Multi selects in hook_settings are broken 2006-05-16 01:55:57 +00:00
Dries Buytaert f5ec45f26f - Patch #63724 by zoo33: fixed documentation glitch. 2006-05-15 20:52:47 +00:00
Dries Buytaert ee12ae6493 - Patch #63251 by sammys: added validation of dates. 2006-05-15 06:27:32 +00:00
Dries Buytaert b28ce3b0b1 - Patch #62419 by Ber: improved and corrected the PHPdoc of l(). 2006-05-09 14:19:03 +00:00
Neil Drumm 9cff02e91b #61802 by Zen, Double spaced sentences clean up 2006-05-07 00:08:36 +00:00
Neil Drumm 133617cb13 #57834 by chx, Replace theme_weight with more appropriate process_weight 2006-05-04 09:57:14 +00:00
Neil Drumm fc02bfed53 #61368 by chx, don't unset the global globals array. 2006-05-04 09:28:32 +00:00
Neil Drumm 6411e09dc9 #56508 by chx (modified), Remove notices from form.inc and move theme_form_element from theme.inc to form.inc. 2006-05-02 09:26:33 +00:00
Neil Drumm 130c1492c5 #61304 by fgm, use t() for a string. 2006-05-02 09:01:23 +00:00
Neil Drumm ac89011bfd #60457 by JonBob (slightly modified), bootstrap.inc produces [Notice] in error_log 2006-05-02 08:37:42 +00:00
Neil Drumm 58db005b93 Forward port from 4.7
#60797, moved comment, patch by Zen
2006-04-30 00:40:57 +00:00
Neil Drumm 8e10f1d48c Forward port from 4.7
#60797, leftovers, patch from chx
2006-04-30 00:32:48 +00:00
Neil Drumm 2527090b16 Forward port from 4.7
#60951, missing translatable strings, patch by wulff
2006-04-30 00:28:53 +00:00
Gerhard Killesreiter d04b659673 #60797, theme('taxonomy_term_select', $element) called, but output is ignored, patch by chx 2006-04-28 12:40:54 +00:00
Gerhard Killesreiter 3f4be0d693 #60846, fix Drupal for running as CGI, patch by chx 2006-04-28 11:52:31 +00:00
Steven Wittens ca9293b3ee #54981: calls to db_lock_table in bootstrap.inc do not use db_prefix 2006-04-27 20:38:49 +00:00
Dries Buytaert bd08cb5e9c - Patch #59222 by Zen: make the front page check reliable. 2006-04-27 08:44:45 +00:00
Steven Wittens b538ba870b #60370: #theme callback on element broken 2006-04-26 18:21:07 +00:00
Steven Wittens 83e279a7b8 #58059: Fix bug with IE not sending form button values when pressing enter. 2006-04-26 18:12:24 +00:00
Gerhard Killesreiter 8d48ee17b9 #60338, better name for #form_submitted, patch by chx 2006-04-25 20:46:57 +00:00
Gerhard Killesreiter 83cd31cd76 #60267, user password get lost if editing user account, patch by Jaza 2006-04-25 20:44:00 +00:00
Gerhard Killesreiter 3300aa2d4e #59960, Can't store the value of submit, patch by Zen 2006-04-25 10:00:57 +00:00
Dries Buytaert 9e9e0e2c63 - Patch #60017 by praseodym: add id's to hidden form fiels. Useful for Javascript purposes. 2006-04-24 19:34:50 +00:00
Dries Buytaert 9472fbae38 - Patch #59222 by Zen: fixed problem with breadcrumb navigation. 2006-04-24 19:25:37 +00:00
Gerhard Killesreiter 0e8a3c1344 #59513, XML-RPC struct spawns empty parameters, patch by chx 2006-04-24 10:49:38 +00:00
Gerhard Killesreiter 8d4147637a #59526, password_confirm fields don't flag error when required and empty, patch by sammys 2006-04-22 08:24:55 +00:00
Gerhard Killesreiter 0d0a939ab1 #47544, Checkboxes, radios, and improper use of LABELs., patch by Zen 2006-04-21 06:43:03 +00:00
Gerhard Killesreiter 8e4524c0d8 #59378, unset disallowed globals in case register_globals is on, patch by chx 2006-04-21 06:39:00 +00:00
Gerhard Killesreiter b354396b69 #59528, password_confirm fields don't highlight errors, patch by sammys 2006-04-20 16:35:29 +00:00
Gerhard Killesreiter 297ed741f8 #58221, Turn #after_build into a functions array in order to make validation of date fields possible. Patch by yched, tenrapid
Also makes forms API more consistent (see #pre_render)
2006-04-20 07:11:37 +00:00
Dries Buytaert 4e9a12ddb8 - Patch #59513 by chx: critical bugfix: XML-RPC drops empty parameters. 2006-04-20 05:44:22 +00:00
Gerhard Killesreiter 9db0636b98 removed Volapük 2006-04-19 13:38:46 +00:00
Gerhard Killesreiter 7311d41a87 #58997, added Dansk, patch by wulff 2006-04-19 13:22:12 +00:00
Gerhard Killesreiter 6777549d95 #58997, missing t() in locale.inc, patch by wulff 2006-04-19 08:35:08 +00:00
Dries Buytaert d071f99172 - Removing trailing whitespace. 2006-04-17 20:48:26 +00:00
Steven Wittens fb8ef28375 #56921: Remove all reference magic from form api. w00t. 2006-04-15 21:52:44 +00:00
Steven Wittens 8b04c7f0db #51002: Admins could not see unpublished comments (plus minor usability enhancements for previewing/unpublished) 2006-04-15 04:07:18 +00:00
Gerhard Killesreiter 361c7c7ed8 #58034, make suggested menu items show up in breadcrumbs, results in less code. Patch by Zen 2006-04-14 22:16:02 +00:00
Gerhard Killesreiter 70000e682b #58641, filter inserted locale strings, patch by myself. 2006-04-14 13:43:18 +00:00
Gerhard Killesreiter 062412e1a4 #58586, code simplification, patch by chx 2006-04-13 19:50:13 +00:00
Gerhard Killesreiter 61b9b3587d #58586, Checkbox element is broken, patch by chx 2006-04-13 17:49:25 +00:00
Gerhard Killesreiter fc59697d5d #58590, Very tiny performance enhancement in menu_set_active_item(), patch by timcn 2006-04-13 15:02:35 +00:00
Gerhard Killesreiter 6b80d55a80 #58536, A #required element always needs validation, patch by chx
fixes checkboxes, radios, and selects.
2006-04-13 14:56:13 +00:00
Gerhard Killesreiter ab9f953246 #5961, use PHP constants for file uploads. Patch by dopry 2006-04-13 14:47:11 +00:00
Steven Wittens 027f9836bc #5371 tweaks (drupal_query_string_encode) 2006-04-13 13:15:29 +00:00