Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #141727 follow up by dvessel: fix maintenance theme in updates | Gábor Hojtsy | 2007-11-30 |
| | |||
* | #141727 follow up by dvessel: handle developer edge case in theme handling ↵ | Gábor Hojtsy | 2007-11-30 |
| | | | | when database is active, but tables are not there | ||
* | #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) | ||
* | #194149 reported by hswong3i, in patch form by Rob Loach: action loading was ↵ | Gábor Hojtsy | 2007-11-30 |
| | | | | using improper variable and property names | ||
* | #137650 by Darren Oh: allow module_invoke_all() to merge multiple arrays ↵ | Gábor Hojtsy | 2007-11-30 |
| | | | | recursively | ||
* | #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 | ||
* | #194743 report by Murz, patch by myself: in domain language negotiation ↵ | Gábor Hojtsy | 2007-11-27 |
| | | | | mode, we should tell url() that we built an external URL, not that we need an absolute URL built by url() | ||
* | #195540 by hass: fix XHTML validity with disabled checkbox in locales form | Gábor Hojtsy | 2007-11-26 |
| | |||
* | #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 |
| | |||
* | #170514 by pwolanin: drastically reduce calls to cache clearing when the ↵ | Gábor Hojtsy | 2007-11-26 |
| | | | | menu needs to be rebuilt | ||
* | #193891 by mvc: fix NOTICE in database.mysqli.inc because of possibly ↵ | Gábor Hojtsy | 2007-11-26 |
| | | | | missing port number | ||
* | #195202 by pwolanin: clear block cache before page cache, so stale data will ↵ | Gábor Hojtsy | 2007-11-26 |
| | | | | not end up in the cache | ||
* | #173408 by markus_petrux / add1sun: move proxy IP configuration options to ↵ | Gábor Hojtsy | 2007-11-26 |
| | | | | settings.php, because these need to be used before Drupal has the variables loaded from the database | ||
* | #194166 rollback and additional comments by chx: developers can modify menu ↵ | Gábor Hojtsy | 2007-11-24 |
| | | | | editing behavior with hook_form_alter(), no need for menu API hacks, which were half done anyway | ||
* | - Removing excessive whitespace. | Dries Buytaert | 2007-11-23 |
| | |||
* | #194652 by Heine: specify explicit accept-charset for forms to avoid browser ↵ | Gábor Hojtsy | 2007-11-23 |
| | | | | guessing | ||
* | #192406 follow up by JirkaRybka: fix missing textgroup by using the default ↵ | Gábor Hojtsy | 2007-11-22 |
| | | | | text group for PO imports when otherwise not instructed | ||
* | 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 |
| | |||
* | #192406 by myself: imported locale files were not put into the right ↵ | Gábor Hojtsy | 2007-11-21 |
| | | | | textgroup selected on the interface | ||
* | #173858 by myself: skip UTF-8 BOM when importing locale files | Gábor Hojtsy | 2007-11-21 |
| | |||
* | #164330 follow up by webernet and Crell: remove XHTML invalidating ID ↵ | Gábor Hojtsy | 2007-11-21 |
| | | | | attribute on links, where the classes are enough to identify them | ||
* | #193572 by Crell: fix drag and drop documentation and add drag and drop ↵ | Gábor Hojtsy | 2007-11-20 |
| | | | | ordering to filter formats | ||
* | - Patch #192242 by catch, quicksketch, webchick, keith et all: usability ↵ | Dries Buytaert | 2007-11-20 |
| | | | | improvements for the vocabulary/term forms. | ||
* | #181126 by quicksketch et al: drag and drop support for menus | Gábor Hojtsy | 2007-11-20 |
| | |||
* | #193580 by chx: given recent improvements, Drupal does not require CREATE ↵ | Gábor Hojtsy | 2007-11-19 |
| | | | | TEMPORARY TABLE and LOCK TABLES permissions, so do not check on install and do not advise people giving these rights | ||
* | #193191 by chx: allow form elements to enable form caching - allows custom ↵ | Gábor Hojtsy | 2007-11-19 |
| | | | | form elements to leverage the AHAH framework | ||
* | #190283 by JirkaRybka and myself: fix installer localization and form handling | Gábor Hojtsy | 2007-11-19 |
| | | | | | | | - use a two pass localization process so localization is ready for the configure form and profile tasks - fix awkward form API workarounds which were introduced before we used a full bootstrap anyway - allow for more usable localized profiles by letting them skip language selection - lots of documentation improvements to profiles and the installer functions | ||
* | #193274 by dmitrig01 and quicksketch: send submit button data with AHAH ↵ | Gábor Hojtsy | 2007-11-19 |
| | | | | submissions | ||
* | - 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 #146466 by douggreen, Steven et al: Remove temporary table usage ↵ | Dries Buytaert | 2007-11-13 |
| | | | | from search module | ||
* | - 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 | ||
* | #191104 by keith.smith: (usability) change occurances of node to 'post' and ↵ | Gábor Hojtsy | 2007-11-12 |
| | | | | 'content' as appropriate | ||
* | #191306 by xmacinfo, slightly modified: use standard reload link on all ↵ | Gábor Hojtsy | 2007-11-11 |
| | | | | error pages | ||
* | #190283 by myself and JirkaRbyka: use get_t() in pre-database setup code, ↵ | Gábor Hojtsy | 2007-11-11 |
| | | | | add missing javascript key to language objects (kills notices) and document st() better | ||
* | #178608 by chx: convert menu overview page to a form to overcome any CSRF ↵ | Gábor Hojtsy | 2007-11-09 |
| | | | | vulnerabilities | ||
* | - Patch #168829 by Neil Drumm: fixed link in documentation. | Dries Buytaert | 2007-11-09 |
| | |||
* | #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> | ||
* | #189205 by webernet: fix missing quite in theme.inc code documentation | Gábor Hojtsy | 2007-11-04 |
| | |||
* | #133435 by jpetso: fix arg() phpdoc to document that NULL is returned when ↵ | Gábor Hojtsy | 2007-11-04 |
| | | | | an argument is not found | ||
* | #173664 by fractile81: fix order of precedence in file_scan_directory(), so ↵ | Gábor Hojtsy | 2007-11-04 |
| | | | | subtheme files will really override parent theme files | ||
* | #186963 by JirkaRybka: remove HTML from link titles (attribute values) if it ↵ | Gábor Hojtsy | 2007-11-04 |
| | | | | seems we have tags included |