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

Log of /drupal/modules/node/node.admin.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.78 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 17 02:50:41 2009 UTC (8 days, 4 hours ago) by webchick
Branch: MAIN
CVS Tags: HEAD
Changes since 1.77: +2 -2 lines
Diff to previous 1.77
#622136 by brandonojc and mgifford: Fixed user filter accessibility.

Revision 1.77 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 14 07:58:49 2009 UTC (10 days, 23 hours ago) by dries
Branch: MAIN
Changes since 1.76: +121 -50 lines
Diff to previous 1.76
- Patch #301902 by TheRec, beeradb, catch, sun, skilip, alpritt, JacobSingh, Senpai: usability improvement: allow more users to see the node admin page.

Revision 1.76 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 3 05:27:18 2009 UTC (3 weeks, 1 day ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10
Changes since 1.75: +18 -3 lines
Diff to previous 1.75
#602522 by effulgentsia, sun, and moshe weitzman: Make links in renderable arrays and forms (e.g. 'Operations') alterable.

Revision 1.75 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 3 04:35:01 2009 UTC (3 weeks, 1 day ago) by webchick
Branch: MAIN
Changes since 1.74: +38 -21 lines
Diff to previous 1.74
#551034 by brandonojc, mgifford, Everett Zufelt, and Cliff: Improved Content filter usability and accessibility.

Revision 1.74 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 27 04:06:44 2009 UTC (4 weeks, 1 day ago) by webchick
Branch: MAIN
Changes since 1.73: +2 -1 lines
Diff to previous 1.73
#613666 by Jody Lynn: Fixed Sorting on admin/content table.

Revision 1.73 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 24 21:39:40 2009 UTC (4 weeks, 3 days ago) by webchick
Branch: MAIN
Changes since 1.72: +4 -3 lines
Diff to previous 1.72
#609152 by redndahead, bleen18 and jim0203: Ensure node filter page validates that there were rows selected. (with tests)

Revision 1.72 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 22 01:19:45 2009 UTC (4 weeks, 6 days ago) by dries
Branch: MAIN
Changes since 1.71: +2 -2 lines
Diff to previous 1.71
- Patch #607100 by peximo: fixed node multiple delete fatal error.

Revision 1.71 - (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.70: +2 -2 lines
Diff to previous 1.70
#557292 by peximo, plach, catch, and yched: Convert node title to Field API.

Revision 1.70 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 9 01:31:17 2009 UTC (6 weeks, 5 days ago) by dries
Branch: MAIN
Changes since 1.69: +2 -2 lines
Diff to previous 1.69
- Patch #595982 by ksenzee: fixed warning.

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

Revision 1.68 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 8 18:26:33 2009 UTC (6 weeks, 5 days ago) by dries
Branch: MAIN
Changes since 1.67: +26 -75 lines
Diff to previous 1.67
- Patch #595982 by moshe, chx: use #tableselect instead of ugly theming on admin users and admin nodes.

Revision 1.67 - (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.66: +3 -3 lines
Diff to previous 1.66
#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.66 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 17 03:12:40 2009 UTC (2 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.65: +2 -3 lines
Diff to previous 1.65
#574796 by sun: Fixed 'Article' content-type permissions not granted to admin role after installation.

Revision 1.65 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 5 06:53:01 2009 UTC (2 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.64: +7 -7 lines
Diff to previous 1.64
- Patch #200572 by theborg, lilou, robertgarrigos: add constants to magic numbers.

Revision 1.64 - (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.63: +2 -2 lines
Diff to previous 1.63
- Patch #368408 by jeffschuler: improve consistency of API and settings on administration pages.

Revision 1.63 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 23 04:37:52 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.62: +4 -5 lines
Diff to previous 1.62
#542206 by asimmonds: Fix admin/content filters (with tests).

Revision 1.62 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 23 01:05:11 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.61: +5 -8 lines
Diff to previous 1.61
#542658 follow-up by sun: Move action 'tabs' out of local tasks and into local actions.

Revision 1.61 - (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.60: +3 -3 lines
Diff to previous 1.60
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.

Revision 1.60 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 30 19:24:21 2009 UTC (3 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.59: +3 -3 lines
Diff to previous 1.59
- Patch #535564 by Gábor Hojtsy: the D7UX mockups call for a top level Content item, which would immediatey lead to the "Find content" screen. The current Drupal 7 code is almost there, but still has an RSS settings item blocking the implementation of this by default and aggregator and book also add subitems.

Revision 1.59 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 21 01:36:51 2009 UTC (4 months ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.58: +23 -25 lines
Diff to previous 1.58
#448878 by brianV: Convert node.admin.inc to DBTNG.

Revision 1.58 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 7 09:17:19 2009 UTC (4 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.57: +10 -2 lines
Diff to previous 1.57
- Patch #394702 by Jody Lynn: add a 'add new content' link to the content admin overview page.

  We can work on creating a generic framework for adding tasks later, if that is deemed necessary. I'm still not sure it is, and in the mean time, this patch addresses an important usability issue.

Revision 1.57 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 6 13:52:57 2009 UTC (4 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.56: +2 -50 lines
Diff to previous 1.56
- Patch #489402 by Jody Lynn JamesAn: removing unused code.

Revision 1.56 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 1 12:10:32 2009 UTC (4 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.55: +3 -3 lines
Diff to previous 1.55
- Patch #504564 by tic2000: fixed teaser length setting and added tests.

Revision 1.55 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 28 03:56:43 2009 UTC (4 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.54: +9 -1 lines
Diff to previous 1.54
#482346 by Berdir: Move module installation logic to module_enable() to prevent errors upon enabling modules.

Revision 1.19.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 8 16:45:34 2009 UTC (5 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-13, DRUPAL-6-14
Changes since 1.19.2.2: +14 -19 lines
Diff to previous 1.19.2.2 , to branch point 1.19 , to next main 1.78
#226479 by gpk, BrianV, catch: We should always show the node access rebuild button. The check on when to show it was fragile, so the button might not have been there when actually needed.

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

Revision 1.53 - (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.52: +3 -3 lines
Diff to previous 1.52
#220233 by Berdir, marcingy, et al: Add useful API functions for extracting node type data.

Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 3 19:22:18 2009 UTC (5 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.51: +13 -19 lines
Diff to previous 1.51
- Patch #226479 by brianV: 'clean-up' rebuild permission checks.

Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 2 06:58:16 2009 UTC (5 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.50: +5 -10 lines
Diff to previous 1.50
- Patch #477944 by Damien Tournoud: fix and streamline page cache and session handling.

Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 27 18:33:58 2009 UTC (5 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.49: +2 -2 lines
Diff to previous 1.49
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 25 13:42:54 2009 UTC (6 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.48: +2 -2 lines
Diff to previous 1.48
- Patch #471800 by stella: more code style fixes.

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 24 17:39:32 2009 UTC (6 months ago) by dries
Branch: MAIN
Changes since 1.47: +5 -5 lines
Diff to previous 1.47
- Patch #471070 by stella: millions of code style fixes.

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

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 15 03:58:35 2009 UTC (6 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.45: +12 -6 lines
Diff to previous 1.45
- Patch #456722 by akahn: use format_plural() on node delete.

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 26 19:44:38 2009 UTC (6 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44
- Patch #330748 by stBorchert: remove  from theme_pager*.

Revision 1.44 - (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.43: +4 -4 lines
Diff to previous 1.43
- Patch #394484 by Berdir and Crell: converted node module to the new database abstraction layer. Yay.

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 20 08:14:34 2009 UTC (8 months ago) by dries
Branch: MAIN
Changes since 1.42: +1 -3 lines
Diff to previous 1.42
- Patch #297391 by mr.baileys: removed unused code.

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 17 03:34:32 2009 UTC (8 months, 1 week ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-6
Changes since 1.41: +2 -2 lines
Diff to previous 1.41
#394508 by cwgordon7 and karschsp: Small text change to make empty content administration screen consistent with other screens.

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 26 07:30:27 2009 UTC (8 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40
Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 18 15:19:56 2009 UTC (9 months ago) by webchick
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39
#330983 by recidive and boombatower: Rename users/users_roles tables to user/user_role for consistency.

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 18 14:28:22 2009 UTC (9 months ago) by webchick
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38
#371231 by JohnAlbin and EclipseGC: Rename clear-block CSS class to clearfix, which is the lingo that designers use for it.

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 18:55:30 2009 UTC (9 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-5
Changes since 1.37: +3 -3 lines
Diff to previous 1.37
- Patch #355236 by Frando: refactor drupal_render() theming.

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 19 10:46:51 2009 UTC (10 months ago) by dries
Branch: MAIN
Changes since 1.36: +8 -3 lines
Diff to previous 1.36
- Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, unless something has been written to . This is an important performance improvements -- as long as you use modules that use  carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module.

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 14 21:16:20 2009 UTC (10 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-4
Changes since 1.35: +2 -2 lines
Diff to previous 1.35
- Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL table namespace.

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 13 22:41:38 2009 UTC (10 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34
- Rollback of #225562 -- I think there is still something wrong.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 13 22:25:12 2009 UTC (10 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33
- Patch #225562 by Jody Lynn:  change DB table names from eg. term_data to taxonomy_term_data.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 11 21:19:17 2009 UTC (10 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.32: +7 -5 lines
Diff to previous 1.32
- Patch #266246 by David Strauss: added smart defaults for system_settings_form().

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 8 01:16:57 2009 UTC (10 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31
#355787 by mikey_p: Fix notice at content administration page caused by typo.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 20 18:24:38 2008 UTC (11 months ago) by dries
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30
- Patch #349504 by keith.smith: clean up sentence spacing in code comments.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 22 14:09:41 2008 UTC (12 months ago) by dries
Branch: MAIN
Changes since 1.29: +4 -4 lines
Diff to previous 1.29
- Patch #305345 by catch: making all terminology consistent.

Revision 1.19.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 10 10:31:06 2008 UTC (12 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-10, DRUPAL-6-11, DRUPAL-6-12, DRUPAL-6-7, DRUPAL-6-8, DRUPAL-6-9
Changes since 1.19.2.1: +5 -9 lines
Diff to previous 1.19.2.1 , to branch point 1.19
#329660 by pwolanin: node_configure_validate() should be replaced with a #submit handler to conform to FormAPI rules

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 10 05:22:59 2008 UTC (12 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-3
Changes since 1.28: +2 -2 lines
Diff to previous 1.28
#315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js().

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 3 22:43:56 2008 UTC (12 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.27: +5 -9 lines
Diff to previous 1.27
#329660 by pwolanin: Remove silly drupal_goto() on rebuild permissions button.

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

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 15 20:48:08 2008 UTC (14 months, 1 week ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1
Changes since 1.25: +4 -4 lines
Diff to previous 1.25
#308534 by Dave Reid: Remove stray whitespace core-wide.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 15 00:02:10 2008 UTC (14 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.24: +44 -22 lines
Diff to previous 1.24
#213151 by Pancho, skiquel, and deviantintegral: Make admin/content/node sortable.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 19 19:04:24 2008 UTC (16 months ago) by dries
Branch: MAIN
Changes since 1.23: +9 -14 lines
Diff to previous 1.23
- Patch #279620 by zeta ζ: made it easier to translate the teaser settings.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 21:59:27 2008 UTC (16 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.22: +12 -13 lines
Diff to previous 1.22
- Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value.

Revision 1.22 - (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.21: +16 -16 lines
Diff to previous 1.21
- 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.19.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 21 22:01:05 2008 UTC (20 months ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-2, DRUPAL-6-3, DRUPAL-6-4, DRUPAL-6-5, DRUPAL-6-6
Changes since 1.19: +4 -3 lines
Diff to previous 1.19
#226480 by gpk: fix wording on when node access rebuild button is displayed in node_configure()

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 11 08:17:56 2008 UTC (20 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.20: +4 -3 lines
Diff to previous 1.20
- Patch #226480 by gpk: improved code comment.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 6 19:38:27 2008 UTC (21 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.19: +3 -3 lines
Diff to previous 1.19
- Patch #210131 by dvessel, catch, John, et al: updated jQuery library.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 3 19:39:52 2008 UTC (21 months, 3 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0, DRUPAL-6-0-RC-4, DRUPAL-6-1
Branch point for: DRUPAL-6
Changes since 1.18: +2 -1 lines
Diff to previous 1.18
#197833 by gdevlugt: node filtering theme function was not applied (minor)

Revision 1.18 - (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.17: +102 -52 lines
Diff to previous 1.17
#202382 by Pasqualle and Pancho: phpdoc improvements and code style fixes in node module

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 28 12:02:51 2007 UTC (22 months, 4 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-2
Changes since 1.16: +3 -3 lines
Diff to previous 1.16
- Patch #204221 by webernet: code style fixes.

Revision 1.16 - (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.15: +5 -5 lines
Diff to previous 1.15
#203274 by Pasqualle: remove excessive witespace from our code (minor)

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 20 09:08:35 2007 UTC (23 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-1
Changes since 1.14: +102 -1 lines
Diff to previous 1.14
#164510 by yched, KarenS: move node batch operations to node.admin.inc for performance and fix a buggy message

Revision 1.14 - (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.13: +2 -2 lines
Diff to previous 1.13
#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.13 - (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.12: +7 -1 lines
Diff to previous 1.12
#196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 5 16:34:05 2007 UTC (23 months, 3 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-4
Changes since 1.11: +5 -3 lines
Diff to previous 1.11
#196410 report by daniel.soneira, patch by myself, tested by Freso: several fixes to url() generation and path aliasing, fixing path aliases for node paths and front page links in themes

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: +2 -2 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]
Mon Nov 12 19:06:32 2007 UTC (2 years ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-3
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
#191104 by keith.smith: (usability) change occurances of node to 'post' and 'content' as appropriate

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 12 17:26:16 2007 UTC (2 years ago) by goba
Branch: MAIN
Changes since 1.8: +3 -1 lines
Diff to previous 1.8
#188914 by Pasqualle: type and language filtering on node admin page was broken due to missing breaks in switch

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 24 14:38:38 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
Changes since 1.7: +1 -6 lines
Diff to previous 1.7
#40934 by catch and fajerstarter: remove admin search page as it was broken and the same as the usual search page anyway

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 24 09:15:04 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
Changes since 1.6: +7 -4 lines
Diff to previous 1.6
#156144 by lyricnz: do not show 'select all' checbox when there are no rows in the node admin table

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 3 17:35:22 2007 UTC (2 years, 1 month ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-2
Changes since 1.5: +13 -50 lines
Diff to previous 1.5
- Patch #164510 by yched et al: node.changed not updated on mass operations.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 27 16:52:00 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
Changes since 1.4: +7 -7 lines
Diff to previous 1.4
#167284 by Heine and pwolanin: proper field type placeholders in IN() queries, setting a best practice to avoid vulnerabilities

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 12 18:29:32 2007 UTC (2 years, 2 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
#174708 by multiple contributors: update jQuery to 1.2

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 2 14:42:30 2007 UTC (2 years, 2 months ago) by goba
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2
#144337 by yched: batch support for node access table rebuilding

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 29 19:56:09 2007 UTC (2 years, 2 months ago) by goba
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
#163679 by AjK and ChrisKennedy: fix node_configure_rebuild_confirm_submit() parameters

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 20 07:03:07 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