search for: subscriptions

Displaying 20 results from an estimated 6066 matches for "subscriptions".

2006 Jul 04
1
Has_many :through with checkboxes?
Just when I started getting the hang of has_and_belongs_to_many relationships, I realize that I should probably convert several of my app''s joins to has_many :through type relationships. One example, pairing users with categories via subscriptions, where each user can be the "owner" of a category, has given me particular trouble when I try to update a user''s category subscriptions. **Has anyone figured out how to manipulate HMT relationship with checkboxes?** =begin code ## Here''s what my models look like...
2011 Jul 28
2
not working yet: Re: lattice overlay
Hi Dieter and R community: I tried both of these three versions with ylim as suggested, none work: I am getting only single (pch = 16) not overlayed (pch =3) everytime. *vs 1* require(lattice) xyplot(Sepal.Length ~ Sepal.Width | Species , data= iris, panel= function(x, y, subscripts) { panel.xyplot(x, y, pch=16, col = "green4", ylim = c(0, 10)) panel.lmline(x, y, lty=4, col =
2006 Jun 30
4
subscription to mail folders not working properly anymore with dovecot1.0x ?
...mbox format in Mail in their home dirs. I was not able to get the subscrition working properly with the new dovecot. New means: 1.0beta2 and now also 1.0.RC1 (beta9) The client mailreaders are mainly thunderbird 1.0x and 1.5.x, Netscape Messenger, and SquirrelMail for web access. The mail folder subscriptions stored in <usershome>/Mail/.subscriptions works fine with the dovecot 0.99.11. With dovecot_1.0 the subscriptions get properly read, but as soon as the user wants to make any changes to them (for example subscribing to a new folder out of thunderbird), the subscriptions get lost, the file &l...
2006 Nov 22
3
RESTful web service design question
I''m working on a Rails app that needs to expose a RESTful web service. I''m curious to know some of the best practices as it relates to RESTful API design. Let''s say I have a set of related objects on the server side. I''ll use the venerable subscribers, subscriptions and magazines example to lay it out. class Subscriber < AR has_many :subscriptions has_many :magazines, :through => :subscriptions end class Subscription < AR belongs_to :subscriber belongs_to :magazine end class Magazine < AR has_many :subscriptions has_many :subscribers...
2008 May 16
1
xyplot: subscripts, groups and subset
I have stumbled across something in the Lattice package that is vexing me. Consider the code below: __________________________________________________________ library(lattice) myData <- expand.grid(sub = factor(1:16), time = 1:10) myData$observed <- rnorm(nrow(myData)) myData$fitted <- with(myData, ave(observed, sub, FUN = mean)) myData$event.time <- with(myData, ave(observed, sub,
2005 Sep 06
2
subscriptions or .subscriptions?
I may have found a problem with the documentation concerning the subscriptions file. On the Dovecot web site there is a document that outlines the conversion from UW IMAP to Dovecot. The document says Dovecot's folder list is stored in ".subscriptions" However, I have found that Dovecot's folder list is really "subscriptions" without the prec...
2006 Apr 11
3
Validations and has_many :through (Join Models)
...Fowler''s "Rails Recipies", number 16, "Many to Many Relationships Where the Relationship Iteself Has Data". Here are the tables: create_table :magazines do |t| t.column :title, :string end create_table :readers do |t| t.column :name, :string end create_table :subscriptions do |t| t.column :reader_id, :integer t.column :magazine_id, :integer t.column :last_renewal_on, :date t.column :length_in_issues, :integer end And here are the models: class Subscription < ActiveRecord::Base belongs_to :reader belongs_to :magazine end class Reader < ActiveRecor...
2011 Sep 14
2
Warning: Subscriptions file .. Removing invalid entry:
...d() failed: Broken pipe Sep 13 20:39:20 popimap1 dovecot: pop3-postlogin: Error: Fatal: fd_send() failed: Broken pipe and: Error: net_connect_unix(/var/run/dovecot/pop3-postlogin) failed: Resource temporarily unavailable but what has me a bit worried is these: imap(user at xxx.xxx): Warning: Subscriptions file /path/to/user at xxx.xxx/subscriptions: Removing invalid entry: .Sent imap(user at xxx.xxx): Warning: Subscriptions file /path/to/user at xxx.xxx/subscriptions: Removing invalid entry: .Spam imap(user at xxx.xxx): Warning: Subscriptions file /path/to/user at xxx.xxx/subscriptions: Removing i...
2007 Aug 08
2
BUG (and suggested fix) in maildir code
Hi all I'm using dovecot 1.0.rc15 to serve a maildir by IMAP. I have an IMAP subdirectory called subscriptions. The messages are in maidir/.subscriptions/cur/ etc. Dovecot is renaming the directory .subscriptions/ to subscriptions/ This means that when my IMAP client requests this directory, it gets the message "no such directory", and dovecot also gives the error message: dovecot: IMAP(tcv):...
2012 Mar 03
2
Grouped barchart confidence intervals in lattice
Hi everyone, I'm having trouble adding error bars to a grouped barchart in lattice. I know that this topic has been addressed quite a bit, as I've been searching the internet for a while to try to troubleshoot the issue, but I've not been able to find any solution that I could get working on my data. I was wondering if someone could look at my code and tell me what I'm doing
2020 Aug 25
2
C8 - Register with Red Hat
The subscription-manager dnf plugin is disabled by default as part of our debranding in both CentOS Linux and CentOS Stream. c8: https://git.centos.org/rpms/subscription-manager/blob/580aca8629536c64577e6a443b9349ecb629cc17/f/SPECS/subscription-manager.spec#_850 c8s:
2006 Jun 04
8
Remove item from session
Hi there, when i do this: session[:myItem] = ''foo'' session[:myItem] = nil the item :myItem is removed from the session. But this: session[''myItem''] = ''foo'' session[''myItem''] = nil doesn''t remove ''myItem'', it''s empty but still in the session. Any suggestion ? Thanks in advance. mic
2012 Nov 06
0
How to get which check boxes has beed unchecked and remove Subscription for them?
I have following subscription creating system, right now when I`m selection available subscription groups(Marketing, Sales) action Save Subscription create this two subscriptions: @subscriptions = current_user.subscriptions > @apps = App.all > if request.post? > if params[:subscription] and params[:subscription][:app_id] > params[:subscription][:app_id].each do |app_id| > Subscription.create_unique({user_id: current_user.id, app_id: > app_id}...
2009 Oct 02
3
Folder Management Dovecot >1.2
Regardless of the mail client no user can modify, move, delete or subscribe an imap folder with Dovecot >1.2.1 (meanwhile 1.2.5). Dovecot apparently have some dotlock problems: (From dovecot.log) Oct 02 14:58:19 IMAP(jcci): Error: fchown(/candeias/home/jcci/.mail/Maildir/subscriptions.lock, -1, 0(root)) failed: Operation not permitted (egid=1003(management), group based on /candeias/home/jcci/.mail/Maildir) Oct 02 14:58:19 IMAP(jcci): Error: file_dotlock_open() failed with subscription file /candeias/home/jcci/.mail/Maildir/subscriptions: Operation not permitted Oct 02 14:58:20...
2004 Apr 01
1
quadBRI card installation issues
Hi there, I am attempting to set up a simple BRI and SIP based platform using * with the quadbri card (it's not sharing an IRQ). I enclose my zaptel and zapata.conf files. For the inital test I'm simply trying to connect to the * demo menu. The drivers compile (with a few warning that I believe aren't important - see attachments). chan_zap comiles with the warning: chan_zap.c:
2016 Dec 13
2
public folder subscriptions sync issue with ldap user/group in dovecot-acl
...le, I am having an issue with 'doveadm sync'. I am currently trying to have two dovecots behind an haproxy (works fine). Therefore I configured these two dovecot server (imap-1/imap-2) to sync throught dsync. This works just partly. The sync of the maiboxes is fine, but the sync of the subscriptions file just works partly. It works for private folder subscription, but not completly for public folder subscription. I found two issues, if I am using LDAP (user/groups) in dovecot ACLs. 1. I would like to subscribe 2 public folder (public/test/test1 and public/test/test2). My user (ldaptestuse...
2009 Nov 09
2
Negative integer subscripts in [[?
Should negative subscripts be outlawed in x[[subscript]] ? Currently, if subscript is a scalar then it can only be negative if length(x)==1 (otherwise [[ throws an error). If length(subscript)>1 then it gets treated as an attempt to recursively extract an element of a nested list. > list(10,20)[[-1]] # get the last element out of 2 [1] 20 > list(10,20,30)[[-(1:2)]] # get the last
2002 Dec 16
1
Lattice: panel.superpose function does not pass subscripts and groups arguments (PR#2377)
Full_Name: Volker Franz Version: 1.5.1 OS: Debian-Linux Submission from: (NULL) (134.176.77.64) Hi, working with the panel.superpose function, I found out that this function does not pass the subscripts and groups arguments to panel.groups functions. In my view, this seems an unnecessary restriction, because the subscripts-mechanism which allows to access the original data should also work if
2015 Jul 08
0
[PATCH 6/6] customize: add basic subscription-manager operations
...ine order. *) List.iter ( function @@ -249,6 +276,37 @@ exec >>%s 2>&1 message (f_"Scrubbing: %s") path; g#scrub_file path + | `SMAttach id -> + (match id with + | "auto" -> + message (f_"Attaching to compatible subscriptions"); + let cmd = "subscription-manager attach --auto" in + do_run ~display:cmd cmd + | id -> + let pool_id = sm_config_get_value ("attach-" ^ id) "pool" in + message (f_"Attaching to the pool %s") pool_id; + let c...
2012 Dec 07
1
namespace subscription problem
Hi all, my problem seems to be a cosmetic one (again). According to the docs: subscriptions: "yes" (default) if this namespace should handle its own subscriptions. If "no", then the first parent namespace with subscriptions=yes will handle it. Therefore is no way to create the following scenario: three namespaces (private, shared, public) the private namespace has to...