summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #689738 by c960657: use Save and Delete buttons on path alias ↵Dries Buytaert2010-01-21
| | | | editing form.
* - Patch #627626 by Damien Tournoud: fixed Node-specific code in file field.Dries Buytaert2010-01-20
|
* - Patch #353595 by dereine, catch, killes@www.drop.org: node_access() issues ↵Dries Buytaert2010-01-20
| | | | four queries on default install node/1 so added a static cache.
* - Patch #675608 by Rob Loach, Gábor Hojtsy: fixed contextual link colors ↵Dries Buytaert2010-01-20
| | | | easily overwritten.
* - Patch #683814 by c960657: fixed bug with re-running tests.Dries Buytaert2010-01-20
|
* #688862 by webchick: Fixed Documentation problem with hook_node_view().Angie Byron2010-01-19
|
* - Patch #686800 by c960657: refined the OpenID tests to verify that the user ↵Dries Buytaert2010-01-18
| | | | actually logged in to avoid false positives with blocked users.
* - Patch #672496 by jbrown: radio and checkbox widgets should be centered ↵Dries Buytaert2010-01-18
| | | | vertically.
* - Patch #684646 by catch: reordered some code to avoid unnecessary query in ↵Dries Buytaert2010-01-18
| | | | _node_revision_access().
* - Patch #658118 by David_Rothstein, carlos8f: overlay prevented enabling of ↵Dries Buytaert2010-01-18
| | | | other modules at the same time.
* - Patch #678504 by heyrocker, David_Rothstein: incorrect menu argument for ↵Dries Buytaert2010-01-18
| | | | ip address blocking.
* - Patch #687716 by heyrocker: IP blocking test incorrectly checks for ↵Dries Buytaert2010-01-18
| | | | existence of blocked IP.
* - Patch #609622 by Rob Loach, casey, andypost, mfer: keep jQuery Form up to ↵Dries Buytaert2010-01-18
| | | | date.
* - Patch #682870 by David_Rothstein: fixed typo.Dries Buytaert2010-01-18
|
* - Patch #678590 by asimmonds, Dave Reid, Damien Tournoud: fixed path alias ↵Dries Buytaert2010-01-18
| | | | link being below submit button on taxonomy term add.
* - Patch #687578 by agentrickard: remove access check from ↵Dries Buytaert2010-01-18
| | | | aggregator_categorize_items().
* - Fixed 2pixel error.Dries Buytaert2010-01-18
|
* - Patch #569276 by lut4rp, reglogge, webkenny: Fixed the title and ↵Dries Buytaert2010-01-18
| | | | description for 'Error message display' in Logging and Errors.
* - Patch #678050 by gpk: strings tidy-up for simpletest_requirements().Dries Buytaert2010-01-15
|
* - Patch #368006 by deviantintegral, lisarex: module incompatibility message ↵Dries Buytaert2010-01-15
| | | | was confusing.
* - Patch #684774 by sun: block visibility settings cannot be properly extended.Dries Buytaert2010-01-15
|
* - Patch #611752 by catch: taxonomy_field_validate() calls ↵Dries Buytaert2010-01-15
| | | | taxonomy_allowed_values().
* - Patch #684828 by dww: function update_requirements() doesn't return ↵Dries Buytaert2010-01-15
| | | | anything during install and stops the install process.
* - Patch #683814 by yched: remove unneeded call to batch_process().Dries Buytaert2010-01-15
|
* #685004 by Dave Reid: Fixed Cannot run tests under non-standard profile.Angie Byron2010-01-15
|
* - Patch #46149 by Senpai, sun, alexanderpas, hunmonk, ChrisKennedy, ↵Dries Buytaert2010-01-14
| | | | tstoeckler, cwgordon7: prevent account cancellation for uid 1.
* - Patch #683630 by Dave Reid: remove hard-coded 'administer nodes' checking ↵Dries Buytaert2010-01-14
| | | | in node_validate() and node_submit().
* - Patch #684212 by catch: taxonomy_clear_field_cache() is redundant.Dries Buytaert2010-01-14
|
* - Patch #590656 by pwolanin, Pasqualle: harden one-time login links against ↵Dries Buytaert2010-01-14
| | | | vulnerability from disclosure of SQL backups, or SQL 'SELECT' injection.
* - Patch #614288 by ksenzee, dww: fix UI on the install new stuff pages.Dries Buytaert2010-01-14
|
* - Patch #638070 by carlos8f, Gábor Hojtsy, ksenzee, pwolanin, chx, catch: ↵Dries Buytaert2010-01-14
| | | | router loaders causing a lot of database hits for access checks.
* #674394 by David_Rothstein: Move add/remove shortcut buttons to a theme ↵Angie Byron2010-01-14
| | | | setting, so that it does not appear on themes where it makes no sense.
* #678546 by rfay and jhodgdon: Improve wording of help text in ↵Angie Byron2010-01-14
| | | | admin/config/regional/language/configure.
* #605272 by dww: Fixed Use a better directory when installing code via the ↵Angie Byron2010-01-14
| | | | update manager.
* #642122 by scor and Stefan Freudenberg: Allow for RDFa datatype attribute ↵Angie Byron2010-01-14
| | | | without callback function.
* #614508 by linclark and scor: Annotate tracker page with RDFa.Angie Byron2010-01-14
|
* #652048 by chx: Factor out the caching pattern from forum.Angie Byron2010-01-14
|
* #678012 by heyrocker and jhodgdon: Tokens should not use the word 'node' in ↵Angie Byron2010-01-14
| | | | human-readable descriptions.
* #599124 by jhodgdon and Bojhan: Cleanup contact_help().Angie Byron2010-01-14
|
* #525622 follow-up by Dave Reid: Added missing path callback property.Angie Byron2010-01-14
|
* #651810 follow-up by ksenzee: Improve documentation.Angie Byron2010-01-14
|
* #677534 by jhodgdon, andrewmacpherson, Bojhan, yoroy, et al: Fixed Customize ↵Angie Byron2010-01-14
| | | | still being used in place of Edit.
* #683590 by catch: Fixed user_load() still being called for every node view.Angie Byron2010-01-14
|
* #668464 by casey: Fixed no room in overlay module for error messages.Angie Byron2010-01-14
|
* #684084 by hunmonk: Fixed node_update_7006() broken after 'node titles as ↵Angie Byron2010-01-14
| | | | fields' rollback.
* #617588 by dww and yoroy: Drastically improve the UI for the landing page ↵Angie Byron2010-01-14
| | | | before you actually update your site.
* #538164 follow-up by sun: Make comment body a required field.Angie Byron2010-01-14
|
* - Patch #677548 by jhodgdon: fixed content type edit page needs some UI text ↵Dries Buytaert2010-01-13
| | | | updates.
* - Patch #677544 by jhodgdon: content admin screen not clear.Dries Buytaert2010-01-13
|
* - Patch #683736 by c960657: use db_like() where appropriate.Dries Buytaert2010-01-13
|