summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #158927 by John Morahan: first time, the default admin theme name is '0', so ↵Gábor Hojtsy2007-09-27
| | | | block initialization gives warnings. Avoid this initialization until we have a theme selected
* #174220 by webernet: fix noticed in node module when a user has no adminiter ↵Gábor Hojtsy2007-09-27
| | | | nodes permission
* #178890 by Freso: fix parse error introduced in #124979Gábor Hojtsy2007-09-26
|
* - Patch #124979 by chx: remove the auto_increment.Dries Buytaert2007-09-26
|
* - Patch #135926 by mooffie: hook_link is called by the wrong parameters. ↵Dries Buytaert2007-09-26
| | | | Fixed disconnect between node_view() and hook_link().
* - Patch #178650 by pwoladin: fixed db problem and added extra validation.Dries Buytaert2007-09-26
|
* - Patch #164330 by Crell et al: restore menu classes.Dries Buytaert2007-09-26
|
* #176222 by dmitrig01: update jquery from 1.2.0 to 1.2.1Gábor Hojtsy2007-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
* #177182 by hswong3i: the range query in node_update_index() used more ↵Gábor Hojtsy2007-09-25
| | | | arguments the placeholders
* #177829 by jjeff: search indexing did not invoke the nodeapi alter hook, so ↵Gábor Hojtsy2007-09-25
| | | | what the user seen and what was indexed was different
* #177927 by chx: use path=/ in PHP comment settings cookie creation, so ↵Gábor Hojtsy2007-09-25
| | | | cookies set around the site are available in other 'directories'
* #177906 by douggreen: JavaScript cookie detection should use path=/ to avoid ↵Gábor Hojtsy2007-09-25
| | | | broken situations when run at a 'subdirectory'
* #154300 by chx: enforce site user account creation policy in openid module tooGábor Hojtsy2007-09-25
|
* #172977 follow up patch by pwolanin: fix NOTICE in taxonomy_term_count_nodesGábor Hojtsy2007-09-25
|
* #160043 by chx: array_filter for book admin settings form, which is required ↵Gábor Hojtsy2007-09-25
| | | | based on http://lists.drupal.org/pipermail/development/2006-September/019917.html
* #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
* #176367 by chx: not all node type have body labels, so this might not be setGábor Hojtsy2007-09-25
|
* #177654 by chx: admin/content has items with comment, feed, etc management, ↵Gábor Hojtsy2007-09-25
| | | | so a node admin permission should not be required to visit it
* #177608 by spatcz4000: MySQL was mentioned in comment for PostgreSQL codeGábor Hojtsy2007-09-25
|
* #176092 by walkah: always display 'cancel openid login' link, even if the ↵Gábor Hojtsy2007-09-25
| | | | login trial did not succeed
* #177529 by chx: if no checkbox was selected, we still need an empty array()Gábor Hojtsy2007-09-25
|
* #162276 by Rowanw: usability - reword menu item deletion checkbox labelGábor Hojtsy2007-09-20
|
* #176429: JirkaRybka: two queries were missing curly braces in system.installGábor Hojtsy2007-09-20
|
* #173494 by scor: removing a strange string concatenation from common.incGábor Hojtsy2007-09-20
|
* #176081 by John Morahan and Freso@freso.dk: fix notices in chameleonGábor Hojtsy2007-09-19
|
* #141470 by chx: usability - add pager to taxonomy form, which makes this ↵Gábor Hojtsy2007-09-19
| | | | usable for freetagging vocabularies
* #175743 by Desbeers: fix numerous issues around node submission dates and ↵Gábor Hojtsy2007-09-19
| | | | content editing
* #172765 follow up patch by pwolanin: fix user path access, which was broken ↵Gábor Hojtsy2007-09-19
| | | | by the user module split
* #176295 by myself: simplify Minnelli RTL CSSGábor Hojtsy2007-09-17
|
* #176295 by myself: right to left display support for the Minnelli themeGábor Hojtsy2007-09-17
|
* #176084 by Stefan Nantegaal and dvessel: fix notices in theme.inc, when ↵Gábor Hojtsy2007-09-17
| | | | specific sidebars are not set
* #175779 by pwolanin: fix filter format addition page and add proper titles ↵Gábor Hojtsy2007-09-17
| | | | for filter configuration tabs
* #106115 by sparr: restore previously present 16x16 (and add 32x32) favicon ↵Gábor Hojtsy2007-09-17
| | | | size, so when a shortcut is saved, a nice icon is used
* #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.
* #152967 by keith.smith, webchick, Morbus Iff and KentByte: update the ↵Gábor Hojtsy2007-09-14
| | | | upgrade instructions for Drupal 6
* #175593 by JirkaRybka: fix help text about textgroups, rewording a ↵Gábor Hojtsy2007-09-14
| | | | misleading example
* #162432 by bjaspan and chx: serial columns need their keys defined in ↵Gábor Hojtsy2007-09-14
| | | | db_change_field() and friends in MySQL
* #168261 by mvc: redirect registered users back to the front page if admin ↵Gábor Hojtsy2007-09-14
| | | | approval is required, so their user account page is not directly accessible after registration
* - Patch #161185 by Crell: split filter module.Dries Buytaert2007-09-14
|
* - Patch #168487 by douggreen: don't enable modules that depend on ↵Dries Buytaert2007-09-14
| | | | incompabitlbe modules.
* - Patch #68853 by matt and telcontar: improved documentation for the html ↵Dries Buytaert2007-09-14
| | | | input filter.
* #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
|
* #173982 follow up patch by webernet: the profile table might not exist, so ↵Gábor Hojtsy2007-09-14
| | | | we need to check for its existance before updating it
* #174993 by peterx, webchick and Freso@freso.dk: WAI AA comformant title for ↵Gábor Hojtsy2007-09-14
| | | | read more links, ie. we are not repeating the same text but include meaningful information
* #175197 by KentByte and webchick: updat CHANGELOG with some important ↵Gábor Hojtsy2007-09-14
| | | | changes we missed to mention here (and wrap lines properly)