summaryrefslogtreecommitdiff
path: root/includes/common.inc
Commit message (Collapse)AuthorAge
* #203274 by Pasqualle: remove excessive witespace from our code (minor)Gábor Hojtsy2007-12-22
|
* #200921 by Pancho: code consistency change, renaming an internal variable in ↵Gábor Hojtsy2007-12-22
| | | | drupal_get_schema() for better developer docs
* back to 6.x-devGábor Hojtsy2007-12-20
|
* Gearing up for Drupal 6 RC1Gábor Hojtsy2007-12-20
|
* #196535 by sun, chx, dww: check whether Drupal can issue HTTP requests at ↵Gábor Hojtsy2007-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 Hojtsy2007-12-19
| | | | aggregation; update help text to that effect
* #202184 by Rho_pare: fix drupal_alter() not checking for having an array, ↵Gábor Hojtsy2007-12-19
| | | | broken by #192767
* #200370 by quicksketch: fixes to drag and drop support to make it usable by CCKGábor Hojtsy2007-12-19
|
* #192767 by fago, Eaton, chx: taking form_state per reference in form ↵Gábor Hojtsy2007-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 Buytaert2007-12-18
| | | | (and removed spaces).
* #193804 by starbow, Rob Loach, Wim Leers: add often used basePath setting by ↵Gábor Hojtsy2007-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 Hojtsy2007-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 Hojtsy2007-12-12
| | | | was requested
* #198579 by webernet and hswong3i: a huge set of coding style fixes, including:Gábor Hojtsy2007-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 Hojtsy2007-12-07
| | | | sheets when/where @import is used
* Back to 6.0-devGábor Hojtsy2007-12-05
|
* Drupal 6.0 beta 4Gábor Hojtsy2007-12-05
|
* #196410 report by daniel.soneira, patch by myself, tested by Freso: several ↵Gábor Hojtsy2007-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 Hojtsy2007-11-30
| | | | not added
* #141727 by merlinofchaos, dvessel, sun: restore themeability support for ↵Gábor Hojtsy2007-11-30
| | | | maintenance pages (regression)
* #194743 by myself, reported and tested by Murz: the base URL was not ↵Gábor Hojtsy2007-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 Hojtsy2007-11-26
| | | | now optimized
* #193333 by quicksketch et al: taxonomy drag and drop supportGábor Hojtsy2007-11-26
|
* - Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: ↵Dries Buytaert2007-11-26
| | | | fixed minor spelling issues and fixed spacing issues.
* - Patch #195173 by Eaton et al: allow administrators to clear all caches.Dries Buytaert2007-11-26
|
* - Patch #192736 by quicksketch et al: drag and drop for book module.Dries Buytaert2007-11-26
|
* - Removing excessive whitespace.Dries Buytaert2007-11-23
|
* back to Drupal 6.0-devGábor Hojtsy2007-11-21
|
* Getting ready for Drupal 6.0-beta3Gábor Hojtsy2007-11-21
|
* #193572 by Crell: fix drag and drop documentation and add drag and drop ↵Gábor Hojtsy2007-11-20
| | | | ordering to filter formats
* #181126 by quicksketch et al: drag and drop support for menusGábor Hojtsy2007-11-20
|
* - Patch #179143 by Gabor, JirkaRybka, chx, ChrisKennedy, et al: do not fire ↵Dries Buytaert2007-11-16
| | | | bootstrap hooks during update.
* #190899 by bjaspan: (regression) return the queries performed in ↵Gábor Hojtsy2007-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 Buytaert2007-11-14
| | | | block adminsitration page.
* - Patch #191116 by david: make drupal_urlencode() rfc 1738 compliant to make ↵Dries Buytaert2007-11-13
| | | | it work correctly with spaces.
* #84754: fix 404 and 403 error pages if the path set for these error pages ↵Gábor Hojtsy2007-11-12
| | | | does not exist
* #78487 by FredCK, forngren and bjaspan: document <front> support in url() ↵Gábor Hojtsy2007-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 Hojtsy2007-11-04
| | | | seems we have tags included
* - Modified version of patch #121820 by Caleb et al: add an option for page ↵Dries Buytaert2007-10-25
| | | | compression.
* #179276 by JirkaRybka: (regression) fix profile field sections to order ↵Gábor Hojtsy2007-10-25
| | | | properly by weight.
* #182675 by chx: fix caching bootstrap, so hook_boot() and the timer is ↵Gábor Hojtsy2007-10-24
| | | | called when required, integrating the cache init function right into the bootstrap
* #147492 by flobruit: make 'more' links themeableGábor Hojtsy2007-10-22
|
* #183125 by openwereld and hswong3i: make drupal_write_record()'s insert work ↵Gábor Hojtsy2007-10-19
| | | | on PostgreSQL, by not using the autoincrement value in the insert at all (instead of using a NULL)
* #182645 by scor: clean up concatenations to be in line with core coding ↵Gábor Hojtsy2007-10-19
| | | | standards
* Back to being a 6.x development versionGábor Hojtsy2007-10-17
|
* Drupal 6.0-beta 2 release with all Drupal 5.3 security fixes appliedGábor Hojtsy2007-10-17
|
* - Patch #182950: fieldset massaging for usability.Dries Buytaert2007-10-12
|
* #182410 by greggles: HTTP Basic authentication username and password was ↵Gábor Hojtsy2007-10-11
| | | | parsed in drupal_http_request() but then not used in the request
* #178999 follow up patch by sun: fix lots of code comment formatting and ↵Gábor Hojtsy2007-10-08
| | | | grammar errors in common.inc
* - Patch #178999 by JohnAlbin, sun and sammys: fixed race condition with ↵Dries Buytaert2007-10-06
| | | | drupal_goto().