Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #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. | ||
* | #178973 by merlinofchaos: proper style and script inheritance between themes ↵ | Gábor Hojtsy | 2007-10-04 |
| | | | | more then two levels deep in the hierarchy | ||
* | #180559 by hunmonk: do not try to display the comment addition form at th ↵ | Gábor Hojtsy | 2007-10-03 |
| | | | | end of comments, if we are already on the page, so it is displayed anyway | ||
* | - Patch #164510 by yched et al: node.changed not updated on mass operations. | Dries Buytaert | 2007-10-03 |
| | |||
* | #178892 by webchick: use drupal_get_private_key() instead of directly ↵ | Gábor Hojtsy | 2007-10-03 |
| | | | | retrieving the drupal_private_key variable in update module, so we can ensure a proper private key is generated | ||
* | #180338 by bjaspan: more accurate wording for database update status report | Gábor Hojtsy | 2007-10-03 |
| | |||
* | #179695 by chx: only anonymous users should have permission to visit ↵ | Gábor Hojtsy | 2007-10-03 |
| | | | | user/login, so this menu item is automatically hidden when a user is logged in | ||
* | - Patch #173486 by scor: fixed code style issues. | Dries Buytaert | 2007-10-02 |
| | |||
* | - Patch #169982 by moshe, eaton, bjaspan, nedjo, yched, et al: missing ↵ | Dries Buytaert | 2007-10-02 |
| | | | | feature from schema API: load/save records based upon schema. | ||
* | - Patch #144634 by chx: fixed critical bug that prevented language ↵ | Dries Buytaert | 2007-10-02 |
| | | | | negotiation to work after/when drupal_goto() is called. | ||
* | - Rollback of patch #139117: according to Steven it is silly. Let's have a ↵ | Dries Buytaert | 2007-10-02 |
| | | | | better look at it. | ||
* | - Patch #178044 by chx: properly delete watchdog messages captured by the ↵ | Dries Buytaert | 2007-10-02 |
| | | | | dblog.module. | ||
* | - Patch #139117 by hass et al: remove IE hacks that break the compressor. | Dries Buytaert | 2007-10-02 |
| | |||
* | #179510 by jjeff: (usability) include role name in permission checkbox tooltips | Gábor Hojtsy | 2007-10-01 |
| | |||
* | #104662 by chx: the search block form might not be available on the search ↵ | Gábor Hojtsy | 2007-10-01 |
| | | | | page itself, so that target was not right for search block form submissions | ||
* | #160603 by nancyw and Freso: variable search_cron_limit was not removed on ↵ | Gábor Hojtsy | 2007-09-29 |
| | | | | search uninstall | ||
* | #179234 by myself: language code regular experssion was too greedy for ↵ | Gábor Hojtsy | 2007-09-28 |
| | | | | simple langcode.po names | ||
* | #174233 by webernet: fix notices when editing comments and also fix a ↵ | Gábor Hojtsy | 2007-09-28 |
| | | | | moderation bug along the way | ||
* | #86857 by pwolanin and webchick: autogenerate log message for book page ↵ | Gábor Hojtsy | 2007-09-28 |
| | | | | changes when made from the outline view (ie. node title or weight can be changed and is now in the log message) | ||
* | - Patch #179244 by tangent: line break filter operates on object element. | Dries Buytaert | 2007-09-28 |
| | |||
* | #90570 by bdragon and chx: GET query and fragment information were not ↵ | Gábor Hojtsy | 2007-09-27 |
| | | | | possible to define in menu links | ||
* | #167284 by Heine and pwolanin: proper field type placeholders in IN() ↵ | Gábor Hojtsy | 2007-09-27 |
| | | | | queries, setting a best practice to avoid vulnerabilities | ||
* | #158927 by John Morahan: first time, the default admin theme name is '0', so ↵ | Gábor Hojtsy | 2007-09-27 |
| | | | | block initialization gives warnings. Avoid this initialization until we have a theme selected | ||
* | #174220 by webernet: fix noticed in node module when a user has no adminiter ↵ | Gábor Hojtsy | 2007-09-27 |
| | | | | nodes permission | ||
* | #178890 by Freso: fix parse error introduced in #124979 | Gábor Hojtsy | 2007-09-26 |
| | |||
* | - Patch #124979 by chx: remove the auto_increment. | Dries Buytaert | 2007-09-26 |
| |