summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #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
* #174267 by kkaefer: improve wording of some menu messages, and add a missing ↵Gábor Hojtsy2007-09-12
| | | | format_plural()
* #172782 by ChrisKennedy: fix IE 7 JS alerts by not trying to reuse the ↵Gábor Hojtsy2007-09-12
| | | | height variable
* #174270 by kkaefer and Frando@fresko.dk: make node filter status texts ↵Gábor Hojtsy2007-09-12
| | | | translatable
* #172591 by HedgeMage: add help page for openid module with short description ↵Gábor Hojtsy2007-09-12
| | | | of what does the module offer
* #174876 by kkaefer: mention the menu system changes in the changelogGábor Hojtsy2007-09-12
|
* #144256 by myself, bdragon and keith.smith: update INSTALL.txt to reflect ↵Gábor Hojtsy2007-09-12
| | | | changes since Drupal 5
* #173982 by pwolanin and chx: fix schema inconsistencies between a fresh ↵Gábor Hojtsy2007-09-11
| | | | Drupal 6 install and a Drupal 5 upgraded to Drupal 6
* #172840 by Crell: break up book module to improve performanceGábor Hojtsy2007-09-11
|
* #174348 by chx: image column was not present in an aggregator_save_feed() ↵Gábor Hojtsy2007-09-11
| | | | query, but it does not have a default value, so we need to include it in the query
* #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)
* #172773 by numerous contributors: Make the actions interface usable by mere ↵Gábor Hojtsy2007-09-11
| | | | | | | | | mortals (including rename of actions.module to trigger, but keeping the actions themselfs). Complete previous history of actions module: - #148410 by jvandyk: added rewrite of the actions module! - #155986 by Uwe: fixed typos. - #155828 by Eaton, pwolanin and jvandyk: let actions live even if actions.module is not turned on
* #148084 by several people: images for the RTL pushbutton stylesheet, in ↵Gábor Hojtsy2007-09-10
| | | | anticipation of the RTL CSS
* #165638 by dww: better presentation of manual check link in update moduleGábor Hojtsy2007-09-10
|
* #166681 by dvessel: fix behavior of theme 'override preprocess functions'Gábor Hojtsy2007-09-10
|
* #166742 by Crell and dvessel: split user module (for performance reasons)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
|
* #174169 by chx: correct usage of drupal_mail() with actionsGábor Hojtsy2007-09-10
|
* #174343 by Shiny: move JOIN condition to ON clause in forum_nodeapi, so our ↵Gábor Hojtsy2007-09-10
| | | | SQL is standards compatible
* #174224 by kkaefer: send user notification email after the user object is ↵Gábor Hojtsy2007-09-09
| | | | updated
* #172977 by pwolanin: fix E_ALL NOTICEs with some taxonomy module queriesGábor Hojtsy2007-09-09
|
* #174170 by Shiny: different method to insert an action row with default ↵Gábor Hojtsy2007-09-09
| | | | values, so it works with PostgreSQL too
* #173995 by Desbeers: when creating a new node, default values are inserted ↵Gábor Hojtsy2007-09-09
| | | | into the object on preview, overwriting existing user provided values
* #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
|