summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #52381 by Zen:Dries Buytaert2006-03-04
| | | | | | | * Converts the block administration page to the fapi model. * Removes some 'type=markup' elements. * Adds a form_render($form['form_id']); in the theme function. Adding a form_render($form) just outputs an unthemed form. I suspect this is because of the heavy nesting of form elements and the rather dodgy array declaration, but I'm unsure. * Documentation/language fixes.
* - Patch #52341 by m3avrck: corrected phpdoc.Dries Buytaert2006-03-04
|
* - Patch #52431 by Zen: simplified some code.Dries Buytaert2006-03-04
|
* - Patch #46746 by Matt: fixed inconsistent encoding of path aliases. Fixes ↵Dries Buytaert2006-03-03
| | | | broken URLs on profile pages.
* - Removing whitespaceDries Buytaert2006-03-03
|
* - Patch #47267 by joshk: made aggregator categorization work.Dries Buytaert2006-03-02
|
* - Patch #50821 by Zen/merlinofchaos: convert book.module to form API so the ↵Dries Buytaert2006-03-02
| | | | forms can be altered/themed.
* - Patch #51871 by merlinofchaos/zen: convert taxonomy.module to new form API ↵Dries Buytaert2006-03-02
| | | | so forms can be themed/altered properly.
* - #47844: Book module doesn't delete table entry for nodes added to outline.Steven Wittens2006-03-01
|
* - Bug 51905: decode_entities not available when a cached page is served..Dries Buytaert2006-03-01
|
* - Patch #50982 by kuba: converted the admin filter overview page to the ↵Dries Buytaert2006-03-01
| | | | submit-model.
* - Patch #51850 by webchick: work around a db_rewrite_sql() bug.Dries Buytaert2006-03-01
|
* - Patch #47842 by markus/webchick: help text improvement.Dries Buytaert2006-02-28
|
* - #49405: Minor advanced search UI/code tweaksSteven Wittens2006-02-28
|
* #51613, forum.module forms ignore proper form submission path, patch by ↵Gerhard Killesreiter2006-02-28
| | | | merlinofchaos
* - #51110: Make search results page more flexibleSteven Wittens2006-02-28
|
* #51127, hook_user submit passes incorrect values, patch by wtanakaGerhard Killesreiter2006-02-27
|
* #51602, Mis-typed user_access() in delete-confirm, patch by njivyGerhard Killesreiter2006-02-27
|
* #48025, fix for installing new contrib modules, patch by hunmonk and grugnogGerhard Killesreiter2006-02-27
|
* - Patch #39135 by Zen: Contact module category update issue + _validate, ↵Dries Buytaert2006-02-27
| | | | _submit conversion.
* - Patch #51531 by Zen: renamed a link for clarity.Dries Buytaert2006-02-27
|
* #46617, Restore some module listings, partially applied, I've omitted places ↵Gerhard Killesreiter2006-02-27
| | | | | | where I felt that sortign by weight would be wanted. We can discuss those on the issue. Patch by chx.
* #50771, Wrong user name in admin/comment, patach by Markus PetruxGerhard Killesreiter2006-02-27
|
* #21084, Node module is not marked "required", but is required by other ↵Gerhard Killesreiter2006-02-27
| | | | required modules, patch by Robert Douglass
* #48025, System table not updated when moving modules, patch by grugnog, ↵Gerhard Killesreiter2006-02-27
| | | | changed variable name to match conventions.
* #48710, incorrect list of roles that can use default input format, patch by RayZGerhard Killesreiter2006-02-27
|
* #51125, _user_forms: change array_merge to array_merge_recursive, patch by ↵Gerhard Killesreiter2006-02-27
| | | | wtanaka
* #44129, patch by ZenGerhard Killesreiter2006-02-27
|
* - Patch #51347 by eafarris: fixed typo: coment -> comment.Dries Buytaert2006-02-26
|
* - Patch #46690 by Zen: 'user comments' -> 'comment settings'.Dries Buytaert2006-02-26
|
* - Patch #38578 by Zen: field->id -> field->fid.Dries Buytaert2006-02-26
|
* - Patch #51189: fixed submit redirects.Dries Buytaert2006-02-26
|
* - Patch #50078 by merlinofchaos: made image toolkits work again.Dries Buytaert2006-02-26
|
* - Patch #48313 by Tobias: added missing t() function.Dries Buytaert2006-02-23
|
* - Patch #45850: it was impossible to create shadow topic. (Today's critical ↵Dries Buytaert2006-02-23
| | | | bugfix #2.)
* - Patch #49799: fixed form goto problem (Today's critical bugfix #1.)Dries Buytaert2006-02-23
|
* - #48997: Remove PHP notice from filter.moduleSteven Wittens2006-02-23
|
* - Patch #50755 by markus: = -> ==.Dries Buytaert2006-02-22
|
* - Patch #42068 by mfb et al: fixed problem with aggregator destroying ↵Dries Buytaert2006-02-22
| | | | certain links. Moved filtering to on output. (Today's critical bugfix #2.)
* - Patch #31354 by Junyor et al: move node revision information for files to ↵Dries Buytaert2006-02-22
| | | | a separate table. (Today's critical bugfix #1.)
* - Patch #47699 by wtanaka: performance improvement.Dries Buytaert2006-02-22
|
* - Patch #49912: www.drupal.org -> drupal.org. (Today's critical bugfix #5.)Dries Buytaert2006-02-21
|
* - Patch #48235 by markus: removed dead code.Dries Buytaert2006-02-21
|
* - Patch #24398: make password reset work in case someone does prefetching. ↵Dries Buytaert2006-02-21
| | | | (Today's critical bugfix #4.))
* - Patch #50106 by webchick: code clean-up.Dries Buytaert2006-02-21
|
* - Patch #50045 by merlinofchaos: fixed previews getting lost.Dries Buytaert2006-02-21
|
* - Patch #41509 by munga: setting profile field to hidden does not remove it ↵Dries Buytaert2006-02-21
| | | | from the user edit form. (Today's critical bugfix #2.)
* - Patch #50219 by pz: removed some redundant code.Dries Buytaert2006-02-21
|
* - Patch #50454 by DaveNotik: fixed syntax error. (Today's 1th critical bugfix)Dries Buytaert2006-02-21
|
* - Patch #39672 by Morbus: fixed problem with help texts of taxonomy forms.Dries Buytaert2006-02-20
|