search for: ehancement

Displaying 8 results from an estimated 8 matches for "ehancement".

Did you mean: enhancement
2008 Apr 21
4
antispam plugin ehancement
I'm not a developper so I can't do it by myself, but I wonder if it could be possible to use tagSpam and tagNospam DSPAM feature to ehance user's dspam lerning experience. I even don't know if this must be done by DSPAM itself or by dovecot, but let me explain : The feature would be done by a signature replacement into tagSpam and tagNospam text, so the user would simply
2007 Jan 17
6
Ehancement to domU suspend/resume
Hi, all, When working on adding PM support to xen, we realized that some enhancements are required to suspend/resume domU. Following is some background and thoughts, and welcome on comments. :-) Currently we use a simple approach (pause/unpause) for domU when ready to pull whole platform into a power save state, saying a S3. Because pause/unpause is out of domU''s knowledge, domU
2006 Jan 25
2
shout python
Hi, I discovered shout-python. I use it to straem theora to an icecast server. But works quite right except some times, it hangs, with no reasons. I built it against libshout 2.2 The server i an IceCast 2.3.1 I have some notes: The stream type, in the example could be vorbis | mp3. Wouldn't it be the time to change it to ogg | mp3? As well as theora can be in a ogg. Is there any known
2006 Jan 25
0
shout python
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Rakotomandimby Mihamina wrote: > Hi, > > I discovered shout-python. I use it to straem theora to an icecast > server. But works quite right except some times, it hangs, with no > reasons. I built it against libshout 2.2 The server i an IceCast > 2.3.1 > > I have some notes: > > The stream type, in the example could be
2006 Jun 21
0
AEL Status
...t it up to date. AEL2 should be fully upward compatible with AEL; it should accept any AEL code you wrote previously without complaint, unless, of course, there were problems with your code! Recently, some bugs were found and fixed in the code generator for switches contained in switches, and an ehancement for callerID matching in the name of the extension was added. The goal is to make sure that AEL is a step forward for users, not a step backward; all the nifty dialplan features provided by extensions.conf should be accessible via extensions.ael. The wiki page has a list of all the differences wi...
2006 Aug 06
2
better_nested_set plugin
Hi, I''m pleased to announce that the better_nested_set plugin is released. It ehances acts_as_nested_set, adding methods to move parts of the tree, like: * move_to_child_of * move_to_right_of * move_to_left_of Pass them an id or an object. Other methods added by this mixin are: * root - root item of the tree (the one that has a nil parent; should have left_column =
2006 Jan 25
2
shout python
On Wed, 2006-01-25 at 12:38, Daniel Holth wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Rakotomandimby Mihamina wrote: > > > Hi, > > > > I discovered shout-python. I use it to straem theora to an icecast > > server. But works quite right except some times, it hangs, with no > > reasons. I built it against libshout 2.2 The server i an
2006 Apr 30
4
acts_as_ordered_tree
I need an ordered (sortable tree) and I just was thinking if somehting like this is possible: class Item< ActiveRecord::Base acts_as_tree :order => "position" acts_as_list :scope => ''parent_id = #{self.id}'' end For my understanding mixing of two acts_as should be p?ssible, at least in this case, right? Unfortunatly the :scope is not working, I am not