Questions tagged [profiles]
202 questions
0
votes
2 answers
How do I deal with the distribution on a project I've somewhat taken over?
I've recently taken over a project as a freelancer. I have during the development used my own account so I changed most of the debug/release/etc to my own "iPhone developer" etc in the project.
Now, however, it is time to send the update to the…

jontelang
- 589
- 4
- 17
0
votes
1 answer
Upgrade sonar to 3.7.2
I made a bad sonar upgrade from 3.4.1 to 3.7.2. I did not upgrade plugins first, and directly upgrade sonar to 3.7.2. After that I found sonar cannot be started due to plugin consistency issue. I removed all plugins and restart sonar. Sonar started…

Skywolf
- 683
- 10
- 21
0
votes
4 answers
Profiles in android
What is the best way to save profiles
So what I would like is a profile containing name and phonenumber.
What's the smartest way to do this?
Using FileStream or SharedPreferences, I've already used shared preferences with 1 variable but never with…

ShittyAdvice
- 265
- 7
- 18
0
votes
1 answer
updating totals with one sql query
I have a table with players, and a table with profiles. Profiles(users) can "claim" players, so that the "profile" field in a player record gets set to the id of the profile.
I want a totalscore property(which contains the sum of all previous score…

Oht
- 409
- 5
- 19
0
votes
1 answer
How should I solve my login auth with two different users?
In my project I have two seperate users. I have this table called userProfiles and the other one is called clientProfiles. They differ quite a lot but still has a couple of fields that are equal.
Both tables have the fields email and password. I'm…

malmling
- 2,398
- 4
- 19
- 33
0
votes
2 answers
How to easily copy/rename/remove files with Maven (as in Ant)
I am working on a project and using Maven to build it. The project is a quite big Java web application and it is supposed to work with both Mysql and Oracle databases.
The problem is that there are some specific annotations related to either of the…

Tia
- 95
- 2
- 8
0
votes
1 answer
Facebook c# api getting albums for some users but not others
I am trying to get the albums from a user by using the following line...
var useralbums = context.Client.Get("/" + UserId+ "/albums");
The user id is passed in as an argument from a profile page. The strange thing is around 90% of these requests…

Lee
- 564
- 7
- 16
0
votes
3 answers
Sharepoint user profiles with forms authentication
I've imported a bunch of users into my Active Directory with some custom fields. Then I did a profile import from Active Directory to Sharepoint with all the custom fields and regular fields. After this, I needed each user to be in a site…

Eric C
- 832
- 3
- 8
- 20
0
votes
1 answer
Analytics Profile Filters - Custom Fields
I'm having problems adding a custom filter to analytics. I am trying to use a custom field to specify the data that I want excluding from the profile.
I have read through endless tutorials and forum posts and cannot get to the bottom of this…

user2008865
- 61
- 1
- 7
0
votes
3 answers
Writing a system for User Accounts
I am building my own blogging website from scratch (instead of using WordPress or Drupal). I have the articles set up and stored in databases and the website runs queries on the databases to display the content.
How do I write a system for users to…

Samwhoo
- 312
- 1
- 8
0
votes
0 answers
iOS development, certificate/private key pair, valid identity not found
I just updated mac system software, now I cannot build onto my devices. When I try to build I get this error: The identity iPhone Developer: my name (XXXXXXXX) doesn't match any valid, non-expired certificate/private key pair in your keychains.
In…

OWolf
- 5,012
- 15
- 58
- 93
0
votes
0 answers
other user's profile not populating
I've got a weird issue going on. I'm calling the profile for another user (not the currently authenticated user) and trying to access a value.
var profile = System.Web.Profile.ProfileBase.Create(username, true);
if (profile.PropertyValues["x"] !=…

atfergs
- 1,674
- 1
- 11
- 17
0
votes
3 answers
Complex mapped properties in Sharepoint
Is there any way to set a more complex mapping in a sharepoint profile? What I'm trying to do is set it so that a user's picture is set as the equivilent of
String.Format("http://sharepoint/Photos/{0}_{1}.jpg", givenName, sn)
But the properties…

wefwfwefwe
- 3,382
- 1
- 21
- 24
0
votes
2 answers
iPhone Configuration profiles and Appstore
To satisfy some requirements in my app, I am planning to use iPhone configuration profiles (generated using iPCU). My questions - Can we deploy an app in AppStore that uses Configuration profiles?
Thanks in advance.

user591410
- 3,051
- 5
- 21
- 30
0
votes
1 answer
Maven Profiles Jar issues
I have dev/XYZ.properties file, i am building a jar file using maven -P dev install. How can I place the property file in child.jar/META-INF/XYZ.properties file

user665837
- 345
- 1
- 3
- 7