summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #172262 by JirkaRybka: better globals handling in install system, so the ↵Gábor Hojtsy2007-09-09
| | | | choosen profile and language are remembered
* #173225 corrective fix: there were two uses of the ip variable, so revert to ↵Gábor Hojtsy2007-09-08
| | | | the original patch
* - Patch #173225 by killes: missing ip_address(). Slightly modified by me.Dries Buytaert2007-09-08
|
* #172754 by pwolanin: page titles were broken when outside the active menu or ↵Gábor Hojtsy2007-09-07
| | | | on a callback
* #164617 by catch: only suggest caching for production sites, so people ↵Gábor Hojtsy2007-09-07
| | | | developing their web sites can do so without nasty surprises
* #118569 by bevan: document how should one set RewriteBase, if under a ↵Gábor Hojtsy2007-09-07
| | | | VirtualDocumentRoot
* #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)
* Themetastic to Garland, where this was not changed yetGábor Hojtsy2007-09-06
|
* #164451 by several people: Right to left (RTL) CSS styles for Garland, so ↵Gábor Hojtsy2007-09-06
| | | | Drupal can even be installed in RTL form from the start
* #164451 by several people: rtl collapsed menu image (in anticipation of a ↵Gábor Hojtsy2007-09-06
| | | | Garland RTL enabler patch soon)
* #173305 by drewish: actually remove files when the delete check box is checkedGábor Hojtsy2007-09-06
|
* #173274 by Desbeers: treat <front> as the empty path, when adding path ↵Gábor Hojtsy2007-09-06
| | | | prefixes, so we get the proper result
* #173314 by drewish: mark previously uploaded files as permanent, so they ↵Gábor Hojtsy2007-09-06
| | | | will not be deleted after an upgrade
* #163361 by dvessel: fix hidden textareas in Opera and remove gap between ↵Gábor Hojtsy2007-09-06
| | | | textarea and grippie in Firefox/Safari
* #166780 by makara and blakehall: fix incorrect table name alias in ↵Gábor Hojtsy2007-09-06
| | | | taxonomy_select_nodes()
* #171963 by dvessel and momendo: fix background positioning in fieldsets in IE7Gábor Hojtsy2007-09-06
|
* #148677 by pwolanin: set active menu item on 403/404 pages (and on the user ↵Gábor Hojtsy2007-09-06
| | | | page)
* #172791 by dmitrig01: fix notices when contact page is called, but contact ↵Gábor Hojtsy2007-09-06
| | | | module is not configured yet
* #109829 by doq: do not trim URLs is the added ellipses would result in a ↵Gábor Hojtsy2007-09-06
| | | | longer link title then the original URL itself
* #172376 by ChrisKennedy: fix 8 E_ALL issues in comment module and fix ↵Gábor Hojtsy2007-09-06
| | | | approval queue
* #172642 by dvessel: block theme file name suggestion for poll nodesGábor Hojtsy2007-09-06
|
* #172604 by pwolanin: remove leading space at _menu_find_router_path() to ↵Gábor Hojtsy2007-09-06
| | | | comply to coding standards
* - Patch #172961 by webernet: code style fixes.Dries Buytaert2007-09-05
|
* - Patch #173303 by dvessel: fixed E_NOTICE.Dries Buytaert2007-09-05
|
* - Patch #173287 by webernet: missing {} in SQL query.Dries Buytaert2007-09-05
|
* - Patch #172961 by webernet: code style cleanup.Dries Buytaert2007-09-05
|
* - Patch #169433 by Crell and dvessel: split up search module.Dries Buytaert2007-09-05
|
* - Patch #172860 by chx: node search does not support revisioned terms.Dries Buytaert2007-09-05
|
* - Patch #172836 by Crell: split poll module.Dries Buytaert2007-09-05
|
* - Patch #172835 by Crell: split up aggregator module.Dries Buytaert2007-09-05
|
* - Patch #172643 by chx and fresco: fixed the leave shadow copy functionality.Dries Buytaert2007-09-05
|
* - Patch #172950 by webernet: code style fixes.Dries Buytaert2007-09-04
|
* - Patch #172765 by webchick and chx: path 'user' returns 403Dries Buytaert2007-09-04
|
* - Patch #172433 by webchick: better connection error reporting for mysqli.Dries Buytaert2007-09-03
|
* - Patch #159447 by chx, webchick, crell et all: fixed various aggregator ↵Dries Buytaert2007-09-03
| | | | related problems.
* - Patch #172540 by ChrisKennedy: fixed typo on Drupal.formatPlural().Dries Buytaert2007-09-03
|
* - Patch #165160 by chx: restored access checking.Dries Buytaert2007-09-03
|
* #172265 by chx: fix user id problems on mysql, when inserting the first two ↵Gábor Hojtsy2007-09-03
| | | | special users
* #169263 by Gerhard Killesreiter: fix IP address identificationGábor Hojtsy2007-09-03
|
* #171646 by JirkaRybka: store version usage information for every source ↵Gábor Hojtsy2007-09-02
| | | | string, optimize caching and prune the initially unused strings
* #6162 by various people: actually point new anchors to the page the first ↵Gábor Hojtsy2007-09-02
| | | | new comment is displayed (in a multipage comment view)
* #144337 by yched: batch support for node access table rebuildingGábor Hojtsy2007-09-02
|
* #168813 by chx: do not let form caching prevent file uploadsGábor Hojtsy2007-09-02
|
* #172436 by chx: watchdog was already renamed dblog, fix leftoversGábor Hojtsy2007-09-02
|
* #172433 by chx: use the proper mysqli error function if there is no connectionGábor Hojtsy2007-09-02
|
* #172453 by webchick: proper default value for user roles (radios need an ↵Gábor Hojtsy2007-09-02
| | | | int, not an array)
* #172447 by add1sun: include a link to the front page of the site on the ↵Gábor Hojtsy2007-09-02
| | | | 'already installed' page
* #115689 by chx: new content types should not overwrite old onesGábor Hojtsy2007-09-02
|