summaryrefslogtreecommitdiff
path: root/includes
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
* #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
* #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 #178999 by JohnAlbin, sun and sammys: fixed race condition with ↵Dries Buytaert2007-10-06
| | | | drupal_goto().
* - Patch #172636 by chx: fixed watchdog call.Dries Buytaert2007-10-06
|
* #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.
* #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
* #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
|
* - 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.
* #179578 by pwolanin: multiple menu links to the same node were not shown ↵Gábor Hojtsy2007-10-01
| | | | (but were stored)
* #179474 by JirkaRybka and pwolanin: proper depth counting for menu tabs when ↵Gábor Hojtsy2007-10-01
| | | | parents are missing inbetween
* #178999 by sammys: register header(Location) as a shutdown function in ↵Gábor Hojtsy2007-10-01
| | | | drupal_goto() so the redirection takes place after the session data was written to the database
* #179475 by JirkaRybka: fix code comments on menu_local_tasks()Gábor Hojtsy2007-09-29
|
* #168620 by hass: remove extraneous @charset rules from the compressed CSS ↵Gábor Hojtsy2007-09-27
| | | | files, because Safari chokes on them. Actual testing was done at #150759
* #167284 by Heine and pwolanin: proper field type placeholders in IN() ↵Gábor Hojtsy2007-09-27
| | | | queries, setting a best practice to avoid vulnerabilities
* - Patch #164330 by Crell et al: restore menu classes.Dries Buytaert2007-09-26
|
* #145251 by chx: document that one needs to include the proper 'op' value in ↵Gábor Hojtsy2007-09-25
| | | | arrays passed to drupal_execute() to trigger the right action
* #177421 by malex, Desbeers and chx: proper value of mission statement ↵Gábor Hojtsy2007-09-25
| | | | variable for themes
* #159474 by chx: destination file name should be used in help text, not ↵Gábor Hojtsy2007-09-25
| | | | source file name, which is not available even
* #177608 by spatcz4000: MySQL was mentioned in comment for PostgreSQL codeGábor Hojtsy2007-09-25
|
* #177529 by chx: if no checkbox was selected, we still need an empty array()Gábor Hojtsy2007-09-25
|
* #173494 by scor: removing a strange string concatenation from common.incGábor Hojtsy2007-09-20
|
* #176084 by Stefan Nantegaal and dvessel: fix notices in theme.inc, when ↵Gábor Hojtsy2007-09-17
| | | | specific sidebars are not set
* #171951 by dvessel: fix account specific theme selection formGábor Hojtsy2007-09-17
|
* Back to devopment version, now that we have the beta 1 tagged and releasedGábor Hojtsy2007-09-15
|
* Marking code as beta 1 in preparation of the first beta release of Drupal 6, ↵Gábor Hojtsy2007-09-14
| | | | also add back E_NOTICE removal for the release.
* #162432 by bjaspan and chx: serial columns need their keys defined in ↵Gábor Hojtsy2007-09-14
| | | | db_change_field() and friends in MySQL
* #175524 by bjaspan: document the exisance of the description fields in ↵Gábor Hojtsy2007-09-14
| | | | schema API
* #172824 by yched: let the batched processes perform drupal_execute() properlyGábor Hojtsy2007-09-14
|
* #174708 by multiple contributors: update jQuery to 1.2Gábor Hojtsy2007-09-12
|
* #63352 by kkaefer: add special prefix to long month names in format_date so ↵Gábor Hojtsy2007-09-12
| | | | May is recognized differently in short and long formats
* #150851 by pwolanin and chx: different radio buttons in the same set should ↵Gábor Hojtsy2007-09-11
| | | | have different HTML id values (XHTML validity fix)
* #166681 by dvessel: fix behavior of theme 'override preprocess functions'Gábor Hojtsy2007-09-10
|
* #172764 by pwolanin and chx: avoid using the expensive array_shift() in menu.incGábor Hojtsy2007-09-10
|
* #174025 by killes: small performance improvement for drupal_is_denied()Gábor Hojtsy2007-09-10
|
* #174170 by Shiny: different method to insert an action row with default ↵Gábor Hojtsy2007-09-09
| | | | values, so it works with PostgreSQL too
* #172262 by JirkaRybka: better globals handling in install system, so the ↵Gábor Hojtsy2007-09-09
| | | | choosen profile and language are remembered
* #172754 by pwolanin: page titles were broken when outside the active menu or ↵Gábor Hojtsy2007-09-07
| | | | on a callback
* #112064 by Dave Cohen and pwolanin: do not cache installer redirects, so ↵Gábor Hojtsy2007-09-07
| | | | live Drupal pages will be visible instead of cached installer pages