- Feb 25, 2009
-
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
#376408 by ajevans85, pwolanin: Prevent an empty anchor tag and parenthesis appearing in the output for the search index in search_nodeapi()
-
Gábor Hojtsy authored
#296082 by jandd, stefanor, nigel: avoid table aliasing in UPDATE query in system_update_6001() since PostreSQL does not support that
-
Gábor Hojtsy authored
#109588 by fago, cdale: use the existing user account objects instead of arg() checks, as well as fix use of where it should be
-
Dries Buytaert authored
-
Gábor Hojtsy authored
#337162 by midkemia and ainigma32: keep the Drupal 5 menu items descriptions when upgrading to Drupal 6
-
Dries Buytaert authored
-
Gábor Hojtsy authored
#326210 by AlexisWilke, grendzy, jhedstrom: Take the menu item in its first submission and menu_nodeapi() by reference, so that any modifications of the item in the saving process will carry over to other submit handlers; making itpossible to write modules extending menu item manipulation
-
Gábor Hojtsy authored
#363262 by catch, chx: in Drupal 6, the url_alias table introduced a language column, but did not extend its index to that; though queries are formed on src and language
-
Gábor Hojtsy authored
#310768 by bob_hirnlego, cdale: missing primary table and field specification in db_rewrite_sql() when called from taxonomy_overview_terms()
-
Gábor Hojtsy authored
#276174 by nbz, John Morahan, slightly modified: do not escape username more then once at multiple places in blog.module
-
Gábor Hojtsy authored
#203323 by JirkaRybka, robertgarrigos, lilou, thePanz, c960657, sun: move the LANGUAGE_* constants to bootstrap.inc and remove several defined() checks on them now that they are always defined
-
Gábor Hojtsy authored
- Feb 22, 2009
-
-
Gábor Hojtsy authored
#314286 backport of some of #229129 by assimonds: disbaled checkboxes did not receive their values properly from the default value set
-
- Feb 17, 2009
-
-
Gábor Hojtsy authored
#152098 by hunthunthunt, mgifford, Dave Reid: add 'for' attribute to 'label' tags on checkboxes and radio buttons, even if the 'label' wraps the element - accessibility best practice
-
- Feb 16, 2009
-
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
#320395 by qutoz, swentel: Set node format to 0 in node_submit() if the body was turned off to avoid a minor notice.
-
Gábor Hojtsy authored
#290282 by kratib, jvandyk, ainigma32: Only track/limit the recursive invocations of actions_do(), instead of tracking/limiting them all.
-
Gábor Hojtsy authored
#356721 by c960657, Dave Reid: remove static caching of the clean URLs setting in url() to help automated tests; the setting is cached through variable_get(), which however allows altering of the setting
-
Gábor Hojtsy authored
#365183 by Eaton: node_feed() did not use the same API functions as node_view() did, so custom fields were missing from the output
-
Gábor Hojtsy authored
#220559 by eMPee584, Desbeers, Damien Tournoud: only ever add the active class to links in l() and theme_links(), if the language was set and is the current language or if the language was not set on the link
-
Gábor Hojtsy authored
#62926 by karschsp: increase the free tagging field maximum length to 1024; the database limits are per-tag.
-
Gábor Hojtsy authored
#328110 by marcingy, swentel, Damien Tournoud, pwolanin, David_Rothstein: the link argument is passed by reference to menu_link_save(), so avoid overwriting local variables in menu_enable().
-
Gábor Hojtsy authored
#275796 by Gribnif, Damien Tournoud, Dave Reid, vaish: module_list() should set its static variable to NULL instead of unset()-ing it, so it does not retain its value
-
Gábor Hojtsy authored
#310863 by bangpound, dboulet, catch, lee20: Locale variable results in locale module install, so skip adding empty variable when not needed.
-
- Feb 09, 2009
-
-
Dries Buytaert authored
- Patch #298722 by pwolanin: _menu_translate returns FALSE before to_arg is available. Drupal.org upgrade blocker.
-
- Jan 14, 2009
-
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
#245990 follow up by Damien Tournoud, David_Rothstein, pwolanin: Move back to an internal URL check for HTTP request checking and make the request checking less intrusive on what requests can be accomplished
-
Gábor Hojtsy authored
#346285 by grendzy, Damien Tournoud, thekevinday et al: fixed problem when HTTP_HOST is not transmitted
-
Gábor Hojtsy authored
-
- Jan 12, 2009
-
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
#323386 by mariuss: The selection type in profile module expects items each on their own line and should not break items on commas
-
- Jan 06, 2009
-
-
Gábor Hojtsy authored
#328977 by Dave Reid, hgmichna: comment_controls() form function lacks first form_state parameter, so passed values are incorrectly used
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
#323474 by gpk, Dave Reid, catch: hook_boot() was not called on non-cached pages when agreesive caching was on
-
Gábor Hojtsy authored
-