Commit Graph

702 Commits (b64adf07c82087816dc5c4b37c13c0ef4d69223c)

Author SHA1 Message Date
Gábor Hojtsy b64adf07c8 #182645 by scor: clean up concatenations to be in line with core coding standards 2007-10-19 10:19:03 +00:00
Gábor Hojtsy 19b2687ac0 Back to being a 6.x development version 2007-10-17 21:59:31 +00:00
Gábor Hojtsy a3f3cb346b Drupal 6.0-beta 2 release with all Drupal 5.3 security fixes applied 2007-10-17 21:47:14 +00:00
Dries Buytaert b274bf87f3 - Patch #182950: fieldset massaging for usability. 2007-10-12 14:10:18 +00:00
Gábor Hojtsy ba3c558f0d #182410 by greggles: HTTP Basic authentication username and password was parsed in drupal_http_request() but then not used in the request 2007-10-11 09:47:23 +00:00
Gábor Hojtsy 2fcaa6a91a #178999 follow up patch by sun: fix lots of code comment formatting and grammar errors in common.inc 2007-10-08 14:08:19 +00:00
Dries Buytaert eaf4dd39c2 - Patch #178999 by JohnAlbin, sun and sammys: fixed race condition with drupal_goto(). 2007-10-06 15:30:41 +00:00
Gábor Hojtsy 74a431e79a #163785 by Eaton, dvessel and quicksketch: theme .info files should be able to override core and module CSS files based on file basenames 2007-10-05 14:50:25 +00:00
Dries Buytaert 39706e3c51 - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the .schema files into .install files to prevent mistakes. 2007-10-05 14:43:26 +00:00
Gábor Hojtsy 15445a6db9 #180877 by Arancaytar: drupal_write_record() was not prefixing tables properly because PHP string parsing behavior 2007-10-04 19:20:39 +00:00
Dries Buytaert d2d93b4bd3 - Patch #173486 by scor: fixed code style issues. 2007-10-02 16:19:23 +00:00
Dries Buytaert 4bb5080ebe - Patch #169982 by moshe, eaton, bjaspan, nedjo, yched, et al: missing feature from schema API: load/save records based upon schema. 2007-10-02 16:15:56 +00:00
Dries Buytaert c389c90529 - Patch #144634 by chx: fixed critical bug that prevented language negotiation to work after/when drupal_goto() is called. 2007-10-02 16:03:17 +00:00
Gábor Hojtsy e26ef638ee #178999 by sammys: register header(Location) as a shutdown function in drupal_goto() so the redirection takes place after the session data was written to the database 2007-10-01 09:39:27 +00:00
Gábor Hojtsy 4b6cd91aa8 #168620 by hass: remove extraneous @charset rules from the compressed CSS files, because Safari chokes on them. Actual testing was done at #150759 2007-09-27 17:11:07 +00:00
Gábor Hojtsy 382664105b #173494 by scor: removing a strange string concatenation from common.inc 2007-09-20 08:30:34 +00:00
Gábor Hojtsy 9c2f47eafd Back to devopment version, now that we have the beta 1 tagged and released 2007-09-15 07:33:46 +00:00
Gábor Hojtsy 86a6cd4ef3 Marking code as beta 1 in preparation of the first beta release of Drupal 6, also add back E_NOTICE removal for the release. 2007-09-14 20:08:59 +00:00
Gábor Hojtsy 21ac9f1917 #174708 by multiple contributors: update jQuery to 1.2 2007-09-12 18:29:32 +00:00
Gábor Hojtsy b3fe5b9cbf #63352 by kkaefer: add special prefix to long month names in format_date so May is recognized differently in short and long formats 2007-09-12 13:30:42 +00:00
Gábor Hojtsy 9307321817 #148677 by pwolanin: set active menu item on 403/404 pages (and on the user page) 2007-09-06 12:47:20 +00:00
Gábor Hojtsy 1a66aeb39e #171606 by Heine: ported security fix from Drupal 4.7/5; use SCRIPT_NAME instead of PHP_SELF in links to avoid XSS holes 2007-08-30 15:53:39 +00:00
Gábor Hojtsy 005a583f32 #168812 by webchick and pwolanin: in case we have a database error, trace it back to the original database function call, so we can provide a more accurate error message for DB errors 2007-08-29 18:38:55 +00:00
Gábor Hojtsy da3c19b36c #170334 by JirkaRybka: allow @count to be used in singular format_plural() values too 2007-08-29 17:28:02 +00:00
Dries Buytaert 5e73b66f3a - Patch #168028 by dvessler, merlinofchaos, pwolanin et al: both theme functions and templates may need include files. Flush your caches. 2007-08-26 07:46:11 +00:00
Dries Buytaert f2ce877d43 - Patch #145218 by profix898, bennybobw, Crell, forngren et al: use href instead of @import for CSS. 2007-08-23 16:41:19 +00:00
Dries Buytaert b134b023e1 - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Oracle and DB2. Also a performance improvement. 2007-08-12 15:55:36 +00:00
Dries Buytaert c70b19a91b - Patch #163723 by Eaton and Frando: fix default page.tpl markup (and removed some whitespace). 2007-08-02 20:08:53 +00:00
Dries Buytaert 80ff5109a7 - Patch #162708 by Eaton and Earl: add support for image buttons to FAPI3.
This is a small form API extension (doesn't break existing code) that
  facilitates the Drupal 6 upgrade of the Views module.  A good example
  of why it can be beneficial to start upgrading your modules early on in
  the code freeze. ;)
2007-07-29 17:28:23 +00:00
Gábor Hojtsy 3cccee7f4a #158687 by drumm: fix URI encoding of some special chars 2007-07-13 20:07:15 +00:00
Gábor Hojtsy 51b789c0d3 #156778 by asimmonds: revert node and comment deletions to the pre-deletion API state 2007-07-13 20:04:47 +00:00
Gábor Hojtsy 5642117bed #112374 by Wesley Tanaka: drupal_add_feed() should not allow adding the same feed more then once to the page 2007-07-04 22:47:28 +00:00
Dries Buytaert b65b1533dd - Patch #104969 by Wesley: corrected PHPDoc. 2007-07-03 20:16:11 +00:00
Gábor Hojtsy 7aa0b54b78 #156426 by GreenMother: fix wrong datatype warning for parsed JS files 2007-07-03 16:22:58 +00:00
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