This is an automated email from the ASF dual-hosted git repository.

rombert pushed a change to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resource-editor.git.


      at 70fc6d7  SLING-7167 Adjust READMEs

This branch includes the following new commits:

     new d8c721e  SLING-4001 - Resource Editor contribution
     new 20a74c2  SLING-4001 - avoid snapshot
     new d77362d  SLING-4001 - use Sling parent pom
     new e6350db  SLING-4001 - pom cleanup
     new 12b1c74  SLING-4173 - switch to ResourceProvider - patch contributed 
by Sandro Boehme, thanks!
     new 6d029bd  SLING-4171 - pom and README changes, contributed by Sandro 
Boehme, thanks
     new 856a027  SLING-4170 - LICENSE/NOTICE reorganization, contributed by 
Sandro Boehme, thanks!
     new 0f91f99  SLING-4172 - change style of modal dialogs,  contributed by 
Sandro Boehme, thanks!
     new 35d005e  SLING-4169 - restructure folders, patch contributed by Sandro 
Boehme, thanks!
     new d7805c4  SLING-4169 - restructure folders, patch contributed by Sandro 
Boehme, thanks!
     new 69e7746  SLING-4215 - Resource Editor :: Removal of duplicated file 
content - patch by Sandro Boehme, thanks!
     new 728a07f  initial trivial commit
     new 0e83780  an other trivial change to see if the username and the 
password has been saved
     new 6b1ffb3  SLING-4239 (Resource Editor :: improved add node dialog, 
added cheat sheets, new background image) patch applied
     new 33e64cc  SLING-4205 added 'AddNodeDialogPatch-alu.gif.txt' and 
'AddNodeDialogPatch-src-stainless_steel.xcf.txt'
     new af2d942  resource-editor :: using fully qualified artifactId now in 
the pom
     new dcca522  SLING-4364 :: Integrate new JavaScript node type library :: 
renamed 'de.sandroboehme.jsnodetypes' package to 
'org.apache.sling.commons.js.nodetypes'
     new 9601277  SLING-4462 Integrated the frontend-maven-plugin to use 
NodeJS, npm and Grunt. Also for SLING-4205.
     new 07f4143  resourceeditor: use frontend-maven-plugin 0.23.0 for Maven 
3.3.1 compatibility
     new db5789c  resourceeditor: exclude frontend from rat checks
     new 713b45c  SLING-4462 Resource Editor: o removed 'grunt-contrib-jasmine' 
as its phantomjs configuration is broken. See 
https://github.com/gruntjs/grunt-contrib-jasmine/issues/156 karma-jasmine via 
phantomjs is equivalent and good. o configured the env var 'PHANTOMJS_BIN' for 
the 'karma-phantomjs-launcher' o extracted the static content folder to a 
variable in the gruntfile o separated the Karma task in a desktop_build target 
with Firefox and Chrome that can be triggered manually an [...]
     new adf7217  SLING-4205 Resource Editor: created a generated/3rd_party 
folder for libs that will be downloaded and copied via npm and Grunt and a 
/3rd_party folder for libs that have to be checked in. The 'generated' folder 
will be regenerated with Grunt.
     new 2f6cd1d  SLING-4205 Resource Editor: fixed licenselist script
     new a8c3b40  Add node and node_modules to .gitignore
     new aba5afd  SLING-4205 Resource Editor: moving the jsTree dependencies to 
'generated/3rd_party'
     new 626f8cf  SLING-4462 Resource Editor: Extracted the 'e2eTestSpecFolder' 
in the Gruntfile.js, replaced the dummy e2e test with a test for the Resource 
Editor page, added watch:all and watch:e2e
     new cc0932b  Resource Editor :: .gitignore :: added the 'generated' folder 
and removed leftovers
     new fe6f0e0  fixed SLING-4559 Resource Editor :: add node dialog :: use 
the entered but not yet selected values of the node name and the resource type
     new 6d4abe4  fixed SLING-4561 Resource Editor: avoid the submission of a 
node name in edit mode when the mouse hovers an other node
     new 8912e50  SLING-4555 Resource Editor: fixed e2e tests, node name 
handling in the add node dialog and added an initial version of the add node 
e2e test
     new 1d2a45b  reverting "SLING-4555 Resource Editor: fixed e2e tests, node 
name handling in the add node dialog and added an initial version of the add 
node e2e test" as it has been breaking the build.
     new 7e32417  enabling "SLING-4555 Resource Editor: fixed e2e tests, node 
name handling in the add node dialog and added an initial version of the add 
node e2e test" again
     new 084b798  Resource Editor: fixed the rat errors
     new 5243457  SLING-4698 - Set parent.relativePath to empty for all modules
     new 2017062  SLING-4555 Resource Editor: Added initial end to end tests.
     new 72b6b7b  SLING-4555 Resource Editor: Added initial end to end tests. 
Now with the actual content. :-)
     new 0cfb430  SLING-4555 Resource Editor: added JavaScript unit tests, 
smaller JavaScript refactorings, fixed "multi delete" e2e test, added spec 
reporter for Jasmine Karma unit tests
     new d8866cc  SLING-4736 Resource Editor :: properties page :: add CRUD for 
String and Path and prepare for other types: o Added crud for String and Path 
properties o Added path-editor, path-viewer and string-editor tag files o Added 
e2e tests for the new crud o Added shortcuts and a cheat sheet for properties 
to explain them o Added bootstrap-notify to notify after saving and deleting 
properties o Added Glyphicons-halflings icon font for property icons o Manually 
tested on IE9 o Styl [...]
     new dfa72bb  o Added resource type list to the add node dialog o Allowing 
to submit the dialog only if the search dialogs are closed. o Tests adapted. o 
Added initial grunt-node-inspector config for debugging Karma tests. o Added 
work in progress for saving properties and showing its error messages
     new 1b95e96  Changed resource editor to render content in the property 
area dependent on the resource type.
     new 98fc8cd  Resource Editor: Added copy & paste functionality and note at 
info page.
     new 4f918e5  Resource Editor: Fixed bug on rename of a node.
     new 8d67783  Resource-Editor :: changed references for to the new 
JSNodeTypes packages from SLING-5541.
     new f591893  empty test commit
     new 0b7573d  SLING-6248 Resource Editor :: Create a simple Resource Type 
Editor
     new 6ac671e  SLING-6252 Resource Editor :: Fixed frontend build
     new 9646711  SLING-6252 Resource Editor :: Fixed karma frontend build
     new 5f78b3c  SLING-6248 Resource Editor :: Resource Type Editor :: 
restructuring folders to distinguish between scripts and initial JSON content
     new 6a88096  update to latest maven-sling-plugin
     new 70fc6d7  SLING-7167 Adjust READMEs

The 50 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to