File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
-
2
1
Javascript Console Admin Console component for Alfresco 3.4/4.0
3
2
===============================================================
4
3
5
- Author: Florian Maul (fme AG)
4
+ Author: Florian Maul (fme AG)
5
+   ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ; Jens Goldhammer (fme AG)
6
6
7
7
This project contains a Javascript Console component for the Alfresco Share's
8
8
Administration Console, that enables the execution of arbitrary javascript code
9
9
in the repository.
10
10
11
+ New Features
12
+ --------
13
+
14
+ + new json output view for validation and formatting json from the freemarker template processing
15
+ ![ JSONView] ( https://raw.github.com/jgoldhammer/js-console/master/javascript-console-share/screenshots/json_output_view.png )
16
+
17
+ + JSHint integration in javascript editor- it validates input on the fly and integrates the alfresco root objects like search, node...
18
+ ![ JSHINT] ( https://raw.github.com/jgoldhammer/js-console/master/javascript-console-share/screenshots/jshint_live_integration.png )
19
+
20
+ + performance statistics - displays overall time, time for javascript and freemarker processing, time for network and time for rest of the server side processing
21
+ ![ PERFORMANCE] ( https://raw.github.com/jgoldhammer/js-console/master/javascript-console-share/screenshots/performance_stats.png )
22
+
23
+ + Editor Theming - allows you to theme the javascript and freemarker codemirror editor
24
+ ![ Editor themes] ( https://raw.github.com/jgoldhammer/js-console/master/javascript-console-share/screenshots/editor_themes.png )
25
+
26
+ + better error marking of server runtime errors in the editors
27
+ ![ Error] ( https://raw.github.com/jgoldhammer/js-console/master/javascript-console-share/screenshots/js_error_detection_and_marking.png )
28
+
29
+ + update codemirror to version 3 and enabling many codemirror addons(activeline, hightlight selection, new autocomplete module)
30
+
11
31
12
32
Installation
13
33
------------
You can’t perform that action at this time.
0 commit comments