/[drupal]/contributions/modules/og_node_approval/og_node_approval.module
ViewVC logotype

Log of /contributions/modules/og_node_approval/og_node_approval.module

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.1.4.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 29 14:52:35 2009 UTC (3 weeks, 4 days ago) by mradcliffe
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA2
Changes since 1.1.4.11: +2 -2 lines
Diff to previous 1.1.4.11 , to branch point 1.1 , to next main 1.2
  * a couple of minor tweaks

Revision 1.1.4.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 29 13:16:34 2009 UTC (3 weeks, 4 days ago) by mradcliffe
Branch: DRUPAL-6--2
Changes since 1.1.4.10: +2 -2 lines
Diff to previous 1.1.4.10 , to branch point 1.1
   * bug fix: html doesn't render like that in t() variables via l(), removed.
   * bug fix: conditional for $comment object or array, was only using array.

Revision 1.1.4.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 7 17:40:25 2009 UTC (5 months, 2 weeks ago) by mradcliffe
Branch: DRUPAL-6--2
Changes since 1.1.4.9: +3 -1 lines
Diff to previous 1.1.4.9 , to branch point 1.1
  * forgot to commit this change awhile ago

Revision 1.1.4.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 27 04:18:22 2009 UTC (6 months, 4 weeks ago) by mradcliffe
Branch: DRUPAL-6--2
Changes since 1.1.4.8: +2 -1 lines
Diff to previous 1.1.4.8 , to branch point 1.1
  * Need to define the array before count() will work.

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 26 21:36:55 2009 UTC (6 months, 4 weeks ago) by mradcliffe
Branch: DRUPAL-6--1
Changes since 1.1.2.3: +2 -1 lines
Diff to previous 1.1.2.3 , to branch point 1.1 , to next main 1.2
  * Need to define the array before count() will work? strange...

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 2 12:54:51 2009 UTC (7 months, 3 weeks ago) by mradcliffe
Branch: DRUPAL-6--1
Changes since 1.1.2.2: +32 -1 lines
Diff to previous 1.1.2.2 , to branch point 1.1
  * handle creating flag via hook_flag_default_flags instead of creating
    it via hook_install.

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 2 12:34:56 2009 UTC (7 months, 3 weeks ago) by mradcliffe
Branch: DRUPAL-6--1
Changes since 1.1.2.1: +201 -287 lines
Diff to previous 1.1.2.1 , to branch point 1.1
  * somehow this didn't get committed to this branch, i swear i did it.

Revision 1.1.4.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 20 19:07:31 2009 UTC (8 months ago) by mradcliffe
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--1-0-BETA1, DRUPAL-6--2-0-BETA1
Changes since 1.1.4.7: +1 -190 lines
Diff to previous 1.1.4.7 , to branch point 1.1
  * split out user interface into a sub-module so that it's easier
    to override and use menu tabs or something like that.
  * modify readme file

Revision 1.1.4.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 20 18:35:48 2009 UTC (8 months ago) by mradcliffe
Branch: DRUPAL-6--2
Changes since 1.1.4.6: +1 -2 lines
Diff to previous 1.1.4.6 , to branch point 1.1
  * remove debug info

Revision 1.1.4.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 15 21:02:04 2009 UTC (8 months, 1 week ago) by mradcliffe
Branch: DRUPAL-6--2
Changes since 1.1.4.5: +70 -22 lines
Diff to previous 1.1.4.5 , to branch point 1.1
  * fix a couple of form issues
  * add in some tokens, they work, but they're not showing up in rules token replacement patterns list for some reason.

Revision 1.1.4.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 30 16:47:30 2009 UTC (9 months, 3 weeks ago) by mradcliffe
Branch: DRUPAL-6--2
Changes since 1.1.4.4: +1 -15 lines
Diff to previous 1.1.4.4 , to branch point 1.1
  * remove some useless stuff now from the module
  * create the flag because it's not created

Revision 1.1.4.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 30 15:18:53 2009 UTC (9 months, 3 weeks ago) by mradcliffe
Branch: DRUPAL-6--2
Changes since 1.1.4.3: +47 -2 lines
Diff to previous 1.1.4.3 , to branch point 1.1
  * add a hook so that other modules can act on node approvals.

Revision 1.1.4.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 21:00:08 2009 UTC (9 months, 3 weeks ago) by mradcliffe
Branch: DRUPAL-6--2
Changes since 1.1.4.2: +29 -3 lines
Diff to previous 1.1.4.2 , to branch point 1.1
  * differentiate between threshold and quorum feature added

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 23 19:14:26 2009 UTC (10 months ago) by mradcliffe
Branch: DRUPAL-6--1
Changes since 1.1: +2 -7 lines
Diff to previous 1.1
  * fixed a couple of bugs in this branch
  * moved settings menu item over to admin/og

Revision 1.1.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 23 18:58:45 2009 UTC (10 months ago) by mradcliffe
Branch: DRUPAL-6--2
Changes since 1.1.4.1: +104 -60 lines
Diff to previous 1.1.4.1 , to branch point 1.1
  * add permissions
  * a couple of bug fixes
  * add in threshold setting per feature request

Revision 1.1.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 23 15:25:36 2009 UTC (10 months ago) by mradcliffe
Branch: DRUPAL-6--2
Changes since 1.1: +20 -70 lines
Diff to previous 1.1
  * Branch to 2.x because I'm changing schema dramatically to integrate with flag module (globally, not for users, yet).

  * .info : require flag
  * .install
     * remove node_status table
     * add custom flag creation
  * .module
     * remove status conditionals in favor of flag
     * settings page is still messed up here, but we'll clean that up later.
  * .views.inc
     * remove node_status stuff

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 5 13:52:31 2008 UTC (11 months, 2 weeks ago) by mradcliffe
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -3 lines
Diff to previous 1.1
  * i don't need a global $user here, don't use it, probably put it out of habit from some other module.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 7 00:50:06 2008 UTC (12 months, 2 weeks ago) by mradcliffe
Branch: MAIN
Branch point for: DRUPAL-6--1, DRUPAL-6--2
  * new module og_node_approval

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