Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

LinearGradient
LinearGradient
Offline

Badges

Badges
29

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
23

Posts

Posts
208

Discussions

Discussions
8

Questions

Questions
200

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by LinearGradient
Customize the badges you want to showcase on your profile
What does a bright/transparent item in Package Manager signify? - Adobe Experience Manager 15-10-2015
Hi,In Package Manager, our system looks like this:[img]transparent-green-package.png[/img]As you can see, the first item is marked as installed, but the item's color is a bit different to the other items.Reinstalling the package makes it solid green.What's the significance of these transparent green items?Thanks.

Views

160

Likes

0

Replies

2
Logger configuration not being picked up - Adobe Experience Manager 15-10-2015
Hi,I have defined this logger under /apps/myapp/config.dev/org.apache.sling.commons.log.LogManager.factory.config-myapp.xml: However it is not getting listed in /system/console/configMgr and it is not also writing anything to the myapp.log file.Any ideas what am I missing here?

Views

1.2K

Likes

0

Replies

3
Is there a way to exclude a package/class from logging in a sling:OsgiConfig file? - Adobe Experience Manager 15-10-2015
Is there a way to add com.mycomp.myapp to the log.names but exclude com.mycomp.myapp.NoisyClass?Is it allowed to use com.mycomp.myapp.NoisyClass:OFF in the log.names?

Views

335

Likes

0

Replies

1
Is there a way to configure CQ5 so that non-admin users (users that are not a member of the administrators group) login into /system/console? - Adobe Experience Manager 15-10-2015
Hi,We want to create a deployer user with a minimal set of permissions to be used for deployment process -- uploading/installing bundles and packages to CQ5, creating users and groups, etc.In short, in the process, we use curl to send a request to /system/console/bundles to upload/install bundles to CQ5.However other than admin, and users that are members of the administrators group, we have not been able to have other users to login to /system/console.Is there a way we can achieve this -- espec...

Views

130

Like

1

Replies

1
Re: Question regarding installing hot fixes that supersede older hot fixes - Adobe Experience Manager 15-10-2015
Hi Shekhar,No offence, but did you even read my question? Where in those links is my question answered exactly?

Views

235

Likes

0

Replies

0
Re: Question regarding installing hot fixes that supersede older hot fixes - Adobe Experience Manager 15-10-2015
Hi Jorg,Thanks for the response. I understand what you say. My question is a bit more specific. To be more precise, here is the scenario we have:Let's pretend we have a running CQ instance in which we have the NPR-3983 hotfix already installed. In http://helpx.adobe.com/experience-manager/kb/cq561-available-hotfixes.html, we can see that NPR-3983 is no longer available and instead it is included in NPR-4387.Now if we want to install NPR-4387 on this CQ instance, do we have to first uninstall NPR...

Views

235

Likes

0

Replies

0
Question regarding installing hot fixes that supersede older hot fixes - Adobe Experience Manager 15-10-2015
Hi,If we have a CQ5 instance that has an old hot fix installed, and then Adobe releases a new hot fix that supersedes it, can we just install the new hot fix onto the instance, or do we have to uninstall the older hot fix first, and then install the new hot fix?Also, what would happen if we install the new hot fix, and then uninstall the old hot fix? Depending on the content of the hot fixes, could this potentially lead to a logically broken instance?Thanks in advance.

Views

739

Likes

0

Replies

5
CQ 5.6: Is there a way to make a given page unmovable and/or uncopyable? - Adobe Experience Manager 15-10-2015
Hi,Is there a way to make certain pages unmovable/uncopyable in CQ5?For example, we want all pages that are located at /content/myapp/*/home not to be movable and/or copy/pastable.Also is it possible to make sure that only specifc page (node) names are allowed under a given path (e.g. /content/myapp/*/)?To be more precise, in our deployment, we have folders similar to:/content/myapp/site1/content/myapp/site2,etc.site1, site2, etc. are [nt:folder] nodes.Under each of these folders, there's one "r...

Views

241

Likes

0

Replies

2
Re: Is there a way to allow non-admin users access http://localhost:4502/.cqactions.html? - Adobe Experience Manager 15-10-2015
Thanks Jorg. That worked.Is there a way to let non-admin users see the list of installed packages under http://localhost:4503/crx/packmgr/index.jsp?

Views

337

Likes

0

Replies

0
Re: Is there a way to allow non-admin users access http://localhost:4502/.cqactions.html? - Adobe Experience Manager 15-10-2015
Hi Justin,Looks like I have not phrased my question clearly. Let me try again. As you know, there's this undocumented URL that we can send POST requests to inorder to perform various administrative activities: http://loclhost:4502/.cqactions.htmlFor example, in order to modify permissions for a given user (e.g. user1) for a given path (e.g. /), the admin user can POST the following request curl -u admin:admin --data "authorizableId=user1&changelog=path:/,read:true,modify:false,create:false,delet...

Views

337

Likes

0

Replies

0