summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* #62262 by dww, fix block help text.Neil Drumm2006-05-23
|
* #51556 by greggles, Fixing an inaccurate comment.Neil Drumm2006-05-20
|
* #62926 by Richard Eriksson, Increase maximum length of the free-tagging ↵Neil Drumm2006-05-20
| | | | textbox to 255 characters.
* - Patch #18260 by Ber, m3averck et al: allow overriding of links returned by ↵Dries Buytaert2006-05-18
| | | | modules
* - Patch #41481 by Zen, Cvbge, sun et al: bugfix: duplicate key error while ↵Dries Buytaert2006-05-16
| | | | editing locale strings.
* #61150 by Zen, hook_user categories type should pass $accountNeil Drumm2006-05-16
|
* Reverting #53653, that function actually is called via a module_invoke() in ↵Neil Drumm2006-05-16
| | | | node.module.
* #53653 by me, remove an unused function.Neil Drumm2006-05-16
|
* #49403 by Bèr and jvandyk, improve documentation for user_save.Neil Drumm2006-05-16
|
* - Patch #53021 by Egon Bianchet: sort the node types.Dries Buytaert2006-05-15
|
* - Patch #63492 by zirafa: removed redundant semicolon.Dries Buytaert2006-05-15
|
* - Patch #62016 by chx: made the clean URL test work properly.Dries Buytaert2006-05-15
|
* - Patch #48671 by Jaza: admin form fields not getting rendered at bottom of ↵Dries Buytaert2006-05-14
| | | | node form like they should.
* - Patch #41352 by Steve, Zen, Crell et al: new feature: make the default ↵Dries Buytaert2006-05-13
| | | | behavior of the contact forms configurable.
* - Patch #60224 by rkerr: one page book showing another book in navigation links.Dries Buytaert2006-05-13
|
* - Patch #57993 by Neil: clarified a status message.Dries Buytaert2006-05-12
|
* - Patch #61600 by Ber: new feature: added additional permissions for contact ↵Dries Buytaert2006-05-12
| | | | forms.
* - Patch #51506 by gordon: new feature: added auto-complete functionality to ↵Dries Buytaert2006-05-12
| | | | user profiles.
* - Patch #62554 by webchick: removed some cruft.Dries Buytaert2006-05-09
|
* - Patch #62350 by hunmonk: fixed problem with deleting forum containers.Dries Buytaert2006-05-08
|
* - Patch #62332 by Zen: added missing add term link on admin/taxonomy page ↵Dries Buytaert2006-05-08
| | | | and got rid of some crufty code.
* #59944 by Zen, Forms do not function on the search page when the search form ↵Neil Drumm2006-05-07
| | | | has invalid input
* #62061 by KarenS, Modules cannot set form attributes on edit formNeil Drumm2006-05-07
|
* #47042 by RobertDouglas, Expose terms string parsing as a helper function to ↵Neil Drumm2006-05-07
| | | | cut down on copy and paste code in contrib modules
* #61992 by chx (modified), Provide an 'after_update' op on hook_user.Neil Drumm2006-05-07
|
* #62147 by Jaza, Breadcrumb for nodes should not include 'content' linkNeil Drumm2006-05-07
|
* #61802 by Zen, Double spaced sentences clean upNeil Drumm2006-05-07
|
* - Modified patch #62016 by Heine: fixed the clean URL test link.Dries Buytaert2006-05-05
|
* - Patch #60910 by doq: clean up the statistics.module's link handling. Show ↵Dries Buytaert2006-05-05
| | | | clean URLs when available.
* - Patch #61952 by Matt: usability improvement: add auto-complete ↵Dries Buytaert2006-05-05
| | | | functionality on the profile configuration patch.
* - Patch #59346 by DriesK: incorrect defailt "who's online block" setting.Dries Buytaert2006-05-04
|
* - Patch #44473 by Frodo: fixed broken links in help text.Dries Buytaert2006-05-04
|
* - Patch #47038 by DriesK: added a permission for advanced search.Dries Buytaert2006-05-04
|
* - Patch #46269 by Egon Bianchet: show never instead of epoch.Dries Buytaert2006-05-04
|
* #30025 by m3avrck, Upload module needs a 'default' maxfile size settingNeil Drumm2006-05-04
|
* #57834 by chx, Replace theme_weight with more appropriate process_weightNeil Drumm2006-05-04
|
* #61692 by Zen, Filter module: Missing t()Neil Drumm2006-05-04
|
* #61678 by Zen, Comment body validation should rely on fapiNeil Drumm2006-05-04
|
* #42508 by Egon Bianchet, Documentation: invalid xhtml syntaxNeil Drumm2006-05-04
|
* #61696 by Zen, book module: Missing t()Neil Drumm2006-05-04
|
* Removing trailing space.Neil Drumm2006-05-03
|
* Removing a stray ;Neil Drumm2006-05-03
|
* #61484 by Uwe Hermann, typo in welcome message.Neil Drumm2006-05-03
|
* - Patch #60849 by Zen: fixed typo in aggregator.Dries Buytaert2006-05-02
|
* - Patch #59763 by Ber: doxygen for user_roles().Dries Buytaert2006-05-02
|
* - More refinements to the clean URL test.Dries Buytaert2006-05-01
|
* - Patch #59999 by Moshe, chx, et al: fixed clean URL checker.Dries Buytaert2006-05-01
|
* - Patch #60358 by webchick: improved welcome message.Dries Buytaert2006-05-01
|
* Forward prot from 4.7Neil Drumm2006-05-01
| | | | #60907, better patch by Zen and dww
* Forward port from 4.7Neil Drumm2006-04-30
| | | | #59935, It's impossible to preserve stuff by calling form_set_value from hook_validate to submit, patch by tenrapid