/[drupal]/drupal/modules/node/node.pages.inc
ViewVC logotype

Log of /drupal/modules/node/node.pages.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.100 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 8 10:02:41 2009 UTC (2 weeks, 3 days ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10, HEAD
Changes since 1.99: +7 -7 lines
Diff to previous 1.99
Roll-back of #595084; type-hinting parameters at stdClass makes it so you can't ever pass in another type of class.

Revision 1.99 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 2 04:45:28 2009 UTC (3 weeks, 2 days ago) by webchick
Branch: MAIN
Changes since 1.98: +2 -2 lines
Diff to previous 1.98
#484060 by EclipseGc: Remove duplicate access checking from node_add().

Revision 1.98 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 2 04:45:02 2009 UTC (3 weeks, 2 days ago) by webchick
Branch: MAIN
Changes since 1.97: +2 -2 lines
Diff to previous 1.97
Bleh. :( Sorry. One last time and I'll get the commit message right, I swear. :P

Revision 1.97 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 2 04:44:24 2009 UTC (3 weeks, 2 days ago) by webchick
Branch: MAIN
Changes since 1.96: +2 -2 lines
Diff to previous 1.96
*** empty log message ***

Revision 1.96 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 2 04:44:14 2009 UTC (3 weeks, 2 days ago) by webchick
Branch: MAIN
Changes since 1.95: +2 -2 lines
Diff to previous 1.95
Let's try that again.

Revision 1.95 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 2 04:43:29 2009 UTC (3 weeks, 2 days ago) by webchick
Branch: MAIN
Changes since 1.94: +2 -2 lines
Diff to previous 1.94
*** empty log message ***

Revision 1.94 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 1 12:11:10 2009 UTC (3 weeks, 3 days ago) by dries
Branch: MAIN
Changes since 1.93: +7 -7 lines
Diff to previous 1.93
- Patch #595084 by c960657: use type hinting for .

Revision 1.93 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 19 02:00:55 2009 UTC (5 weeks, 2 days ago) by dries
Branch: MAIN
Changes since 1.92: +1 -3 lines
Diff to previous 1.92
- Patch #604166 by fgm: removed unused global in node_form_submit().

Revision 1.92 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 16 19:20:34 2009 UTC (5 weeks, 5 days ago) by dries
Branch: MAIN
Changes since 1.91: +7 -1 lines
Diff to previous 1.91
- Patch #557272 by kkaefer, Rob Loach, quicksketch: added FAPI JavaScript States system.

Revision 1.91 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 16 13:20:16 2009 UTC (5 weeks, 5 days ago) by dries
Branch: MAIN
Changes since 1.90: +3 -3 lines
Diff to previous 1.90
- Patch #275368 by michaelfavia, sun, mattconnolly: allow disabling comment preview + unify with node preview settings.

Revision 1.90 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 16 03:21:23 2009 UTC (5 weeks, 5 days ago) by webchick
Branch: MAIN
Changes since 1.89: +3 -1 lines
Diff to previous 1.89
#493314 by yched and catch: Add multiple hook for formatters.

Revision 1.89 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 15 16:18:45 2009 UTC (5 weeks, 6 days ago) by webchick
Branch: MAIN
Changes since 1.88: +2 -2 lines
Diff to previous 1.88
#216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same parameters as url().

Revision 1.88 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 14 20:42:47 2009 UTC (5 weeks, 6 days ago) by dries
Branch: MAIN
Changes since 1.87: +2 -2 lines
Diff to previous 1.87
- Patch #582456 by dereine, sun, tobiasb: make confirm_form() respect query string destination.

Revision 1.87 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 11 03:07:18 2009 UTC (6 weeks, 3 days ago) by webchick
Branch: MAIN
Changes since 1.86: +12 -15 lines
Diff to previous 1.86
#557292 by peximo, plach, catch, and yched: Convert node title to Field API.

Revision 1.86 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 9 01:00:01 2009 UTC (6 weeks, 5 days ago) by dries
Branch: MAIN
Changes since 1.85: +17 -11 lines
Diff to previous 1.85
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.

Revision 1.85 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 8 07:58:45 2009 UTC (6 weeks, 6 days ago) by webchick
Branch: MAIN
Changes since 1.84: +2 -5 lines
Diff to previous 1.84
#412518 by catch, bangpound, and yched: Convert taxonomy_node_* to field API (with upgrade path). Say buh-bye to old, crusty code.

Revision 1.84 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 3 17:45:26 2009 UTC (7 weeks, 4 days ago) by dries
Branch: MAIN
Changes since 1.83: +5 -7 lines
Diff to previous 1.83
- Patch #592572 by c960657 | moshe weitzman: API clean-up, always pass nodes as objects.

Revision 1.83 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 29 15:31:15 2009 UTC (8 weeks, 1 day ago) by dries
Branch: MAIN
Changes since 1.82: +2 -2 lines
Diff to previous 1.82
- Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make  in url() only accept an array. Another nice API clean-up!

Revision 1.82 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 25 14:24:34 2009 UTC (2 months ago) by dries
Branch: MAIN
Changes since 1.81: +3 -7 lines
Diff to previous 1.81
- Patch #581392 by sun, catch | mr.baileys: Fixed Add an API function for deleting revisions.

Revision 1.81 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 21 06:44:13 2009 UTC (2 months ago) by dries
Branch: MAIN
Changes since 1.80: +3 -3 lines
Diff to previous 1.80
Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection handling. I can actually understand it now. ;-).

Revision 1.80 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 18 00:12:47 2009 UTC (2 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.79: +5 -5 lines
Diff to previous 1.79
#571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes
before a form builder function, to facilitate common form elements. Clean-up
from form_builder changes from CTools patch. Has nice side-benefit of making
all form functions' signatures consistent.

Revision 1.79 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 5 15:05:03 2009 UTC (2 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.78: +10 -4 lines
Diff to previous 1.78
- Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures.

Revision 1.78 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 25 10:27:14 2009 UTC (3 months ago) by dries
Branch: MAIN
Changes since 1.77: +3 -3 lines
Diff to previous 1.77
- Patch #368408 by jeffschuler: improve consistency of API and settings on administration pages.

Revision 1.77 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 22 14:34:20 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.76: +3 -3 lines
Diff to previous 1.76
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.

Revision 1.76 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 22 00:58:54 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.75: +2 -2 lines
Diff to previous 1.75
#367595 by plach, catch, sun, yched, et al: Added support for translatable fields to Field API.

Revision 1.75 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 19 13:31:13 2009 UTC (3 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.74: +2 -1 lines
Diff to previous 1.74
#516138 by yched, KarenS, quicksketch, bangpound, et al.: CC-FREAKING-K IN CORE! OH YEAH! :D

Revision 1.74 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 18 06:01:07 2009 UTC (3 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.73: +2 -1 lines
Diff to previous 1.73
#526122 by bangpound, yched, and catch: Added an autocomplete widget for taxonomy term fields.

Revision 1.73 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 4 06:44:48 2009 UTC (3 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.72: +4 -1 lines
Diff to previous 1.72
#76422 by coreyp_1: Greet admin users with a prompt to create content types rather than an access denied page when no content types exist on node/add.

Revision 1.72 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 29 06:39:34 2009 UTC (3 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.71: +8 -2 lines
Diff to previous 1.71
- Patch #511748 by moshe weitzman: pushing rending to later in the cycle so there is more room for customization.

Revision 1.71 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 20 22:18:53 2009 UTC (4 months ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.70: +2 -1 lines
Diff to previous 1.70
#457744 by quicksketch: Insert missing calls to file_attach_delete() and file_attach_delete_revision().

Revision 1.70 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 22 09:10:05 2009 UTC (5 months ago) by dries
Branch: MAIN
Changes since 1.69: +5 -5 lines
Diff to previous 1.69
- Patch #409750 by yched et al: overhaul and extend node build modes.

Revision 1.69 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 12 08:39:38 2009 UTC (5 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.68: +10 -74 lines
Diff to previous 1.68
- Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and teasers as fields. Oh, my.

Revision 1.68 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 5 05:28:28 2009 UTC (5 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.67: +4 -3 lines
Diff to previous 1.67
- Patch #361277 by michaelfavia, Brandonian, catch, et al: remove the 'post settings' admin screen and relocate options.

Revision 1.67 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 4 03:33:28 2009 UTC (5 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.66: +8 -8 lines
Diff to previous 1.66
#220233 by Berdir, marcingy, et al: Add useful API functions for extracting node type data.

Revision 1.66 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 25 15:39:12 2009 UTC (6 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.65: +5 -1 lines
Diff to previous 1.65
- Patch #223771 by Arancaytar, Amitaibu: node_body_field does not check ->has_body.

Revision 1.65 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 20 05:39:45 2009 UTC (6 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.64: +4 -1 lines
Diff to previous 1.64
#457080 by moshe weitzman: Add node_delete_multiple() for more efficient deletion of lots of nodes.

Revision 1.64 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 9 18:28:12 2009 UTC (6 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.63: +3 -3 lines
Diff to previous 1.63
- Patch #457532 by Berdir: more PHP5 'fixes'.

Revision 1.63 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 6 11:27:47 2009 UTC (6 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.62: +2 -2 lines
Diff to previous 1.62
- Patch #370276 by JamesAn: improved help text of authoring field.

Revision 1.28.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 27 11:35:01 2009 UTC (6 months, 4 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-11, DRUPAL-6-12, DRUPAL-6-13, DRUPAL-6-14
Changes since 1.28.2.3: +4 -1 lines
Diff to previous 1.28.2.3 , to branch point 1.28 , to next main 1.100
#385602 by Damien Tournoud, desbeers: log messages were not remembered on node preview

Revision 1.62 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 26 09:14:31 2009 UTC (7 months ago) by dries
Branch: MAIN
Changes since 1.61: +3 -3 lines
Diff to previous 1.61
- Patch #19837 by xmacinfo, j.somers: make 'not verified' togglable as a theme setting.

Revision 1.61 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 25 16:33:48 2009 UTC (7 months ago) by dries
Branch: MAIN
Changes since 1.60: +6 -3 lines
Diff to previous 1.60
- Patch #394484 by Berdir and Crell: converted node module to the new database abstraction layer. Yay.

Revision 1.60 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 15 13:28:08 2009 UTC (7 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.59: +4 -1 lines
Diff to previous 1.59
- Patch #385602 by Damien Tournoud, desbeers, Gabor Hojtsy: log message sometimes lost on node preview. With a test\!

Revision 1.59 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 11 22:19:45 2009 UTC (7 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.58: +13 -3 lines
Diff to previous 1.58
#323112 by dmitrig01, kkaefer, quicksketch, frando and many many more: Now presenting... Vertical Tabs. Fantastic new UI improvement for node forms and hopefully more in the future.

Revision 1.58 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 26 13:31:25 2009 UTC (8 months ago) by webchick
Branch: MAIN
Changes since 1.57: +8 -2 lines
Diff to previous 1.57
#369964 by yched and bjaspan: Refactor field validation and error reporting. Field API no longer coupled to Form API. Hooray.

Revision 1.57 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 14 23:01:36 2009 UTC (8 months, 1 week ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-6
Changes since 1.56: +3 -3 lines
Diff to previous 1.56
#347250 by catch, drewish, and Berdir: Add function for loading multiple users in one request.

Revision 1.56 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 8 04:25:04 2009 UTC (8 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.55: +3 -3 lines
Diff to previous 1.55
#383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X.

Revision 1.55 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 13 02:22:09 2009 UTC (9 months, 1 week ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-5
Changes since 1.54: +3 -2 lines
Diff to previous 1.54
#69468 by marcingy, greggles, mikey_p: Usability: Display node type on editing form.

Revision 1.54 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 5 03:42:58 2009 UTC (9 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.53: +9 -9 lines
Diff to previous 1.53
#361683 follow-up by sun: Remove more windows line endings.

Revision 1.53 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 18:55:31 2009 UTC (9 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.52: +2 -2 lines
Diff to previous 1.52
- Patch #355236 by Frando: refactor drupal_render() theming.

Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 17:30:12 2009 UTC (9 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.51: +11 -4 lines
Diff to previous 1.51
- Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my!

Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 00:22:26 2009 UTC (9 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.50: +4 -4 lines
Diff to previous 1.50
- Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: hook_page_alter.  Oh, behave.

Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 22 12:04:27 2009 UTC (10 months ago) by dries
Branch: MAIN
Changes since 1.49: +3 -3 lines
Diff to previous 1.49
- Patch #308774 by oadaeh, catch, keith.smith: improved the revision log terminology a bit.

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 21 16:58:42 2009 UTC (10 months ago) by dries
Branch: MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48
- Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text format' based on UMN usability study.

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 30 16:43:18 2008 UTC (10 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-4
Changes since 1.47: +2 -2 lines
Diff to previous 1.47
- Patch #352470 by scor: fixed typos and grammar in comments.

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 16 22:05:51 2008 UTC (11 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.46: +4 -4 lines
Diff to previous 1.46
- Patch #339929 by Moshe et al: move node links into ->content.

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 3 16:32:22 2008 UTC (11 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.45: +3 -3 lines
Diff to previous 1.45
- Patch #335086 by recidive: rename node, filter and comment module tables to singular for consistency.  Oh my.

Revision 1.28.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 10 10:18:54 2008 UTC (12 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-10, DRUPAL-6-7, DRUPAL-6-8, DRUPAL-6-9
Changes since 1.28.2.2: +2 -2 lines
Diff to previous 1.28.2.2 , to branch point 1.28
#255150 by dropcube, tested by catch, asimmonds: content type names were double escaped on create content page

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 13 00:33:03 2008 UTC (13 months, 1 week ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-3
Changes since 1.44: +5 -5 lines
Diff to previous 1.44
Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() check_plain() by default.

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 12 06:27:04 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-2
Changes since 1.43: +5 -5 lines
Diff to previous 1.43
Roll-back of #242873: This caused horrendous problems with SimpleTest on some configurations.

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 12 04:30:06 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42
#282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 11 21:11:01 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.41: +5 -5 lines
Diff to previous 1.41
#242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by default.

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 11 20:45:26 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40
#319714 by greggles: Remove needless double-check_url()ing in maintenance.tpl.php.

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 6 12:55:54 2008 UTC (13 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39
- Patch #310212 by justinrandell: killed  in _node hook, as well as twelve sable tooth tigers.

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 27 20:37:00 2008 UTC (13 months, 4 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1
Changes since 1.38: +3 -2 lines
Diff to previous 1.38
- Patch #161301 by Eaton, Sun, moshe and webchick: make checking for node edit forms easier. DX improvement.

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 27 19:47:43 2008 UTC (13 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.37: +2 -3 lines
Diff to previous 1.37
#125315 by chx, sun, Gábor Hojtsy, drumm, and friends: Add #input_format FAPI property that can be used by WYSIWYG editors. WOOHOO.

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 19 07:39:00 2008 UTC (14 months ago) by dries
Branch: MAIN
Changes since 1.36: +2 -1 lines
Diff to previous 1.36
- Patch #254242 by Gabor, dropcube: preview post setting (optional, required) not working

Revision 1.28.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 07:42:35 2008 UTC (14 months, 1 week ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-5, DRUPAL-6-6
Changes since 1.28.2.1: +2 -1 lines
Diff to previous 1.28.2.1 , to branch point 1.28
#254242 report by bwooster47, patch by dropcube: (regression) preview forcing on nodes had its setting kept, but was not enforced in code; restoring Drupal 5 behavior

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 07:11:57 2008 UTC (14 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.35: +3 -3 lines
Diff to previous 1.35
- Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME.  Improved developer experience.

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 6 08:36:20 2008 UTC (14 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.34: +3 -3 lines
Diff to previous 1.34
- Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion.  Removed drupal_referrer() for consistency.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 31 09:15:12 2008 UTC (14 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33
- Patch #209160 by Lilou, Takafumi: localized URL for php.net/manual links.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 22 12:38:02 2008 UTC (15 months ago) by dries
Branch: MAIN
Changes since 1.32: +4 -27 lines
Diff to previous 1.32
- Patch #296918 by JBrauer: clean up CSS/HTML of node form.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 14 13:47:35 2008 UTC (15 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.31: +6 -1 lines
Diff to previous 1.31
- Patch #56173 by catch, chx: if the user has access to one content type only, jump to that page.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 10 11:12:02 2008 UTC (16 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30
- Patch #255150 by dropcube: corrected formatting of links.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 17:48:38 2008 UTC (19 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.29: +19 -19 lines
Diff to previous 1.29
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.

Revision 1.28.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 27 19:44:44 2008 UTC (20 months, 4 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-1, DRUPAL-6-2, DRUPAL-6-3, DRUPAL-6-4
Changes since 1.28: +2 -2 lines
Diff to previous 1.28
Drupal 6.1; including #227608 (SA-2008-18)

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 17 19:29:07 2008 UTC (21 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.28: +3 -3 lines
Diff to previous 1.28
- Patch #222385 by pwolanin: removed drupal_clone() hack in favor of the real PHP5 clone().

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 3 19:26:10 2008 UTC (21 months, 3 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0, DRUPAL-6-0-RC-4
Branch point for: DRUPAL-6
Changes since 1.27: +2 -1 lines
Diff to previous 1.27
#216061 by Eaton: nid was not set in node creation (programatic node creation regression)

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 29 11:08:17 2008 UTC (21 months, 3 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-3
Changes since 1.26: +3 -4 lines
Diff to previous 1.26
#202382 by Pasqualle and Pancho: phpdoc improvements and code style fixes in node module

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 10 15:57:10 2008 UTC (22 months, 2 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-2
Changes since 1.25: +3 -3 lines
Diff to previous 1.25
#201667 follow up by gpk: minor code comment and whitespace cleanup

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 10 14:31:23 2008 UTC (22 months, 2 weeks ago) by goba
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24
#207990 by soxofaan: fix notice on node/add page for anonymous users

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 9 12:10:04 2008 UTC (22 months, 2 weeks ago) by goba
Branch: MAIN
Changes since 1.23: +18 -3 lines
Diff to previous 1.23
#201667 by theborg, quicksketch, gpk, catch: fix bugs with teaser splitter in JS and no-JS mode

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 31 08:54:37 2007 UTC (22 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.22: +3 -5 lines
Diff to previous 1.22
- Patch #204900 by webernet: code style fixes.  Likely my last patch of the year.  Fiew.  Thanks all, and see you on the other side.  :)

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 27 14:03:37 2007 UTC (22 months, 4 weeks ago) by goba
Branch: MAIN
Changes since 1.21: +2 -1 lines
Diff to previous 1.21
#176748 follow up by pwolanin: fix bad breadcrumbs and missing/wrong titles

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 26 21:12:12 2007 UTC (23 months ago) by dries
Branch: MAIN
Changes since 1.20: +1 -3 lines
Diff to previous 1.20
- Patch #176748 by pwolanin, Rob Loach: fixed broken breadcrumbs.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 22 23:24:25 2007 UTC (23 months ago) by goba
Branch: MAIN
Changes since 1.19: +5 -5 lines
Diff to previous 1.19
#203274 by Pasqualle: remove excessive witespace from our code (minor)

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 20 09:20:41 2007 UTC (23 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-1
Changes since 1.18: +2 -75 lines
Diff to previous 1.18
#201536 by chx: centralizing permission checking code in node revision handling, removing lots of duplicate code

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 18 10:31:42 2007 UTC (23 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
- Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API (and removed spaces).

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 17 10:14:05 2007 UTC (23 months, 1 week ago) by goba
Branch: MAIN
Changes since 1.16: +4 -1 lines
Diff to previous 1.16
#200763 by JirkaRybka: add body field wrapper in node form for easier themeing

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 11 12:13:39 2007 UTC (23 months, 2 weeks ago) by goba
Branch: MAIN
Changes since 1.15: +6 -6 lines
Diff to previous 1.15
#116726 by Pancho: (usability) standardize on '@type %title' usage in node feedback messages

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 8 14:06:21 2007 UTC (23 months, 2 weeks ago) by goba
Branch: MAIN
Changes since 1.14: +5 -5 lines
Diff to previous 1.14
#198579 by webernet and hswong3i: a huge set of coding style fixes, including:
 - whitespaces at end of lines
 - indentation
 - control structure usage
 - whitespace in empty lines
 - phpdoc comment formatting

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 6 09:58:32 2007 UTC (23 months, 2 weeks ago) by goba
Branch: MAIN
Changes since 1.13: +13 -1 lines
Diff to previous 1.13
#196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 3 07:45:15 2007 UTC (23 months, 3 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-4
Changes since 1.12: +50 -38 lines
Diff to previous 1.12
#184968 by chx and myself: confirm forms for node revision and delete forms (avoiding CSRF)

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 29 11:54:37 2007 UTC (23 months, 3 weeks ago) by goba
Branch: MAIN
Changes since 1.11: +7 -7 lines
Diff to previous 1.11
#195678 by catch: standardise on Save and Preview button terminology (for comments) and button placement for comments and nodes, so Save is always the leftmost button, and there is no guessing to find it

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 28 10:29:20 2007 UTC (23 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.10: +21 -21 lines
Diff to previous 1.10
- Patch #162381 by Heine et al: properly escape strings.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 27 13:31:04 2007 UTC (23 months, 4 weeks ago) by goba
Branch: MAIN
Changes since 1.9: +54 -13 lines
Diff to previous 1.9
#184968 spin off coding style fixes to let the substance of the patch get reviewed

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 16 09:52:37 2007 UTC (2 years ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-3
Changes since 1.8: +2 -3 lines
Diff to previous 1.8
#189409 follow up note by Steven Wittens: administrator entered text should be filtered with filter_xss_admin(), not the less permissive filter_xss()

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 15 23:55:52 2007 UTC (2 years ago) by goba
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
#189409 by Arancaytar: use filter_xss() to filter content type descriptions, instead of printing them verbatim (on one occassion) and printing them with check_plain() erroneusly on another

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 12 19:06:33 2007 UTC (2 years ago) by goba
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
#191104 by keith.smith: (usability) change occurances of node to 'post' and 'content' as appropriate

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 22 10:37:14 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
#184694 by andremolnar: (regression) allow themes to override *_node_form forms by node type, not just generically

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 5 13:14:04 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-2
Changes since 1.4: +4 -1 lines
Diff to previous 1.4
#89376 by Eaton: add the preview build mode flag prior to hook_form() being called

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 27 12:56:04 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
#174220 by webernet: fix noticed in node module when a user has no adminiter nodes permission

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 19 18:11:08 2007 UTC (2 years, 2 months ago) by goba
Branch: MAIN
Changes since 1.2: +8 -18 lines
Diff to previous 1.2
#175743 by Desbeers: fix numerous issues around node submission dates and content editing

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 9 19:52:29 2007 UTC (2 years, 2 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-1
Changes since 1.1: +4 -2 lines
Diff to previous 1.1
#173995 by Desbeers: when creating a new node, default values are inserted into the object on preview, overwriting existing user provided values

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 20 07:03:08 2007 UTC (2 years, 3 months ago) by dries
Branch: MAIN
- Patch #167109 by pwolanin and Crell: split node.module.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2