Commit Graph

718 Commits (4d6c7bd41a110a7790a9d7f0671233c693db36e5)

Author SHA1 Message Date
Dries Buytaert ee701b3336 - Patch #155986 by Uwe: fixed typos. 2007-07-02 14:41:37 +00:00
Dries Buytaert e59852d336 - Rollback of patch #147723: delete API. Talked to Steven and Gabor and we
unanimously agreed to rollback the deletion API.  We all support the
  features this patch added, yet not its actual design and implementation.
  After some talk, we decided that it would be better for Drupal -- in the
  long term -- not to go with a solution that isn't 100%. We also recognize
  that in the short term, this patch would have been useful addition. So
  let's figure out how we can implement this properly in D7.
2007-07-01 17:41:16 +00:00
Dries Buytaert 2348e7de6f - Patch #148410 by jvandyk: added rewrite of the actions module!
This is a very important patch, but one that is merely an enabler.
  Hopefully we'll see more people submitting "action patches" in the
  near future.

  Thanks for the hard work and persistence, John.  *If* you decide
  to update the Drupal Pro Development book to Drupal 6, make sure
  to add a chapter on actions. ;)
2007-06-29 18:06:51 +00:00
Dries Buytaert 2bf7c1c0e3 - Patch #147662 by Gordon et al: add new #pre_render callback to drupal_render(). 2007-06-28 07:48:41 +00:00
Gábor Hojtsy ef9f10dba6 #154594 by drewish: clean up code comments for deletion API 2007-06-28 00:55:10 +00:00
Gábor Hojtsy cc9f167e49 #154218 by Steven: HTML to text email converter, centralizing email wrapping in Drupal core and providing a solid conversion function for contributed modules 2007-06-26 22:21:08 +00:00
Gábor Hojtsy a9749f8b72 #154224 by hunmonk: add destination argument to _drupal_delete(), instead of using drupal_goto() directly, so the callback cycle can complete 2007-06-26 20:30:49 +00:00
Gábor Hojtsy 2598d31ef8 #150210 by bjaspan and Frando: explicit table names for create table statements and fixing a schema referencing bug 2007-06-26 20:24:19 +00:00
Gábor Hojtsy 7e5b440c10 #154309 by KarenS: language code lost in format_date() when using the 'r' format 2007-06-25 12:42:07 +00:00
Steven Wittens 7093495f7c #154046: Optimize confirm_form syntax for common usage (and fix some $form_state bugs). 2007-06-24 10:09:53 +00:00
Steven Wittens 569ede574f #115139: Add centralized json handler (and send text/javascript content-type header). 2007-06-22 08:46:16 +00:00
Steven Wittens fe8b35f527 #153781: Convert all remaining confirm_forms() to deletion api. 2007-06-22 08:32:28 +00:00
Steven Wittens 38a1300df2 #147723: Deletion API (by hunmonk). Woop woop. 2007-06-22 05:44:21 +00:00
Gábor Hojtsy d0c9795c33 #150049 by Moshe Weitzman: empower custom url rewriting with url() options 2007-06-18 06:59:11 +00:00
Dries Buytaert ae0392b2eb - Patch #147947 by hswong3i: some files shouldn't defined as text:big for Oracle compatibility. 2007-06-15 07:15:25 +00:00
Steven Wittens 85e6683d69 #150671: Consistent code comment style (by dmitrig01). 2007-06-14 01:35:24 +00:00
Dries Buytaert 53420729ea - Patch #101927 by cooferat: fixed problem with post information. 2007-06-11 15:21:14 +00:00
Gábor Hojtsy 57c9a13e1f #118026 by kkaefer with fixes from myself: JavaScript translation support and script.js as a default theme JS file to use, if found 2007-06-08 12:51:59 +00:00
Dries Buytaert 1fe90cba4f - Patch #146667 by Eaton: correct builder argument ordering, eliminate redundant arguments 2007-06-04 07:22:23 +00:00
Steven Wittens a6c3b716d3 #119441: JavaScript aggregator/compressor by m3avrck and others. (tweak) 2007-06-01 09:49:11 +00:00
Steven Wittens 7f8b191781 #119441: JavaScript aggregator/compressor by m3avrck and others. 2007-06-01 09:05:45 +00:00
Dries Buytaert 41542ef053 - Patch #101268 by webernet et al: improve the usability of feed icons. 2007-05-31 12:14:04 +00:00
Gábor Hojtsy 36e87e190c #147640 by Jose A Reyero with further cleanup by myself: add language code to localization functions
This makes it possible to call these functions with a given language code when sending emails to multiple users with different languages in a request for example.
2007-05-29 14:37:49 +00:00
Dries Buytaert a8ceb7613b - Patch #145058 by pwolanin (and chx): re-parenting and caching for menu links. 2007-05-27 20:31:13 +00:00
Gábor Hojtsy 860947d3c8 #145737 by yhager, documentation cleaned up by myself: add support for RTL CSS overrides and default RTL CSS override files for modules
Note: properties, which are different in the RTL display are marked with /* LTR */ in default CSS files now,
so maintainers remember that changing them should also have an effect on RTL CSS files.

This should open the way for better RTL (right-to-left written) language (such as Arabic and Hebrew) support.
2007-05-27 17:57:48 +00:00
Dries Buytaert 7f83d274b5 - Patch #146937 by merlinofchaos: restore maintenance mode. 2007-05-26 10:54:12 +00:00
Dries Buytaert 4a6f5869e5 - Patch #142773 by kbahey: made Drupal work correctly when behind a reverse proxy. 2007-05-25 15:04:42 +00:00
Dries Buytaert 3cafffe63f - Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. Oh, behave. 2007-05-25 12:46:46 +00:00
Gábor Hojtsy 55b4cbadf2 #143249 by Jose A Reyero: add language parameter to t() to make it possible to retrieve translations of strings for different languages, to send emails to users in their own language for example 2007-05-15 20:19:47 +00:00
Gábor Hojtsy c740ac7fd5 #127539: progressive operation support, refactoring update.php code to a generic batch API to support runnning operations in multiple HTTP requests
- update.php is already on the batch API
  - node access rebuilding is in the works
  - automatic locale importing is in the works

 Thanks to Yves Chedemois (yched) for the good code quality, very wide awareness of issues related to batches,
 and the fantastic turnaround times. Hats off.
2007-05-04 09:41:37 +00:00
Gábor Hojtsy f0b273a965 #131061: Very fast t() for a small set of strings,
by Moshe Weitzman, webernet, chx, erdemkose and myself
2007-05-04 08:32:00 +00:00
Dries Buytaert 2a65f86bf0 - Patch #135931 by EclipseGc: semantic update for core pager. 2007-05-01 06:53:03 +00:00
Dries Buytaert 38d22252b9 - Patch #67893 by kbahey, dww, alienbrain, asimmonds et al: made it possible to filter log messages in the database log. 2007-04-30 11:12:35 +00:00
Dries Buytaert 29055d34d6 - Patch #137236 by merlinofchaos: provide a way to secure the theme variables system. 2007-04-27 07:42:54 +00:00
Dries Buytaert 3e9d5f9d3c - Patch #133789 by pwolanin: fixed parse error. 2007-04-25 05:02:41 +00:00
Dries Buytaert 91da5f05e4 - Patch #133789 by John Albin: Drupal-generated email can look like spam. 2007-04-24 19:49:01 +00:00
Dries Buytaert f73610bec6 - Patch #76588 by Gabor: made log messages translatable. Yay. 2007-04-24 13:53:15 +00:00
Dries Buytaert 318ac983e2 - Patch #137138 by jvandyk: fixed problem with drupal_http_request() not setting the proper error code when a network effect occurs. Causes the XML-RPC backend to fail. 2007-04-18 20:35:45 +00:00
Steven Wittens bcfc0e651c Fix formatting of doxygen for drupal_parse_info_file() (for api.drupal.org). 2007-04-18 02:49:33 +00:00
Dries Buytaert 03b4b58e9a - Patch #132018 by Steven et al: add .info files to themes. 2007-04-17 07:19:39 +00:00
Dries Buytaert f4cbd7c63d - Patch #118660 by agentrickard: re-order arguments of cache_set() to match PHP/Drupal conventions. 2007-04-15 15:36:10 +00:00
Dries Buytaert e675979091 - Patch #134493 by douggreen: getting the Drupal coding standards right in core. Woot. Woot. 2007-04-13 08:56:59 +00:00
Dries Buytaert 5bbbf10ba8 - Patch #130987 by merlinofchaos: added theme registry for easier themability. 2007-04-06 13:27:23 +00:00
Steven Wittens f3cd2da113 #130991: Custom menu items, part 1 2007-04-06 04:39:51 +00:00
Dries Buytaert f3c839634d - Patch #131419 by Chris Johnson: renamed the error handler to avoid conflicts with third-party applications. 2007-03-29 23:17:15 +00:00
Steven Wittens f7440d4d73 #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc) 2007-03-27 05:13:55 +00:00
Dries Buytaert eb0caa354e - Patch #128866 by Gabor, Steven, chx, Jose et al: new language subsystem. 2007-03-26 01:32:22 +00:00
Dries Buytaert 5739c24c14 - Small fix for drupal_alter() 2007-03-26 01:11:23 +00:00
Steven Wittens 41147eb70d #110888: Typos 2007-03-26 00:45:51 +00:00
Dries Buytaert eb6b848de6 - Patch #110888 by Eaton: unify hook _alter() 2007-03-26 00:35:59 +00:00
Dries Buytaert d9ece0d575 - Patch #121876 by Darren, Nedjo et al: drupal_to_js converts empty arrays to objects. 2007-03-08 19:33:55 +00:00
Dries Buytaert ae093d1386 - Patch #115047 by mindless: token replacement with format_plural. 2007-03-07 13:08:04 +00:00
Dries Buytaert dc5843bd30 - Patch #111347 by Steven: refactor url() and l(). 2007-02-15 11:40:19 +00:00
Dries Buytaert 35ce6daa28 - Patch #118041 by kkaefer: fixed small braino in url(). 2007-02-12 17:42:25 +00:00
Dries Buytaert 05a708fb06 - Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. Thanks. 2007-01-31 15:49:26 +00:00
Dries Buytaert 4c9fc80fc4 - Patch #113829 by m3avrck: improved code comments. 2007-01-29 20:30:53 +00:00
Dries Buytaert 03752e35a4 - Patch #34755 by chx et al: faster menu system. HEAD is temporary broken and there is no upgrade path yet. 2007-01-24 14:48:36 +00:00
Dries Buytaert 77c2632be6 - Patch #99625: enable E_ALL mode. 2007-01-23 19:21:50 +00:00
Steven Wittens eb28074aa3 #108320: Form API optimization, don't call element_sort unless needed. 2007-01-10 23:30:07 +00:00
Dries Buytaert 3e8a9d1905 - Cleanup form attributes. 2007-01-09 08:30:31 +00:00
Steven Wittens 365439ffdf #107015: Code consistency, capitalization of class names. 2007-01-05 05:32:23 +00:00
Steven Wittens 4026afab01 #100563: Clarify documentation for CSS preprocessor. 2007-01-05 04:35:07 +00:00
Dries Buytaert 5190678d73 - Patch #100563 by m3avrck: improved phpDoc of drupal_add_css. 2007-01-04 09:58:55 +00:00
Dries Buytaert fbae0db63f - Patch #104693 by Chris: switch back to HTTP/1.0 headers. 2007-01-04 09:49:16 +00:00
Neil Drumm dfd86399c0 #106232 by chx. Add spaces for code style. 2007-01-02 05:05:38 +00:00
Neil Drumm f1c8692881 #101757 by ChrisKennedy. 1 byte instead of 1 bytes. 2006-12-30 21:33:04 +00:00
Dries Buytaert 983eda44ac - Patch #104693 by ChrisKennedy: send proper HTTP headers: HTTP/1.0 -> HTTP/1.1. 2006-12-21 22:20:19 +00:00
Steven Wittens 72f4e5d6e6 #102877: Don't let the css preprocessor mess up @import in some themes. 2006-12-15 07:47:08 +00:00
Steven Wittens e5027541c4 #78377: Use real path instead of alias in destination 2006-12-12 06:13:34 +00:00
Steven Wittens dd4b959ad2 #102597: Fix overzealous CSS compressor. 2006-12-12 04:44:46 +00:00
Dries Buytaert 97d0a3fe6b - Patch #100787 by chx: having a #theme for an element changes the meaning of prefix from 'prefix of this element' to 'prefix of the children elements'. 2006-12-11 17:47:36 +00:00
Dries Buytaert bdf5dc9d1d - Patch #102413 by yched: path node/add/[poll|forum|blog] defined twice. 2006-12-10 20:34:03 +00:00
Steven Wittens b86f45b1e6 #100516: CSS preprocessor to cache and compress all .css files. Benchmarks show up to 40% faster page loads. 2006-12-10 09:54:35 +00:00
Dries Buytaert f28aa5f3ec - Patch #92059 by Steven et al: added a memory check to garland/color.module. 2006-12-07 17:02:25 +00:00
Dries Buytaert 38f3050777 - Patch #101236 by Uwe Herman: fixed typos in the documentation. 2006-12-05 05:47:37 +00:00
Dries Buytaert a8e11de3d0 - Patch #101289 by webernet: corrected the PHPdoc. 2006-12-05 05:45:05 +00:00
Steven Wittens 1c7f089dea #75803: Allow other HTTP status codes in drupal_goto() 2006-11-30 08:13:31 +00:00
Neil Drumm f0093445ff #100232 by yched. Fix a typo. 2006-11-29 06:03:56 +00:00
Neil Drumm 91158a97d2 #79407 by webchick. Improved documentation for t(). 2006-11-28 07:03:33 +00:00
Neil Drumm 205f8ff01b #97941 by webchick. Consistent defaults for 'site_name' variable. 2006-11-25 09:04:22 +00:00
Dries Buytaert b3dae71697 - Patch #98293 by Steven: remove restrictions on path aliases. 2006-11-21 19:40:09 +00:00
Dries Buytaert e8e97f2bbd - Patch #98688 by greggles: string cleanup. Follow RFC2606 and use example.com for domain name examples. Core uses that consistently so make sure your contributed modules do too. 2006-11-21 19:12:01 +00:00
Neil Drumm b4faaa3cad #93882 by skeen. sites/all/* was being scanned instead of sites/all/module/*. 2006-11-16 09:18:22 +00:00
Neil Drumm 1d95dcbf28 #91624 by chx and RobRoy. PHP has an inconsistentcy about magic quoting which we have to work around. 2006-11-16 08:54:04 +00:00
Neil Drumm 12df72255c #89059 by jvandervort, andeeeb, and Shakur. Decode destination path. 2006-10-31 16:42:52 +00:00
Neil Drumm 0accf8fe1e #90508 by Heine and the security team. Every form gets a token. 2006-10-31 08:06:18 +00:00
Dries Buytaert af5402ad2a - Patch #88287 by asimmonds, dww et al: installer doesn't support modules outside root/modules directory. Critical bugfix. 2006-10-23 06:45:17 +00:00
Neil Drumm b87692a901 #84188 by plumbley, pwolanin, and nickl. Fix some PHP notices. 2006-10-17 08:42:24 +00:00
Steven Wittens 6baece1e1b - Clarify utf-7 exploit in drupal_set_header() 2006-10-17 04:45:29 +00:00
Dries Buytaert d692d438a3 - Patch #82741 by Wesley: fixed incorrect comparison in url(). 2006-10-15 20:00:19 +00:00
Dries Buytaert e8ee0bcd2a - Patch #40209 by pascal and jvandyk: added missing semicolon to URL validation. 2006-10-09 06:47:22 +00:00
Dries Buytaert 90f9bffbc0 - Patch #82045 by chx, eaton et al: fixed nodeapi. 2006-10-05 15:26:17 +00:00
Steven Wittens aae945c369 #70995: Prevent cron re-runs 2006-10-03 00:24:19 +00:00
Neil Drumm d54ccd4f84 #70742 yched and beginner. Fix magic quotes on files. 2006-09-27 07:21:55 +00:00
Neil Drumm a2d546e3c0 #82524 by Heine and AjK. Remove use of array_walk(), which was causing segfaults in this case. 2006-09-07 08:23:54 +00:00
Dries Buytaert 4ea672bfd1 - Removing stray whitspaces. 2006-09-07 08:05:31 +00:00
Neil Drumm 2310bd9723 #54238 by gopherspidey and fago. Don't cache pages with messages. 2006-09-07 07:11:15 +00:00
Steven Wittens 246334f30d Don't include drupal.js if there is no JS on the page 2006-09-01 08:44:25 +00:00
Neil Drumm 9cf7158058 Didn't mean to commit that yet. 2006-09-01 06:24:10 +00:00
Neil Drumm 06c9841480 That help text was in the 40x messages. 2006-09-01 06:12:47 +00:00