Skip to content

Commit

Permalink
Merge pull request #27 from phpclub/master-fix-error-contrib
Browse files Browse the repository at this point in the history
Master fix error contrib
  • Loading branch information
toitzi committed Jun 3, 2024
2 parents 9b728d6 + 86b2a88 commit a675804
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _data/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
tags: code,website,documentation

- name: Puskás Zsolt
github: errotan
github: zsoltpuskas
country: Hungary
tags: code,website,documentation

Expand Down
22 changes: 21 additions & 1 deletion _data/modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
url: https://github.com/toitzi/koseven-debug-toolbar
description: This a Debbuing Toolbar for Koseven PHP7+ Framework, based on biakaveron's Kohana Toolbar
category: misc

- name: Koseven Multilang (experimental)
url: https://github.com/gagarine/koseven-multilang
description: Multilingual module for Koseven based on shockiii's Kohana Multilang
Expand All @@ -76,6 +76,26 @@
description: Koseven Framework with PSR-4 and Namespaces support, also slightly more modern.
category: misc

- name: AWSMail
url: https://github.com/softmediadev/koseven-awsmail
description: Sending emails trough Amazon Simple Email Service (AWS-SES)
category: misc

- name: IP-Api
url: https://github.com/softmediadev/koseven-ip-api
description: Koseven module that provides free usage of its Geo IP API through multiple response formats using IP Gelocation API
category: misc

- name: Koseven Multilang (experimental)
url: https://github.com/gagarine/koseven-multilang
description: Multilingual module for Koseven based on shockiii's Kohana Multilang
category: misc

- name: Modseven Framework
url: https://github.com/modseven/core
description: Koseven Framework with PSR-4 and Namespaces support, also slightly more modern.
category: misc

- name: AWSMail
url: https://github.com/softmediadev/koseven-awsmail
description: Sending emails trough Amazon Simple Email Service (AWS-SES)
Expand Down
2 changes: 1 addition & 1 deletion documentation/kohana/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Koseven provides both an exception handler and an error handler that transforms

Click any of the links to toggle the display of additional information:

<div>{{userguide/examples/error}}</div>
<div>{% raw %}{{userguide/examples/error}}{% endraw %}</div>

## Disabling Error/Exception Handling

Expand Down
2 changes: 1 addition & 1 deletion documentation/kohana/profiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ You can display or collect the current [profiler] statistics at any time:

(This is the actual profiler stats for this page.)

{{profiler/stats}}
{% raw %}{{profiler/stats}}{% endraw %}
2 changes: 1 addition & 1 deletion documentation/userguide/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,4 @@ Headers are automatically assigned an id, based on the content of the header, so

If you need you may include a regular Kohana View file by placing the name of the view in double curly brackets. **If the view is not found, no error or exception will be shown, the curly brackets and view name will simply remain there!**

{{some/view/file}}
{% raw %}{{some/view/file}}{% endraw %}

0 comments on commit a675804

Please sign in to comment.