Commit Graph

5625 Commits (027f9836bcfb33f6db2039f4ace9f2efad5db100)

Author SHA1 Message Date
Gerhard Killesreiter c9c46e2f2f #53265, Missing array initializations, patch by drumm 2006-03-09 22:35:24 +00:00
Gerhard Killesreiter 3fccc5b2eb #42388, Out of range value adjusted for column, patch by drumm 2006-03-09 22:12:53 +00:00
Gerhard Killesreiter 306a04e503 #43032, Can't move forum topics created by anonymous (Authored by not set), patch by Cvbge. 2006-03-09 22:10:57 +00:00
Gerhard Killesreiter f1962e8fb1 #52586, node preview broken with php5, patch by greggles 2006-03-09 21:59:43 +00:00
Dries Buytaert 9145ed128c - Patch #49497 by damz and morbus: fixed encoding of feeds with PHP5. 2006-03-09 14:46:33 +00:00
Gerhard Killesreiter c126bbaa21 #50234, add documentation to file.inc methods, patch by drewish.
edited for some formatting issues.
2006-03-08 23:42:55 +00:00
Gerhard Killesreiter 40e2a3b379 #51635, Moving forum post leaving shadow copy results in warning, patch by Zen/webchick 2006-03-08 22:11:54 +00:00
Gerhard Killesreiter 45092bdd5f #53012, make "Create new revision" respect node type settings, patch by Zen 2006-03-08 19:07:41 +00:00
Dries Buytaert efa8b042c9 - Patch #52157 by Zen: can't edit path aliases. 2006-03-08 15:43:36 +00:00
Dries Buytaert 7add598ee2 - Patch #51850 by chx, webchick et al: fixed various problems with db_rewrite_sql, made db_rewrite_sql slightly more robust. 2006-03-08 15:13:20 +00:00
Gerhard Killesreiter 46ad261902 #52921, Error in system_update_177 with postgres, patch by Steve Ratcliffe 2006-03-08 11:04:03 +00:00
Dries Buytaert 89b9c26e00 - Patch #52932 by Zen: fapi conversion + fixes
* fapi conversion.
   * Adds status messages, comments and language fixes.
   * Adds watchdog messages for category and feed additions and deletions.
   * Edit forms: checks for duplicates - title for category, title + url for feeds.
2006-03-08 09:52:13 +00:00
Dries Buytaert 8fe244ff6a - Patch #51522 by paddy: break at beginning doesn't work 2006-03-07 19:38:19 +00:00
Dries Buytaert dda131587f - Patch #5961 by dopry et al: fixed problems with file api and open_basedir restrictions. 2006-03-07 19:14:30 +00:00
Dries Buytaert 9530e54501 - Patch #28868 by Ber: reset user mail variables. 2006-03-07 19:08:46 +00:00
Dries Buytaert d2865f2a99 - Patch #52850 by Zen: fapi conversion + minor fixes
* converts forum_admin to fapi.
    * handles invalid terms in hook_menu
    * adds comments, fixes typos etc.
    * reorganises functions a little bit - moves hook_menu to the top.. groups hooks together and forms together
2006-03-07 19:03:02 +00:00
Dries Buytaert b8d81c6a79 - Patch #52448 by Zen: simplified drupal_attributes. 2006-03-07 14:57:05 +00:00
Dries Buytaert bbca6b4828 - Patch #52418 by Zen: fapi conversion + bug fixes. 2006-03-07 11:36:49 +00:00
Dries Buytaert 6d9e5084d8 - Patch #52508 by TDobes: fixed theme system regressions. 2006-03-07 11:28:22 +00:00
Dries Buytaert f51bc544f2 - Patch #51142 by markus: hook_comment not called for all update operations. 2006-03-06 20:52:55 +00:00
Dries Buytaert 71b0e2ddb7 - Patch #52324 by chx: fixed warnings when inserting locale strings. 2006-03-06 20:50:39 +00:00
Dries Buytaert c54a0f575f - Patch #51543 by wtanaka: clicking on 'add new comment' takes you to the wrong place. 2006-03-06 18:09:17 +00:00
Dries Buytaert 21a3c24380 - Patch #52292 by hunmonk/chx: multipart node forms were broken. 2006-03-06 14:46:51 +00:00
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