summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - 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
* Forward port from 4.7Neil Drumm2006-04-30
| | | | #60934, The vocabulary list screen needs an 'add term' operation, patch by chx
* Forward port from 4.7Neil Drumm2006-04-30
| | | | #60907, don't use t() during user submit, neede for external auth, patch by Moshe
* #60621, typo orm_set_error("taxonomy[tags][$vid", patch by chxGerhard Killesreiter2006-04-28
|
* #56036, aggregator_menu messed up, patch by tenrapidGerhard Killesreiter2006-04-28
|
* #60729: Index taxonomy terms with nodesSteven Wittens2006-04-27
|
* #58953: Flat collapsed mode and newest first order brokenSteven Wittens2006-04-27
|
* #60532: Multiple file upload broken in some browsers (fix)Steven Wittens2006-04-27
|
* #60532: multiple file upload broken in some browsersSteven Wittens2006-04-27
|
* #59648, Upload.module misuse of hook_file_download, paralyzes other modules' ↵Gerhard Killesreiter2006-04-27
| | | | hook, patch by jakeg
* - Patch #43818 by Derek: make user/0 result in a 404.Dries Buytaert2006-04-27
|
* #60563, missing block name in delete dialoge, patch by Steve McKenzieGerhard Killesreiter2006-04-26
|
* #57949, fixed broken links in helptexts, patch by wulffGerhard Killesreiter2006-04-26
|
* #60476, simplify frontpage related code, leftovers from #59222, patch by ZenGerhard Killesreiter2006-04-26
|
* #59763, doxygen for user_roles, patch by BerGerhard Killesreiter2006-04-26
|
* #60458, remove notice and not needed variable, patch by ZenGerhard Killesreiter2006-04-26
|
* #60338, better name for #form_submitted, patch by chxGerhard Killesreiter2006-04-25
|
* #60265, module field for vocabularies reverts to taxonomy, patch by naquahGerhard Killesreiter2006-04-25
|
* #59960, Can't store the value of submit, patch by ZenGerhard Killesreiter2006-04-25
|
* - Patch #58953 by tenrapid: critical bugfix: Flat Collapsed mode and Newest ↵Dries Buytaert2006-04-24
| | | | First order broken.
* #58037 by Zen, Add update.php message to modules page.Neil Drumm2006-04-23
|
* #59935 by chx, make nodeapi consistent with the rest of formapi, enabling ↵Neil Drumm2006-04-23
| | | | the use of form_set_value.
* #59428: Correct teaser for japanese period characterSteven Wittens2006-04-21
|
* #59753, Use <content:encoded> NOT <content> for RSS item description, patch ↵Gerhard Killesreiter2006-04-21
| | | | by Budda
* - #56617: Search ranking criteria depended on eachother.Steven Wittens2006-04-21
| | | | - XHTML validation of node search form
* #59479, Install system can cause module code to run before install hook is ↵Gerhard Killesreiter2006-04-20
| | | | run, patch by JonBob
* #46549, more robust node_submit, patch by chxGerhard Killesreiter2006-04-20
|
* #59528, password_confirm fields don't highlight errors, patch by sammysGerhard Killesreiter2006-04-20
|
* #58221, Turn #after_build into a functions array in order to make validation ↵Gerhard Killesreiter2006-04-20
| | | | | | of date fields possible. Patch by yched, tenrapid Also makes forms API more consistent (see #pre_render)