decko 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) hide show
  1. checksums.yaml +4 -4
  2. data/lib/decko/generators/decko/templates/Gemfile +1 -0
  3. metadata +5 -109
  4. data/.rspec +0 -4
  5. data/Guardfile +0 -32
  6. data/decko.gemspec +0 -42
  7. data/features/attach.feature +0 -85
  8. data/features/autonaming.feature +0 -19
  9. data/features/conflict.feature +0 -41
  10. data/features/follow.feature +0 -64
  11. data/features/history.feature +0 -27
  12. data/features/layouts.feature +0 -25
  13. data/features/navbox.feature +0 -34
  14. data/features/notifications.feature +0 -33
  15. data/features/paging.feature +0 -34
  16. data/features/pointer_inputs.feature +0 -81
  17. data/features/presetting_content.feature +0 -13
  18. data/features/reference.feature +0 -26
  19. data/features/reset_password.feature +0 -35
  20. data/features/rules.feature +0 -45
  21. data/features/setup.feature +0 -32
  22. data/features/signup.feature +0 -61
  23. data/features/step_definitions/decko_steps.rb +0 -532
  24. data/features/step_definitions/email_steps.rb +0 -216
  25. data/features/step_definitions/history_steps.rb +0 -5
  26. data/features/step_definitions/web_steps.rb +0 -155
  27. data/features/step_definitions/window_steps.rb +0 -27
  28. data/features/structure.feature +0 -41
  29. data/features/support/debugger.rb +0 -44
  30. data/features/support/delayed_job.rb +0 -20
  31. data/features/support/env.rb +0 -115
  32. data/features/support/file.txt +0 -1
  33. data/features/support/image.png +0 -0
  34. data/features/support/image2.jpg +0 -0
  35. data/features/support/paths.rb +0 -63
  36. data/features/support/scopes.rb +0 -34
  37. data/features/support/wagn_env.rb +0 -11
  38. data/features/table_of_contents.feature +0 -36
  39. data/features/toolbar.feature +0 -29
  40. data/features/update_includers.feature +0 -75
  41. data/lib/decko/tasks/.gitkeep +0 -0
  42. data/spec/controllers/card_controller_spec.rb +0 -407
  43. data/spec/controllers/location_spec.rb +0 -25
  44. data/spec/javascripts/helpers/.gitkeep +0 -0
  45. data/spec/javascripts/helpers/jasmine-jquery.js +0 -812
  46. data/spec/javascripts/support/jasmine.yml.erb +0 -79
  47. data/spec/javascripts/support/jasmine_config.rb +0 -21
  48. data/spec/javascripts/support/jasmine_runner.rb +0 -21
  49. data/spec/javascripts/wagn_spec.coffee +0 -42
  50. data/test/1.10.0-data-dump.sql +0 -359
  51. data/test/performance/card_create_test.rb +0 -21
  52. data/test/performance/fetch_test.rb +0 -9
  53. data/test/performance/homepage_test.rb +0 -9
  54. data/test/performance/render_test.rb +0 -10
  55. data/test/script/run_engine_deck.sh +0 -47
  56. data/test/script/run_mig.sh +0 -29
  57. data/test/test_helper.rb +0 -125
@@ -1,79 +0,0 @@
1
- # src_files
2
- #
3
- # Return an array of filepaths relative to src_dir to include before jasmine specs.
4
- # Default: []
5
- #
6
- # EXAMPLE:
7
- #
8
- # src_files:
9
- # - lib/source1.js
10
- # - lib/source2.js
11
- # - dist/**/*.js
12
- #
13
- src_files:
14
- - "mod/machines/lib/javascript/**/*.{js,coffee}"
15
- # stylesheets
16
- #
17
- # Return an array of stylesheet filepaths relative to src_dir to include before jasmine specs.
18
- # Default: []
19
- #
20
- # EXAMPLE:
21
- #
22
- # stylesheets:
23
- # - css/style.css
24
- # - stylesheets/*.css
25
- #
26
- stylesheets:
27
- - "mod/machines/lib/stylesheets/**/*.{css,scss}"
28
- # helpers
29
- #
30
- # Return an array of filepaths relative to spec_dir to include before jasmine specs.
31
- # Default: ["helpers/**/*.js"]
32
- #
33
- # EXAMPLE:
34
- #
35
- # helpers:
36
- # - helpers/**/*.js
37
- #
38
-
39
-
40
- helpers:
41
- - "spec/javascripts/helpers/**/*.{js,coffee}"
42
-
43
-
44
- # spec_files
45
- #
46
- # Return an array of filepaths relative to spec_dir to include.
47
- # Default: ["**/*[sS]pec.js"]
48
- #
49
- # EXAMPLE:
50
- #
51
- # spec_files:
52
- # - **/*[sS]pec.js
53
- #
54
- spec_files:
55
- - "spec/javascripts/**/*[Ss]pec.{js,coffee}"
56
-
57
- # src_dir
58
- #
59
- # Source directory path. Your src_files must be returned relative to this path. Will use root if left blank.
60
- # Default: project root
61
- #
62
- # EXAMPLE:
63
- #
64
- # src_dir: public
65
- #
66
- src_dir:
67
-
68
- # spec_dir
69
- #
70
- # Spec directory path. Your spec_files must be returned relative to this path.
71
- # Default: spec/javascripts
72
- #
73
- # EXAMPLE:
74
- #
75
- # spec_dir: spec/javascripts
76
- #
77
- spec_dir:
78
-
79
- spec_helper: "spec/javascripts/support/jasmine_helper_wagn.rb"
@@ -1,21 +0,0 @@
1
- # -*- encoding : utf-8 -*-
2
- module Jasmine
3
- class Config
4
- # Add your overrides or custom config code here
5
- end
6
- end
7
-
8
- # Note - this is necessary for rspec2, which has removed the backtrace
9
- module Jasmine
10
- class SpecBuilder
11
- def declare_spec parent, spec
12
- me = self
13
- example_name = spec["name"]
14
- @spec_ids << spec["id"]
15
- backtrace = @example_locations[parent.description + " " + example_name]
16
- parent.it example_name, {} do
17
- me.report_spec(spec["id"])
18
- end
19
- end
20
- end
21
- end
@@ -1,21 +0,0 @@
1
- #-*- encoding : utf-8 -*-
2
- $LOAD_PATH.unshift(ENV["JASMINE_GEM_PATH"]) if ENV["JASMINE_GEM_PATH"] # for gem testing purposes
3
-
4
- require "rubygems"
5
- require "jasmine"
6
- require "rspec"
7
- jasmine_config_overrides = File.expand_path(File.join(File.dirname(__FILE__), "jasmine_config.rb"))
8
- require jasmine_config_overrides if File.exist?(jasmine_config_overrides)
9
-
10
- jasmine_config = Jasmine::Config.new
11
- spec_builder = Jasmine::SpecBuilder.new(jasmine_config)
12
-
13
- should_stop = false
14
-
15
- RSpec.configuration.after(:suite) do
16
- spec_builder.stop if should_stop
17
- end
18
-
19
- spec_builder.start
20
- should_stop = true
21
- spec_builder.declare_suites
@@ -1,42 +0,0 @@
1
-
2
- describe "Global decko variable", ->
3
- it "should be defined", ->
4
- expect(decko).toBeDefined
5
-
6
- describe "card-form", ->
7
- beforeEach ->
8
- jasmine.getFixtures().fixturesPath = '../../public/assets/jasmine'
9
- loadFixtures('card_form.html')
10
-
11
- it "should find a form", ->
12
- expect($('form')).toBeDefined
13
-
14
- it "should be able to populate the content field based on nearby selector", ->
15
- $('.tinymce-textarea').setContentField -> 1+2
16
- expect($('.d0-card-content')).toHaveValue '3'
17
-
18
- it "should be able to populate all content fields in a form", ->
19
- $('form').setContentFields '.tinymce-textarea', -> 2+2
20
- expect($('.d0-card-content')).toHaveValue '4'
21
-
22
- it "should be able to populate content fields from a map", ->
23
- $('form').setContentFieldsFromMap { '.tinymce-textarea': -> 3+2 }
24
- expect($('.d0-card-content')).toHaveValue '5'
25
-
26
- it "should be able to find the slot from any element within", ->
27
- expect($('.d0-card-content').slot()).toHaveClass 'card-slot'
28
-
29
- it "should be able to populate slot from any element within", ->
30
- $('.d0-card-content').setSlotContent '<div class="card-slot">whoopee</div>'
31
- expect($('.card-slot')).toHaveHtml 'whoopee'
32
-
33
-
34
- ###
35
- describe "tiny-mce", ->
36
- beforeEach ->
37
- loadFixtures('card_form.html')
38
-
39
- it 'should load', ->
40
- decko.initializeTinyMCE
41
- expect($('form')).toContain('.mceEditor')
42
- ###
@@ -1,359 +0,0 @@
1
- -- MySQL dump 10.13 Distrib 5.6.17, for osx10.7 (x86_64)
2
- --
3
- -- Host: localhost Database: wagngem_development
4
- -- ------------------------------------------------------
5
- -- Server version 5.6.17
6
-
7
- /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
8
- /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
9
- /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
10
- /*!40101 SET NAMES utf8 */;
11
- /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
12
- /*!40103 SET TIME_ZONE='+00:00' */;
13
- /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
14
- /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
15
- /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
16
- /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
17
-
18
- --
19
- -- Table structure for table `card_references`
20
- --
21
-
22
- DROP TABLE IF EXISTS `card_acts`;
23
- DROP TABLE IF EXISTS `card_actions`;
24
- DROP TABLE IF EXISTS `card_changes`;
25
-
26
- DROP TABLE IF EXISTS `card_references`;
27
- /*!40101 SET @saved_cs_client = @@character_set_client */;
28
- /*!40101 SET character_set_client = utf8 */;
29
- CREATE TABLE `card_references` (
30
- `id` int(11) NOT NULL AUTO_INCREMENT,
31
- `created_at` datetime NOT NULL,
32
- `updated_at` datetime NOT NULL,
33
- `card_id` int(11) NOT NULL DEFAULT '0',
34
- `referenced_name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
35
- `referenced_card_id` int(11) DEFAULT NULL,
36
- `link_type` varchar(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
37
- PRIMARY KEY (`id`),
38
- KEY `wiki_references_card_id` (`card_id`),
39
- KEY `wiki_references_referenced_card_id` (`referenced_card_id`),
40
- KEY `wiki_references_referenced_name` (`referenced_name`)
41
- ) ENGINE=InnoDB AUTO_INCREMENT=16718 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
42
- /*!40101 SET character_set_client = @saved_cs_client */;
43
-
44
- --
45
- -- Dumping data for table `card_references`
46
- --
47
-
48
- LOCK TABLES `card_references` WRITE;
49
- /*!40000 ALTER TABLE `card_references` DISABLE KEYS */;
50
- INSERT INTO `card_references` VALUES (5808,'2012-12-05 11:16:24','2009-04-09 16:11:44',118,'*account',100,'L'),(6028,'2012-12-05 11:16:24','2009-04-09 16:41:38',10,'administrator+description',147,'T'),(6029,'2012-12-05 11:16:24','2009-04-09 16:41:38',10,'administrator',10,'T'),(6030,'2012-12-05 11:16:24','2009-04-09 16:41:38',10,'administrator+*member',NULL,'T'),(6031,'2012-12-05 11:16:24','2009-04-09 16:41:38',8,'anyone+description',210,'T'),(6032,'2012-12-05 11:16:24','2009-04-09 16:41:38',8,'anyone',8,'T'),(6033,'2012-12-05 11:16:24','2009-04-09 16:41:38',8,'anyone+*member',NULL,'T'),(6034,'2012-12-05 11:16:24','2009-04-09 16:41:38',9,'anyone_signed_in+description',211,'T'),(6035,'2012-12-05 11:16:24','2009-04-09 16:41:38',9,'anyone_signed_in',9,'T'),(6036,'2012-12-05 11:16:24','2009-04-09 16:41:38',9,'anyone_signed_in+*member',NULL,'T'),(6650,'2012-12-05 11:16:24','2009-04-24 15:34:53',112,'*incoming',170,'L'),(6651,'2012-12-05 11:16:24','2009-04-24 15:34:53',112,'*outgoing',168,'L'),(6652,'2012-12-05 11:16:24','2009-04-24 15:34:53',112,'*pluss',110,'L'),(6653,'2012-12-05 11:16:24','2009-04-24 15:34:53',112,'*community',115,'L'),(7911,'2012-12-05 11:16:24','2009-06-01 12:55:14',68,'account_request',12,'L'),(8077,'2012-12-05 11:16:24','2009-06-09 18:25:35',15,'http_wagn_org_wagn_account',NULL,'W'),(9174,'2012-12-05 11:16:24','2009-12-02 16:28:23',109,'*title',55,'T'),(9450,'2012-12-05 11:16:24','2009-12-23 11:51:05',275,'default_layout',314,'L'),(9520,'2012-12-05 11:16:24','2010-04-15 18:42:37',322,'role+*type+*content+description',NULL,'M'),(9521,'2012-12-05 11:16:24','2010-04-15 18:42:37',322,'role+*type+*content',322,'T'),(9522,'2012-12-05 11:16:24','2010-04-15 18:42:37',322,'role+*type+*content+*member',NULL,'M'),(9742,'2012-12-05 11:16:24','2010-04-15 18:43:05',171,'*incoming+*right',334,'T'),(9743,'2012-12-05 11:16:24','2010-04-15 18:43:05',171,'*incoming+*right+*linker',NULL,'M'),(9744,'2012-12-05 11:16:24','2010-04-15 18:43:05',171,'*incoming+*right',334,'T'),(9745,'2012-12-05 11:16:24','2010-04-15 18:43:05',171,'*incoming+*right+*includer',NULL,'M'),(9746,'2012-12-05 11:16:24','2010-04-15 18:43:05',171,'*incoming+*right',334,'T'),(9747,'2012-12-05 11:16:24','2010-04-15 18:43:05',171,'*incoming+*right+*tagged',NULL,'M'),(9748,'2012-12-05 11:16:24','2010-04-15 18:43:05',171,'*incoming+*right+*linker',NULL,'W'),(9749,'2012-12-05 11:16:24','2010-04-15 18:43:05',171,'*incoming+*right+*includer',NULL,'W'),(9750,'2012-12-05 11:16:24','2010-04-15 18:43:05',171,'*incoming+*right+*tagged',NULL,'W'),(9751,'2012-12-05 11:16:24','2010-04-15 18:43:07',111,'*pluss+*right',337,'T'),(9752,'2012-12-05 11:16:24','2010-04-15 18:43:07',111,'*pluss+*right+*plu_card',NULL,'M'),(9753,'2012-12-05 11:16:24','2010-04-15 18:43:07',111,'*pluss+*right+*plu_part',NULL,'M'),(9754,'2012-12-05 11:16:24','2010-04-15 18:43:08',111,'*pluss+*right+*plu_card',NULL,'W'),(9755,'2012-12-05 11:16:24','2010-04-15 18:43:08',111,'*pluss+*right+*plu_part',NULL,'W'),(9773,'2012-12-05 11:16:24','2010-04-15 18:43:10',169,'*outgoing+*right',339,'T'),(9774,'2012-12-05 11:16:24','2010-04-15 18:43:10',169,'*outgoing+*right+*link',NULL,'M'),(9775,'2012-12-05 11:16:24','2010-04-15 18:43:10',169,'*outgoing+*right',339,'T'),(9776,'2012-12-05 11:16:24','2010-04-15 18:43:10',169,'*outgoing+*right+*inclusion',NULL,'M'),(9777,'2012-12-05 11:16:24','2010-04-15 18:43:10',169,'*outgoing+*right',339,'T'),(9778,'2012-12-05 11:16:24','2010-04-15 18:43:10',169,'*outgoing+*right+tag',NULL,'M'),(9779,'2012-12-05 11:16:24','2010-04-15 18:43:10',169,'*outgoing+*right+*link',NULL,'W'),(9780,'2012-12-05 11:16:24','2010-04-15 18:43:10',169,'*outgoing+*right+*inclusion',NULL,'W'),(9781,'2012-12-05 11:16:24','2010-04-15 18:43:10',169,'*outgoing+*right+tag',NULL,'W'),(10046,'2012-12-05 11:16:24','2010-04-19 12:14:00',69,'*title',55,'T'),(10953,'2012-12-05 11:16:24','2010-04-21 16:26:52',250,'set',259,'L'),(10954,'2012-12-05 11:16:24','2010-04-21 16:26:52',250,'http_www_wagn_org_wagn_custom_thank_you_message_for_form',NULL,'W'),(10955,'2012-12-05 11:16:24','2010-04-21 16:26:52',90,'http_www_wagn_org_wagn_table_of_content',NULL,'W'),(10956,'2012-12-05 11:16:24','2010-04-21 16:26:52',90,'set',259,'L'),(10961,'2012-12-05 11:16:24','2010-04-21 16:26:54',306,'http_www_wagn_org_wagn_custom_help_text',NULL,'W'),(10962,'2012-12-05 11:16:24','2010-04-21 16:26:54',306,'set',259,'L'),(10963,'2012-12-05 11:16:24','2010-04-21 16:26:54',311,'http_www_wagn_org_wagn_custom_help_text',NULL,'W'),(10964,'2012-12-05 11:16:24','2010-04-21 16:26:55',311,'set',259,'L'),(10976,'2012-12-05 11:16:24','2010-04-21 16:26:58',359,'set',259,'L'),(10977,'2012-12-05 11:16:24','2010-04-21 16:26:58',359,'http_www_wagn_org_wagn_formatting',NULL,'W'),(10992,'2012-12-05 11:16:24','2010-04-21 16:27:02',216,'http_wagn_org_wagn_account',NULL,'W'),(10993,'2012-12-05 11:16:24','2010-04-21 16:27:03',214,'http_wagn_org_wagn_image',NULL,'W'),(10995,'2012-12-05 11:16:24','2010-04-21 16:27:04',212,'http_wagn_org_wagn_toggle',NULL,'W'),(10996,'2012-12-05 11:16:24','2010-04-21 16:27:04',210,'anonymous',15,'L'),(10997,'2012-12-05 11:16:24','2010-04-21 16:27:04',210,'http_wagn_org_wagn_account',NULL,'W'),(10998,'2012-12-05 11:16:24','2010-04-21 16:27:05',211,'http_wagn_org_wagn_account',NULL,'W'),(11001,'2012-12-05 11:16:24','2010-04-21 16:27:06',202,'http_wagn_org_wagn_html',NULL,'W'),(11002,'2012-12-05 11:16:24','2010-04-21 16:27:07',181,'http_wagn_org_wagn_user',NULL,'W'),(11003,'2012-12-05 11:16:24','2010-04-21 16:27:07',180,'http_wagn_org_wagn_card_type',NULL,'W'),(11362,'2012-12-05 11:16:24','2010-05-02 03:11:11',368,'*send+*right+email_config',NULL,'L'),(11363,'2012-12-05 11:16:24','2010-05-02 03:12:57',373,'email_config+*right+*content+*from',NULL,'M'),(11364,'2012-12-05 11:16:24','2010-05-02 03:12:57',373,'email_config+*right+*content+*to',NULL,'M'),(11365,'2012-12-05 11:16:24','2010-05-02 03:12:57',373,'email_config+*right+*content+*cc',NULL,'M'),(11366,'2012-12-05 11:16:24','2010-05-02 03:12:57',373,'email_config+*right+*content+*bcc',NULL,'M'),(11367,'2012-12-05 11:16:24','2010-05-02 03:12:57',373,'email_config+*right+*content+*subject',NULL,'M'),(11368,'2012-12-05 11:16:24','2010-05-02 03:12:57',373,'email_config+*right+*content+*message',NULL,'M'),(11369,'2012-12-05 11:16:24','2010-05-02 03:12:57',373,'email_config+*right+*content+*attach',NULL,'M'),(11457,'2012-12-05 11:16:24','2010-11-01 17:46:26',219,'*watcher+*right+by_name',NULL,'T'),(11458,'2012-12-05 11:16:24','2010-11-01 17:46:26',219,'http_www_wagn_org_wagn_notification',NULL,'W'),(11526,'2012-12-05 11:16:24','2011-01-09 14:09:53',365,'set',259,'L'),(11527,'2012-12-05 11:16:24','2011-01-09 14:09:53',365,'http_wagn_org_flexible_email',NULL,'W'),(11845,'2012-12-05 11:16:24','2011-01-31 10:44:37',397,'watcher_instruction_for_related_tab+*right+*content',402,'T'),(11846,'2012-12-05 11:16:24','2011-01-31 10:44:37',397,'cardtype+watcher_instruction_for_related_tab+*type_plu_right+*content',400,'T'),(11847,'2012-12-05 11:16:24','2011-01-31 10:44:37',397,'*community+*right+*content',116,'L'),(11914,'2012-12-05 11:16:24','2011-02-09 14:29:16',400,'cardtype+watcher_instruction_for_related_tab+*type_plu_right',399,'L'),(11915,'2012-12-05 11:16:24','2011-02-09 14:29:16',402,'watcher_instruction_for_related_tab+*right',401,'T'),(12553,'2012-12-05 11:16:24','2011-02-15 22:54:16',215,'http_wagn_org_wagn_file',NULL,'W'),(13623,'2012-12-05 11:16:24','2011-02-19 08:32:20',182,'http_wagn_org_wagn_wql',NULL,'W'),(13624,'2012-12-05 11:16:24','2011-02-19 08:32:20',182,'http_wagn_org_wagn_wql_syntax',NULL,'W'),(13707,'2012-12-05 11:16:24','2011-02-25 16:59:33',398,'cardtype',5,'L'),(13822,'2012-12-05 11:16:24','2011-02-25 22:44:53',116,'*community+*right+*creator',NULL,'T'),(13823,'2012-12-05 11:16:24','2011-02-25 22:44:53',116,'*community+*right+*last_editor',NULL,'T'),(13824,'2012-12-05 11:16:24','2011-02-25 22:44:53',116,'*community+*right+*editor',NULL,'T'),(13825,'2012-12-05 11:16:24','2011-02-25 22:44:53',116,'*community+*right+watcher_instruction_for_related_tab',NULL,'T'),(13826,'2012-12-05 11:16:24','2011-02-25 22:44:53',116,'*community+*right+*watcher',NULL,'M'),(13827,'2012-12-05 11:16:24','2011-02-25 22:44:53',116,'*community+*right+discussion',NULL,'M'),(13828,'2012-12-05 11:16:24','2011-02-25 22:44:53',116,'*community+*right',340,'T'),(13829,'2012-12-05 11:16:24','2011-02-25 22:44:53',116,'*community+*right+tag',NULL,'M'),(13830,'2012-12-05 11:16:24','2011-02-25 22:44:53',116,'*community+*right+*editor',NULL,'L'),(13831,'2012-12-05 11:16:24','2011-02-25 22:44:53',116,'*community+*right+*watcher',NULL,'W'),(13832,'2012-12-05 11:16:24','2011-02-25 22:44:53',116,'http_wagn_org_wagn_notification',NULL,'W'),(13833,'2012-12-05 11:16:24','2011-02-25 22:44:53',116,'*community+*right+discussion',NULL,'W'),(13834,'2012-12-05 11:16:24','2011-02-25 22:44:53',116,'*community+*right+tag',NULL,'W'),(14042,'2012-12-05 11:16:24','2011-03-08 14:31:49',392,'http_wagn_org_flexible_email',NULL,'W'),(14043,'2012-12-05 11:16:24','2011-03-08 14:31:49',392,'http_www_wagn_org_wagn_contextual_name',NULL,'W'),(14819,'2012-12-05 11:16:24','2011-03-19 22:03:39',453,'account_request+*self+*content+description',NULL,'M'),(14820,'2012-12-05 11:16:24','2011-03-19 22:03:39',453,'account_request+*self+*content',NULL,'M'),(14821,'2012-12-05 11:16:24','2011-03-19 22:03:39',453,'account_request+*self+*content+*type+by_name',NULL,'T'),(14933,'2012-12-05 11:16:24','2011-03-19 22:06:30',88,'cardtype+*type+*content+description',NULL,'M'),(14934,'2012-12-05 11:16:24','2011-03-19 22:06:30',88,'cardtype+*type+*content',88,'T'),(14935,'2012-12-05 11:16:24','2011-03-19 22:06:30',88,'cardtype+*type+*content',88,'T'),(14936,'2012-12-05 11:16:24','2011-03-19 22:06:30',88,'cardtype+*type+*content',88,'T'),(14937,'2012-12-05 11:16:24','2011-03-19 22:06:30',88,'cardtype+*type+*content+*type+by_name',NULL,'T'),(14938,'2012-12-05 11:16:24','2011-03-19 22:06:30',88,'new_chunk69917097796680chunktranscludechunk',NULL,'W'),(14953,'2012-12-05 11:16:24','2011-03-19 22:09:27',456,'set+*self+*content+description',NULL,'M'),(14954,'2012-12-05 11:16:24','2011-03-19 22:09:27',456,'set+*self+*content',NULL,'M'),(14955,'2012-12-05 11:16:24','2011-03-19 22:09:27',456,'set+*self+*content+*type+by_name',NULL,'T'),(14956,'2012-12-05 11:16:24','2011-03-19 22:09:52',259,'set+description',297,'T'),(14957,'2012-12-05 11:16:24','2011-03-19 22:09:52',259,'set',259,'T'),(14958,'2012-12-05 11:16:24','2011-03-19 22:09:52',259,'set+*type+by_name',NULL,'T'),(15286,'2012-12-05 11:16:24','2011-03-19 22:12:03',47,'pointer+description',213,'T'),(15287,'2012-12-05 11:16:24','2011-03-19 22:12:03',47,'pointer',47,'T'),(15288,'2012-12-05 11:16:24','2011-03-19 22:12:03',47,'pointer',47,'T'),(15289,'2012-12-05 11:16:24','2011-03-19 22:12:03',47,'pointer',47,'T'),(15290,'2012-12-05 11:16:24','2011-03-19 22:12:03',47,'pointer+*type+by_name',NULL,'T'),(15291,'2012-12-05 11:16:24','2011-03-19 22:12:03',47,'new_chunk69917084845940chunktranscludechunk',NULL,'W'),(15319,'2012-12-05 11:16:24','2011-03-19 22:15:26',213,'http_wagn_org_wagn_pointer',NULL,'W'),(15410,'2012-12-05 11:16:24','2011-03-20 04:49:49',12,'account_request+description',216,'T'),(15411,'2012-12-05 11:16:24','2011-03-20 04:49:49',12,'account_request',12,'T'),(15412,'2012-12-05 11:16:24','2011-03-20 04:49:49',12,'account_request+*type+by_name',NULL,'T'),(15419,'2012-12-05 11:16:24','2011-03-20 04:49:49',5,'cardtype+description',180,'T'),(15420,'2012-12-05 11:16:24','2011-03-20 04:49:49',5,'cardtype',5,'T'),(15421,'2012-12-05 11:16:24','2011-03-20 04:49:49',5,'cardtype',5,'T'),(15422,'2012-12-05 11:16:24','2011-03-20 04:49:49',5,'cardtype',5,'T'),(15423,'2012-12-05 11:16:24','2011-03-20 04:49:49',5,'cardtype+*type+by_name',NULL,'T'),(15424,'2012-12-05 11:16:24','2011-03-20 04:49:50',5,'new_chunk69917085884460chunktranscludechunk',NULL,'W'),(15425,'2012-12-05 11:16:24','2011-03-20 04:49:50',17,'date+description',409,'T'),(15426,'2012-12-05 11:16:24','2011-03-20 04:49:50',17,'date',17,'T'),(15427,'2012-12-05 11:16:24','2011-03-20 04:49:50',17,'date',17,'T'),(15428,'2012-12-05 11:16:24','2011-03-20 04:49:50',17,'date',17,'T'),(15429,'2012-12-05 11:16:24','2011-03-20 04:49:50',17,'date+*type+by_name',NULL,'T'),(15430,'2012-12-05 11:16:24','2011-03-20 04:49:50',17,'new_chunk69917085689200chunktranscludechunk',NULL,'W'),(15431,'2012-12-05 11:16:24','2011-03-20 04:49:50',18,'file+description',215,'T'),(15432,'2012-12-05 11:16:24','2011-03-20 04:49:50',18,'file',18,'T'),(15433,'2012-12-05 11:16:24','2011-03-20 04:49:50',18,'file',18,'T'),(15434,'2012-12-05 11:16:24','2011-03-20 04:49:50',18,'file',18,'T'),(15435,'2012-12-05 11:16:24','2011-03-20 04:49:50',18,'file+*type+by_name',NULL,'T'),(15436,'2012-12-05 11:16:24','2011-03-20 04:49:50',18,'new_chunk69917085443200chunktranscludechunk',NULL,'W'),(15437,'2012-12-05 11:16:24','2011-03-20 04:49:50',50,'html+description',202,'T'),(15438,'2012-12-05 11:16:24','2011-03-20 04:49:50',50,'html',50,'T'),(15439,'2012-12-05 11:16:24','2011-03-20 04:49:50',50,'html',50,'T'),(15440,'2012-12-05 11:16:24','2011-03-20 04:49:50',50,'html',50,'T'),(15441,'2012-12-05 11:16:24','2011-03-20 04:49:50',50,'html+*type+by_name',NULL,'T'),(15442,'2012-12-05 11:16:24','2011-03-20 04:49:50',50,'new_chunk69917085207900chunktranscludechunk',NULL,'W'),(15443,'2012-12-05 11:16:24','2011-03-20 04:49:50',19,'image+description',214,'T'),(15444,'2012-12-05 11:16:24','2011-03-20 04:49:50',19,'image',19,'T'),(15445,'2012-12-05 11:16:24','2011-03-20 04:49:50',19,'image',19,'T'),(15446,'2012-12-05 11:16:24','2011-03-20 04:49:50',19,'image',19,'T'),(15447,'2012-12-05 11:16:24','2011-03-20 04:49:50',19,'image+*type+by_name',NULL,'T'),(15448,'2012-12-05 11:16:24','2011-03-20 04:49:50',19,'new_chunk69917085918580chunktranscludechunk',NULL,'W'),(15449,'2012-12-05 11:16:24','2011-03-20 04:49:50',20,'number+description',406,'T'),(15450,'2012-12-05 11:16:24','2011-03-20 04:49:50',20,'number',20,'T'),(15451,'2012-12-05 11:16:24','2011-03-20 04:49:50',20,'number',20,'T'),(15452,'2012-12-05 11:16:24','2011-03-20 04:49:50',20,'number',20,'T'),(15453,'2012-12-05 11:16:24','2011-03-20 04:49:50',20,'number+*type+by_name',NULL,'T'),(15454,'2012-12-05 11:16:24','2011-03-20 04:49:50',20,'new_chunk69917085699200chunktranscludechunk',NULL,'W'),(15455,'2012-12-05 11:16:24','2011-03-20 04:49:50',52,'phrase+description',408,'T'),(15456,'2012-12-05 11:16:24','2011-03-20 04:49:50',52,'phrase',52,'T'),(15457,'2012-12-05 11:16:24','2011-03-20 04:49:50',52,'phrase',52,'T'),(15458,'2012-12-05 11:16:24','2011-03-20 04:49:50',52,'phrase',52,'T'),(15459,'2012-12-05 11:16:24','2011-03-20 04:49:50',52,'phrase+*type+by_name',NULL,'T'),(15460,'2012-12-05 11:16:24','2011-03-20 04:49:50',52,'new_chunk69917085443260chunktranscludechunk',NULL,'W'),(15461,'2012-12-05 11:16:24','2011-03-20 04:49:50',22,'plain_text+description',407,'T'),(15462,'2012-12-05 11:16:24','2011-03-20 04:49:50',22,'plain_text',22,'T'),(15463,'2012-12-05 11:16:24','2011-03-20 04:49:50',22,'plain_text',22,'T'),(15464,'2012-12-05 11:16:24','2011-03-20 04:49:50',22,'plain_text',22,'T'),(15465,'2012-12-05 11:16:24','2011-03-20 04:49:50',22,'plain_text+*type+by_name',NULL,'T'),(15466,'2012-12-05 11:16:24','2011-03-20 04:49:50',22,'new_chunk69917085179800chunktranscludechunk',NULL,'W'),(15467,'2012-12-05 11:16:24','2011-03-20 04:49:51',7,'role+description',225,'T'),(15468,'2012-12-05 11:16:24','2011-03-20 04:49:51',7,'role',7,'T'),(15469,'2012-12-05 11:16:24','2011-03-20 04:49:51',7,'role',7,'T'),(15470,'2012-12-05 11:16:24','2011-03-20 04:49:51',7,'role',7,'T'),(15471,'2012-12-05 11:16:24','2011-03-20 04:49:51',7,'role+*type+by_name',NULL,'T'),(15472,'2012-12-05 11:16:24','2011-03-20 04:49:51',7,'new_chunk69917085818200chunktranscludechunk',NULL,'W'),(15473,'2012-12-05 11:16:24','2011-03-20 04:49:51',30,'search+description',182,'T'),(15474,'2012-12-05 11:16:24','2011-03-20 04:49:51',30,'search',30,'T'),(15475,'2012-12-05 11:16:24','2011-03-20 04:49:51',30,'search',30,'T'),(15476,'2012-12-05 11:16:24','2011-03-20 04:49:51',30,'search',30,'T'),(15477,'2012-12-05 11:16:24','2011-03-20 04:49:51',30,'search+*type+by_name',NULL,'T'),(15478,'2012-12-05 11:16:24','2011-03-20 04:49:51',30,'new_chunk69917085558220chunktranscludechunk',NULL,'W'),(15482,'2012-12-05 11:16:24','2011-03-20 04:49:51',51,'toggle+description',212,'T'),(15483,'2012-12-05 11:16:24','2011-03-20 04:49:51',51,'toggle',51,'T'),(15484,'2012-12-05 11:16:24','2011-03-20 04:49:51',51,'toggle',51,'T'),(15485,'2012-12-05 11:16:24','2011-03-20 04:49:51',51,'toggle',51,'T'),(15486,'2012-12-05 11:16:24','2011-03-20 04:49:51',51,'toggle+*type+by_name',NULL,'T'),(15487,'2012-12-05 11:16:24','2011-03-20 04:49:51',51,'new_chunk69917085033240chunktranscludechunk',NULL,'W'),(15488,'2012-12-05 11:16:24','2011-03-20 04:49:51',4,'user+description',181,'T'),(15489,'2012-12-05 11:16:24','2011-03-20 04:49:51',4,'user',4,'T'),(15490,'2012-12-05 11:16:24','2011-03-20 04:49:51',4,'user',4,'T'),(15491,'2012-12-05 11:16:24','2011-03-20 04:49:51',4,'user',4,'T'),(15492,'2012-12-05 11:16:24','2011-03-20 04:49:51',4,'user+*type+by_name',NULL,'T'),(15493,'2012-12-05 11:16:24','2011-03-20 04:49:51',4,'new_chunk69917084764880chunktranscludechunk',NULL,'W'),(15494,'2012-12-05 11:16:24','2011-03-20 04:49:59',3,'basic+description',405,'T'),(15495,'2012-12-05 11:16:24','2011-03-20 04:49:59',3,'basic',3,'T'),(15496,'2012-12-05 11:16:24','2011-03-20 04:49:59',3,'basic',3,'T'),(15497,'2012-12-05 11:16:24','2011-03-20 04:49:59',3,'basic',3,'T'),(15498,'2012-12-05 11:16:24','2011-03-20 04:49:59',3,'basic+*type+by_name',NULL,'T'),(15499,'2012-12-05 11:16:24','2011-03-20 04:49:59',3,'new_chunk69917085343960chunktranscludechunk',NULL,'W'),(15654,'2012-12-05 11:16:24','2011-03-20 22:38:48',301,'pointer',47,'L'),(15655,'2012-12-05 11:16:24','2011-03-20 22:38:48',301,'search',30,'L'),(15656,'2012-12-05 11:16:24','2011-03-20 22:38:48',301,'http_wagn_org_pointer',NULL,'W'),(15677,'2012-12-05 11:16:24','2011-03-21 08:42:54',63,'*request+*to',NULL,'M'),(15678,'2012-12-05 11:16:24','2011-03-21 08:42:54',63,'*request+*thank',108,'T'),(15679,'2012-12-05 11:16:24','2011-03-21 08:42:54',63,'card_option_account_request',NULL,'W'),(15680,'2012-12-05 11:16:24','2011-03-21 08:42:54',63,'*signup',66,'L'),(15681,'2012-12-05 11:16:24','2011-03-21 08:42:54',63,'account_request',12,'L'),(15725,'2012-12-05 11:16:24','2011-03-23 13:49:23',297,'http_www_wagn_org_wagn_setting',NULL,'W'),(15990,'2012-12-05 11:16:24','2011-04-04 16:54:22',299,'pointer',47,'L'),(16074,'2012-12-05 11:16:24','2011-07-08 21:22:21',483,'administrator',10,'L'),(16075,'2012-12-05 11:16:24','2011-07-08 21:22:21',484,'administrator',10,'L'),(16076,'2012-12-05 11:16:24','2011-07-08 21:22:21',485,'administrator',10,'L'),(16077,'2012-12-05 11:16:24','2011-07-08 21:22:22',487,'administrator',10,'L'),(16078,'2012-12-05 11:16:24','2011-07-08 21:22:22',488,'administrator',10,'L'),(16079,'2012-12-05 11:16:24','2011-07-08 21:22:22',489,'administrator',10,'L'),(16080,'2012-12-05 11:16:24','2011-07-08 21:22:22',490,'administrator',10,'L'),(16081,'2012-12-05 11:16:24','2011-07-08 21:22:22',491,'administrator',10,'L'),(16082,'2012-12-05 11:16:24','2011-07-08 21:22:22',492,'administrator',10,'L'),(16083,'2012-12-05 11:16:24','2011-07-08 21:22:22',493,'administrator',10,'L'),(16084,'2012-12-05 11:16:24','2011-07-08 21:22:22',494,'administrator',10,'L'),(16085,'2012-12-05 11:16:24','2011-07-08 21:22:22',495,'administrator',10,'L'),(16086,'2012-12-05 11:16:24','2011-07-08 21:22:22',496,'anyone_signed_in',9,'L'),(16087,'2012-12-05 11:16:24','2011-07-08 21:22:23',497,'anyone_signed_in',9,'L'),(16088,'2012-12-05 11:16:24','2011-07-08 21:22:23',498,'anyone_signed_in',9,'L'),(16089,'2012-12-05 11:16:24','2011-07-08 21:22:23',500,'anyone',8,'L'),(16090,'2012-12-05 11:16:24','2011-07-08 21:22:23',502,'anyone_signed_in',9,'L'),(16091,'2012-12-05 11:16:24','2011-07-08 21:22:23',504,'anyone_signed_in',9,'L'),(16092,'2012-12-05 11:16:24','2011-07-08 21:22:25',508,'anyone',8,'L'),(16094,'2012-12-05 11:16:24','2011-07-08 21:22:27',511,'administrator',10,'L'),(16095,'2012-12-05 11:16:24','2011-07-08 21:22:28',512,'administrator',10,'L'),(16097,'2012-12-05 11:16:24','2011-07-08 21:22:28',515,'administrator',10,'L'),(16098,'2012-12-05 11:16:24','2011-07-08 21:22:28',516,'administrator',10,'L'),(16099,'2012-12-05 11:16:24','2011-07-08 21:22:28',518,'administrator',10,'L'),(16100,'2012-12-05 11:16:24','2011-07-08 21:22:28',519,'administrator',10,'L'),(16123,'2012-12-05 11:16:24','2011-07-15 15:40:20',523,'anyone',8,'L'),(16245,'2012-12-05 11:16:24','2011-07-20 10:08:39',527,'set',259,'L'),(16246,'2012-12-05 11:16:24','2011-07-20 10:08:40',531,'set',259,'L'),(16247,'2012-12-05 11:16:24','2011-07-20 10:08:40',533,'set',259,'L'),(16248,'2012-12-05 11:16:24','2011-07-20 10:08:41',529,'set',259,'L'),(16249,'2012-12-05 11:16:24','2011-07-20 10:08:41',525,'set',259,'L'),(16366,'2012-12-05 11:16:24','2011-07-22 10:01:36',547,'basic',3,'L'),(16367,'2012-12-05 11:16:24','2011-07-22 10:01:36',547,'http_wagn_org_wagn_tiny_mce',NULL,'W'),(16368,'2012-12-05 11:16:24','2011-07-22 10:03:07',73,'*title',55,'T'),(16369,'2012-12-05 11:16:24','2011-07-22 10:03:07',73,'*home',77,'T'),(16370,'2012-12-05 11:16:24','2011-07-22 10:03:07',73,'*logo',79,'T'),(16371,'2012-12-05 11:16:24','2011-07-22 10:03:07',73,'setting',278,'T'),(16372,'2012-12-05 11:16:24','2011-07-22 10:03:07',73,'set',259,'T'),(16373,'2012-12-05 11:16:24','2011-07-22 10:03:07',73,'*all',274,'T'),(16374,'2012-12-05 11:16:24','2011-07-22 10:03:07',73,'*request',63,'T'),(16375,'2012-12-05 11:16:24','2011-07-22 10:03:07',73,'*signup',66,'T'),(16376,'2012-12-05 11:16:24','2011-07-22 10:03:08',73,'*invite',56,'T'),(16377,'2012-12-05 11:16:24','2011-07-22 10:03:08',73,'wagn_bot',1,'T'),(16378,'2012-12-05 11:16:24','2011-07-22 10:03:08',73,'*css',198,'T'),(16379,'2012-12-05 11:16:24','2011-07-22 10:03:08',73,'*sidebar',81,'T'),(16380,'2012-12-05 11:16:24','2011-07-22 10:03:08',73,'*tiny_mce',53,'T'),(16381,'2012-12-05 11:16:24','2011-07-22 10:03:08',73,'*google_analytic_key',NULL,'M'),(16382,'2012-12-05 11:16:24','2011-07-22 10:03:08',73,'*favicon',NULL,'M'),(16383,'2012-12-05 11:16:24','2011-07-22 10:03:08',73,'setting',278,'L'),(16384,'2012-12-05 11:16:24','2011-07-22 10:03:08',73,'set',259,'L'),(16385,'2012-12-05 11:16:24','2011-07-22 10:03:08',73,'*all',274,'L'),(16386,'2012-12-05 11:16:24','2011-07-22 10:03:08',73,'card_option_wagn_bot',NULL,'W'),(16387,'2012-12-05 11:16:24','2011-07-22 10:03:08',73,'http_www_wagn_org_wagn_custom_sign_up_information',NULL,'W'),(16388,'2012-12-05 11:16:24','2011-07-22 10:03:08',73,'http_www_wagn_org_wagn_formatting',NULL,'W'),(16389,'2012-12-05 11:16:24','2011-07-22 10:03:08',73,'account_request',12,'L'),(16390,'2012-12-05 11:16:24','2011-07-22 10:03:08',73,'user',4,'L'),(16391,'2012-12-05 11:16:24','2011-07-22 10:03:08',73,'http_www_wagn_org_wagn_account_administering_20account',NULL,'W'),(16392,'2012-12-05 11:16:24','2011-07-22 10:03:08',73,'http_wagn_org_wagn_google_analytic',NULL,'W'),(16393,'2012-12-05 11:16:24','2011-07-22 10:03:08',73,'http_www_wagn_org_wagn_favicon',NULL,'W'),(16394,'2012-12-05 11:16:24','2011-07-22 10:03:08',278,'setting+description',298,'T'),(16395,'2012-12-05 11:16:24','2011-07-22 10:03:08',278,'setting',278,'T'),(16396,'2012-12-05 11:16:24','2011-07-22 10:03:08',278,'setting',278,'T'),(16397,'2012-12-05 11:16:24','2011-07-22 10:03:08',278,'setting',278,'T'),(16398,'2012-12-05 11:16:24','2011-07-22 10:03:08',278,'setting+*type+by_name',NULL,'T'),(16399,'2012-12-05 11:16:24','2011-07-22 10:03:08',278,'new_chunk69973274709860chunktranscludechunk',NULL,'W'),(16400,'2012-12-05 11:16:24','2011-08-03 02:29:08',298,'http_www_wagn_org_wagn_setting',NULL,'W'),(16532,'2012-12-05 11:16:24','2011-08-25 09:22:58',549,'anyone',8,'L'),(16536,'2012-12-05 11:16:24','2011-08-25 09:23:07',551,'anyone',8,'L'),(16547,'2012-12-05 11:16:24','2011-08-25 09:24:37',554,'anyone',8,'L'),(16555,'2012-12-05 11:16:24','2011-08-25 09:25:11',558,'anyone',8,'L'),(16557,'2012-12-05 11:16:24','2011-08-25 09:25:30',81,'menu',85,'T'),(16558,'2012-12-05 11:16:24','2011-08-25 09:25:30',81,'administrator_link',151,'T'),(16563,'2012-12-05 11:16:24','2011-08-25 09:25:30',559,'anyone',8,'L'),(16564,'2012-12-05 11:16:24','2011-08-25 09:25:31',83,'http_www_wagn_org_wagn_sidebar',NULL,'W'),(16568,'2012-12-05 11:16:24','2011-08-25 09:25:40',561,'anyone',8,'L'),(16573,'2012-12-05 11:16:24','2012-01-02 13:49:04',100,'account_request+*type+by_create',NULL,'T'),(16574,'2012-12-05 11:16:24','2012-01-02 13:49:04',100,'card_with_account',101,'T'),(16575,'2012-12-05 11:16:24','2012-01-02 13:49:04',100,'account_invite',NULL,'W'),(16576,'2012-12-05 11:16:24','2012-01-02 13:49:04',100,'user',4,'L'),(16577,'2012-12-05 11:16:24','2012-01-02 13:49:04',100,'http_wagn_org_wagn_account',NULL,'W'),(16592,'2012-12-05 11:16:24','2012-01-08 22:30:07',556,'anyone',8,'L'),(16611,'2012-12-05 11:16:24','2012-01-08 22:33:46',85,'card_new',NULL,'W'),(16625,'2012-12-05 11:16:24','2012-01-08 23:12:38',80,'config',73,'L'),(16626,'2012-12-05 11:16:24','2012-01-08 23:12:38',80,'http_wagn_org_wagn_configuration',NULL,'W'),(16627,'2012-12-05 11:16:24','2012-01-08 23:12:38',80,'http_wagn_org_wagn_documentation',NULL,'W'),(16628,'2012-12-05 11:16:24','2012-01-08 23:12:38',80,'http_wagn_org_wagn_support',NULL,'W'),(16629,'2012-12-05 11:16:24','2012-01-14 01:47:25',568,'administrator',10,'L'),(16630,'2012-12-05 11:16:24','2012-01-14 01:47:26',569,'layout+description',NULL,'M'),(16631,'2012-12-05 11:16:24','2012-01-14 01:47:26',569,'layout',569,'T'),(16632,'2012-12-05 11:16:24','2012-01-14 01:47:26',569,'layout',569,'T'),(16633,'2012-12-05 11:16:24','2012-01-14 01:47:26',569,'layout',569,'T'),(16634,'2012-12-05 11:16:24','2012-01-14 01:47:26',569,'layout+*type+by_name',NULL,'T'),(16635,'2012-12-05 11:16:24','2012-01-14 01:47:26',569,'/new/chunk2172340060chunktranscludechunk',NULL,'W'),(16636,'2012-12-05 11:16:24','2012-01-14 01:47:26',571,'administrator',10,'L'),(16637,'2012-12-05 11:16:24','2012-01-14 01:47:26',572,'administrator',10,'L'),(16638,'2012-12-05 11:16:24','2012-01-14 01:47:26',573,'administrator',10,'L'),(16652,'2012-12-05 11:16:24','2012-01-27 04:24:42',294,'*head',470,'T'),(16653,'2012-12-05 11:16:24','2012-01-27 04:24:42',294,'*navbox',471,'T'),(16654,'2012-12-05 11:16:24','2012-01-27 04:24:42',294,'*account_link',474,'T'),(16655,'2012-12-05 11:16:24','2012-01-27 04:24:42',294,'user+*type',294,'T'),(16656,'2012-12-05 11:16:24','2012-01-27 04:24:42',294,'*logo',79,'T'),(16657,'2012-12-05 11:16:24','2012-01-27 04:24:42',294,'*sidebar',81,'T'),(16658,'2012-12-05 11:16:24','2012-01-27 04:24:42',294,'*version',473,'T'),(16659,'2012-12-05 11:16:24','2012-01-27 04:24:42',294,'*alert',468,'T'),(16660,'2012-12-05 11:16:24','2012-01-27 04:24:42',294,'*foot',469,'T'),(16661,'2012-12-05 11:16:24','2012-01-27 04:24:42',294,'/',NULL,'W'),(16662,'2012-12-05 11:16:24','2012-01-27 04:24:42',294,'/recent',NULL,'W'),(16663,'2012-12-05 11:16:24','2012-01-27 04:24:42',294,'/',NULL,'W'),(16664,'2012-12-05 11:16:24','2012-01-27 04:24:42',294,'http_//www_wagn_org',NULL,'W'),(16665,'2012-12-05 11:16:24','2012-03-02 19:05:52',357,'set',259,'L'),(16666,'2012-12-05 11:16:24','2012-03-02 19:05:52',357,'http_//www_wagn_org/wagn/formatting',NULL,'W'),(16667,'2012-12-05 11:16:24','2012-03-02 19:08:40',304,'http_//www_wagn_org/wagn/captcha',NULL,'W'),(16668,'2012-12-05 11:16:24','2012-03-02 19:08:40',304,'set',259,'L'),(16669,'2012-12-05 11:16:24','2012-03-02 19:09:40',281,'set',259,'L'),(16670,'2012-12-05 11:16:24','2012-03-02 19:09:40',281,'http_//wagn_org/custom_layout',NULL,'W'),(16671,'2012-12-05 11:16:24','2012-03-02 19:11:17',249,'set',259,'L'),(16672,'2012-12-05 11:16:24','2012-03-02 19:11:17',249,'http_//wagn_org/wagn/autonaming',NULL,'W'),(16673,'2012-12-05 11:16:24','2012-03-02 19:14:15',254,'pointer',47,'L'),(16674,'2012-12-05 11:16:24','2012-03-02 19:14:15',254,'http_//www_wagn_org/wagn/pointer',NULL,'W'),(16675,'2012-12-05 11:16:24','2012-07-27 20:52:40',552,'anyone',8,'L'),(16676,'2012-12-05 11:16:24','2012-07-27 20:52:40',545,'http_//wagn_org/wagn/skin',NULL,'W'),(16678,'2012-12-05 11:16:24','2012-09-20 16:42:34',588,'anyone_signed_in',9,'L'),(16679,'2012-12-05 11:16:24','2012-09-20 16:42:34',589,'administrator',10,'L'),(16683,'2012-12-05 11:16:24','2012-10-01 16:35:39',151,'config',73,'L'),(16684,'2012-12-05 11:16:24','2012-10-01 16:35:39',151,'*account',100,'L'),(16685,'2012-12-05 11:16:24','2012-10-01 16:35:39',151,'/admin/clear_cache',NULL,'W'),(16690,'2012-12-05 11:16:24','2012-10-09 23:20:10',56,'*invite+*subject',NULL,'M'),(16691,'2012-12-05 11:16:24','2012-10-09 23:20:10',56,'*invite+*message',NULL,'M'),(16692,'2012-12-05 11:16:24','2012-10-09 23:20:10',56,'*invite+*from',NULL,'M'),(16693,'2012-12-05 11:16:24','2012-10-09 23:20:10',56,'*invite+*thank',62,'T'),(16694,'2012-12-05 11:16:24','2012-10-09 23:20:10',56,'*account+*right',330,'L'),(16695,'2012-12-05 11:16:24','2012-10-09 23:22:14',147,'http_//wagn_org/wagn/permission',NULL,'W'),(16696,'2012-12-05 11:16:24','2012-10-09 23:23:16',225,'user',4,'L'),(16697,'2012-12-05 11:16:24','2012-10-09 23:23:16',225,'http_//wagn_org/wagn/role',NULL,'W'),(16698,'2012-12-05 11:16:24','2012-10-09 23:25:00',66,'*signup+*subject',NULL,'M'),(16699,'2012-12-05 11:16:24','2012-10-09 23:25:00',66,'*signup+*message',NULL,'M'),(16700,'2012-12-05 11:16:24','2012-10-09 23:25:00',66,'*signup+*thank',67,'T'),(16701,'2012-12-05 11:16:24','2012-10-09 23:25:00',66,'/card/option/account_request',NULL,'W'),(16702,'2012-12-05 11:16:24','2012-10-09 23:25:00',66,'*account+*right',330,'L'),(16703,'2012-12-05 11:16:24','2012-10-09 23:37:22',308,'*account+*right',330,'L'),(16704,'2012-12-05 11:16:24','2012-10-09 23:37:22',308,'http_//www_wagn_org/wagn/account',NULL,'W'),(16705,'2012-12-05 11:16:24','2012-10-09 23:37:22',308,'set',259,'L'),(16707,'2012-12-05 11:16:24','2012-11-30 05:23:45',314,'*head',470,'T'),(16708,'2012-12-05 11:16:24','2012-11-30 05:23:45',314,'*navbox',471,'T'),(16709,'2012-12-05 11:16:24','2012-11-30 05:23:45',314,'*account_link',474,'T'),(16710,'2012-12-05 11:16:24','2012-11-30 05:23:45',314,'default_layout',314,'T'),(16711,'2012-12-05 11:16:24','2012-11-30 05:23:45',314,'*logo',79,'T'),(16712,'2012-12-05 11:16:24','2012-11-30 05:23:45',314,'*sidebar',81,'T'),(16713,'2012-12-05 11:16:24','2012-11-30 05:23:45',314,'*version',473,'T'),(16714,'2012-12-05 11:16:24','2012-11-30 05:23:45',314,'',NULL,'W'),(16715,'2012-12-05 11:16:24','2012-11-30 05:23:45',314,'recent',NULL,'W'),(16716,'2012-12-05 11:16:24','2012-11-30 05:23:45',314,'',NULL,'W'),(16717,'2012-12-05 11:16:24','2012-11-30 05:23:45',314,'http_www_wagn_org',NULL,'W');
51
- /*!40000 ALTER TABLE `card_references` ENABLE KEYS */;
52
- UNLOCK TABLES;
53
-
54
- --
55
- -- Table structure for table `card_revisions`
56
- --
57
-
58
- DROP TABLE IF EXISTS `card_revisions`;
59
- /*!40101 SET @saved_cs_client = @@character_set_client */;
60
- /*!40101 SET character_set_client = utf8 */;
61
- CREATE TABLE `card_revisions` (
62
- `id` int(11) NOT NULL AUTO_INCREMENT,
63
- `created_at` datetime NOT NULL,
64
- `card_id` int(11) NOT NULL,
65
- `creator_id` int(11) NOT NULL,
66
- `content` text COLLATE utf8_unicode_ci NOT NULL,
67
- `created_by` int(11) DEFAULT NULL,
68
- PRIMARY KEY (`id`),
69
- KEY `revisions_card_id_index` (`card_id`),
70
- KEY `revisions_created_by_index` (`creator_id`)
71
- ) ENGINE=InnoDB AUTO_INCREMENT=6264 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
72
- /*!40101 SET character_set_client = @saved_cs_client */;
73
-
74
- --
75
- -- Dumping data for table `card_revisions`
76
- --
77
-
78
- LOCK TABLES `card_revisions` WRITE;
79
- /*!40000 ALTER TABLE `card_revisions` DISABLE KEYS */;
80
- INSERT INTO `card_revisions` VALUES (8,'2012-12-05 11:16:24',8,1,'',1),(9,'2012-12-05 11:16:24',9,1,'',1),(10,'2012-12-05 11:16:24',10,1,'',1),(28,'2012-12-05 11:16:24',28,1,'',1),(33,'2012-12-05 11:16:24',33,1,'',1),(35,'2012-12-05 11:16:24',35,1,'',1),(37,'2012-12-05 11:16:24',37,1,'',1),(39,'2012-12-05 11:16:24',39,1,'',1),(41,'2012-12-05 11:16:24',41,1,'',1),(43,'2012-12-05 11:16:24',43,1,'',1),(62,'2012-12-05 11:16:24',61,1,'',1),(66,'2012-12-05 11:16:24',64,1,'',1),(237,'2012-12-05 11:16:24',82,1,'',1),(266,'2012-12-05 11:16:24',86,1,'',1),(311,'2012-12-05 11:16:24',89,1,'',1),(349,'2012-12-05 11:16:24',92,1,'',1),(353,'2012-12-05 11:16:24',96,1,'',1),(355,'2012-12-05 11:16:24',98,1,'',1),(486,'2012-12-05 11:16:24',101,1,'{\"extension_type\": \"User\"}',1),(1225,'2012-12-05 11:16:24',110,1,'',1),(1253,'2012-12-05 11:16:24',115,1,'',1),(1270,'2012-12-05 11:16:24',117,1,'',1),(1407,'2012-12-05 11:16:24',128,1,'',1),(1408,'2012-12-05 11:16:24',129,1,'',1),(1409,'2012-12-05 11:16:24',130,1,'',1),(1410,'2012-12-05 11:16:24',131,1,'',1),(1521,'2012-12-05 11:16:24',137,1,'',1),(1541,'2012-12-05 11:16:24',1,1,'<p>This is the account that makes any automated updates &mdash; cards created when someone signs up, link updates when renaming cards, etc.</p>',1),(1550,'2012-12-05 11:16:24',138,1,'',1),(1696,'2012-12-05 11:16:24',146,1,'',1),(1755,'2012-12-05 11:16:24',55,1,'My Wagn',3),(1871,'2012-12-05 11:16:24',118,1,'[[*account]]',3),(1881,'2012-12-05 11:16:24',99,1,'{\"member_of\": \"_self\", \"sort\":\"name\"}',3),(1988,'2012-12-05 11:16:24',168,1,'',4),(1993,'2012-12-05 11:16:24',170,1,'',4),(2008,'2012-12-05 11:16:24',112,1,'[[*incoming]]\n[[*outgoing]]\n[[*plusses]]\n[[*community]]',3),(2013,'2012-12-05 11:16:24',172,1,'',3),(2022,'2012-12-05 11:16:24',173,1,'{\"right_plus\":[\"tags\", {\"refer_to\":\"_self\"}]}',4),(2054,'2012-12-05 11:16:24',169,1,'<h1>[[_left+*links|\"{{_left|name}}\" links to]]</h1>\n<blockquote>\n<p>{{_left+*links}}</p>\n</blockquote>\n<p>&nbsp;</p>\n<h1>[[_left+*inclusions|\"{{_left|name}}\" includes]]</h1>\n<blockquote>\n<p>{{_left+*inclusions}}</p>\n</blockquote>\n<p>&nbsp;</p>\n<h1>[[_left+tags|\"{{_left|name}}\" is tagged with]]</h1>\n<blockquote>\n<p>{{_left+tags}}</p>\n</blockquote>',4),(2087,'2012-12-05 11:16:24',178,1,'',4),(2089,'2012-12-05 11:16:24',179,1,'{\"found_by\": \"_self\", \"sort\": \"update\"}',4),(2093,'2012-12-05 11:16:24',180,1,'<p><span><span>Every card has a type, which shapes what kind of information goes into it. You can also add your own cardtypes. To learn more, read the [[http://wagn.org/wagn/card_types|documentation about card types]].<br></span></span></p>',4),(2094,'2012-12-05 11:16:24',181,1,'<p>People with accounts generally have a User card. To learn more, read the [[http://wagn.org/wagn/User|documentation about User cards]].</p>',4),(2210,'2012-12-05 11:16:24',111,1,'<p><em>Plus cards have a plus (+) in their name </em><em>(e.g., \"Menu+description\"). They are formed by plussing two cards together to make a third.</em></p>\n<p>&nbsp;</p>\n<h1>[[_left+*plus cards|Plus cards \"{{_left|name}}\" is part of]]</h1>\n<blockquote>\n<p>{{_left+*plus cards}}</p>\n</blockquote>\n<p>&nbsp;</p>\n<h1>[[_left+*plus parts|The other parts]]</h1>\n<blockquote>\n<p>{{_left+*plus parts}}</p>\n</blockquote>',4),(2264,'2012-12-05 11:16:24',184,1,'',4),(2266,'2012-12-05 11:16:24',185,1,'{\"found_by\": \"_self\", \"sort\": \"name\"}\n',4),(2290,'2012-12-05 11:16:24',190,1,'',4),(2291,'2012-12-05 11:16:24',191,1,'{\"found_by\": \"_self\", \"sort\": \"create\"}',4),(2331,'2012-12-05 11:16:24',81,1,'<p>&nbsp;</p>\n<p>{{Menu|open}}</p>\n<p>&nbsp;</p>\n<p>{{Administrator links|open}}</p>',3),(2336,'2012-12-05 11:16:24',171,1,'<h1>[[_left+*linkers|What links to \"{{_left|name}}\"?]]<br></h1>\n<blockquote>\n<p>{{_left+*linkers}}</p>\n</blockquote>\n<p>&nbsp;</p>\n<h1>[[_left+*includers|What includes \"{{_left|name}}\"?]]</h1>\n<blockquote>\n<p>{{_left+*includers}}</p>\n</blockquote>\n<p>&nbsp;</p>\n<h1>[[_left+*tagged|What\'s tagged \"{{_left|name}}\"?]]</h1>\n<blockquote>\n<p>{{_left+*tagged}}</p>\n</blockquote>',3),(2402,'2012-12-05 11:16:24',200,1,'<p>Thanks for submitting this form!</p>',4),(2403,'2012-12-05 11:16:24',201,1,'',4),(2408,'2012-12-05 11:16:24',202,1,'<p>These cards allow unrestricted use of HTML. See the [[http://wagn.org/wagn/HTML|documentation on HTML cards]].</p>',4),(2430,'2012-12-05 11:16:24',205,1,'',4),(2472,'2012-12-05 11:16:24',67,1,'/wagn/Signup_Success',1),(2473,'2012-12-05 11:16:24',108,1,'/wagn/Request_Sent',1),(2474,'2012-12-05 11:16:24',62,1,'/wagn/Invite_Success',1),(2494,'2012-12-05 11:16:24',68,1,'<p>Thanks!&nbsp; Your invitation is on its way.</p>\n<p>&nbsp;</p>\n<p>See [[Account Requests]].</p>',4),(2570,'2012-12-05 11:16:24',211,1,'<p>Anyone who is signed in has this role. [[http://wagn.org/wagn/account|Learn more about accounts]].</p>',4),(2571,'2012-12-05 11:16:24',210,1,'<p>Anyone who is not signed in has this role. Edits they make will be credited to [[Anonymous]]. [[http://wagn.org/wagn/account|Learn more about accounts]].</p>',4),(2573,'2012-12-05 11:16:24',15,1,'<p>Edits made by people who are not signed in are credited to Anonymous. [[http://wagn.org/wagn/account|Learn more about accounts]].</p>',4),(2574,'2012-12-05 11:16:24',212,1,'<p>Toggles simply indicate yes or no. [[http://wagn.org/wagn/Toggle|Learn more about Toggles]].</p>',4),(2576,'2012-12-05 11:16:24',214,1,'<p>On Wagn you upload images to Image cards, then include them wherever you want the image to appear. [[http://wagn.org/wagn/Image|Learn more about Image cards]].</p>',4),(2581,'2012-12-05 11:16:24',216,1,'<p>People who have requested accounts but not yet been approved ([[http://wagn.org/wagn/account|learn more about accounts]]):</p>',4),(2604,'2012-12-05 11:16:24',217,1,'',4),(2609,'2012-12-05 11:16:24',220,1,'',5),(2622,'2012-12-05 11:16:24',103,1,'<img src=\"http://s3.amazonaws.com/en.dwagn.org/card_images/42/red_wagon_wheel_medium.png\">',4),(2624,'2012-12-05 11:16:24',222,1,'',4),(2878,'2012-12-05 11:16:24',241,1,'',4),(2879,'2012-12-05 11:16:24',242,1,'',4),(2889,'2012-12-05 11:16:24',247,1,'',4),(2890,'2012-12-05 11:16:24',248,1,'',4),(2901,'2012-12-05 11:16:24',253,1,'',4),(2930,'2012-12-05 11:16:24',257,1,'1',4),(3001,'2012-12-05 11:16:24',260,1,'',1),(3002,'2012-12-05 11:16:24',261,1,'{\"right\":\"_self\"}',1),(3003,'2012-12-05 11:16:24',262,1,'',1),(3004,'2012-12-05 11:16:24',263,1,'{\"left\":{\"type\":\"_left\"}, \"right\":\"_right\"}',1),(3005,'2012-12-05 11:16:24',264,1,'',1),(3006,'2012-12-05 11:16:24',265,1,'{\"name\":\"_self\"}',1),(3007,'2012-12-05 11:16:24',266,1,'',1),(3008,'2012-12-05 11:16:24',267,1,'{\"type\":\"_self\"}',1),(3009,'2012-12-05 11:16:24',268,1,'{\"right\":\"_self\"}',1),(3010,'2012-12-05 11:16:24',269,1,'{\"right\":\"_self\"}',1),(3019,'2012-12-05 11:16:24',255,1,'',1),(3021,'2012-12-05 11:16:24',256,1,'',1),(3022,'2012-12-05 11:16:24',277,1,'description',1),(3023,'2012-12-05 11:16:24',252,1,'',1),(3031,'2012-12-05 11:16:24',109,1,'<div>Thank you for signing up with {{*title}}. Someone will receive your request for an account and approve it as soon as possible.</div>',4),(3033,'2012-12-05 11:16:24',91,1,'4',4),(3040,'2012-12-05 11:16:24',280,1,'',4),(3060,'2012-12-05 11:16:24',284,1,'',1),(3061,'2012-12-05 11:16:24',285,1,'',1),(3063,'2012-12-05 11:16:24',286,1,'',1),(3065,'2012-12-05 11:16:24',288,1,'',1),(3066,'2012-12-05 11:16:24',289,1,'',1),(3078,'2012-12-05 11:16:24',291,1,'',4),(3079,'2012-12-05 11:16:24',292,1,'0',4),(3081,'2012-12-05 11:16:24',293,1,'0',4),(3082,'2012-12-05 11:16:24',294,1,'{\"type\":\"_self\"}',4),(3083,'2012-12-05 11:16:24',295,1,'1',4),(3088,'2012-12-05 11:16:24',274,1,'{}',1),(3101,'2012-12-05 11:16:24',300,1,'{\"right\":\"_self\"}',3),(3123,'2012-12-05 11:16:24',302,1,'{\"right\":\"_self\"}',3),(3126,'2012-12-05 11:16:24',305,1,'{\"right\":\"_self\"}',3),(3133,'2012-12-05 11:16:24',307,1,'{\"right\":\"_self\"}',3),(3137,'2012-12-05 11:16:24',309,1,'',1),(3140,'2012-12-05 11:16:24',310,1,'{\"right\":\"_self\"}',4),(3171,'2012-12-05 11:16:24',275,1,'[[Default Layout]]',4),(3177,'2012-12-05 11:16:24',315,1,'{\"name\":\"_self\"}',4),(3178,'2012-12-05 11:16:24',316,1,'{\"type\": \"HTML\"}',4),(3196,'2012-12-05 11:16:24',317,1,'',1),(3197,'2012-12-05 11:16:24',318,1,'',1),(3198,'2012-12-05 11:16:24',319,1,'',1),(3199,'2012-12-05 11:16:24',320,1,'',1),(3201,'2012-12-05 11:16:24',321,1,'',1),(3203,'2012-12-05 11:16:24',322,1,'<p>{{+description}}</p>\n<p>&nbsp;</p>\n<h1>Accounts with the {{_self|name}} role<br></h1>\n<blockquote>\n<p>{{+*members}}</p>\n</blockquote>',1),(3206,'2012-12-05 11:16:24',324,1,'',1),(3207,'2012-12-05 11:16:24',325,1,'',1),(3208,'2012-12-05 11:16:24',326,1,'',1),(3209,'2012-12-05 11:16:24',327,1,'',1),(3213,'2012-12-05 11:16:24',329,1,'',1),(3214,'2012-12-05 11:16:24',330,1,'',1),(3218,'2012-12-05 11:16:24',331,1,'',1),(3223,'2012-12-05 11:16:24',334,1,'',1),(3224,'2012-12-05 11:16:24',335,1,'',1),(3225,'2012-12-05 11:16:24',336,1,'',1),(3226,'2012-12-05 11:16:24',337,1,'',1),(3228,'2012-12-05 11:16:24',338,1,'',1),(3229,'2012-12-05 11:16:24',339,1,'',1),(3230,'2012-12-05 11:16:24',340,1,'',1),(3232,'2012-12-05 11:16:24',341,1,'',1),(3233,'2012-12-05 11:16:24',342,1,'',1),(3235,'2012-12-05 11:16:24',343,1,'',1),(3238,'2012-12-05 11:16:24',345,1,'',1),(3239,'2012-12-05 11:16:24',346,1,'',1),(3240,'2012-12-05 11:16:24',347,1,'',1),(3241,'2012-12-05 11:16:24',348,1,'',1),(3242,'2012-12-05 11:16:24',349,1,'',1),(3243,'2012-12-05 11:16:24',350,1,'',1),(3244,'2012-12-05 11:16:24',351,1,'',1),(3246,'2012-12-05 11:16:24',352,1,'',1),(3248,'2012-12-05 11:16:24',353,1,'',1),(3250,'2012-12-05 11:16:24',354,1,'',1),(3251,'2012-12-05 11:16:24',355,1,'',1),(3253,'2012-12-05 11:16:24',356,1,'',4),(3260,'2012-12-05 11:16:24',358,1,'',4),(3264,'2012-12-05 11:16:24',311,1,'<p><span> </span></p>\n<div>\n<p><span> </span></p>\n<div>\n<p>[[http://www.wagn.org/wagn/custom_help_text|Help text]] people will see when adding cards in the [[set]].</p>\n</div>\n</div>',4),(3266,'2012-12-05 11:16:24',306,1,'<p>[[http://www.wagn.org/wagn/custom_help_text|Help text]] people will see when editing cards in the [[set]].</p>',4),(3318,'2012-12-05 11:16:24',69,1,'<div>Thank you for signing up with {{*title}}. Your new account information is on it\'s way to your emailbox now and should be there soon.</div>',3),(3478,'2012-12-05 11:16:24',363,1,'',3),(3482,'2012-12-05 11:16:24',359,1,'<p>Controls content of cards in the [[set]]. [[http://www.wagn.org/wagn/formatting|More about formatting]].</p>',3),(3494,'2012-12-05 11:16:24',90,1,'<p>Autogenerate [[http://www.wagn.org/wagn/table_of_contents|table of contents]] when cards in the [[set]] have at least this many headers (\"0\" means never).</p>',3),(3495,'2012-12-05 11:16:24',250,1,'<p>Where to take people after they create a card in the [[set]]. [[http://www.wagn.org/wagn/Custom_thank_you_messages_for_forms|Learn more about thank you messages.]]</p>',3),(3513,'2012-12-05 11:16:24',364,1,'',3),(3574,'2012-12-05 11:16:24',366,1,'',4),(3575,'2012-12-05 11:16:24',367,1,'0',4),(3606,'2012-12-05 11:16:24',368,1,'[[_left+email config]]',3),(3608,'2012-12-05 11:16:24',371,1,'',3),(3609,'2012-12-05 11:16:24',372,1,'',3),(3610,'2012-12-05 11:16:24',373,1,'<p>{{+*from}}</p>\n<p>{{+*to}}</p>\n<p>{{+*cc}}</p>\n<p>{{+*bcc}}</p>\n<p>{{+*subject}}</p>\n<p>{{+*message}}</p>\n<p>{{+*attach}}</p>',3),(3612,'2012-12-05 11:16:24',375,1,'',3),(3614,'2012-12-05 11:16:24',377,1,'',3),(3615,'2012-12-05 11:16:24',378,1,'',3),(3617,'2012-12-05 11:16:24',380,1,'',3),(3618,'2012-12-05 11:16:24',381,1,'',3),(3620,'2012-12-05 11:16:24',383,1,'',3),(3621,'2012-12-05 11:16:24',384,1,'',3),(3624,'2012-12-05 11:16:24',387,1,'',3),(3626,'2012-12-05 11:16:24',389,1,'',3),(3628,'2012-12-05 11:16:24',390,1,'',3),(3629,'2012-12-05 11:16:24',391,1,'',3),(3754,'2012-12-05 11:16:24',219,1,'<p>These cards show who is getting email about changes to these cards or card types. ([[http://www.wagn.org/wagn/Notification|Learn more about notification.]]):</p>\n<p>&nbsp;</p>\n<p>{{+*right+by name}}</p>',4),(3794,'2012-12-05 11:16:24',365,1,'<p>Configures email to be sent when card in [[set]] is added. Learn more about [[http://wagn.org/flexible_email|flexible email]].</p>',4),(3810,'2012-12-05 11:16:24',398,1,'',4),(3811,'2012-12-05 11:16:24',399,1,'',4),(3814,'2012-12-05 11:16:24',401,1,'',4),(3859,'2012-12-05 11:16:24',397,1,'<p>For the [[*community+*right+*content|community subtab]] of the Related tab:</p>\n<p>&nbsp;</p>\n<p>{{+*right+*content|open}}</p>\n<p>&nbsp;</p>\n<p>{{Cardtype+_+*type plus right+*content|open}}</p>',3),(3867,'2012-12-05 11:16:24',402,1,'People receiving email when \"{{_left|name}}\" is changed.',3),(3868,'2012-12-05 11:16:24',400,1,'People receiving email when [[_left]] cards are changed.',3),(3871,'2012-12-05 11:16:24',279,1,'0',4),(4841,'2012-12-05 11:16:24',406,1,'<p>Number cards can contain only numerical values.</p>',4),(4846,'2012-12-05 11:16:24',409,1,'<p>Date cards contain a date.</p>',4),(4869,'2012-12-05 11:16:24',407,1,'<p>PlainText cards are for unstyled text.</p>',3),(4871,'2012-12-05 11:16:24',215,1,'<p>File cards are for uploading and downloading files. [[http://wagn.org/wagn/File|Learn more about File cards]].</p>',3),(4872,'2012-12-05 11:16:24',408,1,'<p>Phrase cards are for short unstyled text.</p>',3),(4888,'2012-12-05 11:16:24',388,1,'',4),(4892,'2012-12-05 11:16:24',382,1,'',4),(4894,'2012-12-05 11:16:24',379,1,'',4),(4913,'2012-12-05 11:16:24',376,1,'',4),(4915,'2012-12-05 11:16:24',374,1,'',4),(5196,'2012-12-05 11:16:24',182,1,'<p>Searches return a list of cards using [[http://wagn.org/wagn/WQL|WQL, the Wagn Query Language]]. See the [[http://wagn.org/wagn/WQL syntax|syntax documentation]].</p>',3),(5199,'2012-12-05 11:16:24',419,1,'',4),(5200,'2012-12-05 11:16:24',420,1,'',4),(5214,'2012-12-05 11:16:24',77,1,'Home',4),(5245,'2012-12-05 11:16:24',425,1,'',4),(5246,'2012-12-05 11:16:24',426,1,'',4),(5249,'2012-12-05 11:16:24',428,1,'',4),(5250,'2012-12-05 11:16:24',429,1,'',4),(5252,'2012-12-05 11:16:24',431,1,'',4),(5253,'2012-12-05 11:16:24',432,1,'',4),(5290,'2012-12-05 11:16:24',430,1,'{\"creator_of\": \"_self\"}',4),(5291,'2012-12-05 11:16:24',427,1,'{\"last_edited_by\": \"_self\",\n \"sort\": \"update\",\n \"view\": \"change\"\n}',4),(5292,'2012-12-05 11:16:24',433,1,'{\"created_by\": \"_self\",\n \"sort\": \"create\", \"dir\": \"desc\"\n}',4),(5296,'2012-12-05 11:16:24',435,1,'',4),(5297,'2012-12-05 11:16:24',436,1,'',4),(5306,'2012-12-05 11:16:24',116,1,'<div><strong>Added by:</strong> {{_left+*creator|item:link}}</div>\n<div><strong>Most recent editor:</strong> {{_left+*last editor|item:link}}</div>\n<p>&nbsp;</p>\n<h1>[[_left+*editors|All editors]]</h1>\n<blockquote>\n<p>{{_left+*editors|item:link}}</p>\n</blockquote>\n<p>&nbsp;</p>\n<h1>[[_left+*watchers|Watchers]]</h1>\n<div><strong>{{_left+watcher instructions for related tab|naked}}</strong>&nbsp;&nbsp;[[http://wagn.org/wagn/Notification|Learn more about notifications.]]</div>\n<blockquote>\n<p>{{_left+*watchers|item:link}}</p>\n</blockquote>\n<p>&nbsp;</p>\n<h1>[[_left+discussion|Discussion]]</h1>\n<blockquote>\n<p>{{_left+discussion|open}}</p>\n</blockquote>\n<p>&nbsp;</p>\n<h1>[[_left+tags|\"{{_left|name}}\" is tagged with]]</h1>\n<blockquote>\n<p>{{_left+tags}}</p>\n</blockquote>\n<p>&nbsp;</p>',4),(5333,'2012-12-05 11:16:24',441,1,'',4),(5334,'2012-12-05 11:16:24',442,1,'4',4),(5392,'2012-12-05 11:16:24',445,1,'',4),(5393,'2012-12-05 11:16:24',446,1,'',4),(5395,'2012-12-05 11:16:24',448,1,'',4),(5396,'2012-12-05 11:16:24',449,1,'',4),(5403,'2012-12-05 11:16:24',439,1,'',4),(5404,'2012-12-05 11:16:24',438,1,'',4),(5411,'2012-12-05 11:16:24',392,1,'<p>Configures an email to be sent using [[http://wagn.org/flexible_email|flexible email]]. Note that [[http://www.wagn.org/wagn/contextual_names|contextual names]] here such as \"_self\" will refer to the card triggering the email.</p>',4),(5469,'2012-12-05 11:16:24',259,1,'<p>{{+description}}</p>\n<p>&nbsp;</p>\n<h2>{{_self|name}} Cards</h2>\n<blockquote>\n<p>{{+*type+by name}}</p>\n</blockquote>',3),(5470,'2012-12-05 11:16:24',5,1,'<p>{{+description}}</p>\n<p>&nbsp;</p>\n<p>[[/new/{{_self|name}}|add a {{_self|name}} card]]</p>\n<p>&nbsp;</p>\n<h1>{{_self|name}} Cards</h1>\n<blockquote>\n<p>{{+*type+by name}}</p>\n</blockquote>',3),(5471,'2012-12-05 11:16:24',12,1,'<p>{{+description}}</p>\n<blockquote>\n<p>{{+*type+by update}}</p>\n</blockquote>',3),(5472,'2012-12-05 11:16:24',3,1,'<p>{{+description}}</p>\n<p>&nbsp;</p>\n<p>[[/new/{{_self|name}}|add a {{_self|name}} card]]</p>\n<p>&nbsp;</p>\n<h2>{{_self|name}} Cards</h2>\n<blockquote>\n<p>{{+*type+by name}}</p>\n</blockquote>',3),(5478,'2012-12-05 11:16:24',405,1,'<p>Basic cards are for rich text. &nbsp;As the default type for new cards, \"Basic\" does not appear beside cardnames like other types.</p>',3),(5479,'2012-12-05 11:16:24',17,1,'<p>{{+description}}</p>\n<p>&nbsp;</p>\n<p>[[/new/{{_self|name}}|add a {{_self|name}} card]]</p>\n<p>&nbsp;</p>\n<h2>{{_self|name}} Cards</h2>\n<blockquote>\n<p>{{+*type+by name}}</p>\n</blockquote>',3),(5480,'2012-12-05 11:16:24',18,1,'<p>{{+description}}</p>\n<p>&nbsp;</p>\n<p>[[/new/{{_self|name}}|add a {{_self|name}} card]]</p>\n<p>&nbsp;</p>\n<h2>{{_self|name}} Cards</h2>\n<blockquote>\n<p>{{+*type+by name}}</p>\n</blockquote>',3),(5481,'2012-12-05 11:16:24',50,1,'<p>{{+description}}</p>\n<p>&nbsp;</p>\n<p>[[/new/{{_self|name}}|add a {{_self|name}} card]]</p>\n<p>&nbsp;</p>\n<h2>{{_self|name}} Cards</h2>\n<blockquote>\n<p>{{+*type+by name}}</p>\n</blockquote>',3),(5482,'2012-12-05 11:16:24',19,1,'<p>{{+description}}</p>\n<p>&nbsp;</p>\n<p>[[/new/{{_self|name}}|add an {{_self|name}} card]]</p>\n<p>&nbsp;</p>\n<h2>{{_self|name}} Cards</h2>\n<blockquote>\n<p>{{+*type+by name}}</p>\n</blockquote>',3),(5483,'2012-12-05 11:16:24',20,1,'<p>{{+description}}</p>\n<p>&nbsp;</p>\n<p>[[/new/{{_self|name}}|add a {{_self|name}} card]]</p>\n<p>&nbsp;</p>\n<h2>{{_self|name}} Cards</h2>\n<blockquote>\n<p>{{+*type+by name}}</p>\n</blockquote>',3),(5484,'2012-12-05 11:16:24',52,1,'<p>{{+description}}</p>\n<p>&nbsp;</p>\n<p>[[/new/{{_self|name}}|add a {{_self|name}} card]]</p>\n<p>&nbsp;</p>\n<h2>{{_self|name}} Cards</h2>\n<blockquote>\n<p>{{+*type+by name}}</p>\n</blockquote>',3),(5485,'2012-12-05 11:16:24',22,1,'<p>{{+description}}</p>\n<p>&nbsp;</p>\n<p>[[/new/{{_self|name}}|add a {{_self|name}} card]]</p>\n<p>&nbsp;</p>\n<h2>{{_self|name}} Cards</h2>\n<blockquote>\n<p>{{+*type+by name}}</p>\n</blockquote>',3),(5486,'2012-12-05 11:16:24',47,1,'<p>{{+description}}</p>\n<p>&nbsp;</p>\n<p>[[/new/{{_self|name}}|add a {{_self|name}} card]]</p>\n<p>&nbsp;</p>\n<h2>{{_self|name}} Cards</h2>\n<blockquote>\n<p>{{+*type+by name}}</p>\n</blockquote>',3),(5487,'2012-12-05 11:16:24',7,1,'<p>{{+description}}</p>\n<p>&nbsp;</p>\n<p>[[/new/Role|Add a new role]]</p>\n<p>&nbsp;</p>\n<h1>Roles</h1>\n<p>{{+*type+by name}}</p>',3),(5488,'2012-12-05 11:16:24',30,1,'<p>{{+description}}</p>\n<p>&nbsp;</p>\n<p>[[/new/{{_self|name}}|add a {{_self|name}} card]]</p>\n<p>&nbsp;</p>\n<h2>{{_self|name}} Cards</h2>\n<blockquote>\n<p>{{+*type+by name}}</p>\n</blockquote>',3),(5489,'2012-12-05 11:16:24',51,1,'<p>{{+description}}</p>\n<p>&nbsp;</p>\n<p>[[/new/{{_self|name}}|add a {{_self|name}} card]]</p>\n<p>&nbsp;</p>\n<h2>{{_self|name}} Cards</h2>\n<blockquote>\n<p>{{+*type+by name}}</p>\n</blockquote>',3),(5490,'2012-12-05 11:16:24',4,1,'<p>{{+description}}</p>\n<p>&nbsp;</p>\n<p>[[/new/{{_self|name}}|add a {{_self|name}} card]]</p>\n<p>&nbsp;</p>\n<h2>{{_self|name}} Cards</h2>\n<blockquote>\n<p>{{+*type+by name}}</p>\n</blockquote>',3),(5497,'2012-12-05 11:16:24',87,1,'',4),(5510,'2012-12-05 11:16:24',452,1,'',4),(5511,'2012-12-05 11:16:24',453,1,'<p>{{+description}}</p>\n<p>&nbsp;</p>\n<h2>{{_self|name}} Cards</h2>\n<blockquote>\n<p>{{+*type+by name}}</p>\n</blockquote>',4),(5516,'2012-12-05 11:16:24',88,1,'<p>{{+description}}</p>\n<p>&nbsp;</p>\n<p>[[/new/{{_self|linkname}}|add {{_self|name}} card]]</p>\n<p>&nbsp;</p>\n<h1>{{_self|name}} Cards</h1>\n<blockquote>\n<p>{{+*type+by name}}</p>\n</blockquote>',4),(5520,'2012-12-05 11:16:24',455,1,'',4),(5521,'2012-12-05 11:16:24',456,1,'<p>{{+description}}</p>\n<p>&nbsp;</p>\n<h1>{{_self|name}} Cards</h1>\n<blockquote>\n<p>{{+*type+by name}}</p>\n</blockquote>',4),(5524,'2012-12-05 11:16:24',213,1,'<p><span><span>Pointers list (or \"point\" to) one or more other cards. [[http://wagn.org/wagn/Pointer|Learn more about Pointers]].<br></span></span></p>',4),(5538,'2012-12-05 11:16:24',278,1,'<p>&nbsp;</p>\n<blockquote></blockquote>',3),(5549,'2012-12-05 11:16:24',301,1,'<p>Value options for a set of [[Pointer]] cards. Can itself be a Pointer or a [[Search]]. [[http://wagn.org/Pointer|Learn about setting options on Pointers.]]</p>',4),(5566,'2012-12-05 11:16:24',63,1,'<p>People can <strong>request an account</strong> via a \"Sign Up\" link if you allow \"Anyone\" to [[/card/options/Account_Request|create account requests]].</p>\n<p>&nbsp;</p>\n<p>Unless [[*signup|approved automatically]], the <strong>request will be emailed to</strong>:</p>\n<blockquote>\n<p>{{+*to|closed;type:Phrase}}</p>\n</blockquote>\n<p>and the<strong> requester will be redirected here:</strong></p>\n<blockquote>\n<div>HTTP:// <em>(YOUR WAGN\'S DOMAIN) </em>{{+*thanks}}</div>\n</blockquote>\n<div>You can <strong>approve/deny account requests [[Account Request|here]]</strong>.</div>',3),(5573,'2012-12-05 11:16:24',297,1,'<div>Sets define a group of cards to which settings can apply. [[http://www.wagn.org/wagn/Setting|Learn more about settings.]]</div>',3),(5581,'2012-12-05 11:16:24',458,1,'2',4),(5592,'2012-12-05 11:16:24',461,1,'[[radio]]\n[[checkbox]]\n[[select]]\n[[multiselect]]\n[[list]]',4),(5593,'2012-12-05 11:16:24',462,1,'radio',4),(5598,'2012-12-05 11:16:24',95,1,'{\"edited_by\": \"_self\",\n \"sort\": \"update\"}',4),(5603,'2012-12-05 11:16:24',38,1,'{\"include\":\"_self\",\n \"sort\": \"name\"\n}',4),(5604,'2012-12-05 11:16:24',42,1,'{\"included_by\":\"_self\",\n \"sort\": \"name\"\n}',4),(5605,'2012-12-05 11:16:24',44,1,'{\"linked_to_by\":\"_self\",\n \"sort\": \"name\"\n}',4),(5606,'2012-12-05 11:16:24',40,1,'{\"link_to\":\"_self\",\n \"sort\": \"name\"\n}',4),(5607,'2012-12-05 11:16:24',34,1,'{\"part\":\"_self\",\n \"sort\": \"name\"\n}',4),(5608,'2012-12-05 11:16:24',36,1,'{\"plus\":\"_self\",\n \"sort\": \"name\"\n}',4),(5611,'2012-12-05 11:16:24',447,1,'{\"referred_to_by\":\"_self\",\n \"sort\": \"name\"\n}',4),(5612,'2012-12-05 11:16:24',450,1,'{\"refer_to\":\"_self\",\n \"sort\": \"name\"\n}',4),(5619,'2012-12-05 11:16:24',395,1,'{\"type\": \"File\",\n \"sort\": \"update\"\n}',4),(5621,'2012-12-05 11:16:24',223,1,'/* fixit - once \"type\" accepts card defs:\n{\"or\": \n {\"and\": {\"plus\": [\"*watcher\", {\"refer_to\": \"_self\"} ], \"not\": {\"type\": \"Cardtype\"} } },\n {\"type\": {\"plus\": [\"*watcher\", {\"refer_to\": \"_self\"} ], \"type\": \"Cardtype\"} }\n}\n*/\n\n{\"plus\": [\"*watcher\", {\"refer_to\": \"_self\"} ],\n \"sort\": \"name\"\n}',4),(5627,'2012-12-05 11:16:24',299,1,'<p>The type of editor for a set of [[Pointer]] cards.</p>',4),(5640,'2012-12-05 11:16:24',465,1,'{\"sort\":\"update\", \"dir\":\"desc\", \"view\":\"change\"}',1),(5642,'2012-12-05 11:16:24',467,1,'{\"link_to\":\"_none\"}',1),(5643,'2012-12-05 11:16:24',468,1,'',1),(5644,'2012-12-05 11:16:24',469,1,'',1),(5645,'2012-12-05 11:16:24',470,1,'',1),(5646,'2012-12-05 11:16:24',471,1,'',1),(5647,'2012-12-05 11:16:24',472,1,'',1),(5648,'2012-12-05 11:16:24',473,1,'',1),(5649,'2012-12-05 11:16:24',474,1,'',1),(5713,'2012-12-05 11:16:24',221,1,'{\"extension_type\": \"User\"}\n/* note -- this syntax is not yet deprecated but will be before Wagn 2.0 */',3),(5717,'2012-12-05 11:16:24',478,1,'',1),(5718,'2012-12-05 11:16:24',479,1,'',1),(5719,'2012-12-05 11:16:24',480,1,'',1),(5720,'2012-12-05 11:16:24',481,1,'',1),(5721,'2012-12-05 11:16:24',482,1,'',1),(5722,'2012-12-05 11:16:24',483,1,'[[Administrator]]',1),(5723,'2012-12-05 11:16:24',484,1,'[[Administrator]]',1),(5724,'2012-12-05 11:16:24',485,1,'[[Administrator]]',1),(5725,'2012-12-05 11:16:24',486,1,'{\"left\":{\"type\":\"_left\"}, \"right\":\"_right\"}',1),(5726,'2012-12-05 11:16:24',487,1,'[[Administrator]]',1),(5727,'2012-12-05 11:16:24',488,1,'[[Administrator]]',1),(5728,'2012-12-05 11:16:24',489,1,'[[Administrator]]',1),(5729,'2012-12-05 11:16:24',490,1,'[[Administrator]]',1),(5730,'2012-12-05 11:16:24',491,1,'[[Administrator]]',1),(5731,'2012-12-05 11:16:24',492,1,'[[Administrator]]',1),(5732,'2012-12-05 11:16:24',493,1,'[[Administrator]]',1),(5733,'2012-12-05 11:16:24',494,1,'[[Administrator]]',1),(5734,'2012-12-05 11:16:24',495,1,'[[Administrator]]',1),(5735,'2012-12-05 11:16:24',496,1,'[[Anyone Signed In]]',1),(5736,'2012-12-05 11:16:24',497,1,'[[Anyone Signed In]]',1),(5737,'2012-12-05 11:16:24',498,1,'[[Anyone Signed In]]',1),(5738,'2012-12-05 11:16:24',499,1,'_left',1),(5739,'2012-12-05 11:16:24',500,1,'[[Anyone]]',1),(5740,'2012-12-05 11:16:24',501,1,'_left',1),(5741,'2012-12-05 11:16:24',502,1,'[[Anyone Signed In]]',1),(5742,'2012-12-05 11:16:24',503,1,'_left',1),(5743,'2012-12-05 11:16:24',504,1,'[[Anyone Signed In]]',1),(5744,'2012-12-05 11:16:24',505,1,'_left',1),(5745,'2012-12-05 11:16:24',506,1,'',1),(5747,'2012-12-05 11:16:24',508,1,'[[Anyone]]',1),(5748,'2012-12-05 11:16:24',509,1,'{\"name\":\"_self\"}',1),(5750,'2012-12-05 11:16:24',511,1,'[[Administrator]]',1),(5751,'2012-12-05 11:16:24',512,1,'[[Administrator]]',1),(5754,'2012-12-05 11:16:24',515,1,'[[Administrator]]',1),(5755,'2012-12-05 11:16:24',516,1,'[[Administrator]]',1),(5756,'2012-12-05 11:16:24',517,1,'{\"name\":\"_self\"}',1),(5757,'2012-12-05 11:16:24',518,1,'[[Administrator]]',1),(5758,'2012-12-05 11:16:24',519,1,'[[Administrator]]',1),(5764,'2012-12-05 11:16:24',323,1,'{\"type\":\"_self\"}',3),(5765,'2012-12-05 11:16:24',523,1,'[[Anyone]]',3),(5768,'2012-12-05 11:16:24',524,1,'{\"right\":\"_self\"}',3),(5770,'2012-12-05 11:16:24',526,1,'{\"right\":\"_self\"}',3),(5772,'2012-12-05 11:16:24',528,1,'{\"right\":\"_self\"}',3),(5775,'2012-12-05 11:16:24',530,1,'{\"right\":\"_self\"}',3),(5777,'2012-12-05 11:16:24',532,1,'{\"right\":\"_self\"}',3),(5779,'2012-12-05 11:16:24',534,1,'',3),(5780,'2012-12-05 11:16:24',535,1,'{\"extension_type\":\"User\"}',3),(5781,'2012-12-05 11:16:24',536,1,'',3),(5782,'2012-12-05 11:16:24',537,1,'{\"extension_type\":\"User\"}',3),(5785,'2012-12-05 11:16:24',538,1,'',3),(5786,'2012-12-05 11:16:24',539,1,'{\"extension_type\":\"User\"}',3),(5787,'2012-12-05 11:16:24',540,1,'',3),(5788,'2012-12-05 11:16:24',541,1,'{\"extension_type\":\"User\"}',3),(5789,'2012-12-05 11:16:24',542,1,'',3),(5790,'2012-12-05 11:16:24',543,1,'{\"extension_type\":\"User\"}',3),(5793,'2012-12-05 11:16:24',527,1,'Who can add cards in the [[set]].',1),(5794,'2012-12-05 11:16:24',531,1,'Who can view cards in the [[set]].',1),(5795,'2012-12-05 11:16:24',533,1,'Who can edit cards in the [[set]].',1),(5796,'2012-12-05 11:16:24',529,1,'Who can remove cards in the [[set]].',1),(5797,'2012-12-05 11:16:24',525,1,'Who can add comments to cards in the [[set]].',1),(5929,'2012-12-05 11:16:24',544,1,'{\"name\":\"_self\"}',3),(5935,'2012-12-05 11:16:24',545,1,'<p>Add custom CSS. &nbsp;[[http://wagn.org/wagn/Skin|Learn how to \"skin\" your Wagn]]</p>',3),(5936,'2012-12-05 11:16:24',83,1,'<p>Contents will appear in the sidebar. [[http://www.wagn.org/wagn/sidebar|Learn more about customizing your sidebar.]]</p>',3),(5938,'2012-12-05 11:16:24',546,1,'{\"name\":\"_self\"}',3),(5939,'2012-12-05 11:16:24',547,1,'<p>Configure tinyMCE, the default editor for [[Basic]] cards.&nbsp;<em>[[http://wagn.org/wagn/TinyMCE|Learn how to customize your edit toolbar]]</em></p>\n<p>&nbsp;</p>',3),(5941,'2012-12-05 11:16:24',73,1,'<h1>Basics</h1>\n<div>&nbsp;</div>\n<div>Set your site name, home card, and logo image:</div>\n<blockquote>\n<div><em></em>{{*title|closed;type:Phrase}}</div>\n<div>{{*home|closed;type:Phrase}}<em></em></div>\n<div>{{*logo|closed;type:Image}}</div>\n</blockquote>\n<div>&nbsp;</div>\n<div>&nbsp;</div>\n<h1>Sets / Settings / Rules</h1>\n<div>&nbsp;</div>\n<div>You can create \"rules\" by applying&nbsp;<em>[[settings]]</em>&nbsp;(configurations) to&nbsp;<em>[[sets]]&nbsp;</em>(groups) of cards.</div>\n<blockquote>\n<div>{{setting|closed}}</div>\n<div>{{set|closed}}</div>\n</blockquote>\n<p>&nbsp;</p>\n<div>All the rules impacting a given card can be accessed through its \"Options\" tab. &nbsp;The [[*all]] set is for site-wide defaults:</div>\n<blockquote>\n<div>{{*all|open}}</div>\n</blockquote>\n<div>&nbsp;</div>\n<h1>Email / Account Configuration</h1>\n<div>&nbsp;</div>\n<div>Configure account-related emails here:</div>\n<blockquote>\n<div>{{*request|closed}}</div>\n<div>{{*signup|closed}}</div>\n{{*invite|closed}}</blockquote>\n<div>By default, system emails come from [[/card/options/Wagn_Bot| Wagn Bot\'s email address]] (set via the Options tab).</div>\n<blockquote>\n<div>{{Wagn Bot|closed}}</div>\n</blockquote>\n<div>You can [[http://www.wagn.org/wagn/custom_sign-up_information|further configure signups]] by&nbsp;[[http://www.wagn.org/wagn/formatting|formatting]]&nbsp;[[Account Request]] and [[User]] cards.</div>\n<div>&nbsp;</div>\n<div><em>[[http://www.wagn.org/wagn/account#Administering%20accounts | Learn more about configuring accounts.]]</em></div>\n<div>&nbsp;</div>\n<div>&nbsp;</div>\n<h1>Miscellaneous options<br></h1>\n<div>&nbsp;</div>\n<blockquote>{{*css|closed;type:HTML}}\n<div>{{*sidebar|closed}}</div>\n<div>{{*tinyMCE|closed}}&nbsp;</div>\n<div>&nbsp;</div>\n<div>{{*google analytics key|closed; type:Phrase}} <em>[[http://wagn.org/wagn/Google_Analytics|How to set up Google Analytics]]</em></div>\n<div>&nbsp;</div>\n<div>{{*favicon|closed;type:Image}} <em>[[http://www.wagn.org/wagn/favicon|How to customize your favicon]]</em></div>\n</blockquote>',3),(5945,'2012-12-05 11:16:24',298,1,'<div>Settings affect how cards look and behave. Settings are available under each card\'s Options tab.</div>\n<p>&nbsp;</p>\n<div><em>[[http://www.wagn.org/wagn/Setting|Learn more about settings.]]</em></div>',4),(5948,'2012-12-05 11:16:24',475,1,'{\"left\":{}}',1),(5949,'2012-12-05 11:16:24',477,1,'{\"right\":{\"complete\":\"*\"}}',1),(5950,'2012-12-05 11:16:24',476,1,'{\"complete\":\"*\"}',1),(5951,'2012-12-05 11:16:24',548,1,'{\"name\":\"_self\"}',4),(5952,'2012-12-05 11:16:24',549,1,'[[Anyone]]\n',4),(5953,'2012-12-05 11:16:24',550,1,'{\"name\":\"_self\"}',4),(5954,'2012-12-05 11:16:24',551,1,'[[Anyone]]\n',4),(5955,'2012-12-05 11:16:24',552,1,'[[Anyone]]\n',4),(5956,'2012-12-05 11:16:24',553,1,'{\"name\":\"_self\"}',4),(5957,'2012-12-05 11:16:24',554,1,'[[Anyone]]\n',4),(5958,'2012-12-05 11:16:24',555,1,'{\"name\":\"_self\"}',4),(5959,'2012-12-05 11:16:24',556,1,'[[Anyone]]\n',4),(5960,'2012-12-05 11:16:24',557,1,'{\"name\":\"_self\"}',4),(5961,'2012-12-05 11:16:24',558,1,'[[Anyone]]\n',4),(5962,'2012-12-05 11:16:24',559,1,'[[Anyone]]\n',4),(5963,'2012-12-05 11:16:24',560,1,'{\"name\":\"_self\"}',4),(5964,'2012-12-05 11:16:24',561,1,'[[Anyone]]\n',4),(5966,'2012-12-05 11:16:24',93,1,'{\"editor_of\": \"_self\",\n \"sort\": \"name\"\n}',3),(5972,'2012-12-05 11:16:24',437,1,'',3),(5973,'2012-12-05 11:16:24',440,1,'',3),(5976,'2012-12-05 11:16:24',100,1,'<p>[[/account/invite|Invite a new user]]</p>\n<p>&nbsp;</p>\n<p>By default, new accounts are associated with [[User]] cards. [[http://wagn.org/wagn/account|&nbsp;Learn more&nbsp;about accounts.]]</p>\n<p>&nbsp;</p>\n<h1>Account Requests<br></h1>\n<p>{{Account Request+*type+by create}}</p>\n<p>&nbsp;</p>\n<p>{{Cards with accounts|titled}}</p>',3),(5984,'2012-12-05 11:16:24',421,1,'{\"found_by\":\"_self\",\n \"return\":\"count\"\n}',4),(5985,'2012-12-05 11:16:24',79,1,'',3),(5996,'2012-12-05 11:16:24',85,1,'<p>[[/card/new|Add a card]]</p>',3),(6019,'2012-12-05 11:16:24',80,1,'<h1>Welcome to Wagn!</h1>\n<p>&nbsp;</p>\n<p>[[Config| Start configuring]] or learn more:</p>\n<ul>\n<li>[[http://wagn.org/wagn/configuration| Configuration]]</li>\n<li>[[http://wagn.org/wagn/Documentation| Other Documentation]]</li>\n<li>[[http://wagn.org/wagn/Support| Support]]</li>\n</ul>\n<div><em>Double-click content to edit.</em></div>\n<p>&nbsp;</p>',4),(6021,'2012-12-05 11:16:24',565,1,'',1),(6022,'2012-12-05 11:16:24',566,1,'{\"right\":\"_self\"}',1),(6023,'2012-12-05 11:16:24',567,1,'',1),(6024,'2012-12-05 11:16:24',568,1,'[[Administrator]]',1),(6025,'2012-12-05 11:16:24',53,1,'width: \'100%\',\nauto_resize : true,\nrelative_urls: false,\ntheme : \"advanced\",\ntheme_advanced_buttons1 : \"formatselect,bold,italic,separator,\"\n+ \"blockquote,bullist,numlist,hr,separator,\"\n+ \"code\", \ntheme_advanced_buttons2 : \"\", \ntheme_advanced_buttons3 : \"\", \ntheme_advanced_path : false, \ntheme_advanced_toolbar_location : \"top\", \ntheme_advanced_toolbar_align : \"left\", \ntheme_advanced_resizing : true,\ntheme_advanced_resize_horizontal : false, \ntheme_advanced_statusbar_location : \"bottom\",\ntheme_advanced_blockformats : \"p,h1,h2\",\n\nextended_valid_elements : \"a[name|href|target|title|onclick],\"\n+ \"img[class|src|border=0|alt|title|hspace|vspace|width|height|\"\n+ \"align|onmouseover|onmouseout|name],hr[class|width|size|noshade],\"\n+ \"font[face|size|color|style],span[class|align|style]\" \n',1),(6027,'2012-12-05 11:16:24',569,1,'<p>{{+description}}</p>\n<p>&nbsp;</p>\n<p>[[/new/{{_self|linkname}}|add {{_self|name}} card]]</p>\n<p>&nbsp;</p>\n<h1>{{_self|name}} Cards</h1>\n<blockquote>\n<p>{{+*type+by name}}</p>\n</blockquote>',1),(6028,'2012-12-05 11:16:24',570,1,'{\"type\":\"_self\"}',1),(6029,'2012-12-05 11:16:24',571,1,'[[Administrator]]',1),(6030,'2012-12-05 11:16:24',572,1,'[[Administrator]]',1),(6031,'2012-12-05 11:16:24',573,1,'[[Administrator]]',1),(6033,'2012-12-05 11:16:24',466,1,'{\"match\":\"$keyword\", \"sort\":\"relevance\"}',3),(6036,'2012-12-05 11:16:24',357,1,'<p>Determines initial type and content of new cards in the [[set]]. [[http://www.wagn.org/wagn/formatting|More about formatting]].</p>',3),(6037,'2012-12-05 11:16:24',304,1,'<p>Anti-spam setting. &nbsp;Requires non-signed-in users to complete a [[http://www.wagn.org/wagn/captcha|captcha]] before adding or editing cards in the [[set]].</p>',3),(6038,'2012-12-05 11:16:24',281,1,'<p>Default layout for any card in the [[set]].&nbsp; [[http://wagn.org/custom_layouts | Learn more about layouts]]</p>',3),(6039,'2012-12-05 11:16:24',249,1,'<p>Autogenerate name for new cards in the [[set]] by incrementing this value. [[http://wagn.org/wagn/Autonaming|Learn more.]]</p>',3),(6040,'2012-12-05 11:16:24',254,1,'<p>Labels for [[Pointer]] radio button and checkbox items. &nbsp;E.g., value&nbsp;<em>description</em>&nbsp;will use as labels <em>option 1+description</em>, <em>option 2+description</em>, etc. [[http://www.wagn.org/wagn/Pointer|Learn more.]]</p>',3),(6044,'2012-12-05 11:16:24',578,1,'',4),(6052,'2012-12-05 11:16:24',586,1,'1',NULL),(6053,'2012-12-05 11:16:24',587,1,'',NULL),(6054,'2012-12-05 11:16:24',588,1,'[[Anyone Signed In]]',NULL),(6055,'2012-12-05 11:16:24',589,1,'[[Administrator]]',NULL),(6063,'2012-12-05 11:16:24',151,1,'<p>[[Config|Configuration]]</p>\n<p>&nbsp;</p>\n<p>[[*account|Accounts]]</p>\n<p>&nbsp;</p>\n<p>[[/admin/clear_cache|Clear the cache]]</p>',NULL),(6072,'2012-12-05 11:16:24',56,1,'<p>People can <strong>invite new users via email</strong> if they have [[*account+*right|permission to create +*account]] cards.</p>\n<p>&nbsp;</p>\n<p>Newy invited users will be sent an email with a password and the following details:</p>\n<p>&nbsp;</p>\n<h2>Email subject</h2>\n<blockquote>\n<p>{{+*subject|type:Phrase}}</p>\n</blockquote>\n<p>&nbsp;</p>\n<h2>Email message</h2>\n<blockquote>\n<p>{{+*message|type:PlainText}}</p>\n</blockquote>\n<p>&nbsp;</p>\n<h2>Email from</h2>\n<blockquote>\n<p>{{+*from|type:Phrase}}</p>\n</blockquote>\n<p>&nbsp;</p>\n<p><strong>After sending an invitation, you\'re taken here:</strong><span></span></p>\n<blockquote>\n<div>HTTP:// <em>(YOUR WAGN\'S DOMAIN) </em>{{+*thanks}}</div>\n</blockquote>',NULL),(6078,'2012-12-05 11:16:24',147,1,'<p>Administrators can create, read, update and delete any card in the system regardless of its permissions rules. [[http://wagn.org/wagn/permissions|Learn more]].</p>',NULL),(6081,'2012-12-05 11:16:24',225,1,'<p>Each [[user]] can be given roles to organize site permissions. [[http://wagn.org/wagn/Role|Learn more about roles]].</p>',NULL),(6086,'2012-12-05 11:16:24',66,1,'<p>People can&nbsp;<strong>sign up with no approval process</strong>&nbsp;if you allow \"Anyone\" to create both [[/card/option/Account_Request|account requests]] and &nbsp;[[*account+*right| +*account cards]].</p>\n<p>&nbsp;</p>\n<p>Newly registered users will be sent an email with a password and the following details:</p>\n<p>&nbsp;</p>\n<h2>Email Subject</h2>\n<blockquote>\n<p>{{*signup+*subject|type:Phrase}}</p>\n</blockquote>\n<p>&nbsp;</p>\n<h2>Email Message</h2>\n<blockquote>\n<p>{{*signup+*message|closed;type:PlainText}}</p>\n</blockquote>\n<p>&nbsp;</p>\n<p>As the email is sent, the<strong> person signing up will be sent here</strong>:</p>\n<blockquote>\n<div>HTTP://<em>(YOUR WAGN\'S DOMAIN)</em>{{+*thanks}}</div>\n</blockquote>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL),(6089,'2012-12-05 11:16:24',308,1,'<p>When \"yes\", users permitted to create [[*account+*right|+*account cards]] can add [[http://www.wagn.org/wagn/account|accounts]] to cards in the [[set]].</p>',NULL),(6257,'2012-12-05 11:16:24',276,1,'1',NULL),(6260,'2012-12-05 11:16:24',314,1,'<!DOCTYPE HTML>\n<html>\n <head>\n {{*head}}\n </head>\n \n <body id=\"wagn\">\n <div id=\"menu\">\n [[/ | Home]] [[/recent | Recent]] {{*navbox}} {{*account links}}\n </div>\n \n <div id=\"primary\">\n {{_main}}\n </div>\n \n <div id=\"secondary\">\n <div id=\"logo\">[[/ | {{*logo}}]]</div>\n {{*sidebar}}\n <div id=\"credit\">Wheeled by [[http://www.wagn.org|Wagn]] v. {{*version}}</div>\n </div>\n </body>\n</html>',NULL),(6261,'2012-12-05 11:16:24',198,1,'',NULL),(6262,'2012-12-05 11:16:24',766,1,'',NULL),(6263,'2012-12-05 11:16:24',767,1,'',NULL);
81
- /*!40000 ALTER TABLE `card_revisions` ENABLE KEYS */;
82
- UNLOCK TABLES;
83
-
84
- --
85
- -- Table structure for table `cards`
86
- --
87
-
88
- DROP TABLE IF EXISTS `cards`;
89
- /*!40101 SET @saved_cs_client = @@character_set_client */;
90
- /*!40101 SET character_set_client = utf8 */;
91
- CREATE TABLE `cards` (
92
- `id` int(11) NOT NULL AUTO_INCREMENT,
93
- `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
94
- `key` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
95
- `codename` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
96
- `typecode` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
97
- `trunk_id` int(11) DEFAULT NULL,
98
- `tag_id` int(11) DEFAULT NULL,
99
- `current_revision_id` int(11) DEFAULT NULL,
100
- `created_at` datetime NOT NULL,
101
- `updated_at` datetime NOT NULL,
102
- `creator_id` int(11) NOT NULL,
103
- `updater_id` int(11) NOT NULL,
104
- `extension_id` int(11) DEFAULT NULL,
105
- `extension_type` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
106
- `indexed_name` text COLLATE utf8_unicode_ci,
107
- `indexed_content` text COLLATE utf8_unicode_ci,
108
- `read_rule_class` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
109
- `read_rule_id` int(11) DEFAULT NULL,
110
- `references_expired` int(11) DEFAULT NULL,
111
- `trash` tinyint(1) NOT NULL,
112
- `type_id` int(11) NOT NULL,
113
- `created_by` int(11) DEFAULT NULL,
114
- `updated_by` int(11) DEFAULT NULL,
115
- PRIMARY KEY (`id`),
116
- UNIQUE KEY `cards_key_uniq` (`key`),
117
- KEY `cards_extension_index` (`extension_id`,`extension_type`),
118
- KEY `cards_name_index` (`name`),
119
- KEY `index_cards_on_read_rule_id` (`read_rule_id`),
120
- KEY `index_cards_on_tag_id` (`tag_id`),
121
- KEY `index_cards_on_trunk_id` (`trunk_id`),
122
- KEY `card_type_index` (`type_id`)
123
- ) ENGINE=InnoDB AUTO_INCREMENT=768 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
124
- /*!40101 SET character_set_client = @saved_cs_client */;
125
-
126
- --
127
- -- Dumping data for table `cards`
128
- --
129
-
130
- LOCK TABLES `cards` WRITE;
131
- /*!40000 ALTER TABLE `cards` DISABLE KEYS */;
132
- INSERT INTO `cards` VALUES (1,'Wagn Bot','wagn_bot','wagn_bot','Basic',NULL,NULL,1541,'2012-12-05 11:16:24','2010-04-19 14:17:59',1,1,1,'User','\'bot\':2 \'wagn\':1','\'account\':6 \'autom\':10 \'bot\':2A \'card\':12,22 \'creat\':13 \'etc\':23 \'link\':18 \'make\':8 \'renam\':21 \'sign\':16 \'someon\':15 \'updat\':11,19 \'wagn\':1A','*all',500,NULL,0,3,1,3),(3,'Basic','basic','basic','Cardtype',NULL,NULL,5472,'2012-12-05 11:16:24','2011-03-19 16:33:11',1,1,1,'Cardtype','\'basic\':1','\'/new\':3 \'add\':6 \'basic\':1A \'card\':10,13 \'descript\':2 \'name\':5,9,12,16 \'self\':4,8,11 \'type\':14','*all',500,NULL,0,5,1,3),(4,'User','user','user','Cardtype',NULL,NULL,5490,'2012-12-05 11:16:24','2011-03-19 16:39:19',1,1,2,'Cardtype','\'user\':1','\'/new\':3 \'add\':6 \'card\':10,13 \'descript\':2 \'name\':5,9,12,16 \'self\':4,8,11 \'type\':14 \'user\':1A','*all',500,NULL,0,5,1,3),(5,'Cardtype','cardtype','cardtype','Cardtype',NULL,NULL,5470,'2012-12-05 11:16:24','2011-03-19 16:30:28',1,1,3,'Cardtype','\'cardtyp\':1','\'/new\':3 \'add\':6 \'card\':10,13 \'cardtyp\':1A \'descript\':2 \'name\':5,9,12,16 \'self\':4,8,11 \'type\':14','*all',500,NULL,0,5,1,3),(7,'Role','role','role','Cardtype',NULL,NULL,5487,'2012-12-05 11:16:24','2011-03-19 16:38:23',1,1,5,'Cardtype','\'role\':1','\'/new/role\':3 \'add\':4 \'descript\':2 \'name\':11 \'new\':6 \'role\':1A,7,8 \'type\':9','*all',500,NULL,0,5,1,3),(8,'Anyone','anyone','anyone','Role',NULL,NULL,8,'2012-12-05 11:16:24','2009-04-06 14:11:12',1,1,3,'Role','\'anyon\':1','\'anyon\':1A','*all',500,NULL,0,7,1,1),(9,'Anyone Signed In','anyone_signed_in','anyone_signed_in','Role',NULL,NULL,9,'2012-12-05 11:16:24','2009-04-06 14:11:12',1,1,2,'Role','\'anyon\':1 \'sign\':2','\'anyon\':1A \'sign\':2A','*all',500,NULL,0,7,1,1),(10,'Administrator','administrator','administrator','Role',NULL,NULL,10,'2012-12-05 11:16:24','2009-04-06 14:11:12',1,1,1,'Role','\'administr\':1','\'administr\':1A','*all',500,NULL,0,7,1,1),(12,'Account Request','account_request','account_request','Cardtype',NULL,NULL,5471,'2012-12-05 11:16:24','2011-03-19 16:30:46',1,1,6,'Cardtype','\'account\':1 \'request\':2','\'account\':1A \'descript\':3 \'request\':2A \'type\':4 \'updat\':6','*all',500,NULL,0,5,1,3),(15,'Anonymous','anonymous','anonymous','Basic',NULL,NULL,2573,'2012-12-05 11:16:24','2009-06-09 18:25:35',1,1,2,'User','\'anonym\':1','\'/wagn/account|learn\':17 \'account\':20 \'anonym\':1A,14 \'credit\':12 \'edit\':2 \'made\':3 \'peopl\':5 \'sign\':9 \'wagn.org\':16 \'wagn.org/wagn/account\':15','*all',500,NULL,0,3,1,4),(17,'Date','date','date','Cardtype',NULL,NULL,5479,'2012-12-05 11:16:24','2011-03-19 16:36:07',1,1,9,'Cardtype','\'date\':1','\'/new\':3 \'add\':6 \'card\':10,13 \'date\':1A \'descript\':2 \'name\':5,9,12,16 \'self\':4,8,11 \'type\':14','*all',500,NULL,0,5,1,3),(18,'File','file','file','Cardtype',NULL,NULL,5480,'2012-12-05 11:16:24','2011-03-19 16:36:21',1,1,10,'Cardtype','\'file\':1','\'/new\':3 \'add\':6 \'card\':10,13 \'descript\':2 \'file\':1A \'name\':5,9,12,16 \'self\':4,8,11 \'type\':14','*all',500,NULL,0,5,1,3),(19,'Image','image','image','Cardtype',NULL,NULL,5482,'2012-12-05 11:16:24','2011-03-19 16:37:02',1,1,11,'Cardtype','\'imag\':1','\'/new\':3 \'add\':6 \'card\':10,13 \'descript\':2 \'imag\':1A \'name\':5,9,12,16 \'self\':4,8,11 \'type\':14','*all',500,NULL,0,5,1,3),(20,'Number','number','number','Cardtype',NULL,NULL,5483,'2012-12-05 11:16:24','2011-03-19 16:37:17',1,1,12,'Cardtype','\'number\':1','\'/new\':3 \'add\':6 \'card\':10,13 \'descript\':2 \'name\':5,9,12,16 \'number\':1A \'self\':4,8,11 \'type\':14','*all',500,NULL,0,5,1,3),(22,'PlainText','plain_text','plain_text','Cardtype',NULL,NULL,5485,'2012-12-05 11:16:24','2011-03-19 16:37:52',1,1,14,'Cardtype','\'plaintext\':1','\'/new\':3 \'add\':6 \'card\':10,13 \'descript\':2 \'name\':5,9,12,16 \'plaintext\':1A \'self\':4,8,11 \'type\':14','*all',500,NULL,0,5,1,3),(28,'*all+*default','*all+*default',NULL,'Basic',274,318,28,'2012-12-05 11:16:24','2010-04-17 12:09:07',1,1,NULL,NULL,'\'default\':2','\'default\':2A','*all plus',500,NULL,0,3,1,1),(30,'Search','search','search_type','Cardtype',NULL,NULL,5488,'2012-12-05 11:16:24','2011-03-19 16:38:37',1,1,19,'Cardtype','\'search\':1','\'/new\':3 \'add\':6 \'card\':10,13 \'descript\':2 \'name\':5,9,12,16 \'search\':1A \'self\':4,8,11 \'type\':14','*all',500,NULL,0,5,1,3),(33,'*plus cards','*plu_card',NULL,'Basic',NULL,NULL,33,'2012-12-05 11:16:24','2009-04-06 14:11:12',1,1,NULL,NULL,'\'card\':2 \'plus\':1','\'card\':2A \'plus\':1A','*all',500,NULL,0,3,1,1),(34,'*plus cards+*right+*content','*plu_card+*right+*content',NULL,'Search',350,317,5607,'2012-12-05 11:16:24','2011-04-03 17:00:20',1,1,NULL,NULL,'\'card\':2 \'content\':4 \'plus\':1 \'right\':3','\'card\':2A \'content\':4A \'name\':8 \'part\':5 \'plus\':1A \'right\':3A \'self\':6 \'sort\':7','*all plus',500,NULL,0,30,1,4),(35,'*plus parts','*plu_part',NULL,'Basic',NULL,NULL,35,'2012-12-05 11:16:24','2009-04-06 14:11:12',1,1,NULL,NULL,'\'part\':2 \'plus\':1','\'part\':2A \'plus\':1A','*all',500,NULL,0,3,1,1),(36,'*plus parts+*right+*content','*plu_part+*right+*content',NULL,'Search',349,317,5608,'2012-12-05 11:16:24','2011-04-03 17:00:28',1,1,NULL,NULL,'\'content\':4 \'part\':2 \'plus\':1 \'right\':3','\'content\':4A \'name\':8 \'part\':2A \'plus\':1A,5 \'right\':3A \'self\':6 \'sort\':7','*all plus',500,NULL,0,30,1,4),(37,'*includers','*includer',NULL,'Basic',NULL,NULL,37,'2012-12-05 11:16:24','2009-04-09 15:46:04',1,1,NULL,NULL,'\'includ\':1','\'includ\':1A','*all',500,NULL,0,3,1,3),(38,'*includers+*right+*content','*includer+*right+*content',NULL,'Search',348,317,5603,'2012-12-05 11:16:24','2011-04-03 16:57:53',1,1,NULL,NULL,'\'content\':3 \'includ\':1 \'right\':2','\'content\':3A \'includ\':1A,4 \'name\':7 \'right\':2A \'self\':5 \'sort\':6','*all plus',500,NULL,0,30,1,4),(39,'*linkers','*linker',NULL,'Basic',NULL,NULL,39,'2012-12-05 11:16:24','2009-04-09 15:47:27',1,1,NULL,NULL,'\'linker\':1','\'linker\':1A','*all',500,NULL,0,3,1,3),(40,'*linkers+*right+*content','*linker+*right+*content',NULL,'Search',345,317,5606,'2012-12-05 11:16:24','2011-04-03 16:58:57',1,1,NULL,NULL,'\'content\':3 \'linker\':1 \'right\':2','\'content\':3A \'link\':4 \'linker\':1A \'name\':8 \'right\':2A \'self\':6 \'sort\':7','*all plus',500,NULL,0,30,1,4),(41,'*inclusions','*inclusion',NULL,'Basic',NULL,NULL,41,'2012-12-05 11:16:24','2009-04-09 15:46:30',1,1,NULL,NULL,'\'inclus\':1','\'inclus\':1A','*all',500,NULL,0,3,1,3),(42,'*inclusions+*right+*content','*inclusion+*right+*content',NULL,'Search',347,317,5604,'2012-12-05 11:16:24','2011-04-03 16:58:03',1,1,NULL,NULL,'\'content\':3 \'inclus\':1 \'right\':2','\'content\':3A \'includ\':4 \'inclus\':1A \'name\':8 \'right\':2A \'self\':6 \'sort\':7','*all plus',500,NULL,0,30,1,4),(43,'*links','*link',NULL,'Basic',NULL,NULL,43,'2012-12-05 11:16:24','2009-04-09 15:47:08',1,1,NULL,NULL,'\'link\':1','\'link\':1A','*all',500,NULL,0,3,1,3),(44,'*links+*right+*content','*link+*right+*content',NULL,'Search',346,317,5605,'2012-12-05 11:16:24','2011-04-03 16:58:54',1,1,NULL,NULL,'\'content\':3 \'link\':1 \'right\':2','\'content\':3A \'link\':1A,4 \'name\':9 \'right\':2A \'self\':7 \'sort\':8','*all plus',500,NULL,0,30,1,4),(47,'Pointer','pointer','pointer','Cardtype',NULL,NULL,5486,'2012-12-05 11:16:24','2011-03-19 16:38:10',1,1,20,'Cardtype','\'pointer\':1','\'/new\':3 \'add\':6 \'card\':10,13 \'descript\':2 \'name\':5,9,12,16 \'pointer\':1A \'self\':4,8,11 \'type\':14','*all',500,NULL,0,5,1,3),(50,'HTML','html','html','Cardtype',NULL,NULL,5481,'2012-12-05 11:16:24','2011-03-19 16:36:34',1,1,21,'Cardtype','\'html\':1','\'/new\':3 \'add\':6 \'card\':10,13 \'descript\':2 \'html\':1A \'name\':5,9,12,16 \'self\':4,8,11 \'type\':14','*all',500,NULL,0,5,1,3),(51,'Toggle','toggle','toggle','Cardtype',NULL,NULL,5489,'2012-12-05 11:16:24','2011-03-19 16:39:05',1,1,22,'Cardtype','\'toggl\':1','\'/new\':3 \'add\':6 \'card\':10,13 \'descript\':2 \'name\':5,9,12,16 \'self\':4,8,11 \'toggl\':1A \'type\':14','*all',500,NULL,0,5,1,3),(52,'Phrase','phrase','phrase','Cardtype',NULL,NULL,5484,'2012-12-05 11:16:24','2011-03-19 16:37:32',1,1,23,'Cardtype','\'phrase\':1','\'/new\':3 \'add\':6 \'card\':10,13 \'descript\':2 \'name\':5,9,12,16 \'phrase\':1A \'self\':4,8,11 \'type\':14','*all',500,NULL,0,5,1,3),(53,'*tinyMCE','*tiny_mce','tiny_mce','PlainText',NULL,NULL,6025,'2012-12-05 11:16:24','2012-01-14 01:47:25',1,1,NULL,NULL,'\'tinymc\':1','\'/stylesheets/defaults.css\':67 \'0\':82 \'100\':3 \'advanc\':11,13,26,29,32,36,41,46,50,55,60 \'align\':43,89,105 \'alt\':83 \'auto\':4 \'blockformat\':61 \'blockquot\':19 \'bold\':16 \'border\':81 \'bottom\':58 \'bullist\':20 \'buttons1\':14 \'buttons2\':27 \'buttons3\':30 \'class\':79,94,104 \'code\':24 \'color\':101 \'content\':65 \'css\':66 \'css.css\':68 \'element\':71 \'extend\':69 \'face\':99 \'fals\':9,34,53 \'font\':98 \'formatselect\':15 \'h1\':63 \'h2\':64 \'height\':88 \'horizont\':52 \'hr\':22,93 \'href\':74 \'hspace\':85 \'img\':78 \'ital\':17 \'left\':44 \'locat\':38,57 \'name\':73,92 \'noshad\':97 \'numlist\':21 \'onclick\':77 \'onmouseout\':91 \'onmouseov\':90 \'p\':62 \'path\':33 \'relat\':7 \'resiz\':5,47,51 \'separ\':18,23 \'size\':96,100 \'span\':103 \'src\':80 \'statusbar\':56 \'style\':102,106 \'target\':75 \'theme\':10,12,25,28,31,35,40,45,49,54,59 \'tinymc\':1A \'titl\':76,84 \'toolbar\':37,42 \'top\':39 \'true\':6,48 \'url\':8 \'valid\':70 \'vspace\':86 \'width\':2,87,95','*all',500,NULL,0,22,1,1),(55,'*title','*title','title','Phrase',NULL,NULL,1755,'2012-12-05 11:16:24','2009-04-08 10:23:29',1,1,NULL,NULL,'\'titl\':1','\'titl\':1A \'wagn\':3','*all',500,NULL,0,52,1,3),(56,'*invite','*invite','invite','Basic',NULL,NULL,6072,'2012-12-05 11:16:24','2012-10-09 23:20:10',1,1,NULL,NULL,'\'invit\':1','\'/admin/tasks\':13 \'account\':18 \'creat\':17 \'detail\':33 \'domain\':60 \'email\':8,26,34,39,44 \'follow\':32 \'global\':14 \'invit\':1A,4,20,52 \'messag\':40,41 \'new\':5 \'newi\':19 \'password\':29 \'peopl\':2 \'permiss\':15 \'phrase\':38,48 \'plaintext\':43 \'re\':54 \'send\':50 \'sent\':24 \'subject\':35,36 \'taken\':55 \'thank\':61 \'type\':37,42,47 \'user\':6,21 \'via\':7 \'wagn\':58','*all',500,NULL,0,3,1,3),(61,'*thanks','*thank','thanks','Setting',NULL,NULL,62,'2012-12-05 11:16:24','2009-12-18 15:24:33',1,1,NULL,NULL,'\'thank\':1','\'thank\':1A','*all',500,NULL,0,278,1,3),(62,'*invite+*thanks','*invite+*thank',NULL,'Phrase',56,61,2474,'2012-12-05 11:16:24','2009-12-17 09:21:52',1,1,NULL,NULL,'\'invit\':1 \'thank\':2','\'/wagn/invite_success\':3 \'invit\':1A \'thank\':2A','*all plus',500,NULL,0,52,1,1),(63,'*request','*request','request','Basic',NULL,NULL,5566,'2012-12-05 11:16:24','2011-03-21 08:42:54',1,1,NULL,NULL,'\'request\':1','\'/card/options/account_request\':17 \'account\':6,19,50,52 \'allow\':14 \'anyon\':15 \'approv\':23 \'approve/deny\':49 \'automat\':24 \'close\':32 \'creat\':18 \'domain\':45 \'email\':29 \'link\':11 \'peopl\':2 \'phrase\':34 \'redirect\':40 \'request\':1A,4,20,26,37,51,53 \'sign\':9 \'signup\':22 \'thank\':46 \'type\':33 \'unless\':21 \'via\':7 \'wagn\':43','*all',500,NULL,0,3,1,3),(64,'*to','*to','to','Basic',NULL,NULL,66,'2012-12-05 11:16:24','2010-04-20 18:00:53',1,1,NULL,NULL,'','','*all',500,NULL,0,3,1,3),(66,'*signup','*signup','signup','Basic',NULL,NULL,6086,'2012-12-05 11:16:24','2012-10-09 23:25:00',1,1,NULL,NULL,'\'signup\':1','\'/admin/tasks\':23 \'/card/options/account_request\':15 \'account\':17,28 \'allow\':12 \'anyon\':13,21 \'approv\':8 \'close\':54 \'creat\':16,27 \'detail\':43 \'domain\':73 \'email\':36,44,50,59 \'follow\':42 \'give\':20 \'global\':24 \'messag\':51,53 \'newli\':29 \'password\':39 \'peopl\':2 \'permiss\':25 \'person\':63 \'phrase\':49 \'plaintext\':56 \'process\':9 \'regist\':30 \'request\':18 \'sent\':34,61,68 \'sign\':4,64 \'signup\':1A,46,52 \'subject\':45,47 \'thank\':74 \'type\':48,55 \'user\':31 \'wagn\':71','*all',500,NULL,0,3,1,3),(67,'*signup+*thanks','*signup+*thank',NULL,'Phrase',66,61,2472,'2012-12-05 11:16:24','2009-12-17 09:21:50',1,1,NULL,NULL,'\'signup\':1 \'thank\':2','\'/wagn/signup_success\':3 \'signup\':1A \'thank\':2A','*all plus',500,NULL,0,52,1,1),(68,'Invite Success','invite_success',NULL,'Basic',NULL,NULL,2494,'2012-12-05 11:16:24','2009-06-01 12:55:14',1,1,NULL,NULL,'\'invit\':1 \'success\':2','\'account\':11 \'invit\':1A,5 \'request\':12 \'see\':10 \'success\':2A \'thank\':3 \'way\':9','*all',500,NULL,0,3,1,4),(69,'Signup Success','signup_success',NULL,'Basic',NULL,NULL,3318,'2012-12-05 11:16:24','2010-04-19 12:14:00',1,1,NULL,NULL,'\'signup\':1 \'success\':2','\'account\':12 \'emailbox\':21 \'inform\':13 \'new\':11 \'sign\':6 \'signup\':1A \'soon\':27 \'success\':2A \'thank\':3 \'titl\':9 \'way\':18','*all',500,NULL,0,3,1,3),(73,'Config','config',NULL,'Basic',NULL,NULL,5941,'2012-12-05 11:16:24','2011-07-22 10:03:07',1,1,NULL,NULL,'\'config\':1','\'/card/options/wagn_bot\':90 \'/wagn/account#administering%20accounts\':121 \'/wagn/custom_sign-up_information|further\':108 \'/wagn/favicon|how\':157 \'/wagn/formatting|formatting]]&nbsp;[[account\':114 \'/wagn/google_analytics|how\':145 \'access\':53 \'account\':70,74,126 \'account-rel\':73 \'address\':95 \'analyt\':138,150 \'appli\':32 \'basic\':2 \'bot\':92,102 \'card\':8,39,50,118 \'close\':13,17,21,41,43,79,81,83,103,130,134,136,140,152 \'come\':88 \'config\':1A \'configur\':34,71,72,109,125 \'creat\':29 \'css\':129 \'custom\':159 \'default\':66,85 \'email\':69,76,87,94 \'favicon\':151,161 \'given\':49 \'googl\':137,149 \'group\':37 \'home\':7,16 \'html\':132 \'imag\':11,23,154 \'impact\':47 \'invit\':82 \'key\':139 \'learn\':122 \'logo\':10,20 \'miscellan\':127 \'name\':6 \'open\':68 \'option\':56,99,128 \'phrase\':15,19,142 \'relat\':75 \'request\':78,115 \'rule\':26,30,46 \'set\':3,24,25,33,36,40,42,60,96,147 \'sidebar\':133 \'signup\':80,110 \'site\':5,64 \'site-wid\':63 \'system\':86 \'tab\':57,100 \'tinymc\':135 \'titl\':12 \'type\':14,18,22,131,141,153 \'user\':117 \'via\':97 \'wagn\':91,101 \'wagn.org\':144 \'wagn.org/wagn/google_analytics\':143 \'wide\':65 \'www.wagn.org\':107,113,120,156 \'www.wagn.org/wagn/account\':119 \'www.wagn.org/wagn/custom_sign-up_information\':106 \'www.wagn.org/wagn/favicon\':155 \'www.wagn.org/wagn/formatting\':112','*all',500,NULL,0,3,1,3),(77,'*home','*home','home','Phrase',NULL,NULL,5214,'2012-12-05 11:16:24','2011-02-21 10:23:17',1,1,NULL,NULL,'\'home\':1','\'home\':1A,2','*all',500,NULL,0,52,1,4),(79,'*logo','*logo','logo','Image',NULL,NULL,5985,'2012-12-05 11:16:24','2012-01-08 22:30:07',1,1,NULL,NULL,'\'logo\':1','\'logo\':1A','*self',556,NULL,0,19,1,3),(80,'Home','home',NULL,'Basic',NULL,NULL,6019,'2012-12-05 11:16:24','2012-01-08 23:12:38',1,1,NULL,NULL,'\'home\':1','\'/wagn/configuration|\':13 \'/wagn/documentation|\':17 \'/wagn/support|\':22 \'click\':26 \'config\':5 \'configur\':7,14 \'content\':27 \'document\':19 \'doubl\':25 \'double-click\':24 \'edit\':29 \'home\':1A \'learn\':9 \'start\':6 \'support\':23 \'wagn\':4 \'wagn.org\':12,16,21 \'wagn.org/wagn/configuration\':11 \'wagn.org/wagn/documentation\':15 \'wagn.org/wagn/support\':20 \'welcom\':2','*all',500,NULL,0,3,1,4),(81,'*sidebar','*sidebar',NULL,'Basic',NULL,NULL,2331,'2012-12-05 11:16:24','2009-12-12 14:05:19',1,1,NULL,NULL,'\'sidebar\':1','\'administr\':4 \'link\':5 \'menu\':2 \'open\':3,6 \'sidebar\':1A','*self',559,NULL,0,3,1,1),(82,'*edit help','*edit_help','edit_help','Setting',NULL,NULL,237,'2012-12-05 11:16:24','2009-12-22 08:05:08',1,1,NULL,NULL,'\'edit\':1 \'help\':2','\'edit\':1A \'help\':2A','*all',500,NULL,0,278,1,4),(83,'*sidebar+*self+*edit help','*sidebar+*self+*edit_help',NULL,'Basic',315,82,5936,'2012-12-05 11:16:24','2011-07-22 09:59:39',1,1,NULL,NULL,'\'edit\':3 \'help\':4 \'self\':2 \'sidebar\':1','\'/wagn/sidebar|learn\':13 \'appear\':7 \'content\':5 \'custom\':16 \'edit\':3A \'help\':4A \'self\':2A \'sidebar\':1A,10,18 \'www.wagn.org\':12 \'www.wagn.org/wagn/sidebar\':11','*all plus',559,NULL,0,3,1,3),(85,'Menu','menu',NULL,'Basic',NULL,NULL,5996,'2012-12-05 11:16:24','2012-01-08 22:33:46',1,1,NULL,NULL,'\'menu\':1','\'/card/new\':2 \'add\':3 \'card\':5 \'menu\':1A','*all',500,NULL,0,3,1,3),(86,'*options','*option','options','Setting',NULL,NULL,266,'2012-12-05 11:16:24','2009-12-02 16:02:58',1,1,NULL,NULL,'\'option\':1','\'option\':1A','*all',500,NULL,0,278,1,1),(87,'*options+*right+*default','*option+*right+*default',NULL,'Pointer',300,318,5497,'2012-12-05 11:16:24','2011-03-19 21:34:07',1,1,NULL,NULL,'\'default\':3 \'option\':1 \'right\':2','\'default\':3A \'option\':1A \'right\':2A','*all plus',500,NULL,0,47,1,4),(88,'Cardtype+*type+*content','cardtype+*type+*content',NULL,'Basic',320,317,5516,'2012-12-05 11:16:24','2011-03-19 22:06:30',1,1,NULL,NULL,'\'cardtyp\':1 \'content\':3 \'type\':2','\'/new\':5 \'add\':8 \'card\':11,14 \'cardtyp\':1A \'content\':3A \'descript\':4 \'linknam\':7 \'name\':10,13,17 \'self\':6,9,12 \'type\':2A,15','*all plus',500,NULL,0,3,1,4),(89,'*table of contents','*table_of_content','table_of_contents','Setting',NULL,NULL,311,'2012-12-05 11:16:24','2009-12-17 09:22:46',1,1,NULL,NULL,'\'content\':3 \'tabl\':1','\'content\':3A \'tabl\':1A','*all',500,NULL,0,278,1,3),(90,'*table of contents+*right+*edit help','*table_of_content+*right+*edit_help',NULL,'Basic',285,82,3494,'2012-12-05 11:16:24','2010-04-21 16:26:52',1,1,NULL,NULL,'\'content\':3 \'edit\':5 \'help\':6 \'right\':4 \'tabl\':1','\'/wagn/table_of_contents|table\':10 \'0\':24 \'autogener\':7 \'card\':14 \'content\':3A,12 \'edit\':5A \'header\':23 \'help\':6A \'least\':20 \'mani\':22 \'mean\':25 \'never\':26 \'right\':4A \'set\':17 \'tabl\':1A \'www.wagn.org\':9 \'www.wagn.org/wagn/table_of_contents\':8','*all plus',500,NULL,0,3,1,1),(91,'*table of contents+*right+*default','*table_of_content+*right+*default',NULL,'Number',285,318,3033,'2012-12-05 11:16:24','2010-04-15 18:42:47',1,1,NULL,NULL,'\'content\':3 \'default\':5 \'right\':4 \'tabl\':1','\'4\':6 \'content\':3A \'default\':5A \'right\':4A \'tabl\':1A','*all plus',500,NULL,0,20,1,1),(92,'*editors','*editor',NULL,'Basic',NULL,NULL,349,'2012-12-05 11:16:24','2009-04-06 14:11:12',1,1,NULL,NULL,'\'editor\':1','\'editor\':1A','*all',500,NULL,0,3,1,1),(93,'*editors+*right+*content','*editor+*right+*content',NULL,'Search',352,317,5966,'2012-12-05 11:16:24','2011-09-01 12:21:06',1,1,NULL,NULL,'\'content\':3 \'editor\':1 \'right\':2','\'content\':3A \'editor\':1A,4 \'name\':8 \'right\':2A \'self\':6 \'sort\':7','*all plus',500,NULL,0,30,1,3),(95,'*editing+*right+*content','*editing+*right+*content',NULL,'Search',351,317,5598,'2012-12-05 11:16:24','2011-04-03 16:49:16',1,1,NULL,NULL,'\'content\':3 \'edit\':1 \'right\':2','\'content\':3A \'edit\':1A,4 \'right\':2A \'self\':6 \'sort\':7 \'updat\':8','*all plus',500,NULL,0,30,1,4),(96,'*roles','*role','roles','Basic',NULL,NULL,353,'2012-12-05 11:16:24','2009-04-06 14:11:12',1,1,NULL,NULL,'\'role\':1','\'role\':1A','*all',500,NULL,0,3,1,1),(98,'*members','*member',NULL,'Basic',NULL,NULL,355,'2012-12-05 11:16:24','2009-04-09 16:34:46',1,1,NULL,NULL,'\'member\':1','\'member\':1A','*all',500,NULL,0,3,1,3),(99,'*members+*right+*content','*member+*right+*content',NULL,'Search',342,317,1881,'2012-12-05 11:16:24','2010-04-15 18:43:15',1,1,NULL,NULL,'\'content\':3 \'member\':1 \'right\':2','\'content\':3A \'member\':1A,4 \'name\':8 \'right\':2A \'self\':6 \'sort\':7','*all plus',500,NULL,0,30,1,1),(100,'*account','*account','account','Basic',NULL,NULL,5976,'2012-12-05 11:16:24','2012-01-02 13:49:04',1,1,NULL,NULL,'\'account\':1','\'/account/invite\':2 \'/wagn/account|&nbsp;learn\':18 \'account\':1A,10,21,22,24,31 \'associ\':12 \'card\':15,29 \'creat\':28 \'default\':8 \'invit\':3 \'new\':5,9 \'request\':23,25 \'titl\':32 \'type\':26 \'user\':6,14 \'wagn.org\':17 \'wagn.org/wagn/account\':16','*all',500,NULL,0,3,1,3),(101,'Cards with accounts','card_with_account',NULL,'Search',NULL,NULL,486,'2012-12-05 11:16:24','2011-03-24 08:47:48',1,1,NULL,NULL,'\'account\':3 \'card\':1','\'account\':3A \'card\':1A \'extens\':4 \'type\':5 \'user\':6','*all',500,NULL,0,30,1,4),(103,'*favicon','*favicon','favicon','Image',NULL,NULL,2622,'2012-12-05 11:16:24','2012-09-20 16:42:33',1,1,NULL,NULL,'\'favicon\':1','\'favicon\':1A','*all',500,NULL,0,3,1,3),(108,'*request+*thanks','*request+*thank',NULL,'Phrase',63,61,2473,'2012-12-05 11:16:24','2009-12-17 09:21:54',1,1,NULL,NULL,'\'request\':1 \'thank\':2','\'/wagn/request_sent\':3 \'request\':1A \'thank\':2A','*all plus',500,NULL,0,52,1,1),(109,'Request Sent','request_sent',NULL,'Basic',NULL,NULL,3031,'2012-12-05 11:16:24','2009-12-02 16:28:23',1,1,NULL,NULL,'\'request\':1 \'sent\':2','\'account\':17 \'approv\':19 \'possibl\':24 \'receiv\':12 \'request\':1A,14 \'sent\':2A \'sign\':6 \'someon\':10 \'soon\':22 \'thank\':3 \'titl\':9','*all',500,NULL,0,3,1,4),(110,'*plusses','*pluss',NULL,'Basic',NULL,NULL,1225,'2012-12-05 11:16:24','2009-04-09 15:41:06',1,1,NULL,NULL,'\'pluss\':1','\'pluss\':1A','*all',500,NULL,0,3,1,3),(111,'*plusses+*right+*content','*pluss+*right+*content',NULL,'Basic',337,317,2210,'2012-12-05 11:16:24','2010-04-15 18:43:07',1,1,NULL,NULL,'\'content\':3 \'pluss\':1 \'right\':2','\'card\':5,21,29,31,39 \'content\':3A \'descript\':14 \'e.g\':12 \'form\':17 \'left\':27,32,37,40,46 \'make\':24 \'menu\':13 \'name\':11,33 \'part\':35,42,45,48 \'plus\':4,8,28,30,38,41,47 \'pluss\':1A,19 \'right\':2A \'third\':26 \'togeth\':22 \'two\':20','*all plus',500,NULL,0,3,1,1),(112,'*related','*related','related','Pointer',NULL,NULL,2008,'2012-12-05 11:16:24','2009-04-24 15:34:53',1,1,NULL,NULL,'\'relat\':1','\'communiti\':5 \'incom\':2 \'outgo\':3 \'pluss\':4 \'relat\':1A','*all',500,NULL,0,47,1,1),(115,'*community','*community',NULL,'Basic',NULL,NULL,1253,'2012-12-05 11:16:24','2009-04-09 15:43:28',1,1,NULL,NULL,'\'communiti\':1','\'communiti\':1A','*all',500,NULL,0,3,1,3),(116,'*community+*right+*content','*community+*right+*content',NULL,'Basic',340,317,5306,'2012-12-05 11:16:24','2011-02-25 22:44:53',1,1,NULL,NULL,'\'communiti\':1 \'content\':3 \'right\':2','\'/wagn/notification|learn\':38 \'ad\':4 \'communiti\':1A \'content\':3A \'creator\':7 \'discuss\':47,48,50 \'editor\':12,15,19,21,23 \'instruct\':31 \'item\':8,16,24,44 \'last\':14 \'left\':6,13,18,22,26,29,42,46,49,52,54,59 \'link\':9,17,25,45 \'nake\':35 \'name\':55 \'notif\':41 \'open\':51 \'recent\':11 \'relat\':33 \'right\':2A \'tab\':34 \'tag\':53,57,60 \'wagn.org\':37 \'wagn.org/wagn/notification\':36 \'watcher\':27,28,30,43','*all plus',500,NULL,0,3,1,4),(117,'*related+*right+*default','*related+*right+*default',NULL,'Pointer',343,318,1270,'2012-12-05 11:16:24','2010-04-15 18:43:16',1,1,NULL,NULL,'\'default\':3 \'relat\':1 \'right\':2','\'default\':3A \'relat\':1A \'right\':2A','*all plus',500,NULL,0,47,1,1),(118,'*account+*related','*account+*related',NULL,'Pointer',100,112,1871,'2012-12-05 11:16:24','2009-04-09 16:11:44',1,1,NULL,NULL,'\'account\':1 \'relat\':2','\'account\':1A,3 \'relat\':2A','*all plus',500,NULL,0,47,1,3),(128,'tags','tag',NULL,'Basic',NULL,NULL,1407,'2012-12-05 11:16:24','2009-04-06 14:11:12',1,1,NULL,NULL,'\'tag\':1','\'tag\':1A','*all',500,NULL,0,3,1,1),(129,'tags+*right+*default','tag+*right+*default',NULL,'Pointer',355,318,1408,'2012-12-05 11:16:24','2010-04-15 18:43:31',1,1,NULL,NULL,'\'default\':3 \'right\':2 \'tag\':1','\'default\':3A \'right\':2A \'tag\':1A','*all plus',500,NULL,0,47,1,1),(130,'discussion','discussion',NULL,'Basic',NULL,NULL,1409,'2012-12-05 11:16:24','2009-04-06 14:11:12',1,1,NULL,NULL,'\'discuss\':1','\'discuss\':1A','*all',500,NULL,0,3,1,1),(131,'discussion+*right+*default','discussion+*right+*default',NULL,'Basic',354,318,1410,'2012-12-05 11:16:24','2010-04-15 18:43:30',1,1,NULL,NULL,'\'default\':3 \'discuss\':1 \'right\':2','\'default\':3A \'discuss\':1A \'right\':2A','*all plus',500,NULL,0,3,1,1),(137,'*from','*from','from','Basic',NULL,NULL,1521,'2012-12-05 11:16:24','2010-04-20 18:01:25',1,1,NULL,NULL,'','','*all',500,NULL,0,3,1,3),(138,'*editing','*editing',NULL,'Basic',NULL,NULL,1550,'2012-12-05 11:16:24','2009-04-06 14:11:12',1,1,NULL,NULL,'\'edit\':1','\'edit\':1A','*all',500,NULL,0,3,1,1),(146,'description','description',NULL,'Basic',NULL,NULL,1696,'2012-12-05 11:16:24','2009-04-06 14:11:12',1,1,NULL,NULL,'\'descript\':1','\'descript\':1A','*all',500,NULL,0,3,1,1),(147,'Administrator+description','administrator+description',NULL,'Basic',10,146,6078,'2012-12-05 11:16:24','2012-10-09 23:22:14',1,1,NULL,NULL,'\'administr\':1 \'descript\':2','\'/admin/tasks\':9 \'/wagn/permissions|documentation\':35 \'administr\':1A,3 \'automat\':4 \'card\':22 \'delet\':20 \'descript\':2A \'edit\':18 \'everi\':21 \'global\':10 \'permiss\':11,29,37 \'power\':15 \'regardless\':26 \'see\':17,31 \'set\':30 \'system\':25 \'wagn.org\':34 \'wagn.org/wagn/permissions\':33','*all plus',500,NULL,0,3,1,1),(151,'Administrator links','administrator_link',NULL,'Basic',NULL,NULL,6063,'2012-12-05 11:16:24','2012-10-01 16:35:39',1,1,NULL,NULL,'\'administr\':1 \'link\':2','\'/admin/clear_cache\':10 \'/admin/tasks\':7 \'account\':5,6 \'administr\':1A \'cach\':13 \'clear\':11 \'config\':3 \'configur\':4 \'global\':8 \'link\':2A \'permiss\':9','*self',518,NULL,0,3,3,3),(168,'*outgoing','*outgoing',NULL,'Basic',NULL,NULL,1988,'2012-12-05 11:16:24','2009-04-24 09:57:11',1,1,NULL,NULL,'\'outgo\':1','\'outgo\':1A','*all',500,NULL,0,3,4,4),(169,'*outgoing+*right+*content','*outgoing+*right+*content',NULL,'Basic',339,317,2054,'2012-12-05 11:16:24','2010-04-15 18:43:10',1,1,NULL,NULL,'\'content\':3 \'outgo\':1 \'right\':2','\'content\':3A \'includ\':16 \'inclus\':13,18 \'left\':4,6,10,12,14,17,19,21,26 \'link\':5,8,11 \'name\':7,15,22 \'outgo\':1A \'right\':2A \'tag\':20,24,27','*all plus',500,NULL,0,3,4,1),(170,'*incoming','*incoming',NULL,'Basic',NULL,NULL,1993,'2012-12-05 11:16:24','2009-04-24 10:07:12',1,1,NULL,NULL,'\'incom\':1','\'incom\':1A','*all',500,NULL,0,3,4,4),(171,'*incoming+*right+*content','*incoming+*right+*content',NULL,'Basic',334,317,2336,'2012-12-05 11:16:24','2010-04-15 18:43:04',1,1,NULL,NULL,'\'content\':3 \'incom\':1 \'right\':2','\'content\':3A \'includ\':14,16,20 \'incom\':1A \'left\':4,9,11,13,17,19,21,26,28 \'link\':7 \'linker\':5,12 \'name\':10,18,27 \'right\':2A \'tag\':22,25,29','*all plus',500,NULL,0,3,4,1),(172,'*tagged','*tagged',NULL,'Basic',NULL,NULL,2013,'2012-12-05 11:16:24','2009-04-24 10:30:47',1,1,NULL,NULL,'\'tag\':1','\'tag\':1A','*all',500,NULL,0,3,3,3),(173,'*tagged+*right+*content','*tagged+*right+*content',NULL,'Search',338,317,2022,'2012-12-05 11:16:24','2010-04-15 18:43:09',1,1,NULL,NULL,'\'content\':3 \'right\':2 \'tag\':1','\'content\':3A \'plus\':5 \'refer\':7 \'right\':2A,4 \'self\':9 \'tag\':1A,6','*all plus',500,NULL,0,30,3,1),(178,'by update','by_update',NULL,'Basic',NULL,NULL,2087,'2012-12-05 11:16:24','2009-04-24 12:46:20',1,1,NULL,NULL,'\'updat\':2','\'updat\':2A','*all',500,NULL,0,3,4,3),(179,'by update+*right+*content','by_update+*right+*content',NULL,'Search',341,317,2089,'2012-12-05 11:16:24','2010-04-15 18:43:14',1,1,NULL,NULL,'\'content\':4 \'right\':3 \'updat\':2','\'content\':4A \'found\':5 \'right\':3A \'self\':7 \'sort\':8 \'updat\':2A,9','*all plus',500,NULL,0,30,4,1),(180,'Cardtype+description','cardtype+description',NULL,'Basic',5,146,2093,'2012-12-05 11:16:24','2010-04-21 16:27:07',1,1,NULL,NULL,'\'cardtyp\':1 \'descript\':2','\'/wagn/card_types|documentation\':31 \'add\':20 \'also\':19 \'card\':4,33 \'cardtyp\':1A,23 \'descript\':2A \'everi\':3 \'goe\':14 \'inform\':13 \'kind\':11 \'learn\':25 \'read\':27 \'shape\':9 \'type\':7,34 \'wagn.org\':30 \'wagn.org/wagn/card_types\':29','*all plus',500,NULL,0,3,4,1),(181,'User+description','user+description',NULL,'Basic',4,146,2094,'2012-12-05 11:16:24','2010-04-21 16:27:07',1,1,NULL,NULL,'\'descript\':2 \'user\':1','\'/wagn/user|documentation\':18 \'account\':5 \'card\':10,21 \'descript\':2A \'general\':6 \'learn\':12 \'peopl\':3 \'read\':14 \'user\':1A,9,20 \'wagn.org\':17 \'wagn.org/wagn/user\':16','*all plus',500,NULL,0,3,4,1),(182,'Search+description','search+description',NULL,'Basic',30,146,5196,'2012-12-05 11:16:24','2011-02-19 08:32:20',1,1,NULL,NULL,'\'descript\':2 \'search\':1','\'/wagn/wql\':21 \'/wagn/wql|wql,\':12 \'card\':8 \'descript\':2A \'document\':24 \'languag\':16 \'list\':6 \'queri\':15 \'return\':4 \'search\':1A,3 \'see\':17 \'syntax\':22,23 \'use\':9 \'wagn\':14 \'wagn.org\':11,20 \'wagn.org/wagn/wql\':10,19','*all plus',500,NULL,0,3,3,3),(184,'by name','by_name',NULL,'Basic',NULL,NULL,2264,'2012-12-05 11:16:24','2009-04-25 12:29:02',1,1,NULL,NULL,'\'name\':2','\'name\':2A','*all',500,NULL,0,3,4,4),(185,'by name+*right+*content','by_name+*right+*content',NULL,'Search',336,317,2266,'2012-12-05 11:16:24','2010-04-15 18:43:06',1,1,NULL,NULL,'\'content\':4 \'name\':2 \'right\':3','\'content\':4A \'found\':5 \'name\':2A,9 \'right\':3A \'self\':7 \'sort\':8','*all plus',500,NULL,0,30,4,1),(190,'by create','by_create',NULL,'Basic',NULL,NULL,2290,'2012-12-05 11:16:24','2009-04-27 23:08:41',1,1,NULL,NULL,'\'creat\':2','\'creat\':2A','*all',500,NULL,0,3,4,4),(191,'by create+*right+*content','by_create+*right+*content',NULL,'Search',335,317,2291,'2012-12-05 11:16:24','2010-04-15 18:43:06',1,1,NULL,NULL,'\'content\':4 \'creat\':2 \'right\':3','\'content\':4A \'creat\':2A,9 \'found\':5 \'right\':3A \'self\':7 \'sort\':8','*all plus',500,NULL,0,30,4,1),(198,'*css','*css','css','PlainText',NULL,NULL,6261,'2012-12-05 11:16:24','2012-12-02 03:19:38',1,1,NULL,NULL,'\'css\':1','\'/images/body-bg.png\':16 \'222299\':56 \'28\':31 \'333333\':77 \'335533\':40 \'444444\':6 \'664444\':50 \'67\':28 \'background\':8,14,34,39,63,87 \'bar\':33 \'bodi\':2,4,12 \'c0d9c0\':64 \'card\':22,57,61,66,69,80 \'card-foot\':79 \'card-head\':60,65,68 \'cccccc\':20 \'color\':5,11,35,37,43,49,55,76 \'credit\':86 \'css\':1A \'current\':85 \'dddddd\':88 \'eeeeee\':44 \'etc\':59 \'font\':73 \'font-weight\':72 \'footer\':81 \'h1\':47 \'h1.page\':51 \'h2\':48 \'h2.page\':53 \'header\':45,52,54,58,62,67,70 \'imag\':9 \'main\':21 \'menu\':38,41 \'misc\':78 \'navig\':84 \'normal\':75 \'page\':7 \'primari\':26 \'repeat\':18 \'repeat-x\':17 \'revis\':83 \'revision-navig\':82 \'secondari\':29 \'sidebar\':24 \'text\':3,36,46 \'top\':32 \'url\':15 \'wagn\':13 \'weight\':74 \'width\':25,27,30 \'x\':19','*self',552,NULL,0,22,4,3),(200,'Form submission thanks','form_submission_thank',NULL,'Basic',NULL,NULL,2402,'2012-12-05 11:16:24','2009-05-21 10:35:27',1,1,NULL,NULL,'\'form\':1 \'submiss\':2 \'thank\':3','\'form\':1A,8 \'submiss\':2A \'submit\':6 \'thank\':3A,4','*all',500,NULL,0,3,4,4),(201,'HTML+*type+*default','html+*type+*default',NULL,'Basic',319,318,2403,'2012-12-05 11:16:24','2010-04-15 18:42:30',1,1,NULL,NULL,'\'default\':3 \'html\':1 \'type\':2','\'default\':3A \'html\':1A \'type\':2A','*all plus',500,NULL,0,3,4,1),(202,'HTML+description','html+description',NULL,'Basic',50,146,2408,'2012-12-05 11:16:24','2010-04-21 16:27:06',1,1,NULL,NULL,'\'descript\':2 \'html\':1','\'/wagn/html|documentation\':14 \'allow\':5 \'card\':4,17 \'descript\':2A \'html\':1A,9,16 \'see\':10 \'unrestrict\':6 \'use\':7 \'wagn.org\':13 \'wagn.org/wagn/html\':12','*all plus',500,NULL,0,3,4,1),(205,'*thanks+*right+*default','*thank+*right+*default',NULL,'Phrase',288,318,2430,'2012-12-05 11:16:24','2010-04-15 18:42:52',1,1,NULL,NULL,'\'default\':3 \'right\':2 \'thank\':1','\'default\':3A \'right\':2A \'thank\':1A','*all plus',500,NULL,0,52,4,1),(210,'Anyone+description','anyone+description',NULL,'Basic',8,146,2571,'2012-12-05 11:16:24','2010-04-21 16:27:04',1,1,NULL,NULL,'\'anyon\':1 \'descript\':2','\'/wagn/account|learn\':22 \'account\':25 \'anonym\':19 \'anyon\':1A,3 \'credit\':17 \'descript\':2A \'edit\':12 \'make\':14 \'role\':11 \'sign\':7 \'wagn.org\':21 \'wagn.org/wagn/account\':20','*all plus',500,NULL,0,3,4,1),(211,'Anyone Signed In+description','anyone_signed_in+description',NULL,'Basic',9,146,2570,'2012-12-05 11:16:24','2010-04-21 16:27:05',1,1,NULL,NULL,'\'anyon\':1 \'descript\':4 \'sign\':2','\'/wagn/account|learn\':15 \'account\':18 \'anyon\':1A,5 \'descript\':4A \'role\':12 \'sign\':2A,8 \'wagn.org\':14 \'wagn.org/wagn/account\':13','*all plus',500,NULL,0,3,4,1),(212,'Toggle+description','toggle+description',NULL,'Basic',51,146,2574,'2012-12-05 11:16:24','2010-04-21 16:27:04',1,1,NULL,NULL,'\'descript\':2 \'toggl\':1','\'/wagn/toggle|learn\':11 \'descript\':2A \'indic\':5 \'simpli\':4 \'toggl\':1A,3,14 \'wagn.org\':10 \'wagn.org/wagn/toggle\':9 \'yes\':6','*all plus',500,NULL,0,3,4,1),(213,'Pointer+description','pointer+description',NULL,'Basic',47,146,5524,'2012-12-05 11:16:24','2011-03-19 22:15:26',1,1,NULL,NULL,'\'descript\':2 \'pointer\':1','\'/wagn/pointer|learn\':15 \'card\':12 \'descript\':2A \'list\':4 \'one\':8 \'point\':6 \'pointer\':1A,3,18 \'wagn.org\':14 \'wagn.org/wagn/pointer\':13','*all plus',500,NULL,0,3,4,4),(214,'Image+description','image+description',NULL,'Basic',19,146,2576,'2012-12-05 11:16:24','2010-04-21 16:27:03',1,1,NULL,NULL,'\'descript\':2 \'imag\':1','\'/wagn/image|learn\':23 \'appear\':20 \'card\':10,27 \'descript\':2A \'imag\':1A,7,9,18,26 \'includ\':12 \'upload\':6 \'wagn\':4 \'wagn.org\':22 \'wagn.org/wagn/image\':21 \'want\':16 \'wherev\':14','*all plus',500,NULL,0,3,4,1),(215,'File+description','file+description',NULL,'Basic',18,146,4871,'2012-12-05 11:16:24','2011-02-15 22:54:16',1,1,NULL,NULL,'\'descript\':2 \'file\':1','\'/wagn/file|learn\':13 \'card\':4,17 \'descript\':2A \'download\':9 \'file\':1A,3,10,16 \'upload\':7 \'wagn.org\':12 \'wagn.org/wagn/file\':11','*all plus',500,NULL,0,3,4,3),(216,'Account Request+description','account_request+description',NULL,'Basic',12,146,2581,'2012-12-05 11:16:24','2010-04-21 16:27:02',1,1,NULL,NULL,'\'account\':1 \'descript\':3 \'request\':2','\'/wagn/account|learn\':16 \'account\':1A,8,19 \'approv\':13 \'descript\':3A \'peopl\':4 \'request\':2A,7 \'wagn.org\':15 \'wagn.org/wagn/account\':14 \'yet\':11','*all plus',500,NULL,0,3,4,1),(217,'Image+*right+*default','image+*right+*default',NULL,'Image',331,318,2604,'2012-12-05 11:16:24','2010-04-15 18:43:00',1,1,NULL,NULL,'\'default\':3 \'imag\':1 \'right\':2','\'default\':3A \'imag\':1A \'right\':2A','*all plus',500,NULL,0,19,4,1),(219,'*watchers','*watcher','watchers','Basic',NULL,NULL,3754,'2012-12-05 11:16:24','2010-11-01 17:46:26',1,1,NULL,NULL,'\'watcher\':1','\'/wagn/notification|learn\':19 \'card\':3,13,15 \'chang\':10 \'email\':8 \'get\':7 \'name\':25 \'notif\':22 \'right\':23 \'show\':4 \'type\':16 \'watcher\':1A \'www.wagn.org\':18 \'www.wagn.org/wagn/notification\':17','*all',500,NULL,0,3,5,1),(220,'*watchers+*right+*default','*watcher+*right+*default',NULL,'Pointer',269,318,2609,'2012-12-05 11:16:24','2010-04-15 18:42:59',1,1,NULL,NULL,'\'default\':3 \'right\':2 \'watcher\':1','\'default\':3A \'right\':2A \'watcher\':1A','*all plus',500,NULL,0,47,5,1),(221,'*watchers+*right+*options','*watcher+*right+*option',NULL,'Search',269,86,5713,'2012-12-05 11:16:24','2011-06-06 13:11:10',1,1,NULL,NULL,'\'option\':3 \'right\':2 \'watcher\':1','\'2.0\':19 \'deprec\':13 \'extens\':4 \'note\':7 \'option\':3A \'right\':2A \'syntax\':9 \'type\':5 \'user\':6 \'wagn\':18 \'watcher\':1A \'yet\':12','*all plus',500,NULL,0,30,4,3),(222,'*watching','*watching',NULL,'Basic',NULL,NULL,2624,'2012-12-05 11:16:24','2009-07-03 11:43:20',1,1,NULL,NULL,'\'watch\':1','\'watch\':1A','*all',500,NULL,0,3,4,4),(223,'*watching+*right+*content','*watching+*right+*content',NULL,'Search',329,317,5621,'2012-12-05 11:16:24','2011-04-03 17:07:11',1,1,NULL,NULL,'\'content\':3 \'right\':2 \'watch\':1','\'accept\':7 \'card\':8 \'cardtyp\':19,27 \'content\':3A \'def\':9 \'fixit\':4 \'name\':34 \'plus\':12,21,28 \'refer\':14,23,30 \'right\':2A \'self\':16,25,32 \'sort\':33 \'type\':6,18,20,26 \'watch\':1A \'watcher\':13,22,29','*all plus',500,NULL,0,30,4,4),(225,'Role+description','role+description',NULL,'Basic',7,146,6081,'2012-12-05 11:16:24','2012-10-09 23:23:16',1,1,NULL,NULL,'\'descript\':2 \'role\':1','\'/admin/tasks\':18 \'/wagn/role|learn\':32 \'administr\':24 \'capabl\':14 \'defin\':16 \'descript\':2A \'except\':21 \'global\':19 \'one\':6 \'permiss\':20,29 \'role\':1A,9,12,25,35 \'user\':4 \'wagn.org\':31 \'wagn.org/wagn/role\':30','*all plus',500,NULL,0,3,4,1),(241,'*input','*input','input','Setting',NULL,NULL,2878,'2012-12-05 11:16:24','2009-12-02 16:02:58',1,1,NULL,NULL,'\'input\':1','\'input\':1A','*all',500,NULL,0,278,4,1),(242,'*input+*right+*default','*input+*right+*default',NULL,'Pointer',268,318,2879,'2012-12-05 11:16:24','2011-04-04 16:52:55',1,1,NULL,NULL,'\'default\':3 \'input\':1 \'right\':2','\'default\':3A \'input\':1A \'right\':2A','*all plus',500,NULL,0,47,4,4),(247,'*autoname','*autoname','autoname','Setting',NULL,NULL,2889,'2012-12-05 11:16:24','2009-12-02 16:02:57',1,1,NULL,NULL,'\'autonam\':1','\'autonam\':1A','*all',500,NULL,0,278,4,1),(248,'*autoname+*right+*default','*autoname+*right+*default',NULL,'Phrase',289,318,2890,'2012-12-05 11:16:24','2010-04-15 18:42:58',1,1,NULL,NULL,'\'autonam\':1 \'default\':3 \'right\':2','\'autonam\':1A \'default\':3A \'right\':2A','*all plus',500,NULL,0,52,4,1),(249,'*autoname+*right+*edit help','*autoname+*right+*edit_help',NULL,'Basic',289,82,6039,'2012-12-05 11:16:24','2012-03-02 19:11:17',1,1,NULL,NULL,'\'autonam\':1 \'edit\':3 \'help\':4 \'right\':2','\'/wagn/autonaming|learn\':27 \'autonam\':1A,7 \'card\':9,24 \'edit\':3A \'give\':17 \'help\':4A \'increment\':20 \'name\':15 \'new\':8,23 \'right\':2A \'set\':12 \'wagn\':5 \'wagn.org\':26 \'wagn.org/wagn/autonaming\':25','*all plus',500,NULL,0,3,4,3),(250,'*thanks+*right+*edit help','*thank+*right+*edit_help',NULL,'Basic',288,82,3495,'2012-12-05 11:16:24','2010-04-21 16:26:52',1,1,NULL,NULL,'\'edit\':3 \'help\':4 \'right\':2 \'thank\':1','\'/wagn/custom_thank_you_messages_for_forms|learn\':19 \'card\':13 \'creat\':11 \'edit\':3A \'help\':4A \'messag\':24 \'peopl\':8 \'right\':2A \'set\':16 \'take\':7 \'thank\':1A,22 \'www.wagn.org\':18 \'www.wagn.org/wagn/custom_thank_you_messages_for_forms\':17','*all plus',500,NULL,0,3,4,1),(252,'*option label','*option_label','options_label','Setting',NULL,NULL,3023,'2012-12-05 11:16:24','2009-12-02 16:02:58',1,1,NULL,NULL,'\'label\':2 \'option\':1','\'label\':2A \'option\':1A','*all',500,NULL,0,278,4,1),(253,'*option label+*right+*default','*option_label+*right+*default',NULL,'Phrase',286,318,2901,'2012-12-05 11:16:24','2010-04-15 18:42:51',1,1,NULL,NULL,'\'default\':4 \'label\':2 \'option\':1 \'right\':3','\'default\':4A \'label\':2A \'option\':1A \'right\':3A','*all plus',500,NULL,0,52,4,1),(254,'*option label+*right+*edit help','*option_label+*right+*edit_help',NULL,'Basic',286,82,6040,'2012-12-05 11:16:24','2012-03-02 19:14:15',1,1,NULL,NULL,'\'edit\':4 \'help\':5 \'label\':2 \'option\':1 \'right\':3','\'/wagn/pointer|learn\':52 \'1\':44 \'2\':47 \'button\':32 \'card\':13,25,29 \'checkbox\':34 \'descript\':37,45,48 \'e.g\':36 \'edit\':4A \'etc\':49 \'form\':27 \'help\':5A \'item\':35 \'label\':2A,6,28 \'look\':41 \'make\':39 \'name\':14 \'option\':1A,9,24,43,46 \'pluss\':17 \'pointer\':8,22 \'radio\':31 \'right\':3A \'valu\':10 \'wagn\':40 \'www.wagn.org\':51 \'www.wagn.org/wagn/pointer\':50','*all plus',500,NULL,0,3,4,3),(255,'*layout','*layout','layout','Setting',NULL,NULL,3019,'2012-12-05 11:16:24','2009-12-02 16:02:57',1,1,NULL,NULL,'\'layout\':1','\'layout\':1A','*all',500,NULL,0,278,1,1),(256,'*captcha','*captcha','captcha','Setting',NULL,NULL,3021,'2012-12-05 11:16:24','2009-12-02 16:02:57',1,1,NULL,NULL,'\'captcha\':1','\'captcha\':1A','*all',500,NULL,0,278,5,1),(257,'*captcha+*right+*default','*captcha+*right+*default',NULL,'Toggle',302,318,2930,'2012-12-05 11:16:24','2010-04-15 18:42:45',1,1,NULL,NULL,'\'captcha\':1 \'default\':3 \'right\':2','\'1\':4 \'captcha\':1A \'default\':3A \'right\':2A','*all plus',500,NULL,0,51,4,1),(259,'Set','set','set','Cardtype',NULL,NULL,5469,'2012-12-05 11:16:24','2011-03-19 16:28:08',1,1,24,'Cardtype','\'set\':1','\'card\':5 \'descript\':2 \'name\':4,8 \'self\':3 \'set\':1A \'type\':6','*all',500,NULL,0,5,1,3),(260,'*right','*right','right','Basic',NULL,NULL,3001,'2012-12-05 11:16:24','2010-04-20 18:00:53',1,1,NULL,NULL,'\'right\':1','\'right\':1A','*all',500,NULL,0,3,1,3),(261,'*right+*right+*content','*right+*right+*content',NULL,'Set',324,317,3002,'2012-12-05 11:16:24','2010-04-15 18:42:43',1,1,NULL,NULL,'\'content\':3 \'right\':1,2','\'content\':3A \'right\':1A,2A,4 \'self\':5','*all plus',500,NULL,0,259,1,1),(262,'*type plus right','*type_plu_right','type_plus_right','Basic',NULL,NULL,3003,'2012-12-05 11:16:24','2009-12-02 16:03:03',1,1,NULL,NULL,'\'plus\':2 \'right\':3 \'type\':1','\'plus\':2A \'right\':3A \'type\':1A','*all',500,NULL,0,3,1,1),(263,'*type plus right+*right+*content','*type_plu_right+*right+*content',NULL,'Set',325,317,3004,'2012-12-05 11:16:24','2010-04-15 18:42:43',1,1,NULL,NULL,'\'content\':5 \'plus\':2 \'right\':3,4 \'type\':1','\'content\':5A \'left\':6,8 \'plus\':2A \'right\':3A,4A,9,10 \'type\':1A,7','*all plus',500,NULL,0,259,1,1),(264,'*self','*self','self','Basic',NULL,NULL,3005,'2012-12-05 11:16:24','2009-12-02 16:03:00',1,1,NULL,NULL,'\'self\':1','\'self\':1A','*all',500,NULL,0,3,1,1),(265,'*self+*right+*content','*self+*right+*content',NULL,'Set',326,317,3006,'2012-12-05 11:16:24','2010-04-15 18:42:44',1,1,NULL,NULL,'\'content\':3 \'right\':2 \'self\':1','\'content\':3A \'name\':4 \'right\':2A \'self\':1A,5','*all plus',500,NULL,0,259,1,1),(266,'*type','*type','type','Basic',NULL,NULL,3007,'2012-12-05 11:16:24','2009-12-02 16:03:00',1,1,NULL,NULL,'\'type\':1','\'type\':1A','*all',500,NULL,0,3,1,1),(267,'*type+*right+*content','*type+*right+*content',NULL,'Set',327,317,3008,'2012-12-05 11:16:24','2010-04-15 18:42:45',1,1,NULL,NULL,'\'content\':3 \'right\':2 \'type\':1','\'content\':3A \'right\':2A \'self\':5 \'type\':1A,4','*all plus',500,NULL,0,259,1,1),(268,'*input+*right','*input+*right',NULL,'Set',241,260,3009,'2012-12-05 11:16:24','2009-12-08 12:25:14',1,1,NULL,NULL,'\'input\':1 \'right\':3','\'input\':1A \'right\':3A,4 \'self\':5','*all plus',500,NULL,0,259,1,1),(269,'*watchers+*right','*watcher+*right',NULL,'Set',219,260,3010,'2012-12-05 11:16:24','2009-12-08 12:25:14',1,1,NULL,NULL,'\'right\':3 \'watcher\':1','\'right\':3A,4 \'self\':5 \'watcher\':1A','*all plus',500,NULL,0,259,1,1),(274,'*all','*all','all','Set',NULL,NULL,3088,'2012-12-05 11:16:24','2009-12-17 11:52:04',1,1,NULL,NULL,'','','*all',500,NULL,0,259,1,1),(275,'*all+*layout','*all+*layout',NULL,'Pointer',274,255,3171,'2012-12-05 11:16:24','2009-12-23 11:51:05',1,1,NULL,NULL,'\'layout\':2','\'default\':3 \'layout\':2A,4','*all plus',500,NULL,0,47,1,1),(276,'*all+*captcha','*all+*captcha',NULL,'Toggle',274,256,6257,'2012-12-05 11:16:24','2012-11-21 16:30:55',1,1,NULL,NULL,'\'captcha\':2','\'0\':3 \'captcha\':2A','*all plus',500,NULL,0,51,1,3),(277,'*all+*option label','*all+*option_label',NULL,'Phrase',274,252,3022,'2012-12-05 11:16:24','2009-12-02 16:02:56',1,1,NULL,NULL,'\'label\':3 \'option\':2','\'descript\':4 \'label\':3A \'option\':2A','*all plus',500,NULL,0,52,1,1),(278,'Setting','setting','setting','Cardtype',NULL,NULL,5538,'2012-12-05 11:16:24','2011-03-20 11:51:09',1,1,25,'Cardtype','\'set\':1','\'set\':1A','*all',500,NULL,0,5,1,3),(279,'*all+*table of contents','*all+*table_of_content',NULL,'Number',274,89,3871,'2012-12-05 11:16:24','2011-02-02 19:49:22',1,1,NULL,NULL,'\'content\':4 \'tabl\':2','\'0\':5 \'content\':4A \'tabl\':2A','*all plus',500,NULL,0,20,4,4),(280,'*layout+*right+*default','*layout+*right+*default',NULL,'Pointer',284,318,3040,'2012-12-05 11:16:24','2010-04-15 18:42:46',1,1,NULL,NULL,'\'default\':3 \'layout\':1 \'right\':2','\'default\':3A \'layout\':1A \'right\':2A','*all plus',500,NULL,0,47,4,1),(281,'*layout+*right+*edit help','*layout+*right+*edit_help',NULL,'Basic',284,82,6038,'2012-12-05 11:16:24','2012-03-02 19:09:40',1,1,NULL,NULL,'\'edit\':3 \'help\':4 \'layout\':1 \'right\':2','\'/custom_layouts\':20 \'card\':7,14 \'determin\':5 \'edit\':3A \'help\':4A \'layout\':1A,6,24 \'learn\':21 \'page\':11 \'right\':2A \'set\':17 \'use\':8 \'view\':10 \'wagn.org\':19 \'wagn.org/custom_layouts\':18','*all plus',500,NULL,0,3,4,3),(284,'*layout+*right','*layout+*right',NULL,'Set',255,260,3060,'2012-12-05 11:16:24','2009-12-12 14:05:33',1,1,NULL,NULL,'\'layout\':1 \'right\':2','\'layout\':1A \'right\':2A','*all plus',500,NULL,0,259,1,1),(285,'*table of contents+*right','*table_of_content+*right',NULL,'Set',89,260,3061,'2012-12-05 11:16:24','2009-12-12 14:05:33',1,1,NULL,NULL,'\'content\':3 \'right\':4 \'tabl\':1','\'content\':3A \'right\':4A \'tabl\':1A','*all plus',500,NULL,0,259,1,1),(286,'*option label+*right','*option_label+*right',NULL,'Set',252,260,3063,'2012-12-05 11:16:24','2009-12-12 14:05:34',1,1,NULL,NULL,'\'label\':2 \'option\':1 \'right\':3','\'label\':2A \'option\':1A \'right\':3A','*all plus',500,NULL,0,259,1,1),(288,'*thanks+*right','*thank+*right',NULL,'Set',61,260,3065,'2012-12-05 11:16:24','2009-12-12 14:05:34',1,1,NULL,NULL,'\'right\':2 \'thank\':1','\'right\':2A \'thank\':1A','*all plus',500,NULL,0,259,1,1),(289,'*autoname+*right','*autoname+*right',NULL,'Set',247,260,3066,'2012-12-05 11:16:24','2009-12-12 14:05:34',1,1,NULL,NULL,'\'autonam\':1 \'right\':2','\'autonam\':1A \'right\':2A','*all plus',500,NULL,0,259,1,1),(291,'*accountable','*accountable','accountable','Setting',NULL,NULL,3078,'2012-12-05 11:16:24','2009-12-21 16:02:40',1,1,NULL,NULL,'\'account\':1','\'account\':1A','*all',500,NULL,0,278,4,1),(292,'*accountable+*right+*default','*accountable+*right+*default',NULL,'Toggle',307,318,3079,'2012-12-05 11:16:24','2010-04-15 18:42:42',1,1,NULL,NULL,'\'account\':1 \'default\':3 \'right\':2','\'0\':4 \'account\':1A \'default\':3A \'right\':2A','*all plus',500,NULL,0,51,4,1),(293,'*all+*accountable','*all+*accountable',NULL,'Toggle',274,291,3081,'2012-12-05 11:16:24','2009-12-10 14:35:21',1,1,NULL,NULL,'\'account\':2','\'0\':3 \'account\':2A','*all plus',500,NULL,0,51,4,4),(294,'User+*type','user+*type',NULL,'Set',4,266,3082,'2012-12-05 11:16:24','2009-12-10 14:35:53',1,1,NULL,NULL,'\'type\':2 \'user\':1','\'self\':4 \'type\':2A,3 \'user\':1A','*all plus',500,NULL,0,259,4,4),(295,'User+*type+*accountable','user+*type+*accountable',NULL,'Toggle',294,291,3083,'2012-12-05 11:16:24','2010-11-01 17:46:24',1,1,NULL,NULL,'\'account\':3 \'type\':2 \'user\':1','\'1\':4 \'account\':3A \'type\':2A \'user\':1A','*all plus',500,NULL,0,51,4,1),(297,'Set+description','set+description',NULL,'Basic',259,146,5573,'2012-12-05 11:16:24','2011-03-23 13:49:23',1,1,NULL,NULL,'\'descript\':2 \'set\':1','\'/wagn/setting|learn\':16 \'appli\':13 \'card\':8 \'defin\':4 \'descript\':2A \'group\':6 \'set\':1A,3,11,19 \'www.wagn.org\':15 \'www.wagn.org/wagn/setting\':14','*all plus',500,NULL,0,3,4,3),(298,'Setting+description','setting+description',NULL,'Basic',278,146,5945,'2012-12-05 11:16:24','2011-08-03 02:29:08',1,1,NULL,NULL,'\'descript\':2 \'set\':1','\'/wagn/setting|learn\':21 \'affect\':4 \'avail\':12 \'behav\':9 \'card\':6,15 \'descript\':2A \'look\':7 \'option\':17 \'set\':1A,3,10,24 \'tab\':18 \'www.wagn.org\':20 \'www.wagn.org/wagn/setting\':19','*all plus',500,NULL,0,3,4,4),(299,'*input+*right+*edit help','*input+*right+*edit_help',NULL,'Basic',268,82,5627,'2012-12-05 11:16:24','2011-04-04 16:54:22',1,1,NULL,NULL,'\'edit\':3 \'help\':4 \'input\':1 \'right\':2','\'card\':14 \'edit\':3A \'editor\':8 \'help\':4A \'input\':1A \'pointer\':13 \'right\':2A \'set\':11 \'type\':6','*all plus',500,NULL,0,3,3,4),(300,'*options+*right','*option+*right',NULL,'Set',86,260,3101,'2012-12-05 11:16:24','2010-04-15 18:43:28',1,1,NULL,NULL,'\'option\':1 \'right\':2','\'option\':1A \'right\':2A,3 \'self\':4','*all plus',500,NULL,0,259,3,1),(301,'*options+*right+*edit help','*option+*right+*edit_help',NULL,'Basic',300,82,5549,'2012-12-05 11:16:24','2011-03-20 22:38:48',1,1,NULL,NULL,'\'edit\':3 \'help\':4 \'option\':1 \'right\':2','\'/pointer|learn\':23 \'card\':12 \'edit\':3A \'help\':4A \'option\':1A,6,26 \'pointer\':11,17,28 \'right\':2A \'search\':20 \'set\':9,25 \'valu\':5 \'wagn.org\':22 \'wagn.org/pointer\':21','*all plus',500,NULL,0,3,3,4),(302,'*captcha+*right','*captcha+*right',NULL,'Set',256,260,3123,'2012-12-05 11:16:24','2010-04-15 18:42:45',1,1,NULL,NULL,'\'captcha\':1 \'right\':2','\'captcha\':1A \'right\':2A,3 \'self\':4','*all plus',500,NULL,0,259,3,1),(304,'*captcha+*right+*edit help','*captcha+*right+*edit_help',NULL,'Basic',302,82,6037,'2012-12-05 11:16:24','2012-03-02 19:08:40',1,1,NULL,NULL,'\'captcha\':1 \'edit\':3 \'help\':4 \'right\':2','\'/wagn/captcha|captcha]]\':23 \'ad\':25 \'anti\':6 \'anti-spam\':5 \'captcha\':1A \'card\':28 \'check\':10 \'complet\':19 \'edit\':3A,27 \'help\':4A \'non\':14 \'non-signed-in\':13 \'requir\':12 \'right\':2A \'set\':8,31 \'sign\':15 \'spam\':7 \'user\':17 \'www.wagn.org\':22 \'www.wagn.org/wagn/captcha\':21','*all plus',500,NULL,0,3,3,3),(305,'*edit help+*right','*edit_help+*right',NULL,'Set',82,260,3126,'2012-12-05 11:16:24','2009-12-21 14:08:43',1,1,NULL,NULL,'\'edit\':1 \'help\':2 \'right\':3','\'edit\':1A \'help\':2A \'right\':3A,4 \'self\':5','*all plus',500,NULL,0,259,3,3),(306,'*edit help+*right+*edit help','*edit_help+*right+*edit_help',NULL,'Basic',305,82,3266,'2012-12-05 11:16:24','2010-04-21 16:26:54',1,1,NULL,NULL,'\'edit\':1,4 \'help\':2,5 \'right\':3','\'/wagn/custom_help_text|help\':8 \'card\':15 \'edit\':1A,4A,14 \'help\':2A,5A \'peopl\':10 \'right\':3A \'see\':12 \'set\':18 \'text\':9 \'www.wagn.org\':7 \'www.wagn.org/wagn/custom_help_text\':6','*all plus',500,NULL,0,3,3,1),(307,'*accountable+*right','*accountable+*right',NULL,'Set',291,260,3133,'2012-12-05 11:16:24','2010-04-15 18:42:41',1,1,NULL,NULL,'\'account\':1 \'right\':2','\'account\':1A \'right\':2A,3 \'self\':4','*all plus',500,NULL,0,259,3,1),(308,'*accountable+*right+*edit help','*accountable+*right+*edit_help',NULL,'Basic',307,82,6089,'2012-12-05 11:16:24','2012-10-09 23:37:22',1,1,NULL,NULL,'\'account\':1 \'edit\':3 \'help\':4 \'right\':2','\'/wagn/account|accounts]]\':18 \'account\':1A,12 \'add\':15 \'card\':20 \'creat\':11 \'edit\':3A \'global\':10 \'help\':4A \'permiss\':13 \'right\':2A \'set\':23 \'user\':7 \'www.wagn.org\':17 \'www.wagn.org/wagn/account\':16 \'yes\':6','*all plus',500,NULL,0,3,3,1),(309,'*add help','*add_help','add_help','Setting',NULL,NULL,3137,'2012-12-05 11:16:24','2009-12-21 16:02:41',1,1,NULL,NULL,'\'add\':1 \'help\':2','\'add\':1A \'help\':2A','*all',500,NULL,0,278,1,1),(310,'*add help+*right','*add_help+*right',NULL,'Set',309,260,3140,'2012-12-05 11:16:24','2009-12-22 06:45:59',1,1,NULL,NULL,'\'add\':1 \'help\':2 \'right\':3','\'add\':1A \'help\':2A \'right\':3A,4 \'self\':5','*all plus',500,NULL,0,259,4,4),(311,'*add help+*right+*edit help','*add_help+*right+*edit_help',NULL,'Basic',310,82,3264,'2012-12-05 11:16:24','2010-04-21 16:26:54',1,1,NULL,NULL,'\'add\':1 \'edit\':4 \'help\':2,5 \'right\':3','\'/wagn/custom_help_text|help\':8 \'ad\':14 \'add\':1A \'card\':15 \'edit\':4A \'help\':2A,5A \'peopl\':10 \'right\':3A \'see\':12 \'set\':18 \'text\':9 \'www.wagn.org\':7 \'www.wagn.org/wagn/custom_help_text\':6','*all plus',500,NULL,0,3,4,1),(314,'Default Layout','default_layout',NULL,'Layout',NULL,NULL,6260,'2012-12-05 11:16:24','2012-11-30 05:23:45',1,1,NULL,NULL,'\'default\':1 \'layout\':2','\'/recent\':5 \'account\':8 \'alert\':19 \'default\':1A \'foot\':20 \'head\':3 \'home\':4 \'layout\':2A \'link\':9 \'logo\':11 \'main\':10 \'navbox\':7 \'recent\':6 \'sidebar\':12 \'v\':17 \'version\':18 \'wagn\':16 \'wheel\':13 \'www.wagn.org\':15','*all',500,NULL,0,569,4,1),(315,'*sidebar+*self','*sidebar+*self',NULL,'Set',81,264,3177,'2012-12-05 11:16:24','2009-12-22 08:05:08',1,1,NULL,NULL,'\'self\':2 \'sidebar\':1','\'name\':3 \'self\':2A,4 \'sidebar\':1A','*all plus',559,NULL,0,259,4,4),(316,'*layout+*right+*options','*layout+*right+*option',NULL,'Search',284,86,3178,'2012-12-05 11:16:24','2009-12-22 08:27:16',1,1,NULL,NULL,'\'layout\':1 \'option\':3 \'right\':2','\'html\':5 \'layout\':1A \'option\':3A \'right\':2A \'type\':4','*all plus',500,NULL,0,30,4,4),(317,'*content','*content','content','Setting',NULL,NULL,3196,'2012-12-05 11:16:24','2011-02-09 14:29:14',1,1,NULL,NULL,'\'content\':1','\'content\':1A','*all',500,NULL,0,278,1,1),(318,'*default','*default','default','Setting',NULL,NULL,3197,'2012-12-05 11:16:24','2011-02-09 14:29:15',1,1,NULL,NULL,'\'default\':1','\'default\':1A','*all',500,NULL,0,278,1,1),(319,'HTML+*type','html+*type',NULL,'Set',50,266,3198,'2012-12-05 11:16:24','2010-04-20 16:39:20',1,1,NULL,NULL,'\'html\':1 \'type\':2','\'html\':1A \'type\':2A','*all plus',500,NULL,0,259,1,1),(320,'Cardtype+*type','cardtype+*type',NULL,'Set',5,266,3199,'2012-12-05 11:16:24','2010-04-20 16:39:20',1,1,NULL,NULL,'\'cardtyp\':1 \'type\':2','\'cardtyp\':1A \'type\':2A','*all plus',500,NULL,0,259,1,1),(321,'Role+*type','role+*type',NULL,'Set',7,266,3201,'2012-12-05 11:16:24','2010-04-20 16:39:20',1,1,NULL,NULL,'\'role\':1 \'type\':2','\'role\':1A \'type\':2A','*all plus',500,NULL,0,259,1,1),(322,'Role+*type+*content','role+*type+*content',NULL,'Basic',321,317,3203,'2012-12-05 11:16:24','2010-04-15 18:42:37',1,1,NULL,NULL,'\'content\':3 \'role\':1 \'type\':2','\'account\':5 \'content\':3A \'descript\':4 \'member\':11 \'name\':9 \'role\':1A,10 \'self\':8 \'type\':2A','*all plus',500,NULL,0,3,1,1),(323,'Account Request+*type','account_request+*type',NULL,'Set',12,266,5764,'2012-12-05 11:16:24','2011-07-15 15:40:20',1,1,NULL,NULL,'\'account\':1 \'request\':2 \'type\':3','\'account\':1A \'request\':2A \'self\':5 \'type\':3A,4','*all plus',500,NULL,0,259,1,3),(324,'*right+*right','*right+*right',NULL,'Set',260,260,3206,'2012-12-05 11:16:24','2010-04-20 16:39:21',1,1,NULL,NULL,'\'right\':1,2','\'right\':1A,2A','*all plus',500,NULL,0,259,1,1),(325,'*type plus right+*right','*type_plu_right+*right',NULL,'Set',262,260,3207,'2012-12-05 11:16:24','2010-04-15 18:42:43',1,1,NULL,NULL,'\'plus\':2 \'right\':3,4 \'type\':1','\'plus\':2A \'right\':3A,4A \'type\':1A','*all plus',500,NULL,0,259,1,1),(326,'*self+*right','*self+*right',NULL,'Set',264,260,3208,'2012-12-05 11:16:24','2010-04-15 18:42:44',1,1,NULL,NULL,'\'right\':2 \'self\':1','\'right\':2A \'self\':1A','*all plus',500,NULL,0,259,1,1),(327,'*type+*right','*type+*right',NULL,'Set',266,260,3209,'2012-12-05 11:16:24','2010-04-15 18:42:44',1,1,NULL,NULL,'\'right\':2 \'type\':1','\'right\':2A \'type\':1A','*all plus',500,NULL,0,259,1,1),(329,'*watching+*right','*watching+*right',NULL,'Set',222,260,3213,'2012-12-05 11:16:24','2010-04-15 18:42:52',1,1,NULL,NULL,'\'right\':2 \'watch\':1','\'right\':2A \'watch\':1A','*all plus',500,NULL,0,259,1,1),(330,'*account+*right','*account+*right',NULL,'Set',100,260,3214,'2012-12-05 11:16:24','2010-04-15 18:42:53',1,1,NULL,NULL,'\'account\':1 \'right\':2','\'account\':1A \'right\':2A','*all plus',500,NULL,0,259,1,1),(331,'Image+*right','image+*right',NULL,'Set',19,260,3218,'2012-12-05 11:16:24','2010-04-15 18:42:59',1,1,NULL,NULL,'\'imag\':1 \'right\':2','\'imag\':1A \'right\':2A','*all plus',500,NULL,0,259,1,1),(334,'*incoming+*right','*incoming+*right',NULL,'Set',170,260,3223,'2012-12-05 11:16:24','2010-04-15 18:43:04',1,1,NULL,NULL,'\'incom\':1 \'right\':2','\'incom\':1A \'right\':2A','*all plus',500,NULL,0,259,1,1),(335,'by create+*right','by_create+*right',NULL,'Set',190,260,3224,'2012-12-05 11:16:24','2010-04-15 18:43:06',1,1,NULL,NULL,'\'creat\':2 \'right\':3','\'creat\':2A \'right\':3A','*all plus',500,NULL,0,259,1,1),(336,'by name+*right','by_name+*right',NULL,'Set',184,260,3225,'2012-12-05 11:16:24','2010-04-15 18:43:06',1,1,NULL,NULL,'\'name\':2 \'right\':3','\'name\':2A \'right\':3A','*all plus',500,NULL,0,259,1,1),(337,'*plusses+*right','*pluss+*right',NULL,'Set',110,260,3226,'2012-12-05 11:16:24','2010-04-15 18:43:07',1,1,NULL,NULL,'\'pluss\':1 \'right\':2','\'pluss\':1A \'right\':2A','*all plus',500,NULL,0,259,1,1),(338,'*tagged+*right','*tagged+*right',NULL,'Set',172,260,3228,'2012-12-05 11:16:24','2010-04-15 18:43:09',1,1,NULL,NULL,'\'right\':2 \'tag\':1','\'right\':2A \'tag\':1A','*all plus',500,NULL,0,259,1,1),(339,'*outgoing+*right','*outgoing+*right',NULL,'Set',168,260,3229,'2012-12-05 11:16:24','2010-04-15 18:43:09',1,1,NULL,NULL,'\'outgo\':1 \'right\':2','\'outgo\':1A \'right\':2A','*all plus',500,NULL,0,259,1,1),(340,'*community+*right','*community+*right',NULL,'Set',115,260,3230,'2012-12-05 11:16:24','2010-04-15 18:43:11',1,1,NULL,NULL,'\'communiti\':1 \'right\':2','\'communiti\':1A \'right\':2A','*all plus',500,NULL,0,259,1,1),(341,'by update+*right','by_update+*right',NULL,'Set',178,260,3232,'2012-12-05 11:16:24','2010-04-15 18:43:13',1,1,NULL,NULL,'\'right\':3 \'updat\':2','\'right\':3A \'updat\':2A','*all plus',500,NULL,0,259,1,1),(342,'*members+*right','*member+*right',NULL,'Set',98,260,3233,'2012-12-05 11:16:24','2010-04-15 18:43:14',1,1,NULL,NULL,'\'member\':1 \'right\':2','\'member\':1A \'right\':2A','*all plus',500,NULL,0,259,1,1),(343,'*related+*right','*related+*right',NULL,'Set',112,260,3235,'2012-12-05 11:16:24','2010-04-15 18:43:16',1,1,NULL,NULL,'\'relat\':1 \'right\':2','\'relat\':1A \'right\':2A','*all plus',500,NULL,0,259,1,1),(345,'*linkers+*right','*linker+*right',NULL,'Set',39,260,3238,'2012-12-05 11:16:24','2010-04-15 18:43:18',1,1,NULL,NULL,'\'linker\':1 \'right\':2','\'linker\':1A \'right\':2A','*all plus',500,NULL,0,259,1,1),(346,'*links+*right','*link+*right',NULL,'Set',43,260,3239,'2012-12-05 11:16:24','2010-04-15 18:43:19',1,1,NULL,NULL,'\'link\':1 \'right\':2','\'link\':1A \'right\':2A','*all plus',500,NULL,0,259,1,1),(347,'*inclusions+*right','*inclusion+*right',NULL,'Set',41,260,3240,'2012-12-05 11:16:24','2010-04-15 18:43:20',1,1,NULL,NULL,'\'inclus\':1 \'right\':2','\'inclus\':1A \'right\':2A','*all plus',500,NULL,0,259,1,1),(348,'*includers+*right','*includer+*right',NULL,'Set',37,260,3241,'2012-12-05 11:16:24','2010-04-15 18:43:21',1,1,NULL,NULL,'\'includ\':1 \'right\':2','\'includ\':1A \'right\':2A','*all plus',500,NULL,0,259,1,1),(349,'*plus parts+*right','*plu_part+*right',NULL,'Set',35,260,3242,'2012-12-05 11:16:24','2010-04-15 18:43:21',1,1,NULL,NULL,'\'part\':2 \'plus\':1 \'right\':3','\'part\':2A \'plus\':1A \'right\':3A','*all plus',500,NULL,0,259,1,1),(350,'*plus cards+*right','*plu_card+*right',NULL,'Set',33,260,3243,'2012-12-05 11:16:24','2010-04-15 18:43:22',1,1,NULL,NULL,'\'card\':2 \'plus\':1 \'right\':3','\'card\':2A \'plus\':1A \'right\':3A','*all plus',500,NULL,0,259,1,1),(351,'*editing+*right','*editing+*right',NULL,'Set',138,260,3244,'2012-12-05 11:16:24','2010-04-15 18:43:23',1,1,NULL,NULL,'\'edit\':1 \'right\':2','\'edit\':1A \'right\':2A','*all plus',500,NULL,0,259,1,1),(352,'*editors+*right','*editor+*right',NULL,'Set',92,260,3246,'2012-12-05 11:16:24','2010-04-15 18:43:25',1,1,NULL,NULL,'\'editor\':1 \'right\':2','\'editor\':1A \'right\':2A','*all plus',500,NULL,0,259,1,1),(353,'*roles+*right','*role+*right',NULL,'Set',96,260,3248,'2012-12-05 11:16:24','2012-09-20 16:42:34',1,1,NULL,NULL,'\'right\':2 \'role\':1','\'right\':2A \'role\':1A','*all plus',500,NULL,0,259,1,1),(354,'discussion+*right','discussion+*right',NULL,'Set',130,260,3250,'2012-12-05 11:16:24','2010-04-15 18:43:29',1,1,NULL,NULL,'\'discuss\':1 \'right\':2','\'discuss\':1A \'right\':2A','*all plus',500,NULL,0,259,1,1),(355,'tags+*right','tag+*right',NULL,'Set',128,260,3251,'2012-12-05 11:16:24','2010-04-15 18:43:30',1,1,NULL,NULL,'\'right\':2 \'tag\':1','\'right\':2A \'tag\':1A','*all plus',500,NULL,0,259,1,1),(356,'*default+*right','*default+*right',NULL,'Set',318,260,3253,'2012-12-05 11:16:24','2010-04-16 21:08:50',1,1,NULL,NULL,'\'default\':1 \'right\':2','\'default\':1A \'right\':2A','*all plus',500,NULL,0,259,4,4),(357,'*default+*right+*edit help','*default+*right+*edit_help',NULL,'Basic',356,82,6036,'2012-12-05 11:16:24','2012-03-02 19:05:52',1,1,NULL,NULL,'\'default\':1 \'edit\':3 \'help\':4 \'right\':2','\'/wagn/formatting|more\':19 \'card\':13 \'content\':8 \'default\':1A \'determin\':5 \'edit\':3A \'format\':21 \'help\':4A \'initi\':6 \'new\':12 \'permiss\':10 \'right\':2A \'set\':16 \'type\':7 \'www.wagn.org\':18 \'www.wagn.org/wagn/formatting\':17','*all plus',500,NULL,0,3,4,3),(358,'*content+*right','*content+*right',NULL,'Set',317,260,3260,'2012-12-05 11:16:24','2010-04-16 21:15:06',1,1,NULL,NULL,'\'content\':1 \'right\':2','\'content\':1A \'right\':2A','*all plus',500,NULL,0,259,4,4),(359,'*content+*right+*edit help','*content+*right+*edit_help',NULL,'Basic',358,82,3482,'2012-12-05 11:16:24','2010-04-21 16:26:58',1,1,NULL,NULL,'\'content\':1 \'edit\':3 \'help\':4 \'right\':2','\'/wagn/formatting|more\':14 \'card\':8 \'content\':1A,6 \'control\':5 \'edit\':3A \'format\':16 \'help\':4A \'right\':2A \'set\':11 \'www.wagn.org\':13 \'www.wagn.org/wagn/formatting\':12','*all plus',500,NULL,0,3,4,1),(363,'*send','*send','send','Setting',NULL,NULL,3478,'2012-12-05 11:16:24','2010-04-20 16:39:19',1,1,NULL,NULL,'\'send\':1','\'send\':1A','*all',500,NULL,0,278,3,1),(364,'*send+*right','*send+*right',NULL,'Set',363,260,3513,'2012-12-05 11:16:24','2010-04-19 17:54:32',1,1,NULL,NULL,'\'right\':2 \'send\':1','\'right\':2A \'send\':1A','*all plus',500,NULL,0,259,3,3),(365,'*send+*right+*edit help','*send+*right+*edit_help',NULL,'Basic',364,82,3794,'2012-12-05 11:16:24','2011-01-09 14:09:53',1,1,NULL,NULL,'\'edit\':3 \'help\':4 \'right\':2 \'send\':1','\'/flexible_email|flexible\':21 \'ad\':15 \'card\':11 \'configur\':5 \'edit\':3A \'email\':6,22 \'help\':4A \'learn\':16 \'right\':2A \'send\':1A \'sent\':9 \'set\':13 \'wagn.org\':20 \'wagn.org/flexible_email\':19','*all plus',500,NULL,0,3,3,4),(366,'Setting+*self','setting+*self',NULL,'Set',278,264,3574,'2012-12-05 11:16:24','2010-04-20 08:38:31',1,1,NULL,NULL,'\'self\':2 \'set\':1','\'self\':2A \'set\':1A','*all plus',500,NULL,0,259,4,4),(367,'Setting+*self+*table of contents','setting+*self+*table_of_content',NULL,'Number',366,89,3575,'2012-12-05 11:16:24','2010-04-21 16:26:49',1,1,NULL,NULL,'\'content\':5 \'self\':2 \'set\':1 \'tabl\':3','\'0\':6 \'content\':5A \'self\':2A \'set\':1A \'tabl\':3A','*all plus',500,NULL,0,20,4,1),(368,'*send+*right+*default','*send+*right+*default',NULL,'Pointer',364,318,3606,'2012-12-05 11:16:24','2010-05-02 03:11:10',1,1,NULL,NULL,'\'default\':3 \'right\':2 \'send\':1','\'config\':6 \'default\':3A \'email\':5 \'left\':4 \'right\':2A \'send\':1A','*all plus',500,NULL,0,47,3,4),(371,'email config','email_config',NULL,'Basic',NULL,NULL,3608,'2012-12-05 11:16:24','2010-04-20 17:40:17',1,1,NULL,NULL,'\'config\':2 \'email\':1','\'config\':2A \'email\':1A','*all',500,NULL,0,3,3,3),(372,'email config+*right','email_config+*right',NULL,'Set',371,260,3609,'2012-12-05 11:16:24','2010-04-20 17:40:18',1,1,NULL,NULL,'\'config\':2 \'email\':1 \'right\':3','\'config\':2A \'email\':1A \'right\':3A','*all plus',500,NULL,0,259,3,3),(373,'email config+*right+*content','email_config+*right+*content',NULL,'Basic',372,317,3610,'2012-12-05 11:16:24','2010-05-02 03:12:56',1,1,NULL,NULL,'\'config\':2 \'content\':4 \'email\':1 \'right\':3','\'attach\':11 \'bcc\':8 \'cc\':7 \'config\':2A \'content\':4A \'email\':1A \'messag\':10 \'right\':3A \'subject\':9','*all plus',500,NULL,0,3,3,4),(374,'*to+*right','*to+*right',NULL,'Set',64,260,4915,'2012-12-05 11:16:24','2011-02-16 02:12:11',1,1,NULL,NULL,'\'right\':2','\'right\':2A','*all plus',500,NULL,0,259,3,4),(375,'*to+*right+*default','*to+*right+*default',NULL,'Phrase',374,318,3612,'2012-12-05 11:16:24','2010-05-02 03:11:20',1,1,NULL,NULL,'\'default\':3 \'send\':2','\'default\':3A \'send\':2A','*all plus',500,NULL,0,52,3,4),(376,'*from+*right','*from+*right',NULL,'Set',137,260,4913,'2012-12-05 11:16:24','2011-02-16 02:11:13',1,1,NULL,NULL,'\'right\':2','\'right\':2A','*all plus',500,NULL,0,259,3,4),(377,'*from+*right+*default','*from+*right+*default',NULL,'Phrase',376,318,3614,'2012-12-05 11:16:24','2010-05-02 03:11:29',1,1,NULL,NULL,'\'default\':3 \'send\':2','\'default\':3A \'send\':2A','*all plus',500,NULL,0,52,3,4),(378,'*cc','*cc','cc','Basic',NULL,NULL,3615,'2012-12-05 11:16:24','2010-04-20 17:58:33',1,1,NULL,NULL,'\'cc\':1','\'cc\':1A','*all',500,NULL,0,3,3,3),(379,'*cc+*right','*cc+*right',NULL,'Set',378,260,4894,'2012-12-05 11:16:24','2011-02-16 00:03:49',1,1,NULL,NULL,'\'cc\':1 \'right\':2','\'cc\':1A \'right\':2A','*all plus',500,NULL,0,259,3,4),(380,'*cc+*right+*default','*cc+*right+*default',NULL,'Phrase',379,318,3617,'2012-12-05 11:16:24','2010-05-02 03:11:41',1,1,NULL,NULL,'\'cc\':1 \'default\':3 \'send\':2','\'cc\':1A \'default\':3A \'send\':2A','*all plus',500,NULL,0,52,3,4),(381,'*bcc','*bcc','bcc','Basic',NULL,NULL,3618,'2012-12-05 11:16:24','2010-04-20 17:58:52',1,1,NULL,NULL,'\'bcc\':1','\'bcc\':1A','*all',500,NULL,0,3,3,3),(382,'*bcc+*right','*bcc+*right',NULL,'Set',381,260,4892,'2012-12-05 11:16:24','2011-02-16 00:03:03',1,1,NULL,NULL,'\'bcc\':1 \'right\':2','\'bcc\':1A \'right\':2A','*all plus',500,NULL,0,259,3,4),(383,'*bcc+*right+*default','*bcc+*right+*default',NULL,'Phrase',382,318,3620,'2012-12-05 11:16:24','2010-05-02 03:10:16',1,1,NULL,NULL,'\'bcc\':1 \'default\':3 \'send\':2','\'bcc\':1A \'default\':3A \'send\':2A','*all plus',500,NULL,0,52,3,4),(384,'*subject','*subject','subject','Basic',NULL,NULL,3621,'2012-12-05 11:16:24','2010-04-20 17:59:09',1,1,NULL,NULL,'\'subject\':1','\'subject\':1A','*all',500,NULL,0,3,3,3),(387,'*attach','*attach','attach','Basic',NULL,NULL,3624,'2012-12-05 11:16:24','2010-04-20 17:59:31',1,1,NULL,NULL,'\'attach\':1','\'attach\':1A','*all',500,NULL,0,3,3,3),(388,'*attach+*right','*attach+*right',NULL,'Set',387,260,4888,'2012-12-05 11:16:24','2011-02-15 23:59:39',1,1,NULL,NULL,'\'attach\':1 \'right\':2','\'attach\':1A \'right\':2A','*all plus',500,NULL,0,259,3,4),(389,'*attach+*right+*default','*attach+*right+*default',NULL,'Pointer',388,318,3626,'2012-12-05 11:16:24','2010-05-02 03:09:53',1,1,NULL,NULL,'\'attach\':1 \'default\':3 \'send\':2','\'attach\':1A \'default\':3A \'send\':2A','*all plus',500,NULL,0,47,3,4),(390,'*subject+*right','*subject+*right',NULL,'Set',384,260,3628,'2012-12-05 11:16:24','2010-04-20 18:05:47',1,1,NULL,NULL,'\'right\':2 \'subject\':1','\'right\':2A \'subject\':1A','*all plus',500,NULL,0,259,3,3),(391,'*subject+*right+*default','*subject+*right+*default',NULL,'Phrase',390,318,3629,'2012-12-05 11:16:24','2010-05-02 03:10:04',1,1,NULL,NULL,'\'default\':3 \'right\':2 \'subject\':1','\'default\':3A \'right\':2A \'subject\':1A','*all plus',500,NULL,0,52,3,4),(392,'email config+*right+*edit help','email_config+*right+*edit_help',NULL,'Basic',372,82,5411,'2012-12-05 11:16:24','2011-03-08 14:31:49',1,1,NULL,NULL,'\'config\':2 \'edit\':4 \'email\':1 \'help\':5 \'right\':3','\'/flexible_email|flexible\':15 \'/wagn/contextual_names|contextual\':21 \'card\':31 \'config\':2A \'configur\':6 \'edit\':4A \'email\':1A,8,16,34 \'help\':5A \'name\':22 \'note\':17 \'refer\':28 \'right\':3A \'self\':26 \'sent\':11 \'trigger\':32 \'use\':12 \'wagn.org\':14 \'wagn.org/flexible_email\':13 \'www.wagn.org\':20 \'www.wagn.org/wagn/contextual_names\':19','*all plus',500,NULL,0,3,3,4),(395,'*attach+*right+*options','*attach+*right+*option',NULL,'Search',388,86,5619,'2012-12-05 11:16:24','2011-04-03 17:05:47',1,1,NULL,NULL,'\'attach\':1 \'option\':3 \'right\':2','\'attach\':1A \'file\':5 \'option\':3A \'right\':2A \'sort\':6 \'type\':4 \'updat\':7','*all plus',500,NULL,0,30,4,4),(397,'watcher instructions for related tab','watcher_instruction_for_related_tab',NULL,'Basic',NULL,NULL,3859,'2012-12-05 11:16:24','2011-01-31 10:44:37',1,1,NULL,NULL,'\'instruct\':2 \'relat\':4 \'tab\':5 \'watcher\':1','\'cardtyp\':20 \'communiti\':8,11 \'content\':10,18,24 \'instruct\':2A \'open\':19,25 \'plus\':22 \'relat\':4A,15 \'right\':9,17,23 \'subtab\':12 \'tab\':5A,16 \'type\':21 \'watcher\':1A','*all',500,NULL,0,3,4,3),(398,'Cardtype+watcher instructions for related tab','cardtype+watcher_instruction_for_related_tab',NULL,'Phrase',5,397,3810,'2012-12-05 11:16:24','2011-01-31 10:49:38',1,1,NULL,NULL,'\'cardtyp\':1 \'instruct\':3 \'relat\':5 \'tab\':6 \'watcher\':2','\'cardtyp\':1A \'instruct\':3A \'relat\':5A \'tab\':6A \'watcher\':2A','*all plus',500,NULL,0,52,4,3),(399,'Cardtype+watcher instructions for related tab+*type plus right','cardtype+watcher_instruction_for_related_tab+*type_plu_right',NULL,'Set',398,262,3811,'2012-12-05 11:16:24','2011-01-20 01:38:17',1,1,NULL,NULL,'\'cardtyp\':1 \'instruct\':3 \'plus\':8 \'relat\':5 \'right\':9 \'tab\':6 \'type\':7 \'watcher\':2','\'cardtyp\':1A \'instruct\':3A \'plus\':8A \'relat\':5A \'right\':9A \'tab\':6A \'type\':7A \'watcher\':2A','*all plus',500,NULL,0,259,4,4),(400,'Cardtype+watcher instructions for related tab+*type plus right+*content','cardtype+watcher_instruction_for_related_tab+*type_plu_right+*content',NULL,'Phrase',399,317,3868,'2012-12-05 11:16:24','2011-02-09 14:29:16',1,1,NULL,NULL,'\'cardtyp\':1 \'content\':10 \'instruct\':3 \'plus\':8 \'relat\':5 \'right\':9 \'tab\':6 \'type\':7 \'watcher\':2','\'card\':16 \'cardtyp\':1A \'chang\':18 \'content\':10A \'email\':13 \'instruct\':3A \'left\':15 \'peopl\':11 \'plus\':8A \'receiv\':12 \'relat\':5A \'right\':9A \'tab\':6A \'type\':7A \'watcher\':2A','*all plus',500,NULL,0,52,4,1),(401,'watcher instructions for related tab+*right','watcher_instruction_for_related_tab+*right',NULL,'Set',397,260,3814,'2012-12-05 11:16:24','2011-01-20 01:38:32',1,1,NULL,NULL,'\'instruct\':2 \'relat\':4 \'right\':6 \'tab\':5 \'watcher\':1','\'instruct\':2A \'relat\':4A \'right\':6A \'tab\':5A \'watcher\':1A','*all plus',500,NULL,0,259,4,4),(402,'watcher instructions for related tab+*right+*content','watcher_instruction_for_related_tab+*right+*content',NULL,'Phrase',401,317,3867,'2012-12-05 11:16:24','2011-02-09 14:29:16',1,1,NULL,NULL,'\'content\':7 \'instruct\':2 \'relat\':4 \'right\':6 \'tab\':5 \'watcher\':1','\'chang\':15 \'content\':7A \'email\':10 \'instruct\':2A \'left\':12 \'name\':13 \'peopl\':8 \'receiv\':9 \'relat\':4A \'right\':6A \'tab\':5A \'watcher\':1A','*all plus',500,NULL,0,52,4,1),(405,'Basic+description','basic+description',NULL,'Basic',3,146,5478,'2012-12-05 11:16:24','2011-03-19 16:35:30',1,1,NULL,NULL,'\'basic\':1 \'descript\':2','\'appear\':19 \'basic\':1A,3,16 \'besid\':20 \'card\':4,15 \'cardnam\':21 \'default\':11 \'descript\':2A \'like\':22 \'new\':14 \'rich\':7 \'text\':8 \'type\':12,24','*all plus',500,NULL,0,3,4,3),(406,'Number+description','number+description',NULL,'Basic',20,146,4841,'2012-12-05 11:16:24','2011-02-15 21:39:42',1,1,NULL,NULL,'\'descript\':2 \'number\':1','\'card\':4 \'contain\':6 \'descript\':2A \'number\':1A,3 \'numer\':8 \'valu\':9','*all plus',500,NULL,0,3,4,4),(407,'PlainText+description','plain_text+description',NULL,'Basic',22,146,4869,'2012-12-05 11:16:24','2011-02-15 22:52:34',1,1,NULL,NULL,'\'descript\':2 \'plaintext\':1','\'card\':4 \'descript\':2A \'plaintext\':1A,3 \'text\':8 \'unstyl\':7','*all plus',500,NULL,0,3,4,3),(408,'Phrase+description','phrase+description',NULL,'Basic',52,146,4872,'2012-12-05 11:16:24','2011-02-15 22:54:42',1,1,NULL,NULL,'\'descript\':2 \'phrase\':1','\'card\':4 \'descript\':2A \'phrase\':1A,3 \'short\':7 \'text\':9 \'unstyl\':8','*all plus',500,NULL,0,3,4,3),(409,'Date+description','date+description',NULL,'Basic',17,146,4846,'2012-12-05 11:16:24','2011-02-15 21:44:09',1,1,NULL,NULL,'\'date\':1 \'descript\':2','\'card\':4 \'contain\':5 \'date\':1A,3,7 \'descript\':2A','*all plus',500,NULL,0,3,4,4),(419,'*count','*count',NULL,'Basic',NULL,NULL,5199,'2012-12-05 11:16:24','2011-02-19 17:10:06',1,1,NULL,NULL,'\'count\':1','\'count\':1A','*all',500,NULL,0,3,4,4),(420,'*count+*right','*count+*right',NULL,'Set',419,260,5200,'2012-12-05 11:16:24','2011-02-19 17:10:07',1,1,NULL,NULL,'\'count\':1 \'right\':2','\'count\':1A \'right\':2A','*all plus',500,NULL,0,259,4,4),(421,'*count+*right+*content','*count+*right+*content',NULL,'Search',420,317,5984,'2012-12-05 11:16:24','2012-01-06 13:08:02',1,1,NULL,NULL,'\'content\':3 \'count\':1 \'right\':2','\'content\':3A \'count\':1A,8 \'found\':4 \'return\':7 \'right\':2A \'self\':6','*all plus',500,NULL,0,30,4,4),(425,'*last edited','*last_edited',NULL,'Basic',NULL,NULL,5245,'2012-12-05 11:16:24','2011-02-25 16:47:49',1,1,NULL,NULL,'\'edit\':2 \'last\':1','\'edit\':2A \'last\':1A','*all',500,NULL,0,3,4,4),(426,'*last edited+*right','*last_edited+*right',NULL,'Set',425,260,5246,'2012-12-05 11:16:24','2011-02-25 16:47:50',1,1,NULL,NULL,'\'edit\':2 \'last\':1 \'right\':3','\'edit\':2A \'last\':1A \'right\':3A','*all plus',500,NULL,0,259,4,4),(427,'*last edited+*right+*content','*last_edited+*right+*content',NULL,'Search',426,317,5291,'2012-12-05 11:16:24','2011-02-25 22:15:41',1,1,NULL,NULL,'\'content\':4 \'edit\':2 \'last\':1 \'right\':3','\'chang\':12 \'content\':4A \'edit\':2A,6 \'last\':1A,5 \'right\':3A \'self\':8 \'sort\':9 \'updat\':10 \'view\':11','*all plus',500,NULL,0,30,4,4),(428,'*creator','*creator',NULL,'Basic',NULL,NULL,5249,'2012-12-05 11:16:24','2011-02-25 16:51:35',1,1,NULL,NULL,'\'creator\':1','\'creator\':1A','*all',500,NULL,0,3,4,4),(429,'*creator+*right','*creator+*right',NULL,'Set',428,260,5250,'2012-12-05 11:16:24','2011-02-25 16:51:35',1,1,NULL,NULL,'\'creator\':1 \'right\':2','\'creator\':1A \'right\':2A','*all plus',500,NULL,0,259,4,4),(430,'*creator+*right+*content','*creator+*right+*content',NULL,'Search',429,317,5290,'2012-12-05 11:16:24','2011-02-25 22:11:34',1,1,NULL,NULL,'\'content\':3 \'creator\':1 \'right\':2','\'content\':3A \'creator\':1A,4 \'right\':2A \'self\':6','*all plus',500,NULL,0,30,4,4),(431,'*created','*created',NULL,'Basic',NULL,NULL,5252,'2012-12-05 11:16:24','2011-02-25 16:53:25',1,1,NULL,NULL,'\'creat\':1','\'creat\':1A','*all',500,NULL,0,3,4,4),(432,'*created+*right','*created+*right',NULL,'Set',431,260,5253,'2012-12-05 11:16:24','2011-02-25 16:53:26',1,1,NULL,NULL,'\'creat\':1 \'right\':2','\'creat\':1A \'right\':2A','*all plus',500,NULL,0,259,4,4),(433,'*created+*right+*content','*created+*right+*content',NULL,'Search',432,317,5292,'2012-12-05 11:16:24','2011-02-25 22:17:35',1,1,NULL,NULL,'\'content\':3 \'creat\':1 \'right\':2','\'content\':3A \'creat\':1A,4,8 \'desc\':10 \'dir\':9 \'right\':2A \'self\':6 \'sort\':7','*all plus',500,NULL,0,30,4,4),(435,'*when created','*when_created','when_created','Basic',NULL,NULL,5296,'2012-12-05 11:16:24','2011-02-25 22:21:24',1,1,NULL,NULL,'\'creat\':2','\'creat\':2A','*all',500,NULL,0,3,4,4),(436,'*when created+*right','*when_created+*right',NULL,'Set',435,260,5297,'2012-12-05 11:16:24','2011-02-25 22:21:24',1,1,NULL,NULL,'\'creat\':2 \'right\':3','\'creat\':2A \'right\':3A','*all plus',500,NULL,0,259,4,4),(437,'*when created+*right+*content','*when_created+*right+*content',NULL,'Phrase',436,317,5972,'2012-12-05 11:16:24','2011-12-31 13:02:46',1,1,NULL,NULL,'\'content\':4 \'creat\':2 \'right\':3','\'content\':4A \'creat\':2A \'right\':3A','*all plus',500,NULL,0,52,4,3),(438,'*when last edited','*when_last_edited','when_last_edited','Basic',NULL,NULL,5404,'2012-12-05 11:16:24','2011-03-08 00:14:22',1,1,NULL,NULL,'\'edit\':3 \'last\':2','\'edit\':3A \'last\':2A','*all',500,NULL,0,3,4,4),(439,'*when last edited+*right','*when_last_edited+*right',NULL,'Set',438,260,5403,'2012-12-05 11:16:24','2011-03-08 00:14:23',1,1,NULL,NULL,'\'edit\':3 \'last\':2 \'right\':4','\'edit\':3A \'last\':2A \'right\':4A','*all plus',500,NULL,0,259,4,4),(440,'*when last edited+*right+*content','*when_last_edited+*right+*content',NULL,'Phrase',439,317,5973,'2012-12-05 11:16:24','2011-12-31 13:03:09',1,1,NULL,NULL,'\'content\':5 \'edit\':3 \'last\':2 \'right\':4','\'content\':5A \'edit\':3A \'last\':2A \'right\':4A','*all plus',500,NULL,0,52,4,3),(441,'Config+*self','config+*self',NULL,'Set',73,264,5333,'2012-12-05 11:16:24','2011-02-27 18:28:27',1,1,NULL,NULL,'\'config\':1 \'self\':2','\'config\':1A \'self\':2A','*all plus',500,NULL,0,259,4,4),(442,'Config+*self+*table of contents','config+*self+*table_of_content',NULL,'Number',441,89,5334,'2012-12-05 11:16:24','2011-02-27 18:28:27',1,1,NULL,NULL,'\'config\':1 \'content\':5 \'self\':2 \'tabl\':3','\'4\':6 \'config\':1A \'content\':5A \'self\':2A \'tabl\':3A','*all plus',500,NULL,0,20,4,4),(445,'*refers to','*refer_to',NULL,'Basic',NULL,NULL,5392,'2012-12-05 11:16:24','2011-02-28 10:51:53',1,1,NULL,NULL,'\'refer\':1','\'refer\':1A','*all',500,NULL,0,3,4,4),(446,'*refers to+*right','*refer_to+*right',NULL,'Set',445,260,5393,'2012-12-05 11:16:24','2011-02-28 10:51:54',1,1,NULL,NULL,'\'refer\':1 \'right\':3','\'refer\':1A \'right\':3A','*all plus',500,NULL,0,259,4,4),(447,'*refers to+*right+*content','*refer_to+*right+*content',NULL,'Search',446,317,5611,'2012-12-05 11:16:24','2011-04-03 17:01:16',1,1,NULL,NULL,'\'content\':4 \'refer\':1 \'right\':3','\'content\':4A \'name\':10 \'refer\':1A,5 \'right\':3A \'self\':8 \'sort\':9','*all plus',500,NULL,0,30,4,4),(448,'*referred to by','*referred_to_by',NULL,'Basic',NULL,NULL,5395,'2012-12-05 11:16:24','2011-02-28 10:52:48',1,1,NULL,NULL,'\'refer\':1','\'refer\':1A','*all',500,NULL,0,3,4,4),(449,'*referred to by+*right','*referred_to_by+*right',NULL,'Set',448,260,5396,'2012-12-05 11:16:24','2011-02-28 10:52:49',1,1,NULL,NULL,'\'refer\':1 \'right\':4','\'refer\':1A \'right\':4A','*all plus',500,NULL,0,259,4,4),(450,'*referred to by+*right+*content','*referred_to_by+*right+*content',NULL,'Search',449,317,5612,'2012-12-05 11:16:24','2011-04-03 17:01:21',1,1,NULL,NULL,'\'content\':5 \'refer\':1 \'right\':4','\'content\':5A \'name\':10 \'refer\':1A,6 \'right\':4A \'self\':8 \'sort\':9','*all plus',500,NULL,0,30,4,4),(452,'Account Request+*self','account_request+*self',NULL,'Set',12,264,5510,'2012-12-05 11:16:24','2011-03-19 22:03:39',1,1,NULL,NULL,'\'account\':1 \'request\':2 \'self\':3','\'account\':1A \'request\':2A \'self\':3A','*all plus',500,NULL,0,259,4,4),(453,'Account Request+*self+*content','account_request+*self+*content',NULL,'Basic',452,317,5511,'2012-12-05 11:16:24','2011-03-19 22:03:39',1,1,NULL,NULL,'\'account\':1 \'content\':4 \'request\':2 \'self\':3','\'account\':1A \'card\':8 \'content\':4A \'descript\':5 \'name\':7,11 \'request\':2A \'self\':3A,6 \'type\':9','*all plus',500,NULL,0,3,4,4),(455,'Set+*self','set+*self',NULL,'Set',259,264,5520,'2012-12-05 11:16:24','2011-03-19 22:09:27',1,1,NULL,NULL,'\'self\':2 \'set\':1','\'self\':2A \'set\':1A','*all plus',500,NULL,0,259,4,4),(456,'Set+*self+*content','set+*self+*content',NULL,'Basic',455,317,5521,'2012-12-05 11:16:24','2011-03-19 22:09:27',1,1,NULL,NULL,'\'content\':3 \'self\':2 \'set\':1','\'card\':7 \'content\':3A \'descript\':4 \'name\':6,10 \'self\':2A,5 \'set\':1A \'type\':8','*all plus',500,NULL,0,3,4,4),(458,'*account+*right+*table of contents','*account+*right+*table_of_content',NULL,'Number',330,89,5581,'2012-12-05 11:16:24','2011-03-23 20:24:48',1,1,NULL,NULL,'\'account\':1 \'content\':5 \'right\':2 \'tabl\':3','\'2\':6 \'account\':1A \'content\':5A \'right\':2A \'tabl\':3A','*all plus',500,NULL,0,20,4,4),(461,'*input+*right+*options','*input+*right+*option',NULL,'Pointer',268,86,5592,'2012-12-05 11:16:24','2011-04-04 16:52:21',1,1,NULL,NULL,'\'input\':1 \'option\':3 \'right\':2','\'checkbox\':5 \'input\':1A \'list\':8 \'multiselect\':7 \'option\':3A \'radio\':4 \'right\':2A \'select\':6','*all plus',500,NULL,0,47,4,4),(462,'*input+*right+*input','*input+*right+*input',NULL,'Phrase',268,241,5593,'2012-12-05 11:16:24','2011-04-04 16:53:27',1,1,NULL,NULL,'\'input\':1,3 \'right\':2','\'input\':1A,3A \'radio\':4 \'right\':2A','*all plus',500,NULL,0,52,4,4),(465,'*recent','*recent','recent','Search',NULL,NULL,5640,'2012-12-05 11:16:24','2011-04-27 10:28:05',1,1,NULL,NULL,'\'recent\':1','\'chang\':7 \'desc\':5 \'dir\':4 \'recent\':1A \'sort\':2 \'updat\':3 \'view\':6','*self',561,NULL,0,30,1,1),(466,'*search','*search','search','Search',NULL,NULL,6033,'2012-12-05 11:16:24','2012-01-26 23:36:28',1,1,NULL,NULL,'\'search\':1','\'keyword\':3 \'match\':2 \'relev\':5 \'search\':1A \'sort\':4','*all',500,NULL,0,30,1,3),(467,'*missing link','*missing_link',NULL,'Search',NULL,NULL,5642,'2012-12-05 11:16:24','2011-04-27 10:28:06',1,1,NULL,NULL,'\'link\':2 \'miss\':1','\'link\':2A,3 \'miss\':1A \'none\':5','*all',500,NULL,0,30,1,1),(468,'*alerts','*alert','alerts','Basic',NULL,NULL,5643,'2012-12-05 11:16:24','2011-04-27 10:28:07',1,1,NULL,NULL,'\'alert\':1','\'alert\':1A','*all',500,NULL,0,3,1,1),(469,'*foot','*foot','foot','Basic',NULL,NULL,5644,'2012-12-05 11:16:24','2011-04-27 10:28:08',1,1,NULL,NULL,'\'foot\':1','\'foot\':1A','*self',551,NULL,0,3,1,1),(470,'*head','*head','head','Basic',NULL,NULL,5645,'2012-12-05 11:16:24','2011-04-27 10:28:08',1,1,NULL,NULL,'\'head\':1','\'head\':1A','*self',549,NULL,0,3,1,1),(471,'*navbox','*navbox','navbox','Basic',NULL,NULL,5646,'2012-12-05 11:16:24','2011-04-27 10:28:08',1,1,NULL,NULL,'\'navbox\':1','\'navbox\':1A','*all',500,NULL,0,3,1,1),(472,'*now','*now','now','Basic',NULL,NULL,5647,'2012-12-05 11:16:24','2011-04-27 10:28:09',1,1,NULL,NULL,'','','*all',500,NULL,0,3,1,1),(473,'*version','*version','version','Basic',NULL,NULL,5648,'2012-12-05 11:16:24','2011-04-27 10:28:09',1,1,NULL,NULL,'\'version\':1','\'version\':1A','*self',554,NULL,0,3,1,1),(474,'*account links','*account_link','account_links','Basic',NULL,NULL,5649,'2012-12-05 11:16:24','2011-04-27 10:28:09',1,1,NULL,NULL,'\'account\':1 \'link\':2','\'account\':1A \'link\':2A','*self',558,NULL,0,3,1,1),(475,'*all plus','*all_plu','all_plus','Set',NULL,NULL,5948,'2012-12-05 11:16:24','2011-08-16 13:30:35',1,1,NULL,NULL,'\'plus\':2','\'left\':3 \'plus\':2A','*all',500,NULL,0,259,1,1),(476,'*star','*star','star','Set',NULL,NULL,5950,'2012-12-05 11:16:24','2011-08-16 13:30:35',1,1,NULL,NULL,'\'star\':1','\'complet\':2 \'star\':1A','*all',500,NULL,0,259,1,1),(477,'*rstar','*rstar','rstar','Set',NULL,NULL,5949,'2012-12-05 11:16:24','2011-08-16 13:30:35',1,1,NULL,NULL,'\'rstar\':1','\'complet\':3 \'right\':2 \'rstar\':1A','*all',500,NULL,0,259,1,1),(478,'*create','*create','create','Setting',NULL,NULL,5717,'2012-12-05 11:16:24','2011-07-08 21:22:21',1,1,NULL,NULL,'\'creat\':1','\'creat\':1A','*all',500,NULL,0,278,1,1),(479,'*read','*read','read','Setting',NULL,NULL,5718,'2012-12-05 11:16:24','2011-07-08 21:22:21',1,1,NULL,NULL,'\'read\':1','\'read\':1A','*all',500,NULL,0,278,1,1),(480,'*update','*update','update','Setting',NULL,NULL,5719,'2012-12-05 11:16:24','2011-07-08 21:22:21',1,1,NULL,NULL,'\'updat\':1','\'updat\':1A','*all',500,NULL,0,278,1,1),(481,'*delete','*delete','delete','Setting',NULL,NULL,5720,'2012-12-05 11:16:24','2011-07-08 21:22:21',1,1,NULL,NULL,'\'delet\':1','\'delet\':1A','*all',500,NULL,0,278,1,1),(482,'*comment','*comment','comment','Setting',NULL,NULL,5721,'2012-12-05 11:16:24','2011-07-08 21:22:21',1,1,NULL,NULL,'\'comment\':1','\'comment\':1A','*all',500,NULL,0,278,1,1),(483,'*star+*create','*star+*create',NULL,'Pointer',476,478,5722,'2012-12-05 11:16:24','2011-07-08 21:22:21',1,1,NULL,NULL,'\'creat\':2 \'star\':1','\'administr\':3 \'creat\':2A \'star\':1A','*all plus',500,NULL,0,47,1,1),(484,'*rstar+*create','*rstar+*create',NULL,'Pointer',477,478,5723,'2012-12-05 11:16:24','2011-07-08 21:22:21',1,1,NULL,NULL,'\'creat\':2 \'rstar\':1','\'administr\':3 \'creat\':2A \'rstar\':1A','*all plus',500,NULL,0,47,1,1),(485,'HTML+*type+*create','html+*type+*create',NULL,'Pointer',319,478,5724,'2012-12-05 11:16:24','2011-07-08 21:22:21',1,1,NULL,NULL,'\'creat\':3 \'html\':1 \'type\':2','\'administr\':4 \'creat\':3A \'html\':1A \'type\':2A','*all plus',500,NULL,0,47,1,1),(486,'Cardtype+description+*type plus right','cardtype+description+*type_plu_right',NULL,'Set',180,262,5725,'2012-12-05 11:16:24','2011-07-08 21:22:22',1,1,NULL,NULL,'\'cardtyp\':1 \'descript\':2 \'plus\':4 \'right\':5 \'type\':3','\'cardtyp\':1A \'descript\':2A \'left\':6,8 \'plus\':4A \'right\':5A,9,10 \'type\':3A,7','*all plus',500,NULL,0,259,1,1),(487,'Cardtype+description+*type plus right+*create','cardtype+description+*type_plu_right+*create',NULL,'Pointer',486,478,5726,'2012-12-05 11:16:24','2011-07-08 21:22:22',1,1,NULL,NULL,'\'cardtyp\':1 \'creat\':6 \'descript\':2 \'plus\':4 \'right\':5 \'type\':3','\'administr\':7 \'cardtyp\':1A \'creat\':6A \'descript\':2A \'plus\':4A \'right\':5A \'type\':3A','*all plus',500,NULL,0,47,1,1),(488,'*star+*update','*star+*update',NULL,'Pointer',476,480,5727,'2012-12-05 11:16:24','2011-07-08 21:22:22',1,1,NULL,NULL,'\'star\':1 \'updat\':2','\'administr\':3 \'star\':1A \'updat\':2A','*all plus',500,NULL,0,47,1,1),(489,'*rstar+*update','*rstar+*update',NULL,'Pointer',477,480,5728,'2012-12-05 11:16:24','2011-07-08 21:22:22',1,1,NULL,NULL,'\'rstar\':1 \'updat\':2','\'administr\':3 \'rstar\':1A \'updat\':2A','*all plus',500,NULL,0,47,1,1),(490,'HTML+*type+*update','html+*type+*update',NULL,'Pointer',319,480,5729,'2012-12-05 11:16:24','2011-07-08 21:22:22',1,1,NULL,NULL,'\'html\':1 \'type\':2 \'updat\':3','\'administr\':4 \'html\':1A \'type\':2A \'updat\':3A','*all plus',500,NULL,0,47,1,1),(491,'Cardtype+description+*type plus right+*update','cardtype+description+*type_plu_right+*update',NULL,'Pointer',486,480,5730,'2012-12-05 11:16:24','2011-07-08 21:22:22',1,1,NULL,NULL,'\'cardtyp\':1 \'descript\':2 \'plus\':4 \'right\':5 \'type\':3 \'updat\':6','\'administr\':7 \'cardtyp\':1A \'descript\':2A \'plus\':4A \'right\':5A \'type\':3A \'updat\':6A','*all plus',500,NULL,0,47,1,1),(492,'*star+*delete','*star+*delete',NULL,'Pointer',476,481,5731,'2012-12-05 11:16:24','2011-07-08 21:22:22',1,1,NULL,NULL,'\'delet\':2 \'star\':1','\'administr\':3 \'delet\':2A \'star\':1A','*all plus',500,NULL,0,47,1,1),(493,'*rstar+*delete','*rstar+*delete',NULL,'Pointer',477,481,5732,'2012-12-05 11:16:24','2011-07-08 21:22:22',1,1,NULL,NULL,'\'delet\':2 \'rstar\':1','\'administr\':3 \'delet\':2A \'rstar\':1A','*all plus',500,NULL,0,47,1,1),(494,'HTML+*type+*delete','html+*type+*delete',NULL,'Pointer',319,481,5733,'2012-12-05 11:16:24','2011-07-08 21:22:22',1,1,NULL,NULL,'\'delet\':3 \'html\':1 \'type\':2','\'administr\':4 \'delet\':3A \'html\':1A \'type\':2A','*all plus',500,NULL,0,47,1,1),(495,'Cardtype+description+*type plus right+*delete','cardtype+description+*type_plu_right+*delete',NULL,'Pointer',486,481,5734,'2012-12-05 11:16:24','2011-07-08 21:22:22',1,1,NULL,NULL,'\'cardtyp\':1 \'delet\':6 \'descript\':2 \'plus\':4 \'right\':5 \'type\':3','\'administr\':7 \'cardtyp\':1A \'delet\':6A \'descript\':2A \'plus\':4A \'right\':5A \'type\':3A','*all plus',500,NULL,0,47,1,1),(496,'*watcher+*right+*create','*watcher+*right+*create',NULL,'Pointer',269,478,5735,'2012-12-05 11:16:24','2011-07-08 21:22:22',1,1,NULL,NULL,'\'creat\':3 \'right\':2 \'watcher\':1','\'anyon\':4 \'creat\':3A \'right\':2A \'sign\':5 \'watcher\':1A','*all plus',500,NULL,0,47,1,1),(497,'*watcher+*right+*update','*watcher+*right+*update',NULL,'Pointer',269,480,5736,'2012-12-05 11:16:24','2011-07-08 21:22:23',1,1,NULL,NULL,'\'right\':2 \'updat\':3 \'watcher\':1','\'anyon\':4 \'right\':2A \'sign\':5 \'updat\':3A \'watcher\':1A','*all plus',500,NULL,0,47,1,1),(498,'*all+*create','*all+*create',NULL,'Pointer',274,478,5737,'2012-12-05 11:16:24','2011-07-08 21:22:23',1,1,NULL,NULL,'\'creat\':2','\'anyon\':3 \'creat\':2A \'sign\':4','*all plus',500,NULL,0,47,1,1),(499,'*all plus+*create','*all_plu+*create',NULL,'Pointer',475,478,5738,'2012-12-05 11:16:24','2011-07-08 21:22:23',1,1,NULL,NULL,'\'creat\':3 \'plus\':2','\'creat\':3A \'left\':4 \'plus\':2A','*all plus',500,NULL,0,47,1,1),(500,'*all+*read','*all+*read',NULL,'Pointer',274,479,5739,'2012-12-05 11:16:24','2011-07-08 21:22:23',1,1,NULL,NULL,'\'read\':2','\'anyon\':3 \'read\':2A','*all plus',500,NULL,0,47,1,1),(501,'*all plus+*read','*all_plu+*read',NULL,'Pointer',475,479,5740,'2012-12-05 11:16:24','2011-07-08 21:22:23',1,1,NULL,NULL,'\'plus\':2 \'read\':3','\'left\':4 \'plus\':2A \'read\':3A','*all plus',500,NULL,0,47,1,1),(502,'*all+*update','*all+*update',NULL,'Pointer',274,480,5741,'2012-12-05 11:16:24','2011-07-08 21:22:23',1,1,NULL,NULL,'\'updat\':2','\'anyon\':3 \'sign\':4 \'updat\':2A','*all plus',500,NULL,0,47,1,1),(503,'*all plus+*update','*all_plu+*update',NULL,'Pointer',475,480,5742,'2012-12-05 11:16:24','2011-07-08 21:22:23',1,1,NULL,NULL,'\'plus\':2 \'updat\':3','\'left\':4 \'plus\':2A \'updat\':3A','*all plus',500,NULL,0,47,1,1),(504,'*all+*delete','*all+*delete',NULL,'Pointer',274,481,5743,'2012-12-05 11:16:24','2011-07-08 21:22:23',1,1,NULL,NULL,'\'delet\':2','\'anyon\':3 \'delet\':2A \'sign\':4','*all plus',500,NULL,0,47,1,1),(505,'*all plus+*delete','*all_plu+*delete',NULL,'Pointer',475,481,5744,'2012-12-05 11:16:24','2011-07-08 21:22:23',1,1,NULL,NULL,'\'delet\':3 \'plus\':2','\'delet\':3A \'left\':4 \'plus\':2A','*all plus',500,NULL,0,47,1,1),(506,'*all+*comment','*all+*comment',NULL,'Pointer',274,482,5745,'2012-12-05 11:16:24','2011-07-08 21:22:23',1,1,NULL,NULL,'\'comment\':2','\'comment\':2A','*all plus',500,NULL,0,47,1,1),(508,'discussion+*right+*comment','discussion+*right+*comment',NULL,'Pointer',354,482,5747,'2012-12-05 11:16:24','2011-07-08 21:22:25',1,1,NULL,NULL,'\'comment\':3 \'discuss\':1 \'right\':2','\'anyon\':4 \'comment\':3A \'discuss\':1A \'right\':2A','*all plus',500,NULL,0,47,1,1),(509,'Default Layout+*self','default_layout+*self',NULL,'Set',314,264,5748,'2012-12-05 11:16:24','2011-07-08 21:22:27',1,1,NULL,NULL,'\'default\':1 \'layout\':2 \'self\':3','\'default\':1A \'layout\':2A \'name\':4 \'self\':3A,5','*all plus',500,NULL,0,259,1,1),(511,'Setting+*self+*update','setting+*self+*update',NULL,'Pointer',366,480,5750,'2012-12-05 11:16:24','2011-07-08 21:22:27',1,1,NULL,NULL,'\'self\':2 \'set\':1 \'updat\':3','\'administr\':4 \'self\':2A \'set\':1A \'updat\':3A','*all plus',500,NULL,0,47,1,1),(512,'Setting+*self+*delete','setting+*self+*delete',NULL,'Pointer',366,481,5751,'2012-12-05 11:16:24','2011-07-08 21:22:28',1,1,NULL,NULL,'\'delet\':3 \'self\':2 \'set\':1','\'administr\':4 \'delet\':3A \'self\':2A \'set\':1A','*all plus',500,NULL,0,47,1,1),(515,'Config+*self+*update','config+*self+*update',NULL,'Pointer',441,480,5754,'2012-12-05 11:16:24','2011-07-08 21:22:28',1,1,NULL,NULL,'\'config\':1 \'self\':2 \'updat\':3','\'administr\':4 \'config\':1A \'self\':2A \'updat\':3A','*all plus',500,NULL,0,47,1,1),(516,'Config+*self+*delete','config+*self+*delete',NULL,'Pointer',441,481,5755,'2012-12-05 11:16:24','2011-07-08 21:22:28',1,1,NULL,NULL,'\'config\':1 \'delet\':3 \'self\':2','\'administr\':4 \'config\':1A \'delet\':3A \'self\':2A','*all plus',500,NULL,0,47,1,1),(517,'Administrator links+*self','administrator_link+*self',NULL,'Set',151,264,5756,'2012-12-05 11:16:24','2011-07-08 21:22:28',1,1,NULL,NULL,'\'administr\':1 \'link\':2 \'self\':3','\'administr\':1A \'link\':2A \'name\':4 \'self\':3A,5','*all plus',518,NULL,0,259,1,1),(518,'Administrator links+*self+*read','administrator_link+*self+*read',NULL,'Pointer',517,479,5757,'2012-12-05 11:16:24','2011-07-08 21:22:28',1,1,NULL,NULL,'\'administr\':1 \'link\':2 \'read\':4 \'self\':3','\'administr\':1A,5 \'link\':2A \'read\':4A \'self\':3A','*all plus',518,NULL,0,47,1,1),(519,'Administrator links+*self+*delete','administrator_link+*self+*delete',NULL,'Pointer',517,481,5758,'2012-12-05 11:16:24','2011-07-08 21:22:28',1,1,NULL,NULL,'\'administr\':1 \'delet\':4 \'link\':2 \'self\':3','\'administr\':1A,5 \'delet\':4A \'link\':2A \'self\':3A','*all plus',518,NULL,0,47,1,1),(523,'Account Request+*type+*create','account_request+*type+*create',NULL,'Pointer',323,478,5765,'2012-12-05 11:16:24','2011-07-15 15:40:20',1,1,NULL,NULL,'\'account\':1 \'creat\':4 \'request\':2 \'type\':3','\'account\':1A \'anyon\':5 \'creat\':4A \'request\':2A \'type\':3A','*all plus',500,NULL,0,47,3,3),(524,'*comment+*right','*comment+*right',NULL,'Set',482,260,5768,'2012-12-05 11:16:24','2011-07-19 11:48:54',1,1,NULL,NULL,'\'comment\':1 \'right\':2','\'comment\':1A \'right\':2A,3 \'self\':4','*all plus',500,NULL,0,259,3,3),(525,'*comment+*right+*edit help','*comment+*right+*edit_help',NULL,'Basic',524,82,5797,'2012-12-05 11:16:24','2011-07-20 10:08:41',1,1,NULL,NULL,'\'comment\':1 \'edit\':3 \'help\':4 \'right\':2','\'add\':7 \'card\':10 \'comment\':1A,8 \'edit\':3A \'help\':4A \'right\':2A \'set\':13','*all plus',500,NULL,0,3,3,1),(526,'*create+*right','*create+*right',NULL,'Set',478,260,5770,'2012-12-05 11:16:24','2011-07-19 11:49:18',1,1,NULL,NULL,'\'creat\':1 \'right\':2','\'creat\':1A \'right\':2A,3 \'self\':4','*all plus',500,NULL,0,259,3,3),(527,'*create+*right+*edit help','*create+*right+*edit_help',NULL,'Basic',526,82,5793,'2012-12-05 11:16:24','2011-07-20 10:08:39',1,1,NULL,NULL,'\'creat\':1 \'edit\':3 \'help\':4 \'right\':2','\'add\':7 \'card\':8 \'creat\':1A \'edit\':3A \'help\':4A \'right\':2A \'set\':11','*all plus',500,NULL,0,3,3,1),(528,'*delete+*right','*delete+*right',NULL,'Set',481,260,5772,'2012-12-05 11:16:24','2011-07-19 11:49:45',1,1,NULL,NULL,'\'delet\':1 \'right\':2','\'delet\':1A \'right\':2A,3 \'self\':4','*all plus',500,NULL,0,259,3,3),(529,'*delete+*right+*edit help','*delete+*right+*edit_help',NULL,'Basic',528,82,5796,'2012-12-05 11:16:24','2011-07-20 10:08:41',1,1,NULL,NULL,'\'delet\':1 \'edit\':3 \'help\':4 \'right\':2','\'card\':8 \'delet\':1A \'edit\':3A \'help\':4A \'remov\':7 \'right\':2A \'set\':11','*all plus',500,NULL,0,3,3,1),(530,'*read+*right','*read+*right',NULL,'Set',479,260,5775,'2012-12-05 11:16:24','2011-07-19 11:50:19',1,1,NULL,NULL,'\'read\':1 \'right\':2','\'read\':1A \'right\':2A,3 \'self\':4','*all plus',500,NULL,0,259,3,3),(531,'*read+*right+*edit help','*read+*right+*edit_help',NULL,'Basic',530,82,5794,'2012-12-05 11:16:24','2011-07-20 10:08:40',1,1,NULL,NULL,'\'edit\':3 \'help\':4 \'read\':1 \'right\':2','\'card\':8 \'edit\':3A \'help\':4A \'read\':1A \'right\':2A \'set\':11 \'view\':7','*all plus',500,NULL,0,3,3,1),(532,'*update+*right','*update+*right',NULL,'Set',480,260,5777,'2012-12-05 11:16:24','2011-07-19 11:50:35',1,1,NULL,NULL,'\'right\':2 \'updat\':1','\'right\':2A,3 \'self\':4 \'updat\':1A','*all plus',500,NULL,0,259,3,3),(533,'*update+*right+*edit help','*update+*right+*edit_help',NULL,'Basic',532,82,5795,'2012-12-05 11:16:24','2011-07-20 10:08:40',1,1,NULL,NULL,'\'edit\':3 \'help\':4 \'right\':2 \'updat\':1','\'card\':8 \'edit\':3A,7 \'help\':4A \'right\':2A \'set\':11 \'updat\':1A','*all plus',500,NULL,0,3,3,1),(534,'*create+*right+*default','*create+*right+*default',NULL,'Pointer',526,318,5779,'2012-12-05 11:16:24','2011-07-20 10:08:39',1,1,NULL,NULL,'\'creat\':1 \'default\':3 \'right\':2','\'creat\':1A \'default\':3A \'right\':2A','*all plus',500,NULL,0,47,3,1),(535,'*create+*right+*options','*create+*right+*option',NULL,'Search',526,86,5780,'2012-12-05 11:16:24','2011-07-20 10:08:39',1,1,NULL,NULL,'\'creat\':1 \'option\':3 \'right\':2','\'creat\':1A \'extens\':4 \'option\':3A \'right\':2A \'type\':5 \'user\':6','*all plus',500,NULL,0,30,3,1),(536,'*read+*right+*default','*read+*right+*default',NULL,'Pointer',530,318,5781,'2012-12-05 11:16:24','2011-07-20 10:08:40',1,1,NULL,NULL,'\'default\':3 \'read\':1 \'right\':2','\'default\':3A \'read\':1A \'right\':2A','*all plus',500,NULL,0,47,3,1),(537,'*read+*right+*options','*read+*right+*option',NULL,'Search',530,86,5782,'2012-12-05 11:16:24','2011-07-20 10:08:40',1,1,NULL,NULL,'\'option\':3 \'read\':1 \'right\':2','\'extens\':4 \'option\':3A \'read\':1A \'right\':2A \'type\':5 \'user\':6','*all plus',500,NULL,0,30,3,1),(538,'*update+*right+*default','*update+*right+*default',NULL,'Pointer',532,318,5785,'2012-12-05 11:16:24','2011-07-20 10:08:40',1,1,NULL,NULL,'\'default\':3 \'right\':2 \'updat\':1','\'default\':3A \'right\':2A \'updat\':1A','*all plus',500,NULL,0,47,3,1),(539,'*update+*right+*options','*update+*right+*option',NULL,'Search',532,86,5786,'2012-12-05 11:16:24','2011-07-20 10:08:40',1,1,NULL,NULL,'\'option\':3 \'right\':2 \'updat\':1','\'extens\':4 \'option\':3A \'right\':2A \'type\':5 \'updat\':1A \'user\':6','*all plus',500,NULL,0,30,3,1),(540,'*delete+*right+*default','*delete+*right+*default',NULL,'Pointer',528,318,5787,'2012-12-05 11:16:24','2011-07-20 10:08:41',1,1,NULL,NULL,'\'default\':3 \'delet\':1 \'right\':2','\'default\':3A \'delet\':1A \'right\':2A','*all plus',500,NULL,0,47,3,1),(541,'*delete+*right+*options','*delete+*right+*option',NULL,'Search',528,86,5788,'2012-12-05 11:16:24','2011-07-20 10:08:41',1,1,NULL,NULL,'\'delet\':1 \'option\':3 \'right\':2','\'delet\':1A \'extens\':4 \'option\':3A \'right\':2A \'type\':5 \'user\':6','*all plus',500,NULL,0,30,3,1),(542,'*comment+*right+*default','*comment+*right+*default',NULL,'Pointer',524,318,5789,'2012-12-05 11:16:24','2011-07-20 10:08:41',1,1,NULL,NULL,'\'comment\':1 \'default\':3 \'right\':2','\'comment\':1A \'default\':3A \'right\':2A','*all plus',500,NULL,0,47,3,1),(543,'*comment+*right+*options','*comment+*right+*option',NULL,'Search',524,86,5790,'2012-12-05 11:16:24','2011-07-20 10:08:41',1,1,NULL,NULL,'\'comment\':1 \'option\':3 \'right\':2','\'comment\':1A \'extens\':4 \'option\':3A \'right\':2A \'type\':5 \'user\':6','*all plus',500,NULL,0,30,3,1),(544,'*css+*self','*css+*self',NULL,'Set',198,264,5929,'2012-12-05 11:16:24','2011-07-22 09:57:07',1,1,NULL,NULL,'\'css\':1 \'self\':2','\'css\':1A \'name\':3 \'self\':2A,4','*all plus',552,NULL,0,259,3,3),(545,'*css+*self+*edit help','*css+*self+*edit_help',NULL,'Basic',544,82,5935,'2012-12-05 11:16:24','2011-07-22 09:58:32',1,1,NULL,NULL,'\'css\':1 \'edit\':3 \'help\':4 \'self\':2','\'/wagn/skin|learn\':10 \'add\':5 \'css\':1A,7 \'custom\':6 \'edit\':3A \'help\':4A \'self\':2A \'skin\':13 \'wagn\':15 \'wagn.org\':9 \'wagn.org/wagn/skin\':8','*all plus',552,NULL,0,3,3,3),(546,'*tinyMCE+*self','*tiny_mce+*self',NULL,'Set',53,264,5938,'2012-12-05 11:16:24','2011-07-22 10:01:35',1,1,NULL,NULL,'\'self\':2 \'tinymc\':1','\'name\':3 \'self\':2A,4 \'tinymc\':1A','*all plus',500,NULL,0,259,3,3),(547,'*tinyMCE+*self+*edit help','*tiny_mce+*self+*edit_help',NULL,'Basic',546,82,5939,'2012-12-05 11:16:24','2011-07-22 10:01:36',1,1,NULL,NULL,'\'edit\':3 \'help\':4 \'self\':2 \'tinymc\':1','\'/wagn/tinymce|learn\':15 \'basic\':11 \'card\':12 \'configur\':5 \'custom\':18 \'default\':8 \'edit\':3A,20 \'editor\':9 \'help\':4A \'self\':2A \'tinymc\':1A,6 \'toolbar\':21 \'wagn.org\':14 \'wagn.org/wagn/tinymce\':13','*all plus',500,NULL,0,3,3,3),(548,'*head+*self','*head+*self',NULL,'Set',470,264,5951,'2012-12-05 11:16:24','2011-08-25 09:22:56',1,1,NULL,NULL,'\'head\':1 \'self\':2','\'head\':1A \'name\':3 \'self\':2A,4','*all plus',549,NULL,0,259,4,4),(549,'*head+*self+*read','*head+*self+*read',NULL,'Pointer',548,479,5952,'2012-12-05 11:16:24','2011-08-25 09:22:57',1,1,NULL,NULL,'\'head\':1 \'read\':3 \'self\':2','\'anyon\':4 \'head\':1A \'read\':3A \'self\':2A','*all plus',549,NULL,0,47,4,4),(550,'*foot+*self','*foot+*self',NULL,'Set',469,264,5953,'2012-12-05 11:16:24','2011-08-25 09:23:06',1,1,NULL,NULL,'\'foot\':1 \'self\':2','\'foot\':1A \'name\':3 \'self\':2A,4','*all plus',551,NULL,0,259,4,4),(551,'*foot+*self+*read','*foot+*self+*read',NULL,'Pointer',550,479,5954,'2012-12-05 11:16:24','2011-08-25 09:23:06',1,1,NULL,NULL,'\'foot\':1 \'read\':3 \'self\':2','\'anyon\':4 \'foot\':1A \'read\':3A \'self\':2A','*all plus',551,NULL,0,47,4,4),(552,'*css+*self+*read','*css+*self+*read',NULL,'Pointer',544,479,5955,'2012-12-05 11:16:24','2011-08-25 09:24:29',1,1,NULL,NULL,'\'css\':1 \'read\':3 \'self\':2','\'anyon\':4 \'css\':1A \'read\':3A \'self\':2A','*all plus',552,NULL,0,47,4,4),(553,'*version+*self','*version+*self',NULL,'Set',473,264,5956,'2012-12-05 11:16:24','2011-08-25 09:24:36',1,1,NULL,NULL,'\'self\':2 \'version\':1','\'name\':3 \'self\':2A,4 \'version\':1A','*all plus',554,NULL,0,259,4,4),(554,'*version+*self+*read','*version+*self+*read',NULL,'Pointer',553,479,5957,'2012-12-05 11:16:24','2011-08-25 09:24:37',1,1,NULL,NULL,'\'read\':3 \'self\':2 \'version\':1','\'anyon\':4 \'read\':3A \'self\':2A \'version\':1A','*all plus',554,NULL,0,47,4,4),(555,'*logo+*self','*logo+*self',NULL,'Set',79,264,5958,'2012-12-05 11:16:24','2011-08-25 09:25:01',1,1,NULL,NULL,'\'logo\':1 \'self\':2','\'logo\':1A \'name\':3 \'self\':2A,4','*all plus',556,NULL,0,259,4,4),(556,'*logo+*self+*read','*logo+*self+*read',NULL,'Pointer',555,479,5959,'2012-12-05 11:16:24','2011-08-25 09:25:01',1,1,NULL,NULL,'\'logo\':1 \'read\':3 \'self\':2','\'anyon\':4 \'logo\':1A \'read\':3A \'self\':2A','*all plus',556,NULL,0,47,4,4),(557,'*account links+*self','*account_link+*self',NULL,'Set',474,264,5960,'2012-12-05 11:16:24','2011-08-25 09:25:11',1,1,NULL,NULL,'\'account\':1 \'link\':2 \'self\':3','\'account\':1A \'link\':2A \'name\':4 \'self\':3A,5','*all plus',558,NULL,0,259,4,4),(558,'*account links+*self+*read','*account_link+*self+*read',NULL,'Pointer',557,479,5961,'2012-12-05 11:16:24','2011-08-25 09:25:11',1,1,NULL,NULL,'\'account\':1 \'link\':2 \'read\':4 \'self\':3','\'account\':1A \'anyon\':5 \'link\':2A \'read\':4A \'self\':3A','*all plus',558,NULL,0,47,4,4),(559,'*sidebar+*self+*read','*sidebar+*self+*read',NULL,'Pointer',315,479,5962,'2012-12-05 11:16:24','2011-08-25 09:25:30',1,1,NULL,NULL,'\'read\':3 \'self\':2 \'sidebar\':1','\'anyon\':4 \'read\':3A \'self\':2A \'sidebar\':1A','*all plus',559,NULL,0,47,4,4),(560,'*recent+*self','*recent+*self',NULL,'Set',465,264,5963,'2012-12-05 11:16:24','2011-08-25 09:25:39',1,1,NULL,NULL,'\'recent\':1 \'self\':2','\'name\':3 \'recent\':1A \'self\':2A,4','*all plus',561,NULL,0,259,4,4),(561,'*recent+*self+*read','*recent+*self+*read',NULL,'Pointer',560,479,5964,'2012-12-05 11:16:24','2011-08-25 09:25:39',1,1,NULL,NULL,'\'read\':3 \'recent\':1 \'self\':2','\'anyon\':4 \'read\':3A \'recent\':1A \'self\':2A','*all plus',561,NULL,0,47,4,4),(565,'*email','*email','email','Basic',NULL,NULL,6021,'2012-12-05 11:16:24','2012-01-14 01:47:22',1,1,NULL,NULL,NULL,NULL,'*all',500,NULL,0,3,1,1),(566,'*email+*right','*email+*right',NULL,'Set',565,260,6022,'2012-12-05 11:16:24','2012-01-14 01:47:25',1,1,NULL,NULL,NULL,NULL,'*all plus',500,NULL,0,259,1,1),(567,'*email+*right+*content','*email+*right+*content',NULL,'Basic',566,317,6023,'2012-12-05 11:16:24','2012-01-14 01:47:25',1,1,NULL,NULL,NULL,NULL,'*all plus',500,NULL,0,3,1,1),(568,'*email+*right+*read','*email+*right+*read',NULL,'Pointer',566,479,6024,'2012-12-05 11:16:24','2012-01-14 01:47:25',1,1,NULL,NULL,NULL,NULL,'*all plus',500,NULL,0,47,1,1),(569,'Layout','layout','layout_type','Cardtype',NULL,NULL,6027,'2012-12-05 11:16:24','2012-01-14 01:47:26',1,1,27,'Cardtype',NULL,NULL,'*all',500,NULL,0,5,1,1),(570,'Layout+*type','layout+*type',NULL,'Set',569,266,6028,'2012-12-05 11:16:24','2012-01-14 01:47:26',1,1,NULL,NULL,NULL,NULL,'*all plus',500,NULL,0,259,1,1),(571,'Layout+*type+*create','layout+*type+*create',NULL,'Pointer',570,478,6029,'2012-12-05 11:16:24','2012-01-14 01:47:26',1,1,NULL,NULL,NULL,NULL,'*all plus',500,NULL,0,47,1,1),(572,'Layout+*type+*update','layout+*type+*update',NULL,'Pointer',570,480,6030,'2012-12-05 11:16:24','2012-01-14 01:47:26',1,1,NULL,NULL,NULL,NULL,'*all plus',500,NULL,0,47,1,1),(573,'Layout+*type+*delete','layout+*type+*delete',NULL,'Pointer',570,481,6031,'2012-12-05 11:16:24','2012-01-14 01:47:26',1,1,NULL,NULL,NULL,NULL,'*all plus',500,NULL,0,47,1,1),(578,'*all plus+*default','*all_plu+*default',NULL,'Basic',475,318,6044,'2012-12-05 11:16:24','2012-04-18 20:26:21',1,1,NULL,NULL,NULL,NULL,'*all plus',500,NULL,0,3,4,4),(586,'*double click','*double_click','double_click',NULL,NULL,NULL,6052,'2012-12-05 11:16:24','2012-09-20 16:42:33',1,1,NULL,NULL,NULL,NULL,'*all',500,NULL,0,51,NULL,NULL),(587,'*roles+*right+*default','*role+*right+*default',NULL,NULL,353,318,6053,'2012-12-05 11:16:24','2012-09-20 16:42:34',1,1,NULL,NULL,NULL,NULL,'*all plus',500,NULL,0,47,NULL,NULL),(588,'*account+*right+*create','*account+*right+*create',NULL,NULL,330,478,6054,'2012-12-05 11:16:24','2012-09-20 16:42:34',1,1,NULL,NULL,NULL,NULL,'*all plus',500,NULL,0,47,NULL,NULL),(589,'Wagn Bot+*roles','wagn_bot+*role',NULL,NULL,1,96,6055,'2012-12-05 11:16:24','2012-09-20 16:42:34',1,1,NULL,NULL,NULL,NULL,'*all plus',500,NULL,0,47,NULL,NULL),(766,'Wagn Bot+*account','wagn_bot+*account',NULL,NULL,1,100,6262,'2012-12-05 11:16:24','2012-12-02 04:06:19',1,1,NULL,NULL,NULL,NULL,'*all plus',500,NULL,0,3,NULL,NULL),(767,'Anonymous+*account','anonymous+*account',NULL,NULL,15,100,6263,'2012-12-05 11:16:24','2012-12-02 04:06:20',1,1,NULL,NULL,NULL,NULL,'*all plus',500,NULL,0,3,NULL,NULL);
133
- /*!40000 ALTER TABLE `cards` ENABLE KEYS */;
134
- UNLOCK TABLES;
135
-
136
- --
137
- -- Table structure for table `cardtypes`
138
- --
139
-
140
- DROP TABLE IF EXISTS `cardtypes`;
141
- /*!40101 SET @saved_cs_client = @@character_set_client */;
142
- /*!40101 SET character_set_client = utf8 */;
143
- CREATE TABLE `cardtypes` (
144
- `id` int(11) NOT NULL AUTO_INCREMENT,
145
- `class_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
146
- `system` tinyint(1) DEFAULT NULL,
147
- `card_id` int(11) DEFAULT NULL,
148
- PRIMARY KEY (`id`),
149
- UNIQUE KEY `cardtypes_class_name_uniq` (`class_name`)
150
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
151
- /*!40101 SET character_set_client = @saved_cs_client */;
152
-
153
- --
154
- -- Dumping data for table `cardtypes`
155
- --
156
-
157
- LOCK TABLES `cardtypes` WRITE;
158
- /*!40000 ALTER TABLE `cardtypes` DISABLE KEYS */;
159
- /*!40000 ALTER TABLE `cardtypes` ENABLE KEYS */;
160
- UNLOCK TABLES;
161
-
162
- --
163
- -- Table structure for table `multihost_mappings`
164
- --
165
-
166
- DROP TABLE IF EXISTS `multihost_mappings`;
167
- /*!40101 SET @saved_cs_client = @@character_set_client */;
168
- /*!40101 SET character_set_client = utf8 */;
169
- CREATE TABLE `multihost_mappings` (
170
- `id` int(11) NOT NULL AUTO_INCREMENT,
171
- `requested_host` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
172
- `canonical_host` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
173
- `wagn_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
174
- `created_at` datetime DEFAULT NULL,
175
- `updated_at` datetime DEFAULT NULL,
176
- PRIMARY KEY (`id`),
177
- UNIQUE KEY `index_multihost_mappings_on_requested_host` (`requested_host`)
178
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
179
- /*!40101 SET character_set_client = @saved_cs_client */;
180
-
181
- --
182
- -- Dumping data for table `multihost_mappings`
183
- --
184
-
185
- LOCK TABLES `multihost_mappings` WRITE;
186
- /*!40000 ALTER TABLE `multihost_mappings` DISABLE KEYS */;
187
- /*!40000 ALTER TABLE `multihost_mappings` ENABLE KEYS */;
188
- UNLOCK TABLES;
189
-
190
- --
191
- -- Table structure for table `roles`
192
- --
193
-
194
- DROP TABLE IF EXISTS `roles`;
195
- /*!40101 SET @saved_cs_client = @@character_set_client */;
196
- /*!40101 SET character_set_client = utf8 */;
197
- CREATE TABLE `roles` (
198
- `id` int(11) NOT NULL AUTO_INCREMENT,
199
- `codename` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
200
- `tasks` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
201
- PRIMARY KEY (`id`)
202
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
203
- /*!40101 SET character_set_client = @saved_cs_client */;
204
-
205
- --
206
- -- Dumping data for table `roles`
207
- --
208
-
209
- LOCK TABLES `roles` WRITE;
210
- /*!40000 ALTER TABLE `roles` DISABLE KEYS */;
211
- /*!40000 ALTER TABLE `roles` ENABLE KEYS */;
212
- UNLOCK TABLES;
213
-
214
- --
215
- -- Table structure for table `roles_users`
216
- --
217
-
218
- DROP TABLE IF EXISTS `roles_users`;
219
- /*!40101 SET @saved_cs_client = @@character_set_client */;
220
- /*!40101 SET character_set_client = utf8 */;
221
- CREATE TABLE `roles_users` (
222
- `role_id` int(11) NOT NULL,
223
- `user_id` int(11) NOT NULL,
224
- KEY `roles_users_role_id` (`role_id`),
225
- KEY `roles_users_user_id` (`user_id`)
226
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
227
- /*!40101 SET character_set_client = @saved_cs_client */;
228
-
229
- --
230
- -- Dumping data for table `roles_users`
231
- --
232
-
233
- LOCK TABLES `roles_users` WRITE;
234
- /*!40000 ALTER TABLE `roles_users` DISABLE KEYS */;
235
- /*!40000 ALTER TABLE `roles_users` ENABLE KEYS */;
236
- UNLOCK TABLES;
237
-
238
-
239
- --
240
- -- Table structure for table `schema_migrations_cards`
241
- --
242
-
243
- DROP TABLE IF EXISTS `schema_migrations_cards`;
244
- /*!40101 SET @saved_cs_client = @@character_set_client */;
245
- /*!40101 SET character_set_client = utf8 */;
246
- CREATE TABLE `schema_migrations_cards` (
247
- `version` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
248
- UNIQUE KEY `unique_schema_migrations_cards` (`version`)
249
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
250
- /*!40101 SET character_set_client = @saved_cs_client */;
251
-
252
- --
253
- -- Table structure for table `schema_migrations_deck_cards`
254
- --
255
-
256
- DROP TABLE IF EXISTS `schema_migrations_deck_cards`;
257
- /*!40101 SET @saved_cs_client = @@character_set_client */;
258
- /*!40101 SET character_set_client = utf8 */;
259
- CREATE TABLE `schema_migrations_deck_cards` (
260
- `version` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
261
- UNIQUE KEY `unique_schema_migrations_deck_cards` (`version`)
262
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
263
- /*!40101 SET character_set_client = @saved_cs_client */;
264
-
265
-
266
- --
267
- -- Table structure for table `schema_migrations`
268
- --
269
-
270
- DROP TABLE IF EXISTS `schema_migrations`;
271
- /*!40101 SET @saved_cs_client = @@character_set_client */;
272
- /*!40101 SET character_set_client = utf8 */;
273
- CREATE TABLE `schema_migrations` (
274
- `version` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
275
- UNIQUE KEY `unique_schema_migrations` (`version`)
276
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
277
- /*!40101 SET character_set_client = @saved_cs_client */;
278
-
279
- --
280
- -- Dumping data for table `schema_migrations`
281
- --
282
-
283
- LOCK TABLES `schema_migrations` WRITE;
284
- /*!40000 ALTER TABLE `schema_migrations` DISABLE KEYS */;
285
- INSERT INTO `schema_migrations` VALUES ('20110511221913'),('20120105203350'),('20120112070100'),('20120112070120'),('20120112070150'),('20120116114524'),('20120118013232'),('20120118013233'),('20120327090000'),('20120327100000'),('20120812183334'),('20121111024904'),('20121111025347');
286
- /*!40000 ALTER TABLE `schema_migrations` ENABLE KEYS */;
287
- UNLOCK TABLES;
288
-
289
- --
290
- -- Table structure for table `sessions`
291
- --
292
-
293
- DROP TABLE IF EXISTS `sessions`;
294
- /*!40101 SET @saved_cs_client = @@character_set_client */;
295
- /*!40101 SET character_set_client = utf8 */;
296
- CREATE TABLE `sessions` (
297
- `id` int(11) NOT NULL AUTO_INCREMENT,
298
- `session_id` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
299
- `data` text COLLATE utf8_unicode_ci,
300
- `updated_at` datetime DEFAULT NULL,
301
- PRIMARY KEY (`id`),
302
- KEY `sessions_session_id_index` (`session_id`)
303
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
304
- /*!40101 SET character_set_client = @saved_cs_client */;
305
-
306
- --
307
- -- Dumping data for table `sessions`
308
- --
309
-
310
- LOCK TABLES `sessions` WRITE;
311
- /*!40000 ALTER TABLE `sessions` DISABLE KEYS */;
312
- /*!40000 ALTER TABLE `sessions` ENABLE KEYS */;
313
- UNLOCK TABLES;
314
-
315
- --
316
- -- Table structure for table `users`
317
- --
318
-
319
- DROP TABLE IF EXISTS `users`;
320
- /*!40101 SET @saved_cs_client = @@character_set_client */;
321
- /*!40101 SET character_set_client = utf8 */;
322
- CREATE TABLE `users` (
323
- `id` int(11) NOT NULL AUTO_INCREMENT,
324
- `login` varchar(40) COLLATE utf8_unicode_ci DEFAULT NULL,
325
- `email` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
326
- `crypted_password` varchar(40) COLLATE utf8_unicode_ci DEFAULT NULL,
327
- `salt` varchar(42) COLLATE utf8_unicode_ci DEFAULT NULL,
328
- `created_at` datetime DEFAULT NULL,
329
- `updated_at` datetime DEFAULT NULL,
330
- `password_reset_code` varchar(40) COLLATE utf8_unicode_ci DEFAULT NULL,
331
- `status` varchar(255) COLLATE utf8_unicode_ci DEFAULT 'request',
332
- `invite_sender_id` int(11) DEFAULT NULL,
333
- `identity_url` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
334
- `card_id` int(11) NOT NULL,
335
- `account_id` int(11) NOT NULL,
336
- PRIMARY KEY (`id`)
337
- ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
338
- /*!40101 SET character_set_client = @saved_cs_client */;
339
-
340
- --
341
- -- Dumping data for table `users`
342
- --
343
-
344
- LOCK TABLES `users` WRITE;
345
- /*!40000 ALTER TABLE `users` DISABLE KEYS */;
346
- INSERT INTO `users` VALUES (1,'wagbot','no-reply@wagn.org',NULL,NULL,'2012-12-05 11:16:24','2012-12-02 04:06:20',NULL,'system',1,NULL,1,766),(2,'anon',NULL,NULL,NULL,'2012-12-05 11:16:24','2012-12-02 04:06:20',NULL,'system',1,NULL,15,767);
347
- /*!40000 ALTER TABLE `users` ENABLE KEYS */;
348
- UNLOCK TABLES;
349
- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
350
-
351
- /*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
352
- /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
353
- /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
354
- /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
355
- /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
356
- /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
357
- /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
358
-
359
- -- Dump completed on 2014-05-17 0:47:01