Tom Hughes
2ac6340a7b
Try and improve libxml error handling.
2008-07-20 17:08:27 +00:00
Tom Hughes
1cd26357f0
Default to using rails.
2008-07-16 22:59:10 +00:00
Tom Hughes
49637fed70
Move Potlatch configuration to a separate initialiser file.
2008-07-15 18:05:22 +00:00
Tom Hughes
e8293baf8f
Let's have one last try...
2008-06-07 00:03:27 +00:00
Tom Hughes
d29defa7cc
Magic foo to make composite_primary_keys work.
2008-06-06 23:53:20 +00:00
Tom Hughes
e7346e5903
Go back to rails 2.0.2 for now as 2.1.0 doesn't quite work...
2008-06-06 23:32:21 +00:00
Tom Hughes
c0d2ad40c3
Work round ruby's half assed Tempfile class which, because for some
...
reason it is implemented by delegating to File (by inheriting from
DelegateClass(File)) rather than by inheriting from it, does not
actually look like a File, and hence does not look like an IO (in
that it does not respond to kind_of? IO calls).
In ruby 1.8.5 this doesn't matter as REXML checks that the source
it has been given responds to the methods it wants (using respond_to?
which is handled properly by DelegateClass) but in 1.8.4 which we
are running on rails2 REXML uses kind_of? to see if the source is
one it can use.
2008-03-06 12:43:10 +00:00
Steve Coast
e13337354d
preference stuff
2008-02-23 11:12:42 +00:00
Xin Zheng
6de965520b
added application.yml, refactored map method
2008-01-23 16:43:30 +00:00
Tom Hughes
ea132b001d
Rename initialiser to fix typo.
2008-01-23 14:07:14 +00:00
Tom Hughes
07e8449625
Allow a GPX to be fetched in XML format by fetching data.xml instead
...
of data (the data method returns it in the format it is stored in).
Closes #534 .
2008-01-23 13:40:47 +00:00
Tom Hughes
33afd6fa7e
Rename requires.rb to composite_primary_keys.rb so we have one file for
...
each system we are initialising.
2008-01-22 17:16:08 +00:00
Xin Zheng
726836f31e
extracted require statement from environment.rb to intializers/requires.rb
2008-01-22 16:50:14 +00:00
Tom Hughes
065d3dc16b
Don't try and limit the address space if the OS does not support it.
2008-01-15 00:41:07 +00:00
Tom Hughes
7fc2dbecd5
Migrate web site to use rails 2.0.1.
2008-01-06 12:17:58 +00:00