TeX and CSS tweaks.

Sync with latest Instiki Trunk
(Updates Rails to 1.2.2)
This commit is contained in:
Jacques Distler 2007-02-09 02:04:31 -06:00
parent 0ac586ee25
commit c358389f25
443 changed files with 24218 additions and 9823 deletions

View file

@ -12,7 +12,7 @@ module ActionWebService # :nodoc:
# web_service_api PersonAPI
#
# def find_person(criteria)
# Person.find_all [...]
# Person.find(:all) [...]
# end
#
# def delete_person(id)
@ -33,7 +33,7 @@ module ActionWebService # :nodoc:
class Base
# Action WebService subclasses should be reloaded by the dispatcher in Rails
# when Dependencies.mechanism = :load.
include Reloadable::Subclasses
include Reloadable::Deprecated
# Whether to report exceptions back to the caller in the protocol's exception
# format