| /[drupal]/contributions/modules/og_node_approval/og_node_approval.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
* a couple of minor tweaks
* 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.
* forgot to commit this change awhile ago
* Need to define the array before count() will work.
* Need to define the array before count() will work? strange...
* handle creating flag via hook_flag_default_flags instead of creating
it via hook_install.
* somehow this didn't get committed to this branch, i swear i did it.
* 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
* remove debug info
* 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.
* remove some useless stuff now from the module * create the flag because it's not created
* add a hook so that other modules can act on node approvals.
* differentiate between threshold and quorum feature added
* fixed a couple of bugs in this branch * moved settings menu item over to admin/og
* add permissions * a couple of bug fixes * add in threshold setting per feature request
* 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
* i don't need a global $user here, don't use it, probably put it out of habit from some other module.
* 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.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |