Displaying 5 results from an estimated 5 matches for "tagifieds".
Did you mean:
tagified
2005 Aug 31
3
Text effects
Heya,
The latest script.aculo.us trunk features an experimental text
effects feature.
See a demo here (probably broken in IE, haven''t tested):
http://script.aculo.us/__trunk_test/test/functional/
texteffects_test.html
It works like this:
The new method Effect.tagifyText(element) wraps all single characters
of all text node children (not grandchildren) of the given element in
2012 Jan 07
3
Mixed-commit problem solved
Well, that wasn't as nasty as I feared it would be. Turns out that in
the general case it's possible to partition a mixed-branch revision
into branch cliques and generate multiple import-stream commits, one
for each affected branch.
We lose only if the split commit is the source of a later directory
copy; I have a check for that that says, basically, "if you see this
fatal error,
2005 Aug 04
7
Frames within rails
What is the best way to create frames in rails?
thanks
fp
2012 Jan 09
1
reposurgeon progress
This is a consolidated reply to your four most recent emails.
> I am trying to leverage reposurgeon to automate the process of finding merge
> points, and I seem to be spinning my wheels. Can you provide an example of how
> you are searching for merges?
Not a working one, yet. That code is buggy. It's my next thing to work on.
>reposurgeon% merge (apcsmart-dev)
2011 Dec 31
1
I've solved the detached-branch problem
I've solved the detached-branch problem! It wasn't actually the
branch-rename overwrites that were doing this - turns out I was trying
to remove cvs2svn-generated junk commits too soon and in the process
deleting critical branch links.
I've uploaded a new tarball to
http://www.catb.org/esr/nut-conversion/nut-conversion.tar.gz
with the 2.0-pre3 version of reposurgeon in it.
That