summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #80951 by webchick: fixed broken query.Dries Buytaert2007-08-20
|
* #168587 by jjeff: add rel=nofollow attribute to anonymous comment home page ↵Gábor Hojtsy2007-08-19
| | | | links to counter some spamming
* - Patch #166725 by Crell: split openid module.Dries Buytaert2007-08-19
|
* - Patch #155621 by pwolanin: Use API function to delete menu links during ↵Dries Buytaert2007-08-19
| | | | rebuild.
* - Patch #166719 by Crell: split up help module.Dries Buytaert2007-08-19
|
* - Patch #80951 by killes, yched et al: block caching.Dries Buytaert2007-08-19
|
* #161136 by hass: the previously aggressive caching incompatible hook_init ↵Gábor Hojtsy2007-08-18
| | | | parts were broken out to hook_boot, so this should be reflected in the help text and check
* #163191 follow up patch by hswong3i and pwolanin: use a has_rows flag where ↵Gábor Hojtsy2007-08-18
| | | | we dont need a counter
* #168429 by gaele: there is no settings module, fixing reference to system ↵Gábor Hojtsy2007-08-18
| | | | module in help text
* #166913 by pwolanin and webernet: fix book outline removal confirm form ↵Gábor Hojtsy2007-08-18
| | | | parameters and improve user documentation
* #168352 by webernet: fix small typo in update.moduleGábor Hojtsy2007-08-18
|
* #164122 by merlinofchaos: properly convert underscored to dashes, when ↵Gábor Hojtsy2007-08-16
| | | | constructing template file names matching hook names
* #156796 by webernet, asimmonds and pwolanin: user editing forms cleanup and ↵Gábor Hojtsy2007-08-16
| | | | fixing deletion API remainings
* #117151 by profix898: the second part of our FilesMatch list contained ↵Gábor Hojtsy2007-08-16
| | | | complete file names which should be protected (eg. Tag), but should not match parts of the file names (eg. Tagging.txt)
* #165675 by pwolanin: only show allowed parent items in menu/book select ↵Gábor Hojtsy2007-08-16
| | | | fields to avoid going deeper then what is allowed
* #157747 by dopry: the files coming from the form are arrays, and need to by ↵Gábor Hojtsy2007-08-16
| | | | casted to objects
* #162050 by dvessel: user_comment() now modifies the comment, although ↵Gábor Hojtsy2007-08-16
| | | | hook_comment() was not intended to modify the comment, so we need to pass it in by reference to get modified
* #166688 by pwolanin: user_build_content() needs to have the account passed ↵Gábor Hojtsy2007-08-12
| | | | by reference
* #166644 by pwolanin: path module was incorrectly using drupal_get_formGábor Hojtsy2007-08-12
|
* - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵Dries Buytaert2007-08-12
| | | | Oracle and DB2. Also a performance improvement. (Correct version this time.)
* - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵Dries Buytaert2007-08-12
| | | | Oracle and DB2. Also a performance improvement.
* #166491 by pwolanin: default theme settings page should display default ↵Gábor Hojtsy2007-08-11
| | | | theme settings, not the theme list
* #166237 by jbratton: fix two notices on contact pages for anonymous usersGábor Hojtsy2007-08-11
|
* - Patch #166205 by hswong3i: improved database compatibility of db_result(). ↵Dries Buytaert2007-08-11
| | | | Makes it work with DB2, Oracle, etc.
* - Patch #154470 by pwolanin et al: optimize menu queries and indices.Dries Buytaert2007-08-11
|
* - Patch #165685 by dww: improve strings for messages when fetching updates.Dries Buytaert2007-08-11
|
* #165766 by hswong3i: node SQL fixes - primary keys have indexes themselfs, ↵Gábor Hojtsy2007-08-10
| | | | unique columns should not allow NULL
* #165013 by Eaton: fix image button behaviour by processing the right values ↵Gábor Hojtsy2007-08-10
| | | | coming in the request
* - Patch #153425 by pwolanin: fix use of raw in node module.Dries Buytaert2007-08-10
|
* - Patch #136386 by pwolanin: the modules admin page is still not coded for ↵Dries Buytaert2007-08-09
| | | | the new system.
* #165775 by hswong3i: profile name field has a unique key, so it should not ↵Gábor Hojtsy2007-08-09
| | | | allow NULL as a value
* #160039 by prakashp, chx and pwolanin: fix node saving:Gábor Hojtsy2007-08-09
| | | | | | - centralize/reuse some node form saving code - fix uploads without JS - fix reappearing teasers on node save
* #165358 by John Morahan: do not regenerate the session when the user is ↵Gábor Hojtsy2007-08-09
| | | | saved without a password specified
* #85208 by neclimdul and bjaspan (slightly modified): if no maxlength was ↵Gábor Hojtsy2007-08-09
| | | | specified, do not generate an empty HTML attribute
* #110511 by bjaspan: poll listing page should have a 'count_sql' because the ↵Gábor Hojtsy2007-08-09
| | | | original query uses group by, so it is not countable properly
* #165668 by John Morahan: fix wrong parameter passing in custom langauge ↵Gábor Hojtsy2007-08-09
| | | | addition validation
* #152926 by dww: Fix hook_system_info_alter() to save the altered data not ↵Gábor Hojtsy2007-08-08
| | | | the original
* - I forgot to remove these earlier when we renamed them.Dries Buytaert2007-08-08
|
* - Patch #164974 by ricflomag: correct usage of t().Dries Buytaert2007-08-08
|
* - Patch #148346 by drewish: added PHPdoc.Dries Buytaert2007-08-08
|
* - Patch #165422 by hswong3i: status is an int. Required to make DB2 work.Dries Buytaert2007-08-08
|
* - Patch #164931 by John Morahan: included the wrong file.Dries Buytaert2007-08-08
|
* #164348 by pwolanin: improve book block performanceGábor Hojtsy2007-08-07
|
* - Patch #158537 by Benjamin Melancon and Wim Leers: unnecessary 'ORDER BY' ↵Dries Buytaert2007-08-07
| | | | in taxonomy_vocabulary_load.
* - Patch #165160 by hswong3i: made two SQL queries work on DB2.Dries Buytaert2007-08-07
|
* #164935 by Ralf Stamm: standardize CVS Id tags in files:Gábor Hojtsy2007-08-07
| | | | | | - always include CVS Id tags in all files - add a new line after the CVS Id, if more code or phpdoc follows in the same code block - fix bogus Id tags previously added
* #165141 by hswong3i: when inserting values into VARCHAR fields, we should ↵Gábor Hojtsy2007-08-07
| | | | use quotes, even if the values are numbers
* #141653 by Ralf Stamm: fix some E_NOTICE errors in color moduleGábor Hojtsy2007-08-06
|
* #164765 by dmitrig01: remove trailing PHP closing tags, which were causing ↵Gábor Hojtsy2007-08-06
| | | | problems
* #164759 by oadaeh: adding missing phpdoc @code tagGábor Hojtsy2007-08-06
|