Commit Graph

5502 Commits (e6c9ae9889f249a9531b9936ed4c04680f26c9b3)

Author SHA1 Message Date
Dries Buytaert c16e5c4af0 - Patch #52265 by Cvbge: made upgrade path work with PostgreSQL. 2006-03-06 14:43:11 +00:00
Neil Drumm 4b663a62af #52484 by chx: filter_form needs validation 2006-03-05 02:46:55 +00:00
Steven Wittens d797819821 - #52403: Comment order messed up on update. 2006-03-04 22:38:51 +00:00
Dries Buytaert 650f22bc7f - Patch #52265 by Zen: converted filter.module to file API:
* 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.
2006-03-04 18:12:10 +00:00
Dries Buytaert 1f39ad146a - Patch #52303 by fago: fixed warning in upgrade path. 2006-03-04 18:09:12 +00:00
Dries Buytaert 350b8b346e - Patch #51516 by Steve Dondley: it should be possible to set errors on selection items. 2006-03-04 18:03:57 +00:00
Dries Buytaert 5de716f100 - Patch #50835 by markus: print message when replying to non-existing comment. 2006-03-04 18:01:54 +00:00
Dries Buytaert 189ad85bcd - Patch #52433 by Zen: removed redundant db_escape_string(). 2006-03-04 18:00:55 +00:00
Dries Buytaert a9ff6cd372 - Patch #52381 by Zen:
* 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.
2006-03-04 17:54:58 +00:00
Dries Buytaert ff5f9c9ca3 - Patch #52341 by m3avrck: corrected phpdoc. 2006-03-04 17:51:34 +00:00
Dries Buytaert 9c7c23c87b - Patch #52431 by Zen: simplified some code. 2006-03-04 17:49:21 +00:00
Dries Buytaert 47cf9dd9fb - Patch #46746 by Matt: fixed inconsistent encoding of path aliases. Fixes broken URLs on profile pages. 2006-03-03 08:46:09 +00:00
Dries Buytaert d7e9371e94 - Removing whitespace 2006-03-03 08:37:47 +00:00
Dries Buytaert 1001b7079d - Patch #47267 by joshk: made aggregator categorization work. 2006-03-02 19:16:41 +00:00
Dries Buytaert 360ab25d22 - Patch #43220 by chx: removed the mime type magic until a better fix comes along. 2006-03-02 08:46:50 +00:00
Dries Buytaert edce458e2f - Patch #50821 by Zen/merlinofchaos: convert book.module to form API so the forms can be altered/themed. 2006-03-02 08:44:52 +00:00
Dries Buytaert 403bc4ab49 - Patch #51871 by merlinofchaos/zen: convert taxonomy.module to new form API so forms can be themed/altered properly. 2006-03-02 08:27:59 +00:00
Steven Wittens 3f2b287d7c - #49501: Improve error reporting in the update system 2006-03-01 22:19:24 +00:00
Steven Wittens 9a014043a4 - #50747: RSS channel description is not according to spec 2006-03-01 21:30:17 +00:00
Steven Wittens 514b12c427 - #47844: Book module doesn't delete table entry for nodes added to outline. 2006-03-01 19:19:05 +00:00
Dries Buytaert 725ce1dc16 - Bug 51905: decode_entities not available when a cached page is served.. 2006-03-01 15:20:43 +00:00
Dries Buytaert 2a8ff0d37e - Patch #43904: user picture not showing. 2006-03-01 14:33:18 +00:00
Gerhard Killesreiter 7939ae1d26 #50669, Remove MyISAM from updates.inc, modified patch by webchick 2006-03-01 09:20:19 +00:00
Dries Buytaert 26ba37823e - Patch #50982 by kuba: converted the admin filter overview page to the submit-model. 2006-03-01 09:01:34 +00:00
Dries Buytaert e3db356ad5 - Patch #51850 by webchick: work around a db_rewrite_sql() bug. 2006-03-01 08:47:17 +00:00
Dries Buytaert 61fa1f5dc8 - Patch #51841 by m3avrck: added missing utf-8 declaration. 2006-03-01 05:48:03 +00:00
Dries Buytaert e19845cb17 - Patch #47842 by markus/webchick: help text improvement. 2006-02-28 21:32:51 +00:00
Steven Wittens fe77e77431 - #49405: Minor advanced search UI/code tweaks 2006-02-28 21:10:04 +00:00
Gerhard Killesreiter dd549cd2d6 #50669, Make database.mysql engine agnostic, patch by webchick 2006-02-28 15:27:45 +00:00
Gerhard Killesreiter 1d865eb4c4 #51613, forum.module forms ignore proper form submission path, patch by merlinofchaos 2006-02-28 13:36:59 +00:00
Steven Wittens 03c8120c23 - #51110: Make search results page more flexible 2006-02-28 13:32:33 +00:00
Gerhard Killesreiter a1e932f733 #51127, hook_user submit passes incorrect values, patch by wtanaka 2006-02-27 22:51:31 +00:00
Gerhard Killesreiter 84cb44c698 #51153, Boxes may be themed without a title; don't spit the header., patch by Morbus 2006-02-27 22:39:24 +00:00
Gerhard Killesreiter 951ed45e27 #51602, Mis-typed user_access() in delete-confirm, patch by njivy 2006-02-27 19:27:20 +00:00
Gerhard Killesreiter b7e81dbc39 #48025, fix for installing new contrib modules, patch by hunmonk and grugnog 2006-02-27 19:01:42 +00:00
Dries Buytaert 76a104d472 - Patch #39135 by Zen: Contact module category update issue + _validate, _submit conversion. 2006-02-27 17:02:53 +00:00
Dries Buytaert 10dc538cf1 - Patch #51531 by Zen: renamed a link for clarity. 2006-02-27 17:01:37 +00:00
Gerhard Killesreiter bf8b6a531a #46617, Restore some module listings, partially applied, I've omitted places where I felt that sortign by weight would be wanted.
We can discuss those on the issue. Patch by chx.
2006-02-27 15:04:45 +00:00
Gerhard Killesreiter aeead6cf9c #48209, Prevent system module forms (system/theme settings) from saving 'reset' to the variables table., patch by Markus Petrux 2006-02-27 14:57:54 +00:00
Gerhard Killesreiter 784202418f #50771, Wrong user name in admin/comment, patach by Markus Petrux 2006-02-27 14:54:24 +00:00
Gerhard Killesreiter 539994e29c #43826, no way to suppress form_id, patch by wtanaka 2006-02-27 14:46:49 +00:00
Gerhard Killesreiter 9bb285aafa #21084, Node module is not marked "required", but is required by other required modules, patch by Robert Douglass 2006-02-27 14:41:05 +00:00
Gerhard Killesreiter 29170c88f2 #48025, System table not updated when moving modules, patch by grugnog, changed variable name to match conventions. 2006-02-27 14:32:38 +00:00
Gerhard Killesreiter 1091a2f059 #48710, incorrect list of roles that can use default input format, patch by RayZ 2006-02-27 14:24:54 +00:00
Gerhard Killesreiter 2173ef13fd #50772, Getting destination from $_REQUEST, patch by rmiotke 2006-02-27 14:19:07 +00:00
Gerhard Killesreiter 72a73fedbd #51125, _user_forms: change array_merge to array_merge_recursive, patch by wtanaka 2006-02-27 14:15:41 +00:00
Gerhard Killesreiter 68432ae641 #49375, 'drupal_goto' / 'drupal_get_destination' broken with query params, patch by eberts 2006-02-27 14:06:09 +00:00
Gerhard Killesreiter 8ea7cb3f48 #50181, Timer counts not properly incremented, patch by puregin 2006-02-27 13:46:01 +00:00
Gerhard Killesreiter 8d8b816ca5 #44129, patch by Zen 2006-02-27 13:33:48 +00:00
Gerhard Killesreiter 50cd866c3c #46630, by Gordon and Cvbge 2006-02-27 13:31:09 +00:00