summaryrefslogtreecommitdiff
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
* #202821 by marco.robotangel: display messages above help in all core themes ↵Gábor Hojtsy2008-01-07
| | | | for consistent user feedback (usability)
* #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
|
* #206510 by pwolanin, chx: menu title arguments were not properly stored when ↵Gábor Hojtsy2008-01-06
| | | | they were empty
* #205602 by theborg: disabled languages were included in the language lookup ↵Gábor Hojtsy2008-01-06
| | | | logic
* - 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
|
* #206281 by keith.smith: document that people should look into the new system ↵Gábor Hojtsy2008-01-04
| | | | requirements when they upgrade
* #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
* #201141 by yched: instead of 'HTTP error 200' messages when a PHP error ↵Gábor Hojtsy2008-01-04
| | | | occurs, actually display the PHP error message
* #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
|
* #202955 by chx: menu_rebuild() needs to be called after maintenance mode, ↵Gábor Hojtsy2008-01-03
| | | | because stale data might end up in menu tables in maintenance mode
* #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
|
* #205334 follow up by myself: options were improperly counted in language ↵Gábor Hojtsy2008-01-02
| | | | list (minor)
* #168315 by schuyler1d: previous active database name was not consistently ↵Gábor Hojtsy2008-01-02
| | | | returned in db_set_active()
* #201017 by chx: AHAH callbacks were not working for regular buttonsGábor Hojtsy2008-01-02
|
* #50901 by chx: do not allow user login under maintenance mode, if the logged ↵Gábor Hojtsy2008-01-02
| | | | in user has no site config permission
* #204872 report by hass, patch by myself: Mode radio button in locale import ↵Gábor Hojtsy2008-01-02
| | | | had bad default value
* #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
|