I have a problem with Alfresco 4.2.e.
If i try:
http://127.0.0.1:8080/alfresco/wcs/api/people/testuser
I can find all users, no problem.
But if i use:
http://127.0.0.1:8080/alfresco/wcs/api/people?filter=testuser
I can't find many users.
For example i can find user001 in both ways but i can find user002 only with the first solution.
With this problem I am not able to set permissions in Alfresco Share, how can I solve?
Thanks.
EDIT: if I use
http://127.0.0.1:8080/alfresco/wcs/api/people?filter=testuser%20[hint%3AuseCQ]
It works. SOLVED
Related
While it doesn't appear that this is a duplicate based on my searches, I'm sure other people have complained about this in many places.
I play minecraft and know java pretty well, so I thought it would be interesting to make mods with the minecraft forge. However, most tutorials are outdated or incomplete and I can't find a complete documentation. Now, if someone says, for instance, that existing blocks can be accessed through the Blocks class, I don't know what package that class is in. My more specific question was about modifying the properties of TNT(I wanted to do this as a test mod). Based on what I've been able to scrounge from various forums, using reflection on existing blocks in the game is possible, and what I found surrounding food would suggest there is a class for TNT somewhere that can be modified to boost its power. Just so someone can explain the not-well-explained principles of forge mod making, where would I find this TNT-related class that I could use reflection on, and how would I go about doing that(I've never done stuff with reflection before)?
To be clear, I've gotten forge minecraft all set up, I don't need an explanation of that. Just how to modify the properties of TNT(and hopefully this explanation will help me understand some broader principles)
I've been using https://nekoyue.github.io/ForgeJavaDocs-NG/ for a while. It has 1.12.2, 1.13.2, 1.14.4, 1.15.2, 1.16.5 and 1.17.1
I've been looking for a complete documentation/tutorial too, and I haven't fount a lot of stuff to be clear, but I found a wiki that might be useful. Here it is if you want to check it out:
Mcjty's wiki: https://wiki.mcjty.eu/modding/index.php?title=Main_Page
Forge's official documentation can be found here, versions:
1.15.x
1.16.x
1.17.x
a client of ours was messing around with the admin side of nopcommerce, and she found a lot of the data seems to have tripled. After lot's of searching around, I can't seem to find anyone who has had a similar issue.
One thing I noticed when initially looking at this, was that there were 3 languages (all English). Removing 2 of these didn't give any errors, but also didn't help with the tripled data. Up until now, that was my best guess as to what could be going wrong.
Has anyone else experienced anything like this, or have a greater knowledge of nopCommerce that might have an idea what is going wrong?
Any help would be greatly appreciated!
Thanks!
http://i.imgur.com/G4hsIDV.png
http://i.imgur.com/lF43PDm.png
Problem you installed this nopcommerce, using the wizard, many times. When you did that some records are duplacaded, because the wizard doesn`t treat it.
I've the same problem and o solve that removing it directly in database...
I figured out how to do a lot of things in the JGit library, such as commit files, find out the status of all files (ie. changed, modified, untracked etc), but i can't figure out how to unstage files i added to the index. Could someone let me know how to do this and maybe point me to some documenation as the eclipse site has none, and i can't find any on Google.
Also if anyone know how to ammend a commit i would much appreciate knowing that too.
Thanks.
Looks like you found a way to unstage files but ran into trouble as explained in your other question:
repository.getIndex().remove(getWorkignDirectoryAsFile(), new File(getWorkignDirectoryAsFile(), fileName));
repository.getIndex().write();
Did you solve your issue with the above? I notice that repository.getIndex() is deprecated and org.eclipse.jgit.dircache.DirCache should be used instead.
To amend a previous commit, you should look at
org.eclipse.jgit.api.CommitCommand.setAmend(boolean)
Would be great if you could report on your own answers if you found any.
I am trying to get information out of my Plone site regarding Users. It is relatively easy to get info out of the portal_catalog. However, user info isn't in the portal_catalog.
Can somebody tell me how to get user info out of the ZODB from my Plone site? Basically, I am looking to get back a list of user ids.
Thanks!
There's also the portal_membership tool. For example, you could do:
utool=context.portal_url
portal=utool.getPortalObject()
mtool=portal.portal_membership
members=mtool.getRoster()
, I've been fooling around with acl_users folder and found that I can do this:
users_tool = getToolByName(app_obj,'acl_users')
And a dir() quicky revealed all the methods I need to extract the data! :) –
I was curious and downloaded the code but I can't seem to find what I'm looking for. I thought I might find a database table with user ids mapped to link ids or comment ids. But I can't seem to find anything like this.
This ticket points to some of the code involved: http://code.reddit.com/ticket/520