Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #207330 by c960657: allow custom URL rewriter to work on base_url and fix ↵ | Gábor Hojtsy | 2008-01-27 |
| | | | | urlencoding of front page URL with a path prefix | ||
* | #209077 by bec: missing initialization for the placeholders array in ↵ | Gábor Hojtsy | 2008-01-16 |
| | | | | drupal_write_record() | ||
* | - Patch #115606 by Junyor, thesaint_02: added support for PHP 5.2's ↵ | Dries Buytaert | 2008-01-15 |
| | | | | 'recoverable fatal errors'. | ||
* | Back to 6.0-dev | Gábor Hojtsy | 2008-01-10 |
| | |||
* | Drupal 6 RC2 | Gábor Hojtsy | 2008-01-10 |
| | |||
* | #199946 by JirkaRybka: append a short query string to CSS and JS files, ↵ | Gábor Hojtsy | 2008-01-07 |
| | | | | changing on upgrades, so on core/module/theme upgrades, browser caches will 'flush' | ||
* | #207170 by hswong3i slightly modified: drupal_write_record() did not return ↵ | Gábor Hojtsy | 2008-01-07 |
| | | | | FALSE on query failure and had bad documentation on the returned values | ||
* | #203274 by Pasqualle: remove excessive witespace from our code (minor) | Gábor Hojtsy | 2007-12-22 |
| | |||
* | #200921 by Pancho: code consistency change, renaming an internal variable in ↵ | Gábor Hojtsy | 2007-12-22 |
| | | | | drupal_get_schema() for better developer docs | ||
* | back to 6.x-dev | Gábor Hojtsy | 2007-12-20 |
| | |||
* | Gearing up for Drupal 6 RC1 | Gábor Hojtsy | 2007-12-20 |
| | |||
* | #196535 by sun, chx, dww: check whether Drupal can issue HTTP requests at ↵ | Gábor Hojtsy | 2007-12-20 |
| | | | | all, so we know that this is the cause of problems, not the remote host not responding. | ||
* | #183940 by bjaspan, keith.smith: remove broken JS compression, but leave JS ↵ | Gábor Hojtsy | 2007-12-19 |
| | | | | aggregation; update help text to that effect | ||
* | #202184 by Rho_pare: fix drupal_alter() not checking for having an array, ↵ | Gábor Hojtsy | 2007-12-19 |
| | | | | broken by #192767 | ||
* | #200370 by quicksketch: fixes to drag and drop support to make it usable by CCK | Gábor Hojtsy | 2007-12-19 |
| | |||
* | #192767 by fago, Eaton, chx: taking form_state per reference in form ↵ | Gábor Hojtsy | 2007-12-18 |
| | | | | constructor function. Will be replaced with a nicer PHP 5 solution in Drupal 7. | ||
* | - Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API ↵ | Dries Buytaert | 2007-12-18 |
| | | | | (and removed spaces). | ||
* | #193804 by starbow, Rob Loach, Wim Leers: add often used basePath setting by ↵ | Gábor Hojtsy | 2007-12-17 |
| | | | | defualt to JS settings, also providing an elegant bugfix to #201248 | ||
* | #194098 by mfer, theborg: reset theme in drupal_eval(), so the evaluated ↵ | Gábor Hojtsy | 2007-12-16 |
| | | | | code will not see the caller module as current theme | ||
* | #199654 by yched: stale schema cache was used when a schema cache refresh ↵ | Gábor Hojtsy | 2007-12-12 |
| | | | | was requested | ||
* | #198579 by webernet and hswong3i: a huge set of coding style fixes, including: | Gábor Hojtsy | 2007-12-08 |
| | | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting | ||
* | #113607 by Steven, chx, hass, catch and dvessel: proper inclusion of style ↵ | Gábor Hojtsy | 2007-12-07 |
| | | | | sheets when/where @import is used | ||
* | Back to 6.0-dev | Gábor Hojtsy | 2007-12-05 |
| | |||
* | Drupal 6.0 beta 4 | Gábor Hojtsy | 2007-12-05 |
| | |||
* | #196410 report by daniel.soneira, patch by myself, tested by Freso: several ↵ | Gábor Hojtsy | 2007-12-05 |
| | | | | fixes to url() generation and path aliasing, fixing path aliases for node paths and front page links in themes | ||
* | #194026 by mfer: if only themes add JS files, drupal.js and jquery.js were ↵ | Gábor Hojtsy | 2007-11-30 |
| | | | | not added | ||
* | #141727 by merlinofchaos, dvessel, sun: restore themeability support for ↵ | Gábor Hojtsy | 2007-11-30 |
| | | | | maintenance pages (regression) | ||
* | #194743 by myself, reported and tested by Murz: the base URL was not ↵ | Gábor Hojtsy | 2007-11-29 |
| | | | | properly modified for outgoing links to different language domains and path aliases were not handled in the target language | ||
* | #193320 by JirkaRybka: _locale_rebuild_js() was invoked on every page view, ↵ | Gábor Hojtsy | 2007-11-26 |
| | | | | now optimized | ||
* | #193333 by quicksketch et al: taxonomy drag and drop support | Gábor Hojtsy | 2007-11-26 |
| | |||
* | - Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: ↵ | Dries Buytaert | 2007-11-26 |
| | | | | fixed minor spelling issues and fixed spacing issues. | ||
* | - Patch #195173 by Eaton et al: allow administrators to clear all caches. | Dries Buytaert | 2007-11-26 |
| | |||
* | - Patch #192736 by quicksketch et al: drag and drop for book module. | Dries Buytaert | 2007-11-26 |
| | |||
* | - Removing excessive whitespace. | Dries Buytaert | 2007-11-23 |
| | |||
* | back to Drupal 6.0-dev | Gábor Hojtsy | 2007-11-21 |
| | |||
* | Getting ready for Drupal 6.0-beta3 | Gábor Hojtsy | 2007-11-21 |
| | |||
* | #193572 by Crell: fix drag and drop documentation and add drag and drop ↵ | Gábor Hojtsy | 2007-11-20 |
| | | | | ordering to filter formats | ||
* | #181126 by quicksketch et al: drag and drop support for menus | Gábor Hojtsy | 2007-11-20 |
| | |||
* | - Patch #179143 by Gabor, JirkaRybka, chx, ChrisKennedy, et al: do not fire ↵ | Dries Buytaert | 2007-11-16 |
| | | | | bootstrap hooks during update. | ||
* | #190899 by bjaspan: (regression) return the queries performed in ↵ | Gábor Hojtsy | 2007-11-16 |
| | | | | 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 | ||
* | - Patch #181066 by quicksketch et al: drag and drop of table rows on the ↵ | Dries Buytaert | 2007-11-14 |
| | | | | block adminsitration page. | ||
* | - Patch #191116 by david: make drupal_urlencode() rfc 1738 compliant to make ↵ | Dries Buytaert | 2007-11-13 |
| | | | | it work correctly with spaces. | ||
* | #84754: fix 404 and 403 error pages if the path set for these error pages ↵ | Gábor Hojtsy | 2007-11-12 |
| | | | | does not exist | ||
* | #78487 by FredCK, forngren and bjaspan: document <front> support in url() ↵ | Gábor Hojtsy | 2007-11-04 |
| | | | | and l() and proper active class support for <front> | ||
* | #186963 by JirkaRybka: remove HTML from link titles (attribute values) if it ↵ | Gábor Hojtsy | 2007-11-04 |
| | | | | seems we have tags included | ||
* | - Modified version of patch #121820 by Caleb et al: add an option for page ↵ | Dries Buytaert | 2007-10-25 |
| | | | | compression. | ||
* | #179276 by JirkaRybka: (regression) fix profile field sections to order ↵ | Gábor Hojtsy | 2007-10-25 |
| | | | | properly by weight. | ||
* | #182675 by chx: fix caching bootstrap, so hook_boot() and the timer is ↵ | Gábor Hojtsy | 2007-10-24 |
| | | | | called when required, integrating the cache init function right into the bootstrap | ||
* | #147492 by flobruit: make 'more' links themeable | Gábor Hojtsy | 2007-10-22 |
| | |||
* | #183125 by openwereld and hswong3i: make drupal_write_record()'s insert work ↵ | Gábor Hojtsy | 2007-10-19 |
| | | | | on PostgreSQL, by not using the autoincrement value in the insert at all (instead of using a NULL) |