Commit e0f8f0a
File tree
7 files changed
+26
-18
lines changed- src
- App/User
- Models
- Views
- Templates
- vendor
7 files changed
+26
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | | - | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
37 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
38 | 45 | | |
39 | 46 | | |
40 | | - | |
| 47 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
| 90 | + | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
- Core/Exceptions/EKeyNotFoundImpl.pas
- Core/Serializeables/NullSerializeableImpl.pas+39
- Error/BaseErrorHandlerImpl.pas+3-3
- Error/CompositeErrorHandlerImpl.pas+87
- Error/Contracts/ErrorHandlerIntf.pas+1
- Error/ErrorHandlerImpl.pas+3-2
- Error/Factories/FileLogErrorHandlerFactoryImpl.pas+59
- Error/Factories/ProductionErrorHandlerFactoryImpl.pas+65
- Error/HtmlAjaxErrorHandlerImpl.pas+32-17
- Error/LogErrorHandlerImpl.pas+103
- Error/NullErrorHandlerImpl.pas+1-2
- Error/TemplateErrorHandlerImpl.pas+2-2
- Http/Request/Contracts/AjaxAwareIntf.pas+35
- Http/Request/Contracts/RequestIntf.pas+2-8
- Http/Request/UploadedFiles/Contracts/UploadedFileCollectionFactoryIntf.pas
- Http/Request/UploadedFiles/Contracts/UploadedFileCollectionIntf.pas
- Http/Request/UploadedFiles/Contracts/UploadedFileCollectionWriterFactoryIntf.pas
- Http/Request/UploadedFiles/Contracts/UploadedFileCollectionWriterIntf.pas
- Http/Request/UploadedFiles/Contracts/UploadedFileFactoryIntf.pas
- Http/Request/UploadedFiles/Contracts/UploadedFileIntf.pas
- Http/Request/UploadedFiles/Factories/UploadedFileCollectionFactoryImpl.pas
- Http/Request/UploadedFiles/Factories/UploadedFileCollectionWriterFactoryImpl.pas
- Http/Request/UploadedFiles/Factories/UploadedFileFactoryImpl.pas
- Http/Request/UploadedFiles/UploadedFileCollectionImpl.pas
- Http/Request/UploadedFiles/UploadedFileImpl.pas
- Http/Response/Factories/Contracts/ResponseFactoryIntf.pas
- Http/Response/Streams/Contracts/ResponseStreamIntf.pas+7
- Http/Response/Streams/ResponseStreamImpl.pas+20
- Includes/Error/Implementations/error.aliases.inc+9
- Includes/Error/Implementations/implementations.inc+7
- Includes/Http/Contracts/http.aliases.inc+1
- Includes/Http/Contracts/interfaces.inc+1
- Includes/Libs/Contracts/interfaces.inc+4
- Includes/Libs/Contracts/libs.aliases.inc+3
- Includes/Libs/Implementations/implementations.inc+6
- Includes/Libs/Implementations/libs.aliases.inc+6
- Includes/Mvc/Contracts/interfaces.inc+2-2
- Includes/Mvc/Contracts/models.aliases.inc+2-2
- Includes/Mvc/Implementations/implementations.inc+1-2
- Includes/Mvc/Implementations/views.aliases.inc+1-2
- Libs/HttpClient/Contracts/HttpClientOptsIntf.pas+51
- Libs/HttpClient/Contracts/HttpGetClientIntf.pas+48
- Libs/HttpClient/Contracts/HttpPostClientIntf.pas+48
- Libs/HttpClient/Implementations/Curl/Factories/HttpGetFactoryImpl.pas+62
- Libs/HttpClient/Implementations/Curl/HttpGetImpl.pas+151
- Libs/HttpClient/Implementations/Curl/HttpMethodImpl.pas+220
- Libs/HttpClient/Implementations/Curl/HttpPostImpl.pas+78
- Libs/HttpClient/Implementations/Exceptions/EHttpClientErrorImpl.pas+31
- Libs/KeyValues/Contracts/KeyValuePairIntf.pas+64
- Libs/KeyValues/Factories/KeyValuePairFactoryImpl.pas+54
- Libs/KeyValues/KeyValueMapImpl.pas+8-9
- Libs/KeyValues/KeyValuePairImpl.pas+225
- Libs/Streams/Contracts/StreamAdapterIntf.pas+7
- Libs/Streams/StreamAdapterImpl.pas+18
- Mvc/Models/Contracts/ModelParamsIntf.pas+35
- Mvc/Models/Contracts/ModelReaderIntf.pas+4-4
- Mvc/Models/Contracts/ModelResultSetIntf.pas+2-2
- Mvc/Models/Contracts/ModelWriterIntf.pas+3-3
- Mvc/Views/CompositeViewImpl.pas+21-1
- Mvc/Views/Contracts/TemplateFetcherIntf.pas-39
- Mvc/Views/Params/CompositeViewParametersImpl.pas
- Mvc/Views/Params/Contracts/ViewParametersIntf.pas
- Mvc/Views/Params/Factories/NullViewParametersFactoryImpl.pas
- Mvc/Views/Params/Factories/ViewParametersFactoryImpl.pas
- Mvc/Views/Params/NullViewParametersImpl.pas
- Mvc/Views/Params/ViewParametersImpl.pas
- Mvc/Views/Parsers/Contracts/TemplateParserIntf.pas
- Mvc/Views/Parsers/Factories/BaseTemplateParserFactoryImpl.pas
- Mvc/Views/Parsers/Factories/NullTemplateParserFactoryImpl.pas
- Mvc/Views/Parsers/Factories/SimpleTemplateParserFactoryImpl.pas
- Mvc/Views/Parsers/Factories/TemplateParserFactoryImpl.pas
- Mvc/Views/Parsers/NullTemplateParserImpl.pas
- Mvc/Views/Parsers/SimpleTemplateParserImpl.pas
- Mvc/Views/Parsers/TemplateParserImpl.pas
- Mvc/Views/TemplateFileViewImpl.pas-60
- Mvc/Views/TemplateStrViewImpl.pas-68
- Mvc/Views/TemplateViewImpl.pas+27-159
- fano.cfg+12
0 commit comments