summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* #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'
* #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
* #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
* #176092 by walkah: always display 'cancel openid login' link, even if the ↵Gábor Hojtsy2007-09-25
| | | | login trial did not succeed
* #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
|
* #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
* #175779 by pwolanin: fix filter format addition page and add proper titles ↵Gábor Hojtsy2007-09-17
| | | | for filter configuration tabs
* #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.
* #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.
* #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
* #174440 by kkaefer: properly translatable filter dropdown elements on user ↵Gábor Hojtsy2007-09-13
| | | | admin page
* #173082 by dvessel: tplify aggregator module, make more stuff themeableGábor Hojtsy2007-09-13
|
* #174254 by pwolanin: Taxonomy term pages need proper titlesGábor Hojtsy2007-09-13
|
* #174708 by multiple contributors: update jQuery to 1.2Gábor Hojtsy2007-09-12
|
* #174267 by kkaefer: improve wording of some menu messages, and add a missing ↵Gábor Hojtsy2007-09-12
| | | | format_plural()
* #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
* #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
* #165638 by dww: better presentation of manual check link in update moduleGábor Hojtsy2007-09-10
|
* #166742 by Crell and dvessel: split user module (for performance reasons)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
|
* #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
* #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
|
* #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
* #173305 by drewish: actually remove files when the delete check box is checkedGábor Hojtsy2007-09-06
|
* #173314 by drewish: mark previously uploaded files as permanent, so they ↵Gábor Hojtsy2007-09-06
| | | | will not be deleted after an upgrade