| Denotes difference fom previous test line |
Tests of xml.text
1 {{ xml.text(wiki.search("tag:test", 10, "-date"), "/", nil, false) }}
1 SandboxTagCloud TestTagPageTagPageUser:michaTestTESTINGMy new test pageUser:brizbenTesting 1-2-3
2 {{ xml.text(wiki.search('tag:"test"', 10, "-date"), "/", nil, false) }}
2 SandboxTagCloud TestTagPageTagPageUser:michaTestTESTINGMy new test pageUser:brizbenTesting 1-2-3
3 {{ xml.text(wiki.search('tag:"test"', 10, "-date"), "/", nil, true) }}
3 <html><body><div class="wiki-search"><ul><li><a rel="internal" href="http://developer.mindtouch.com/User:SteveB/Sandbox">Sandbox</a></li><li><a rel="internal" href="http://developer.mindtouch.com/User:Brig/TagCloud_Test">TagCloud Test</a></li><li><a rel="internal" href="http://developer.mindtouch.com/User:Brig/TagPage">TagPage</a></li><li><a rel="internal" href="http://developer.mindtouch.com/User:Brig/TestPages/TagPage">TagPage</a></li><li><a rel="internal" href="http://developer.mindtouch.com/User:micha">User:micha</a></li><li><a rel="internal" href="http://developer.mindtouch.com/User:wencke/Test">Test</a></li><li><a rel="internal" href="http://developer.mindtouch.com/User:vicvicwong">TESTING</a></li><li><a rel="internal" href="http://developer.mindtouch.com/User:Jsmith99/My_new_test_page">My new test page</a></li><li><a rel="internal" href="http://developer.mindtouch.com/User:brizben">User:brizben</a></li><li><a rel="internal" href="http://developer.mindtouch.com/User:Aurora/Testing_1-2-3">Testing 1-2-3</a></li></ul></div></body></html>
Tests of wiki.search
1 {{ wiki.search("tag:test", 10, "-date") }}
1
2 {{ wiki.search('tag:"test"', 99, "-date") }}
2
Tests of string.matches
1 {{ string.matches( xml.text(wiki.search('tag:"test"', 10, "-date"),
"/", nil, true), "(\\User:[a-zA-Z0-9]+)") }}
1 [ "User:SteveB" ]
2 {{ string.matches( xml.text(wiki.search('tag:"test"', 10, "date"),
"/", nil, true), "(\\User:[a-zA-Z0-9]+)") }}
2 [ "User:erakauf" ]
3 {{ string.matches( xml.text(wiki.search('tag:"test"', 10, "date"),
"/", nil, true), "\\User:[a-zA-Z0-9]+") }}
3 [ ]
4 {{ string.matches(xml.text(wiki.search('tag:"test"', 10, "date"),
"/", nil, true), "(\\User:[a-zA-Z0-9]+)") }}
4 [ ]
5 {{ string.match( xml.text(wiki.search('tag:"test"', 10, "date"),
"/", nil, true), "(\\User:[a-zA-Z0-9]+)") }}
5
The Full Function
1. {{ var search_results=wiki.search('tag:"test"', 10, "-date"); var results_text=xml.text(search_results,
"/", nil, true); var path_list=string.matches(results_text, "(\\User:[a-zA-Z0-9]+)"); foreach(var page_path in path_list) { wiki.page(page_path) } }}
1.
Reset Root password on VM
Sync VM clock: sudo ntpdate -s time.nist.gov
Assigned Issues
See Bugs by Release.
In Progress (1 issues, 1 days left)
Bugs (37 issues, 18.5 days left)
9.12.2 (1 issues, 0.5 days left)
9.12.3 (1 issues, 0.5 days left)
Olympic (34 issues, 17 days left)
-
3794: Localization problem with the template namespace and deletions (698 days old, 0.5 days left)
-
4223: Widget for listing page authors (653 days old, 0.5 days left)
-
4224: Contributor statistics (653 days old, 0.5 days left)
-
(major severity) 5132: wiki.page(path,section) pulls in <head> and <tail> code from other sections (537 days old, 0.5 days left)
-
(major severity) 6045: Show offending code in Dekiscript error messages (351 days old, 0.5 days left)
-
6235: GlobalTemplate must be processed in same context as rendered page (323 days old, 0.5 days left)
-
6240: Advanced Search Extension not returning results (322 days old, 0.5 days left)
-
6260: Editor auto-inserts an unnecessary <p> after saving (320 days old, 0.5 days left)
-
6497: It's possible to add script with empty parameters (284 days old, 0.5 days left)
-
6666: void return type not supported for native extension functions (265 days old, 0.5 days left)
-
6959: ToDo template cannot be implemented via global template (215 days old, 0.5 days left)
-
7230: No API to show newly CREATED pages (professional services) (146 days old, 0.5 days left)
-
7251: Support API changes required for MSDN-style expanding menu pane (139 days old, 0.5 days left)
-
7272: Title does not display on hover for links with internal targets (133 days old, 0.5 days left)
-
7313: SQL extension isn't sortable for table option (120 days old, 0.5 days left)
-
7589: GET:license - missing documentation. (48 days old, 0.5 days left)
-
7596: GET:pages/{pageid}/feed/new - Missing documentation (47 days old, 0.5 days left)
-
7612: GET:site/feed/new - Missing documentation (46 days old, 0.5 days left)
-
7617: GET:site/localization - Missing Documentation (43 days old, 0.5 days left)
-
7618: GET:site/nav/* - Navigation features should not be in API ref (43 days old, 0.5 days left)
-
7630: Broken link to mks://* when diffing (42 days old, 0.5 days left)
-
7658: Extension and Template call performance (34 days old, 0.5 days left)
-
7670: Clearly indicate when a page requiring unsafecontent is saved by someone without that permission (32 days old, 0.5 days left)
-
7706: wiki.api throws exception if accessed URI is not accessible for current user (20 days old, 0.5 days left)
-
7718: string.format: $id doesn't allow id to contain underscore (17 days old, 0.5 days left)
-
7720: Get: pages/{id}/subpages should be ignoring case when sorting (17 days old, 0.5 days left)
-
7721: __request info does not contain host name (17 days old, 0.5 days left)
-
7729: TOC broken on dev wiki (14 days old, 0.5 days left)
-
7730: There should be a config value that tells Plug to ignore SSL certificate warnings. (14 days old, 0.5 days left)
-
7742: Add "ignorecase" param to list.contains() (12 days old, 0.5 days left)
-
7763: Templates are case sensitive sorting (7 days old, 0.5 days left)
-
7771: Allow for native CSS and JavaScript sections in content like is done for dekiscript (6 days old, 0.5 days left)
-
7784: Change class="script" to something dekiscript specific and support additional classes (6 days old, 0.5 days left)
-
7790: DekiScript execution constraints (5 days old, 0.5 days left)
Pipestone (1 issues, 0.5 days left)
Not Started (2 issues, 5 days left)
Future/Unassigned Bugs (2 issues)
(unassigned) (2 issues, 1 days left)
Missing Documentation
- Article
- Stackless execution
- Any device architecture
- Developing application with off/online capabilities
- Iterative programming
- Document encodings
- Terminology
- blueprint = class
- service = instance
- feature = method
- Dream
- Making a redirect/proxy
- Configuring Apache for Dream interop
- Scatter-Gather message execution pipeline
- Implementing Dream services (local & remote)
- Uri schemes: [1]
- SDK
- REST notes
- REST patterns
- Entity Patterns
- Immutable Entities
- Mutable Entities
- Behavioral Patterns
- Refliective Behaviors
- Opaque Behaviors
- Document Pattern
- Deki API
MindTouch SID Template
sid://mindtouch.com/{year}/{month}/{service-name}
Terminology
OO | SODA |
| Class | Blueprint |
| Instance | Service |
| Method | Feature |
2. {{ var search_results=wiki.search('tag:"test"', 10, "-date"); var results_text=xml.text(search_results,
"/", nil, true); var path_list=string.match(results_text, "(\\User:[a-zA-Z0-9]+)"); foreach(var page_path in path_list) { wiki.page(page_path) } }}
2.
/content/body/div[4]/p[5]/span, str is not valid; expected list or map or xml or nil: line 1, column 194 (click for details)MindTouch.Deki.Script.DekiScriptBadTypeException: str is not valid; expected list or map or xml or nil: line 1, column 194
at MindTouch.Deki.Script.DekiScriptGeneratorForeachItems.Generate (MindTouch.Deki.Script.DekiScriptEval eval, MindTouch.Deki.Script.DekiScriptEnv env) [0x00000]
at MindTouch.Deki.Script.DekiScriptForeach.Evaluate (MindTouch.Deki.Script.DekiScriptEnv env) [0x00000]
at MindTouch.Deki.Script.DekiScriptSequence.Evaluate (MindTouch.Deki.Script.DekiScriptEnv env) [0x00000]
at MindTouch.Deki.Script.Dom.DekiScriptDomExpr.Evaluate (MindTouch.Deki.Script.DekiScriptEvalContext context, System.Xml.XmlNode parent, MindTouch.Deki.Script.DekiScriptEnv env) [0x00000]
Go to Top