|
134 | 134 | * Split the ocsigen package in three : tyxml, ocsigenserver and eliom |
135 | 135 | * Rename into ocsigenserver |
136 | 136 | * Revproxy, Accesscontrol: Handling {{{X-Forwarded-For}}} and {{{X-Forwarded-Proto}}} headers |
137 | | - * HTTP parser rewrited |
| 137 | + * HTTP parser rewritten |
138 | 138 |
|
139 | 139 | ===== 1.90 ===== |
140 | 140 |
|
|
465 | 465 | browsers). |
466 | 466 | ** Eliom: More secure cookies. |
467 | 467 | ** Eliom: new version of the tutorial. |
468 | | - ** Eliom splitted in several modules. |
| 468 | + ** Eliom split in several modules. |
469 | 469 | ** Eliom: Nurpawiki example now called Miniwiki. |
470 | 470 | ** Eliom: {{{any_...}}} form widgets now called {{{raw_...}}} |
471 | 471 | ** Eliom: {{{~url}}} parameter (for {{{new_service}}}, etc.) now |
|
565 | 565 | of type body content. |
566 | 566 | * Eliom: Module {{{Text}}} replaced by {{{HtmlText}}}, and adding |
567 | 567 | {{{CssText}}} and {{{Text}}} (for any content type). |
568 | | - * Eliom: Bugfix - Typing errors of parameters are now catched only |
| 568 | + * Eliom: Bugfix - Typing errors of parameters are now caught only |
569 | 569 | if the names of parameters fit exactly. |
570 | 570 | * Eliom: {{{register_service}}} now called {{{register}}}. |
571 | 571 | * Eliom: EXPERIMENTAL Fallbacks can now get a "Session expired" from |
572 | | - previous pages and actions may send informations to the page |
| 572 | + previous pages and actions may send information to the page |
573 | 573 | generated (using exception). |
574 | 574 | * Eliom: Now possible to pre-apply services (to make links or to be |
575 | 575 | used as fallbacks for coservices) |
|
588 | 588 | * Ocsigen: Simplifying parsing of configuration file (could be |
589 | 589 | improved). |
590 | 590 | * Ocsigen: EXPERIMENTAL It is now possible to reload the modules |
591 | | - without stoping the server. |
| 591 | + without stopping the server. |
592 | 592 | * Staticmod: Rewriting of URLs using regular expressions. |
593 | 593 |
|
594 | 594 | ===== 0.6.0 (2007-03-14) ===== |
|
679 | 679 | parameters. Note that {{{**}}} is used to create **pairs** and not |
680 | 680 | tuples. |
681 | 681 | * The {{{a}}} and {{{post_form}}} functions now take a fix number of |
682 | | - parameters, correponding to GET parameters. |
| 682 | + parameters, corresponding to GET parameters. |
683 | 683 | * //URLs// are now called //services//, |
684 | 684 | * //state URLs// are now called //auxiliary services//, |
685 | 685 | * {{{register_post_url}}} does not exist anymore. use |
|
0 commit comments