summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* #200777 by JirkaRybka: theme settings form relied on _POST[] and stored ↵Gábor Hojtsy2008-01-07
| | | | irrelevant formapi keys as theme settings
* #206670 by keith.smith and myself: node type names have their underscores ↵Gábor Hojtsy2008-01-07
| | | | converted to hyphens in node/add links
* #205920 by douggreen: short term searches were returning wrong resultsGábor Hojtsy2008-01-07
|
* #206820 by catch, keith.smith: forum delete confirm form was saying it ↵Gábor Hojtsy2008-01-07
| | | | deleted posts, but it does not
* - Patch #203222 by Pascalle: added missing message type to watchdog call.Dries Buytaert2008-01-06
|
* - Patch #205465 by jvandyk: add missing index on comment table.Dries Buytaert2008-01-05
|
* - Patch #206418 by meba: fixed typo - 'sever' should be 'server'.Dries Buytaert2008-01-05
|
* - Patch #199955 by saxofaan: file_upload_max_size() returns results in ↵Dries Buytaert2008-01-05
| | | | bytes, not in mega bytes.
* - Patch #206434 by meba: added missing doc in string.Dries Buytaert2008-01-05
|
* - Patch #206470 by David_Rothstein: fix book permission upgrade.Dries Buytaert2008-01-05
|
* - Patch #206512 by jvandyk: fixed grammar mistake in status message.Dries Buytaert2008-01-05
|
* #199809 by theborg: comment templates were not checking status properly (fix ↵Gábor Hojtsy2008-01-04
| | | | notice, allows themes to theme in-preview comments differently)
* #197720 by nedjo, scor, keith.smith, catch: inform installing users about ↵Gábor Hojtsy2008-01-04
| | | | PHP memory requirements of Drupal 6
* #206232 follow up by chx: set locale() cache to NULL when resettingGábor Hojtsy2008-01-04
|
* #206232 by chx with a bit of cleanup: add in-memory reset clearing to ↵Gábor Hojtsy2008-01-04
| | | | locale() to help it interact with simpletests, which are not reloading the Drupal instance on form submits
* #195161 follow up by keith.smith: fix typo in code commentGábor Hojtsy2008-01-04
|
* #206272 report by yojoe, patch by myself: user provided data in menu titles ↵Gábor Hojtsy2008-01-04
| | | | should be check_plain()-ed not t()-ed
* #195161 by mcarbone with some modifications: only show 'login to post ↵Gábor Hojtsy2008-01-04
| | | | comments' if logging in actually lets you post comments
* #198856 by hswong3i: Fix some incorrect use of %s for table name escaping, ↵Gábor Hojtsy2008-01-04
| | | | implement better security checks
* - Patch #202078 by chx: fixed poll AHAH problem with caching.Dries Buytaert2008-01-04
|
* #205843 report by asimmonds, patch by chx: menu_valid_path() was used as an ↵Gábor Hojtsy2008-01-03
| | | | API function, but was located in menu.module, move to menu.inc
* #205795 by douggreen: search result normalization used a wrong calculationGábor Hojtsy2008-01-03
|
* #135329 follow up: rolling back some of the user password request form ↵Gábor Hojtsy2008-01-02
| | | | changes, so user names in email address format (eg. site_network module) will still work
* #181125 follow up by beginner: book.js should have been removed earlier in ↵Gábor Hojtsy2008-01-02
| | | | #181125, was a commit mistake
* #205334 by hass: if more then 5 languages are available, use a dropdown not ↵Gábor Hojtsy2008-01-02
| | | | a radio button list (usability)
* #205075 report by ktabuer, patch by myself, testing by ktauber and Lynn: ↵Gábor Hojtsy2008-01-02
| | | | book block throws notice when used on non-book-node page (with a little bit of code cleanup)
* #205138 by pwolanin: require node types in forums vocab, fix help text ↵Gábor Hojtsy2008-01-01
| | | | parameter name (outside t())
* #205134 by damz: fix not translatable use of t() in update moduleGábor Hojtsy2008-01-01
|
* #203582 by David_Rothstein: some core hook_access() implementations are not ↵Gábor Hojtsy2008-01-01
| | | | using the passed in account
* #205199 by David_Rothstein: leftover links were not removed in the ↵Gábor Hojtsy2008-01-01
| | | | reindexing process properly (search module)
* #204420 follow up by webernet: fix bad permission check introduced for ↵Gábor Hojtsy2007-12-31
| | | | update module message
* #199373 report by avskip, patch by myself, testing by keith.smith: forum ↵Gábor Hojtsy2007-12-31
| | | | node type was not re-added to the forum vocabulary when the module is re-enabled (after being disabled)
* White space problem found while gathering background info for #204420Gábor Hojtsy2007-12-31
|
* #203846 by pwolanin and jvandyk: PHP 4 does not allow omitting an object ↵Gábor Hojtsy2007-12-31
| | | | when it is passed by reference, so we need to live with dummy object passing with actions for object-less actions to support PHP 4
* #204344 by marcingy: path aliases were not alled as default home pageGábor Hojtsy2007-12-31
|
* #204996 by chx: poll bar theme gets NULL as default, so use that here as wellGábor Hojtsy2007-12-31
|
* - Patch #204900 by webernet: code style fixes. Likely my last patch of the ↵Dries Buytaert2007-12-31
| | | | year. Fiew. Thanks all, and see you on the other side. :)
* - Patch #204996 by chx: fixed access check and warning in poll module.Dries Buytaert2007-12-31
|
* - Patch #204955 by chx: fixed E_ALL warning.Dries Buytaert2007-12-31
|
* #204420 by webernet: do not show messages about status problems to those who ↵Gábor Hojtsy2007-12-28
| | | | will not be able to click and go to the reports
* #203941 reported and tested by Takafumi, patch by myself: trigger ↵Gábor Hojtsy2007-12-28
| | | | assocations should be removed when deleting an advanced action
* - Patch #204221 by webernet: code style fixes.Dries Buytaert2007-12-28
|
* - Patch #203316 by mooffie and douggreen: improved schema documentation.Dries Buytaert2007-12-28
|
* #194369 by lots of contributors: move default files directory to ↵Gábor Hojtsy2007-12-27
| | | | sites/default/files which can be created automatically on install, so no need to bug the user about it, making the install process easier
* #152497 by bjaspan, with more docs from myself: user_external_login() was ↵Gábor Hojtsy2007-12-27
| | | | not updated to latest login process
* #176748 follow up by pwolanin: fix bad breadcrumbs and missing/wrong titlesGábor Hojtsy2007-12-27
|
* #191914 by chx: admin check was missing from menu user_register_access()Gábor Hojtsy2007-12-27
|
* - Patch #176748 by pwolanin, Rob Loach: fixed broken breadcrumbs.Dries Buytaert2007-12-26
|
* - Patch #203509 by pwolanin, chx, cwgordon7 et al: fixed menu inheritenace.Dries Buytaert2007-12-26
|
* #197722 by catch, hwsong3i: remove 4.7 to 5.x updates; we only support ↵Gábor Hojtsy2007-12-26
| | | | direct updates from 5.x to 6.x