Displaying 20 results from an estimated 70000 matches similar to: "typo"
2008 Jun 07
2
typo in failures.c
Hi, I found a typo on line 101 of dovecot-1.1.rc8/src/lib/failures.c.
The first two arguments to io_add() are reversed. The fd should be
first, and IO_WRITE second.
2010 Aug 26
1
Roff typo in sievec.1.in
There is a roff typo in pigeonhole's sievec.1.in. Roff treats the leading apostrophe on line 54 as an invalid command and produces bad output:
dump to be written to stdout. The out-file argument may
also be omitted, which has the same effect as for a com-
piled Sieve binary file. Note that this option is not
The output should be:
2009 Nov 06
1
config typo in 2.0.alpha2
The mdbox_rotate_size and mdbox_rotate_min_size parameters are
specified in bytes not kilobytes.
doc/example-config/conf.d/mail.conf:
# Maximum dbox file size in kilobytes until it's rotated.
#mdbox_rotate_size = 2048
# Minimum dbox file size in kilobytes before it's rotated
# (overrides mdbox_rotate_days)
#mdbox_rotate_min_size = 16
src/lib-storage/index/dbox-multi/mdbox-settings.c:
2006 Aug 16
2
ANN (Screencast): Rails and Typo screencast at WebFaction
Hello everyone,
WebFaction have just released a screencast demo showing a step by step
installation of a Rails application (a Typo blog) on their servers.
The 14 minute screencast shows how to:
- Install a default Rails application using our control panel
- Link your application to your domain(s) using our control panel
- Create a database using the control panel
- SSH into your shell account
-
2006 Apr 01
2
[PATCH] Fix a typo in colour loading
I've started working my way through Quinn Storms differential, hopefully
we can pull some of this stuff upstream.
This one seems like a nice place to start.
Credit to Quinn Storm <livinglatexkali@gmail.com>
ChangeLog:
* plugins/gconf.c (gconfGetValue): Fix typo that caused color
parsing to be incomplete.
-------------- next part --------------
A non-text attachment was
2006 Mar 01
1
Typo in a sub directory
Hello experts,
I have a rails project at http://domain.com
I would like to install typo at http://domain.com/blog
Is this possible?
I have gotten it installed and using mod_rewrite I can get to the home page.
My mod_rewrite takes everything after blog/ in the url and passes it to typo.
The issue I am having is that all Typo assets are relative and they use link like:
2005 Apr 24
4
Typo 2.0
I''m proud to announce the 2.0 release of the typo web logging engine.
What started as a toy project while
I was waiting for a client at starbucks now became a prestige open
source project with tons of modern features a dedicated dev team and
even its own hosting service!
Get it at http://rubyforge.org/projects/typo/
The 2.0 release has been long coming. Here are some of the new
2006 Mar 28
2
Typo 2.6.0 broken with Rails 1.1
Updated today, got Typo 2.6.0 broken with Rails 1.1 (Ruby 1.8.4) --
WEBrick does not start.
Is there any workaround except "svn co" with Typo trunk?
--
Yaroslav Markin
yaroslav at markin dot net
2006 Feb 06
3
Typo download during site migration
Is there a deep link still active to download Typo while
http://typo.leetsoft.com/ moves to its new home?
Thanks,
Zack
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060206/9034c40f/attachment.html
2009 Oct 27
1
dovecot-2.0.alpha2 doesn't compile on Mac OS X
Howdy, dovecot-2.0.alpha2 doesn't compile on Mac OS X.
First, trivially, there's a typo in array.h:
--- a/src/lib/array.h 2009-10-08 10:04:35.000000000 -0500
+++ b/src/lib/array.h 2009-10-27 10:35:58.000000000 -0500
@@ -72,7 +72,7 @@
(elem)++)
# define array_foreach_modifiable(array, elem) \
for (elem = ARRAY_TYPE_CAST_MODIFIABLE(array) \
-
2006 Apr 06
3
Rails 1.1.1: Fixing a slew of minors (but you must still freeze Typo)
Rails 1.1 was a big upgrade with a lot of new features and we''ve been
working hard since its release to polish off the kinks revealed after
it was deployed to the masses. Rails 1.1.1 contains fixes for things
like Prototype memory leaks in IE 6, Oracle adapter runnings, and a
number of compatibility tweaks to make most older applications work.
This release still doesn''t work
2009 Oct 30
2
More dovecot-2.0.alpha2 problems
1. My earlier patch to fix a typo in array.h was not good enough.
Here's one that not only compiles, but also doesn't crash:
--- dovecot-2.0.alpha2/src/lib/array.h 2009-10-08 10:04:35.000000000
-0500
+++ dovecot/src/lib/array.h 2009-10-29 20:47:47.000000000 -0500
@@ -72,8 +72,7 @@
(elem)++)
# define array_foreach_modifiable(array, elem) \
for (elem =
2006 Jun 20
1
typo proplem here? what may be wrong?
Hi,
I am following the tutorial on the hostingrails site but running into
problems. I am pretty sure my files match everything that is in the
tutorials.
here is whats in my production.log file:
ActiveRecord::StatementInvalid (Mysql::Error: Table
''hrkoloa_typo.triggers'' doesn''t exist: SELECT * FROM triggers WHERE
(due_at <= ''2006-06-19 22:37:23'')
2006 Apr 04
2
typo 2.6.0 with vendor/rails
I noticed that the 2.6.0 Typo with vendor/rails has only migration
scripts numbered 1 to 9, while the tagged branch of 2.6.0 Typo has
migrations numbered 0 to 24. I haven''t seen any notes about this.
Anyone know what''s up?
2016 Sep 12
2
Fix typo to CentosPackager page in HowTos section
Hi,
Current page[0] contain a typo under "Generating your user
certificate" section. If you check Usage of centos-cert tool it
mention
" -n, --new-cert Generate a new Fedora Certificate" instead "
-n, --new-cert Generate a new CentOS Certificate". It would be
nice if someone fix that typo or provide me edit permission to do so.
2011 Aug 30
3
[LLVMdev] [PATCH] Fix typo in MSP430MCTargetDesc.h
Hi!
There is a typo in MSP430MCTargetDesc.h.
I've found and fix it.
Thanks!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Fix-typo-in-MSP430MCTargetDesc.h.patch
Type: text/x-patch
Size: 862 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110830/dd6a8d61/attachment.bin>
2005 Jun 02
2
dotcode typo? (PR#7917)
Duncan Murdoch wrote:
> Huntsinger, Reid wrote:
>
>>Sorry, I was looking at 2.0.1 when I meant to be looking at 2.1.0. The line
>>numbers for the latter are 161-179 and line 164 is the one with what I think
>>is a typo.
>>
>>Reid Huntsinger
>>
>>-----Original Message-----
>>From: r-devel-bounces@stat.math.ethz.ch
2005 Dec 15
5
Instant Rails 1.0 preview7 -- with Typo!
My apologies to all who downloaded preview6, it did not contain Rails 1.0 as
advertised -- I screwed up!
Preview7 does, in fact, contain Rails 1.0 and as a bonus, also includes Typo
2.6.0 as a preinstalled sample app. See the Getting Started page for
instructions on running Typo in Instant Rails:
http://instantrails.rubyforge.org/wiki/wiki.pl?Getting_Started
Also, you can thank David Morton
2016 Sep 12
1
Fix typo to CentosPackager page in HowTos section
Hi,
I don't know what your email refers to.
My problem is that Centos doesn't run when it has installed and so, having tried several times, I installed and tried Zorrin and then Ubuntu. Both these OS worked well and I'm now using Ubuntu.
Is there any way to get Centos to run?
I'd be interested.
Thanks,
Bob
________________________________
From: centos-docs-bounces at
2006 Nov 17
5
[Tweaking-Typo-4.0.3] acts_as_ferret `method_missing''
Hey Folks,
after following the instructions for tweaking Typo to use rather ferret
than DB queries to search article I got a strange NoMethod error when
starting the console or the server scripts.
/usr/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/base.rb:1129:in
`method_missing'':NoMethodError: undefined method `acts_as_ferret'' for
Content:Class
As you can