Commit Graph

717 Commits (b3bda1c1e9d6cd72f26448f49c16e166bc24f53a)

Author SHA1 Message Date
Gábor Hojtsy b3bda1c1e9 Getting ready for Drupal 6.0-beta3 2007-11-21 22:33:30 +00:00
Gábor Hojtsy 8bd692d618 #193572 by Crell: fix drag and drop documentation and add drag and drop ordering to filter formats 2007-11-20 20:13:04 +00:00
Gábor Hojtsy 6d4862c258 #181126 by quicksketch et al: drag and drop support for menus 2007-11-20 10:18:43 +00:00
Dries Buytaert 9771f15ffc - Patch #179143 by Gabor, JirkaRybka, chx, ChrisKennedy, et al: do not fire bootstrap hooks during update. 2007-11-16 15:35:24 +00:00
Gábor Hojtsy ad6f9ba7bd #190899 by bjaspan: (regression) return the queries performed in drupal_install_schema() and drupal_uninstall_schema(), so module install hooks can report on creation of tables, or failures, as it was in Drupal 5 2007-11-16 09:27:22 +00:00
Dries Buytaert 6049f23760 - Patch #181066 by quicksketch et al: drag and drop of table rows on the block adminsitration page. 2007-11-14 09:50:00 +00:00
Dries Buytaert f68f525401 - Patch #191116 by david: make drupal_urlencode() rfc 1738 compliant to make it work correctly with spaces. 2007-11-13 12:35:19 +00:00
Gábor Hojtsy 2c912063bf #84754: fix 404 and 403 error pages if the path set for these error pages does not exist 2007-11-12 22:12:12 +00:00
Gábor Hojtsy dcf7a123dc #78487 by FredCK, forngren and bjaspan: document <front> support in url() and l() and proper active class support for <front> 2007-11-04 21:24:09 +00:00
Gábor Hojtsy 98a5fb1419 #186963 by JirkaRybka: remove HTML from link titles (attribute values) if it seems we have tags included 2007-11-04 14:18:56 +00:00
Dries Buytaert ca0bbfee5b - Modified version of patch #121820 by Caleb et al: add an option for page compression. 2007-10-25 15:38:25 +00:00
Gábor Hojtsy 13f9882979 #179276 by JirkaRybka: (regression) fix profile field sections to order properly by weight. 2007-10-25 10:30:40 +00:00
Gábor Hojtsy 7e963c13ff #182675 by chx: fix caching bootstrap, so hook_boot() and the timer is called when required, integrating the cache init function right into the bootstrap 2007-10-24 11:30:39 +00:00
Gábor Hojtsy 8cd97cdd7d #147492 by flobruit: make 'more' links themeable 2007-10-22 09:36:05 +00:00
Gábor Hojtsy 98bc18adcd #183125 by openwereld and hswong3i: make drupal_write_record()'s insert work on PostgreSQL, by not using the autoincrement value in the insert at all (instead of using a NULL) 2007-10-19 10:30:54 +00:00
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