Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #182645 by scor: clean up concatenations to be in line with core coding ↵ | Gábor Hojtsy | 2007-10-19 |
| | | | | standards | ||
* | #184653 by scor: typo fix in system_chema()'s schema documentation | Gábor Hojtsy | 2007-10-19 |
| | |||
* | #184461 by bradlis7 and keith.smith: 'fix' OpenID help text to use American ↵ | Gábor Hojtsy | 2007-10-18 |
| | | | | English spelling (as observed to be used in Drupal elsewhere) | ||
* | #179655 by flobruit: properly disable theme setting checkboxes when certain ↵ | Gábor Hojtsy | 2007-10-18 |
| | | | | features are not available | ||
* | Back to being a 6.x development version | Gábor Hojtsy | 2007-10-17 |
| | |||
* | Drupal 6.0-beta 2 release with all Drupal 5.3 security fixes applied | Gábor Hojtsy | 2007-10-17 |
| | |||
* | #184199 by quicksketch: proper weights for poll form fields, so the fields ↵ | Gábor Hojtsy | 2007-10-17 |
| | | | | are not reordered | ||
* | #183332 by Eaton, JirkaRybka, catch and greggles: add Powered by Drupal block | Gábor Hojtsy | 2007-10-17 |
| | |||
* | - Patch #172582 by webchick, gabor, eaton, kentbyte, tresler, alpritt et al: ↵ | Dries Buytaert | 2007-10-17 |
| | | | | improved the OpenID help texts. | ||
* | - Patch #155870 by quicksketch et al: AHAH-ification of the poll module. | Dries Buytaert | 2007-10-17 |
| | |||
* | #55277 by catch and JirkaRybka: when flat comment view is used, order ↵ | Gábor Hojtsy | 2007-10-16 |
| | | | | comments by cid (ie. original submission order) instead of timestamp (ie. last editing time order) to avoid comments jumping around when being edited | ||
* | #183690 by Wim Leers: (developer improvement) abstract path matching to ↵ | Gábor Hojtsy | 2007-10-16 |
| | | | | drupal_match_path() from block listing, so this gets reusable when path based matching is required | ||
* | #173188 by chx: update aggregator menu items when an aggregator category is ↵ | Gábor Hojtsy | 2007-10-16 |
| | | | | changed | ||
* | #181577 by Crell: split up translation module | Gábor Hojtsy | 2007-10-16 |
| | |||
* | #183056 by JirkaRybka: improve locale cache handling performance | Gábor Hojtsy | 2007-10-15 |
| | | | | | - always prune the whole cache as string additions affect all languages - rebuild the language caches as needed, distributing this load among page requests | ||
* | #181125 by quicksketch and dmitrig01: AHAH usability improvements for book ↵ | Gábor Hojtsy | 2007-10-15 |
| | | | | | | | module - book outline form reordering in real-time - better context sensitive book parent editing | ||
* | #183390 by hunmonk: forms should use form_state['redirect'] for redirection, ↵ | Gábor Hojtsy | 2007-10-15 |
| | | | | not drupal_goto() - fix this in comment_admin_overview_submit() | ||
* | #169079 by yched: improve consistency of menu API and batch API by allowing ↵ | Gábor Hojtsy | 2007-10-15 |
| | | | | | | | batch definition in non .module files, which opens the possibility of better performing batches (which are likely to reside in .admin.inc files generally) - apply this change in locale.module - improve batch API code documentation | ||
* | #183357 by Freso: hide administration pages links on module help pages if ↵ | Gábor Hojtsy | 2007-10-15 |
| | | | | there are no admin links for the module | ||
* | #156886 by edgauthier: fix OpenID delegation | Gábor Hojtsy | 2007-10-15 |
| | |||
* | - Patch #182950: fieldset massaging for usability. | Dries Buytaert | 2007-10-12 |
| | |||
* | #181088 by fajerstarter, catch and JirkaRybka: rename 'access control' to ↵ | Gábor Hojtsy | 2007-10-12 |
| | | | | 'permissions' for usability reasons | ||
* | #182799 by Moshe Weitzman: form_state['values']['form_build_id'] should not ↵ | Gábor Hojtsy | 2007-10-12 |
| | | | | be saved as a system setting when a setting form is submitted | ||
* | #72487 by chx, pwolanin and moshe weitzman: let node_access() work on ↵ | Gábor Hojtsy | 2007-10-11 |
| | | | | arbitrary users, so independent user access checks can be done in a request | ||
* | #172588 follow up note by Freso, patch by me: concatenation coding style ↵ | Gábor Hojtsy | 2007-10-11 |
| | | | | fixes at end of lines in color module help | ||
* | #180897 by sun and dvessel: fix various XHTML validity issues in Drupal by ↵ | Gábor Hojtsy | 2007-10-11 |
| | | | | closing unclosed tags, avoiding empty table containers, and so on | ||
* | #164983 by multiple contributors: document the core database schemas | Gábor Hojtsy | 2007-10-10 |
| | |||
* | #172588 by Tresler, Freso and webernet: add missing help page for color module | Gábor Hojtsy | 2007-10-10 |
| | |||
* | #181741 by quicksketch: fix AHAH throbber/progress bar issues and generalize ↵ | Gábor Hojtsy | 2007-10-10 |
| | | | | progress display configuration to allow module developers to choose from the throbber and progress bar | ||
* | #181758 by webernet: move cache_block creation to ↵ | Gábor Hojtsy | 2007-10-09 |
| | | | | update_fix_d6_requirements() to avoid warnings about the nonexistent table through the update process | ||
* | #63990 by several people: fix comment submission on nodes where a form is ↵ | Gábor Hojtsy | 2007-10-08 |
| | | | | displayed | ||
* | #116200 by njivy: initilize node type data before trying to delete a node ↵ | Gábor Hojtsy | 2007-10-08 |
| | | | | type, so we have data about what do we delete | ||
* | #175979 by Desbeers: forum module does not need to call node_prepare ↵ | Gábor Hojtsy | 2007-10-08 |
| | | | | anymore, because it is already done | ||
* | #178768: Removing Drupal module from Drupal to improve security and privacy. ↵ | Gábor Hojtsy | 2007-10-08 |
| | | | | Will live in contrib under a different name if people step up to maintain. Look at the issue for more information. | ||
* | - Patch #181284 by killes and chx: performance improvements for user_access(). | Dries Buytaert | 2007-10-07 |
| | |||
* | - Patch #180432 by hunmonk, sun, et al: make comment settings per node type. ↵ | Dries Buytaert | 2007-10-07 |
| | | | | This is a new feature that slipped in because it is required for the project module on drupal.org. | ||
* | - Clean-up menu link | Dries Buytaert | 2007-10-07 |
| | |||
* | - Patch #181180 by Eaton: make it easier to do CSS-only themes. | Dries Buytaert | 2007-10-07 |
| | |||
* | - Patch #181177 by John Morahan: updated TODO (documentation). | Dries Buytaert | 2007-10-06 |
| | |||
* | - Patch #181167 by Eaton: default page.tpl.php breaks primary links. | Dries Buytaert | 2007-10-06 |
| | |||
* | - Added missing .install files. Forgot to commit those. | Dries Buytaert | 2007-10-05 |
| | |||
* | #163785 by Eaton, dvessel and quicksketch: theme .info files should be able ↵ | Gábor Hojtsy | 2007-10-05 |
| | | | | to override core and module CSS files based on file basenames | ||
* | - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the ↵ | Dries Buytaert | 2007-10-05 |
| | | | | .schema files into .install files to prevent mistakes. | ||
* | #176503 by chx and bennybobw: hidden profile fields cannot be required and ↵ | Gábor Hojtsy | 2007-10-05 |
| | | | | cannot be put on the registration form, so we needed warnings on the editing form to not let admins save forms set with these combinations. | ||
* | #170514 by pwolanin: block and page cache should be cleaned when a menu item ↵ | Gábor Hojtsy | 2007-10-05 |
| | | | | is changed (saved, deleted) or the menu router is rebuilt | ||
* | #89376 by Eaton: add the preview build mode flag prior to hook_form() being ↵ | Gábor Hojtsy | 2007-10-05 |
| | | | | called | ||
* | #144634 follow up patch by chx: two caes, where the external link property ↵ | Gábor Hojtsy | 2007-10-05 |
| | | | | should have been specified | ||
* | #157752 follow up patch by scor: fix two form menu callbacks | Gábor Hojtsy | 2007-10-05 |
| | |||
* | #157752 by quicksketch: extend AHAH functionality to most types of form ↵ | Gábor Hojtsy | 2007-10-05 |
| | | | | elements, without writing JavaScript. Also AHAH enable the blocks admin page. (part 2) | ||
* | #157752 by quicksketch: extend AHAH functionality to most types of form ↵ | Gábor Hojtsy | 2007-10-05 |
| | | | | elements, without writing JavaScript. Also AHAH enable the blocks admin page. |