summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #180588 by merlinofchaos: run tabs through theme('menu_item_link') compared ↵Gábor Hojtsy2007-10-08
| | | | to just l() directly, so they can be properly themed
* #181564 follow up patch by webernet: fix a notice introduced by the earlier ↵Gábor Hojtsy2007-10-08
| | | | patch committed
* #63990 by several people: fix comment submission on nodes where a form is ↵Gábor Hojtsy2007-10-08
| | | | displayed
* #181564 by Crell: add first and last CSS classes to menu tree lists and ↵Gábor Hojtsy2007-10-08
| | | | themed item lists for themers to use
* #178999 follow up patch by sun: fix lots of code comment formatting and ↵Gábor Hojtsy2007-10-08
| | | | grammar errors in common.inc
* #104220 by ChrisKennedy: remove arbitrary half post max size restriction on ↵Gábor Hojtsy2007-10-08
| | | | maximum uploadable file size
* #116200 by njivy: initilize node type data before trying to delete a node ↵Gábor Hojtsy2007-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 Hojtsy2007-10-08
| | | | anymore, because it is already done
* #178768: Removing Drupal module from Drupal to improve security and privacy. ↵Gábor Hojtsy2007-10-08
| | | | Will live in contrib under a different name if people step up to maintain. Look at the issue for more information.
* #177473 by chx, quicksketch, dvessel and merlinofchaos: make it possible for ↵Gábor Hojtsy2007-10-08
| | | | modules to add their own theme variable preprocess hooks and improve documentation on the different preprocess options
* - Patch #181284 by killes and chx: performance improvements for user_access().Dries Buytaert2007-10-07
|
* - Patch #180432 by hunmonk, sun, et al: make comment settings per node type. ↵Dries Buytaert2007-10-07
| | | | This is a new feature that slipped in because it is required for the project module on drupal.org.
* - Clean-up menu linkDries Buytaert2007-10-07
|
* - Patch #181180 by Eaton: make it easier to do CSS-only themes.Dries Buytaert2007-10-07
|
* - Patch #181177 by John Morahan: updated TODO (documentation).Dries Buytaert2007-10-06
|
* - Patch #178999 by JohnAlbin, sun and sammys: fixed race condition with ↵Dries Buytaert2007-10-06
| | | | drupal_goto().
* - Patch #181167 by Eaton: default page.tpl.php breaks primary links.Dries Buytaert2007-10-06
|
* - Patch #172636 by chx: fixed watchdog call.Dries Buytaert2007-10-06
|
* - Added missing .install files. Forgot to commit those.Dries Buytaert2007-10-05
|
* #163785 by Eaton, dvessel and quicksketch: theme .info files should be able ↵Gábor Hojtsy2007-10-05
| | | | to override core and module CSS files based on file basenames
* - Patch #181063 by chx: fixed problem with drupal_bootstrap() not booting to ↵Dries Buytaert2007-10-05
| | | | the proper level.
* - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the ↵Dries Buytaert2007-10-05
| | | | .schema files into .install files to prevent mistakes.
* #148084 by yhager: some better quality and missing images for the pushbutton ↵Gábor Hojtsy2007-10-05
| | | | RTL theme
* #176503 by chx and bennybobw: hidden profile fields cannot be required and ↵Gábor Hojtsy2007-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 Hojtsy2007-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 Hojtsy2007-10-05
| | | | called
* #144634 follow up patch by chx: two caes, where the external link property ↵Gábor Hojtsy2007-10-05
| | | | should have been specified
* #180897 by sun: fix an XHTML validity error in GarlandGábor Hojtsy2007-10-05
|
* #157752 follow up patch by scor: fix two form menu callbacksGábor Hojtsy2007-10-05
|
* #157752 by quicksketch: extend AHAH functionality to most types of form ↵Gábor Hojtsy2007-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 Hojtsy2007-10-05
| | | | elements, without writing JavaScript. Also AHAH enable the blocks admin page.
* #180389 by merlinofchaos: add hook_theme_registry_alter() for devel module ↵Gábor Hojtsy2007-10-04
| | | | and friends to alter and get access to the theme registry
* #180877 by Arancaytar: drupal_write_record() was not prefixing tables ↵Gábor Hojtsy2007-10-04
| | | | properly because PHP string parsing behavior
* #178973 by merlinofchaos: proper style and script inheritance between themes ↵Gábor Hojtsy2007-10-04
| | | | more then two levels deep in the hierarchy
* #171461 by chx, ejhildreth and dvessel: empty tbody fails validationGábor Hojtsy2007-10-04
|
* #180559 by hunmonk: do not try to display the comment addition form at th ↵Gábor Hojtsy2007-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 Buytaert2007-10-03
|
* - Patch #180399 by merlinofchaos: add merlinofchaos and dvessel to theme ↵Dries Buytaert2007-10-03
| | | | system maintainers list.
* #178892 by webchick: use drupal_get_private_key() instead of directly ↵Gábor Hojtsy2007-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 reportGábor Hojtsy2007-10-03
|
* #179695 by chx: only anonymous users should have permission to visit ↵Gábor Hojtsy2007-10-03
| | | | user/login, so this menu item is automatically hidden when a user is logged in
* #180267 by hass: menu-collapsed-rtl.gif in Minnelli should be copied with ↵Gábor Hojtsy2007-10-02
| | | | the other images when color changes are made
* #180265 by hass: menu-collapsed-rtl.gif in Garland should be copied with the ↵Gábor Hojtsy2007-10-02
| | | | other images when color changes are made
* - Patch #173486 by scor: fixed code style issues.Dries Buytaert2007-10-02
|
* - Patch #169982 by moshe, eaton, bjaspan, nedjo, yched, et al: missing ↵Dries Buytaert2007-10-02
| | | | feature from schema API: load/save records based upon schema.
* - Patch #144634 by chx: fixed critical bug that prevented language ↵Dries Buytaert2007-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 Buytaert2007-10-02
| | | | better look at it.
* #176805 by dww: conditional linking to dblog pages in update.php, so if the ↵Gábor Hojtsy2007-10-02
| | | | module is not enabled, we don't get broken links
* - Patch #179937 by quicksketch: made the table header magic more robust. ↵Dries Buytaert2007-10-02
| | | | When a table disappears from the HTML, an error would otherwise be thrown.
* - Patch #178044 by chx: properly delete watchdog messages captured by the ↵Dries Buytaert2007-10-02
| | | | dblog.module.