Did you mean
advice + bob
  1. Dealing with multiple developers simultaneously editing the same Feature

    pulls Alice's changes down from dev. 3. Bob's changes are ready to be exported. First he runs ... not all of the overrides are his. 4. If Bob runs `drush features-update latest_news` Alice ... Here's the problem I am trying to solve: Developer Alice is working locally. Alice makes some ...

    3 comments - Issue

  2. dedupe() overdedupes on--update

    drush mi beeruser Gives usernames alice, alice_2, bob, and charlie. Then running drush mi--update ... beeruser changes the username to alice, alice_3, bob_2, charlie_2. So, we need to be sure not to rewrite ...

    4 comments - Issue

  3. Inter-linking

    pages, "Alice" and "Bob", and create a new one with a body text "Alice and Bob ... talk to each other." then I want the words "Alice" and "Bob" in the new node ... to automatically be links to the pages "Alice" and "Bob". (When the interlinking ...

    2 comments - Forum topic

  4. Revisions can be lost with multiple users editing

    that node. Bob starts creating a new revision of the same node. Bob submits his revision Alice submits ... her revision Bob's revision is completely lost in this scenario. Alice's edit overwrites ... Bob's edit immediately and without warning. What should happen is that after Alice clicks submit, she is ...

    3 comments - Issue

  5. Any user can delete any other user's relationships

    to reproduce. Let's call our friendly users Alice and Bob, and our attacker Eve. Log in as ... Alice, and request a relationship with Bob Log in as Bob, and approve that relationship View Bob ... a friend of Alice, but actually she has removed the friendship between Alice and Bob! Log in as Alice, and ...

    7 comments - Issue

  6. RSS Styling

    webpage. Say I have a foonote containing "Alice, Bob, Charlie", I get a result in the RSS feed ... that looks like: Solution was found in 2004 1 Alice, Bob, Charlie, blah blah I'd rather get ... number: Solution was found in 2004 [Alice, Bob, Charlie], blah blah So, is there anything that can be done ...

    1 comment - Issue

  7. UR-Node Acess fails with multiple relationship types

    Alice, Bob, and Charlie, allowing them to create content, have and maintain relationships, and grant view ... good. Bob and Charlie are now able to access that node. Alice sets Bob as her "friend". Then ... permission to related users. Alice creates a node called "Hello all", without checking any boxes in ...

    4 comments - Issue

  8. User Directory

    invisible to each other... Bob gets an account, tries to find Alice, and can't until Alice writes ... something or he starts guessing her user number. I'm interesting in: Bob gets an account and wants to ... find Alice. He can then open up the directory page and find links to Alice, Carol, Dave, etc. profiles. ...

    1 comment - Forum topic

  9. OpenID support not visible

    procedure. Example: Alice runs a page with activated OpenID and comments. Bob has an OpenID and wants to ... comment on Alice's page. When bob clicks "add a comment" he only sees two links: LOGIN or ... REGISTER to post comments. At this point Bob has no clue whatsoever that he could login with his OpenID and ...

    Forum topic

  10. List of multiple User references + points pairs (CCK?)

    create a list constisting of multiple user references: 1. Tim 2. Alice 3. Bob......but how can I assign ... users (as a user reference) and their points in that tournament like: 1. Tim (42 points) 2. Alice (38 ... points) 3. Bob (37 points)... Unfortunately I absolutely don't know how to achieve that. I can surely ...

    2 comments - Forum topic

  11. Filter by author

    publications: Alice, Bob: Report1 Charlie, Bob: Report2 if I filter for Alice or Charlie as author, the ... appropriate report is listed. However, if I filter for Bob, no items are found. (On my site, they all have ...

    2 comments - Issue

  12. Incorrect unread count after responding immediately

    be incorrect. Steps to reproduce Have a site with two users, e.g. Alice and Bob. Using user Alice ... , create a message to Bob Log in as Bob. You will see the unread message from Alice. Open the message (make ... to Alice (without going somewhere else in between). Navigate away, e,g. to the home page of the site. ...

    15 comments - Issue

  13. Corresponding Entity References

    double-editing your entities in order to have them point at each other. If entity Alice references entity Bob ... , CER will make Bob reference Alice, and keep the references up-to-date when either entity is updated or ...

    Module project

  14. Facebook token passed from one user to the other

    Steps to reproduce Imagine: Alice has a Facebook account, no account yet on your Drupal site Bob ... permission Login with Bob account Actual In his $_SESSION variable, Bob has the Facebook token from Alice, in ... checks presence of this session data and uses it will make Bob act as Alice on Facebook. Expected When ...

    9 comments - Issue

  15. Collaborative writing in OG

    "Alice" belong to "Foo", but user "Bob" don't John add a new page to Foo (not ... public) Bob don't see the new page, but Alice do: great:) But: How could Alice edit john post (not ...

    1 comment - Issue

  16. Clean URLs problem caused by a mod_rewrite bug

    a demonstration, try searching for the string "alice + bob". You can see on ... http://drupal.org/search/node/alice+%2B+bob that the rewrite rules change the %2B to a space, while on ... http://drupal.org/?q=search/node/alice+%2B+bob it works correctly without clean URLs. I have not reported this issue as a Drupal bug, since it is ...

    Forum topic

  17. False positive notifications with multiple comment types per node

    'Replies to my comment' notifications will be sent when they shouldn't be. e.g. Alice and Bob are ... only, not all comments Create two users, e.g. Alice and Bob Have Alice leave a comment in the first ... commenting on the same node (another insecure way for them to send messages to one another). Alice posts to ...

    8 comments - Issue

  18. Two people editing a node at the same time can result in loss of first changes

    This means that the following sequence will result in data loss: Alice opens a node for editing   Bob ... opens the same node for editing   Bob saves his changes Alice saves her changes to the node, overwriting ... Bob's changes When Alice tries to save her edits, she should be presented with this error message from ...

    8 comments - Issue

  19. Unique username validation adds redundant suffix

    suffix by one for all following users. For example, if the intended usernames are: alice bob bob charlie ... dorothie dorothie eric flint after user_import they become: alice bob bob 2 charlie 2 dorothie 2 dorothie ...

    4 comments - Issue

  20. Views filter. Upcoming birthdays.

    day. For example: today is 1 May 2010. Joe has birthday on 1 May 1980 Alice 3 May 1976 Bob 2 May 1985 ... I would like to get in result following rows: Joe Bob Alice. Everything looks much more complicated in ...

    1 comment - Issue

  21. Simple Select Field?

    visitors the ability to choose three options: Bob, Ted, Alice. When "Bob" is selected, his ...

    1 comment - Forum topic

  22. Can non-admin users see status of those who've signed up?

    3 individuals signed up Alice Bob Fred But it doesn't show whether those individuals siad they could or ... I'd like people to be able to see who has signed up with what status for each event: Alice ... - yes Bob- No Fred- Maybe As far as I can see I can only do this by making them all signup ...

    1 comment - Issue

  23. Add ability to join all deltas on exposed filter, not just the first (prevent missing entity reference values)

    Supposing reviewers are assigned like this: Submission Reviewer(s) 1 Alice 2 Alice and Bob 3 Bob Currently, ... can pick a user from a list, you'd expect: Filter by Alice: 1 and 2 Filter by Bob: 2 and 3 But ... what you get is: Filter by Alice: 1 and 2 (correct- but only because she's delta 0 in both) Filter ...

    5 comments - Issue

  24. User information gets sometimes wrongly cached by dynamic page cache

    Create 2 users, alice & bob, with the same roles 3. Create a node (as any user) 4. Load the api ... uid, name and roles 5. Load the api output as user bob. The output contains still contains alice ... output as user alice (e.g. /ce-api/node/1): The output should contain the current_user alice, including ...

    8 comments - Issue

  25. If a module becomes part of core...

    People may help him, but he has got the last word. If "Alice" does not like the way, how Bob is ... in core" module, than other community members (like you, me and Alice)? If Bob says: "No ... ("Bob") can create a module and upload it to drupal.org/project. Bob is responsible for this special ...

    5 comments - Forum topic

Pages