summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #52418 by Zen: fapi conversion + bug fixes.Dries Buytaert2006-03-07
|
* - Patch #52508 by TDobes: fixed theme system regressions.Dries Buytaert2006-03-07
|
* - Patch #51142 by markus: hook_comment not called for all update operations.Dries Buytaert2006-03-06
|
* - Patch #52324 by chx: fixed warnings when inserting locale strings.Dries Buytaert2006-03-06
|
* - Patch #51543 by wtanaka: clicking on 'add new comment' takes you to the ↵Dries Buytaert2006-03-06
| | | | wrong place.
* - Patch #52292 by hunmonk/chx: multipart node forms were broken.Dries Buytaert2006-03-06
|
* - Patch #52265 by Cvbge: made upgrade path work with PostgreSQL.Dries Buytaert2006-03-06
|
* #52484 by chx: filter_form needs validationNeil Drumm2006-03-05
|
* - #52403: Comment order messed up on update.Steven Wittens2006-03-04
|
* - Patch #52265 by Zen: converted filter.module to file API:Dries Buytaert2006-03-04
| | | | | | | | | | * Converts filter.module to the fapi model (besides filter_admin_overview which has already been done.) * On the format edit screen, updates to the roles fieldset were being mangled with the previous code. The previous code relied on only checked checkboxes being returned. Fapi for some reason decides to insert non-checked items as well with values 0. * Makes the name field a UNIQUE field. DB and update patches included. Having a duplicate format name completely b0rks things. * Adds check_plain to the format name in admin_overview. * Removes unnecessary #type => 'markup'. * Moves hook_menu to below hook_help. * drupal_goto -> return.
* - Patch #52303 by fago: fixed warning in upgrade path.Dries Buytaert2006-03-04
|
* - Patch #51516 by Steve Dondley: it should be possible to set errors on ↵Dries Buytaert2006-03-04
| | | | selection items.
* - Patch #50835 by markus: print message when replying to non-existing comment.Dries Buytaert2006-03-04
|
* - Patch #52433 by Zen: removed redundant db_escape_string().Dries Buytaert2006-03-04
|
* - 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 #43220 by chx: removed the mime type magic until a better fix comes ↵Dries Buytaert2006-03-02
| | | | along.
* - 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.
* - #49501: Improve error reporting in the update systemSteven Wittens2006-03-01
|
* - #50747: RSS channel description is not according to specSteven Wittens2006-03-01
|
* - #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 #43904: user picture not showing.Dries Buytaert2006-03-01
|
* #50669, Remove MyISAM from updates.inc, modified patch by webchickGerhard Killesreiter2006-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 #51841 by m3avrck: added missing utf-8 declaration.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
|
* #50669, Make database.mysql engine agnostic, patch by webchickGerhard Killesreiter2006-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
|
* #51153, Boxes may be themed without a title; don't spit the header., patch ↵Gerhard Killesreiter2006-02-27
| | | | by Morbus
* #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.
* #48209, Prevent system module forms (system/theme settings) from saving ↵Gerhard Killesreiter2006-02-27
| | | | 'reset' to the variables table., patch by Markus Petrux
* #50771, Wrong user name in admin/comment, patach by Markus PetruxGerhard Killesreiter2006-02-27
|
* #43826, no way to suppress form_id, patch by wtanakaGerhard 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
|