summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - 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
* #173566 by bjaspan: remove db_update_field(), because it can easily be used ↵Gábor Hojtsy2007-09-07
| | | | for evil (and mostly nothing else). We should not let contributed modules to easily break their database.
* #173227 by Desbeers: make language listing work early in the bootstrap, when ↵Gábor Hojtsy2007-09-07
| | | | modules are not yet loaded (fix a regression from a previous patch)
* #173274 by Desbeers: treat <front> as the empty path, when adding path ↵Gábor Hojtsy2007-09-06
| | | | prefixes, so we get the proper result
* #148677 by pwolanin: set active menu item on 403/404 pages (and on the user ↵Gábor Hojtsy2007-09-06
| | | | page)
* #172376 by ChrisKennedy: fix 8 E_ALL issues in comment module and fix ↵Gábor Hojtsy2007-09-06
| | | | approval queue
* #172604 by pwolanin: remove leading space at _menu_find_router_path() to ↵Gábor Hojtsy2007-09-06
| | | | comply to coding standards
* - Patch #172950 by webernet: code style fixes.Dries Buytaert2007-09-04
|
* - Patch #172433 by webchick: better connection error reporting for mysqli.Dries Buytaert2007-09-03
|
* - Patch #165160 by chx: restored access checking.Dries Buytaert2007-09-03
|
* #169263 by Gerhard Killesreiter: fix IP address identificationGábor Hojtsy2007-09-03
|
* #144337 by yched: batch support for node access table rebuildingGábor Hojtsy2007-09-02
|
* #172433 by chx: use the proper mysqli error function if there is no connectionGábor Hojtsy2007-09-02
|
* #172194 by ax: html to text was not picking up href values if not being the ↵Gábor Hojtsy2007-09-01
| | | | last argument
* #171562 by JirkaRybka: fix several issues with localesGábor Hojtsy2007-09-01
| | | | | | | - make searches work again, better worded - do not cache English stuff - fix strike through on string seek page - fix exports for translations
* #160395 follow up patch by dvessel: fix array initializationGábor Hojtsy2007-09-01
|
* - Patch #171652 by dvessel et al: cleanup some old cruft. Dvessel is on a ↵Dries Buytaert2007-09-01
| | | | patch spree ...
* - Patch #160395 by dvessel and merlinofchaos: allow theme engine to register ↵Dries Buytaert2007-09-01
| | | | theme variable functions.