blob: d1335535e1c8708eb9800b32f615658836f7506e [file] [log] [blame]
Akron61717202020-05-17 21:28:18 +020010.38 2020-05-17
Akron90be03b2020-02-03 16:13:37 +01002 - Support X-Forwarded-Host name for proxy.
Akron07d8de62020-02-04 17:45:40 +01003 - Document API URI.
Akrond00b4272020-02-05 17:00:33 +01004 - Improve redirect handling in proxy.
Akron59992122019-10-29 11:28:45 +01005 - Added support for OAuth2 client registration.
Akron0f1b93b2020-03-17 11:37:19 +01006 - Added support for OAuth2 client listing.
Akronc3003642020-03-30 10:19:14 +02007 - Added requestMsg() methods to clients for retrieving
8 data from the embedding server.
Akron3c390c42020-03-30 09:06:21 +02009 - Improve error status codes.
10 - Support HTML responses for match information.
11 - Reuse failure template.
Akron1a9d5be2020-03-19 17:28:33 +010012 - Added support for OAuth2 client unregistration.
Akron8a21b4d2020-04-16 16:17:42 +020013 - Remove experimental status of proxy (and therefore
14 configuration option 'experimental_proxy') and enable
15 proxy by default.
Akron4cdc4fc2020-04-28 12:19:11 +020016 - Establish 'after_search_results' content part.
Akron7c87c1a2020-04-28 12:35:55 +020017 - Establish 'after_search' hook.
Akron27031aa2020-04-28 14:57:10 +020018 - Recommend log in on zero matches in search results
19 in case not logged in (addresses #67).
Akrona3523932020-05-08 14:49:00 +020020 - Update Mojolicious requirement for security reasons.
Akron3b3c7af2020-05-15 16:23:55 +020021 - Fix order of promises in login handling.
Akron61717202020-05-17 21:28:18 +020022 - Update Test::Mojo::Session to be compatible with latest
23 version of Mojolicious.
Akron5ea1a1a2020-01-20 10:36:51 +010024
Akron020c3632020-01-16 09:25:32 +0100250.37 2020-01-16
Akron41a190a2019-10-16 18:01:02 +020026 - Removed deprecated 'kalamar_test_port' helper.
27 - Separated KalamarHelpers and KalamarPages.
Akron9490e3b2019-10-17 12:26:29 +020028 - Renamed 'doc_link_to' to 'embedded_link_to'
29 and deprecated 'doc_link_to'.
30 - Renamed 'doc_ext_link_to' to 'ext_link_to'
31 and deprecated 'doc_ext_link_to'.
32 - Renamed 'doc_uc' to 'under_construction'
33 and deprecated 'doc_uc'.
34 - Introduced 'page_title' helper.
Akron254fe212019-10-24 14:33:28 +020035 - Simplified documentation routing.
Akron3cfa26d2019-10-24 15:17:34 +020036 - Added 'realm' parameter to 'embedded_link_to' helper.
Akrond512ea62019-10-24 15:50:04 +020037 - Introduced 'navigation' helper with 'realm' parameter.
38 - Deprecated 'doc_navi' helper in favor of 'navigation'
39 helper.
Akronf7ec4442019-10-27 20:01:05 +010040 - Added 'navi->set' and 'navi->add' helper.
Akron2d0d96d2019-11-18 19:49:50 +010041 - Added settings skeleton.
42 - Added query panel for query views.
Akronb79b44e2019-12-09 08:12:32 +010043 - Added result panel for plugin registration (hebasta).
Akron308a6032019-12-05 16:27:34 +010044 - Added state object.
Akron858cbc82019-12-05 16:53:13 +010045 - Added toggle button to buttongroup.
Akrond7ad9072019-12-09 07:08:20 +010046 - Added pipe object to implement KoralPipes.
Akron22598cd2019-12-09 14:59:03 +010047 - Separated "service" from "widget" plugin embeddings.
48 - Implemented preliminary host->plugin communication.
Akron909ed082019-12-11 21:38:27 +010049 - Fixed matchID transformation to deal with textSigles
50 having dashes.
Akronb5b70d02019-12-17 07:58:03 +010051 - Catch timeouts in proxy.
Akron158fce12019-12-17 14:43:29 +010052 - Support non-verbal elements in token table view.
Akronc07b11e2019-12-17 15:28:03 +010053 - Refresh corpus statistics by clicking the
54 statistics button (#107, hebasta)
55 - Fixed links to Leibniz association (hebasta)
Akron23ab0472019-12-17 16:55:55 +010056 - Make proxy timeouts configurable.
Akron1be6c1c2020-01-07 15:29:58 +010057 - Show busy indicator while waiting for query results
58 (#104).
Akron020c3632020-01-16 09:25:32 +010059 - Update JS dependencies.
Akron6e746872019-09-25 11:45:44 +020060
Akron7c70c892019-09-19 10:41:30 +0200610.36 2019-09-19
Akron0c4cd222019-07-19 16:33:34 +020062 - Rename all cookies to be independent
63 for different instance (#94).
64 - Enable https only via
65 configuration option 'https_only'.
Akron13af2f42019-07-25 15:06:21 +020066 - Make VC replaceable via KorAP.vc.fromJson().
Akrona130fa52019-08-07 20:12:26 +020067 - Emit 'after_render' in proxy responses
68 to make it accessible to post processing
69 (such as the Piwik plugin).
Akron91a76852019-08-28 12:35:37 +020070 - Fix treatment of legacy "collection" parameter.
Akron4c7cf952019-08-29 09:31:35 +020071 - Fix pagination by not repeating page value in URL.
Akroncdfd9d52019-07-23 11:35:00 +020072 - Added auto-refresh of OAuth tokens.
Akron4cefe1f2019-09-04 10:11:28 +020073 - Added token revocation on logout.
Akron7c70c892019-09-19 10:41:30 +020074 - Improve visibility of keyword fields in metadata view.
Akron0c4cd222019-07-19 16:33:34 +020075
76 WARNING: This requires relogin for all users!
77
Akrone76fd832019-07-19 11:37:27 +0200780.35 2019-07-19
Akron63d963b2019-07-05 15:35:51 +020079 - Added EXPERIMENTAL proxy to API route.
80 - Remove deprecated api configuration
81 (requires api_path instead now).
Akroncd42a142019-07-12 18:55:37 +020082 - Deprecated 'collection' parameter in
83 favor of 'cq' (#92).
Akron5fa61e92019-07-15 11:56:11 +020084 - Update API for statistics.
margarethacd375802019-07-17 12:43:38 +020085 - Introduced documentation on CQL (margaretha).
Akron84b91992019-07-16 11:35:49 +020086 - Introduced documentation on Cosmas 2.
Akron07d166a2019-07-17 17:21:29 +020087 - Improved documentation on APIs.
margaretha14ce4d62019-07-17 18:38:45 +020088 - Introduced documentation on FCS-QL (margaretha).
Akronb7876a82019-07-18 13:09:00 +020089 - Enable experimental proxy via
90 configuration option 'experimental_proxy'.
Akron1bd65d92019-07-17 18:26:36 +020091 - Updated documentation on annotations.
margaretha0a3aeec2019-07-18 16:19:16 +020092 - Introduced documentation on Annis QL (margaretha).
Akronc0725772019-07-18 16:23:18 +020093 - Improved documentation on data.
Akrone76fd832019-07-19 11:37:27 +020094 - Removed documentation stub for wildcards
95 (fully integrated in C2 documentation).
Akronf8715a32019-07-19 13:26:03 +020096 - Improved documentation on regular expressions.
Akron63d963b2019-07-05 15:35:51 +020097
Akron33f5c672019-06-24 19:40:47 +0200980.34 2019-06-26
Akronb5a886f2019-05-14 12:28:51 +020099 - Introduced guided tour (hebasta, #19).
100 - Updated dependency on M::P::Notifications to
101 be compatible with recent versions of Mojolicious.
Akron1a780fe2019-05-21 15:59:00 +0200102 - Introduce cuts in token views.
Akron0d612d12019-05-21 16:45:49 +0200103 - Improve QueryCreator to single-quote-escape special
104 characters in orth-line and include more symbols.
Akron7eb32c62019-06-24 14:44:25 +0200105 - Remove deprecated auth_support support.
Akron33f5c672019-06-24 19:40:47 +0200106 - Add OAuth2 password grand flow.
Akrone9e5e832019-04-02 14:56:23 +0200107
Akron08648842019-03-28 11:55:22 +01001080.33 2019-03-28
Akron751e9e42019-03-13 09:54:55 +0100109 - Fix problem with serialization and deserialization
110 of large numerical values (#87).
Akron08648842019-03-28 11:55:22 +0100111 - Added command to generate example HTML file
112 to pick from JS test suite.
Akron751e9e42019-03-13 09:54:55 +0100113
114 WARNING: This requires complete recaching, so run
115 $ perl script/kalamar chi clear default
116 $ perl script/kalamar chi clear user
117 in your MOJO_MODE environment after update.
118
Akrone6be0a82019-03-12 15:24:31 +01001190.32 2019-03-12
Akrona0ea3c32018-12-14 18:33:48 +0100120 - Support attachements in metadata fields (#77).
Akrondf479e92018-12-19 17:23:33 +0100121 - Added ping request option to Piwik.
Akron3d673062019-01-29 15:54:16 +0100122 - Fix handling of login errors.
hebasta94f8ba62018-12-11 15:29:10 +0100123 - Added Statistics reload option (hebasta, #66).
Akrond3bb85b2019-02-08 10:15:13 +0100124 - Fixed VC query serialization (hebasta).
125 - Fix treatment of 'data:,'-attachements.
Akrona2d92de2019-02-27 15:51:07 +0100126 - Rename "Institute for the German Language" to
127 "Leibniz Institute for the German Language".
Akron86e63a92019-02-27 17:35:04 +0100128 - Fixed "next"-character in paginations.
Akrone6be0a82019-03-12 15:24:31 +0100129 - Added new IDS logo.
Akrona3c353c2019-02-14 23:50:00 +0100130 - Fix timeout cache (#84).
Akrona0ea3c32018-12-14 18:33:48 +0100131
Akrond48e0952018-11-30 13:01:18 +01001320.31 2018-11-30
Akron8df95122018-11-14 17:03:42 +0100133 - Update to Mojolicious >= 8.06.
Akron864c2932018-11-16 17:18:55 +0100134 - Made Authentication/Authorization a separated Kalamar::Plugin::Auth
Akroncfe8ecc2018-11-20 18:46:16 +0100135 (deprecated most helpers from Kalamar::Plugin::KalamarUser).
Akron864c2932018-11-16 17:18:55 +0100136 - Introduced abstract 'korap_request' helper.
Akrona9c8b0e2018-11-16 20:20:28 +0100137 - Introduce 'sidebar' content_block.
Akronc82b1bc2018-11-18 18:06:14 +0100138 - Introduce 'headerButtonGroup' content_block.
Akroncfe8ecc2018-11-20 18:46:16 +0100139 - Added corpusByMatch assistant (#27).
Akrond48e0952018-11-30 13:01:18 +0100140 - Fixed XML fragment serialization in KQ highlighter.
Akron8df95122018-11-14 17:03:42 +0100141
Akronb89863a2018-11-13 16:43:59 +01001420.30 2018-11-13
Akronfb6d87d2018-10-24 18:10:20 +0200143 - Rewrote backend:
144 - Removed dependency of Mojolicious::Plugin::Search.
145 - Removed abstract API.
146 - Improved backend error handling.
147 - Improved backend test suite.
148 - Removed MMap cache from default configuration
149 and rely on in-memory cache.
Akron4c33c622018-11-12 13:43:27 +0100150 - Introduced Piwik as a separated plugin
151 (no longer a mandatory plugin).
Akronfb6d87d2018-10-24 18:10:20 +0200152
Akrona17bc5b2018-10-05 13:35:01 +02001530.29 2018-10-05
Akronc7656e92018-08-30 13:33:25 +0200154 - Deprecated Kalamar.api configuration key
155 in favor of Kalamar.api_path.
Akron587e4d92018-08-31 12:44:26 +0200156 - Fix replacement of docs with docGroupRefs in
157 VC builder.
Akronc14cbfc2018-08-31 13:15:55 +0200158 - Improve touch support for menus.
159 - Improve touch support for annotation assistant.
Akronad1e46a2018-09-19 15:55:40 +0200160 - Move token table view to marked match.
Akrona17bc5b2018-10-05 13:35:01 +0200161 - Added metadata headers.
Akron789afee2018-10-08 15:32:23 +0200162 - Update to Mojolicious >= 8.02.
Akronc7656e92018-08-30 13:33:25 +0200163
Akron5d286b22018-08-29 17:03:28 +02001640.28 2018-08-29
Akron18eb0002018-08-16 16:49:02 +0200165 - Introduced Widget based plugin system.
166 - Added corpus statistics to VC (hebasta, #25).
167 - Introduce center alignment (#63).
168 - Change KWIC lines from table style
169 to flexbox style (#31).
Akrone09fe9b2018-08-17 12:53:42 +0200170 - Added doc group reference to VC builder (#62).
Akron1f0521b2018-08-28 13:01:24 +0200171 - Show VC name, when a reference is defined.
Akron5d286b22018-08-29 17:03:28 +0200172 - Make close in match view to minimize.
173 - Add minimize button to VC.
Akronebc96662018-08-29 17:36:20 +0200174 - Make unspecified values in VC a button.
Akron362c11a2018-08-29 20:01:30 +0200175 - Fixed KoralQuery view to correctly update session.
Akron18eb0002018-08-16 16:49:02 +0200176
Akron72245b62018-07-23 10:59:08 +02001770.27 2018-07-23
Akronafeca252018-05-23 15:54:28 +0200178 - Introduced content blocks to create
179 flexible entry lists in the footer
Akron09e7f1f2018-05-28 14:08:14 +0200180 - Add marker for "cutted" matches.
Akronc7666a92018-06-18 13:36:00 +0200181 - Re-enabled Windows installations.
Akrond2d161f2018-07-12 12:58:41 +0200182 - Added buttongroup class.
Akronbfe912c2018-07-17 19:30:52 +0200183 - Introduced panel and view system for
184 results and matches.
Akron72245b62018-07-23 10:59:08 +0200185 - Support verbatim keys/values in QueryCreator
186 to deal with Koral issue #42.
Akronafeca252018-05-23 15:54:28 +0200187
Akron31d89942018-04-06 16:44:51 +02001880.26 2018-04-06
Akronb5d05d72018-02-12 15:09:12 +0100189 - Added meta data view.
190 - Attach reference line to match bottom.
191 - Separate match views and integrate relation menu
192 into reference line.
193 - Attach querycreator object to annotation table.
194 - Update client side dependencies
195 - Introduce development mode to client side code.
Akrondbb448c2018-02-14 17:02:36 +0100196 - Generalized Poliqarp tutorials and made
197 example queries corpus independent.
198 - Improve README.
Akron429aeda2018-03-19 16:02:29 +0100199 - Protect login for csrf attacks.
200 - Remember app state after login (issue #20).
201 - Fixed DRuKoLA annotation assistant data.
Akron31d89942018-04-06 16:44:51 +0200202 - Fixed server error reporting.
203 - Introduced text type in VC creation.
204 - Removed "contains" and "containsnot" from
205 string type.
206 - Added "ne" operation to date meta type.
Akron51757cb2018-05-16 13:10:08 +0200207 - Added Piwik/Matomo integration.
Akronb5d05d72018-02-12 15:09:12 +0100208
Akron63581052018-01-31 17:50:59 +01002090.25 2018-01-31
Akronc14cbfc2018-08-31 13:15:55 +0200210 - Make annotation assistant configurable.
Akronf4a7cf42018-01-09 15:58:45 +0100211 - Support multiple prefixes in menus.
212 - Show annotation tooltips in table views.
213 - Improve result display when JavaScript is disabled.
214 - Improve VC creation tool by supporting "blurring".
215 - Make tutorial queries localizable for different default corpora.
Akron19058a92018-01-09 16:50:05 +0100216 - Update dependencies.
Akron6502a022018-01-19 01:58:00 +0100217 - Add lwc annotations.
Akron63581052018-01-31 17:50:59 +0100218 - Adapt support for new relation serialization by Krill.
Akronf4a7cf42018-01-09 15:58:45 +0100219
Akronef351fa2017-11-22 19:44:50 +01002200.24 2017-11-22
Akron41e7bdd2017-11-10 16:28:35 +0100221 - Added support for relation visualization.
Akronef351fa2017-11-22 19:44:50 +0100222 - Added support for FCSQL.
Akron41e7bdd2017-11-10 16:28:35 +0100223
Akronbd39a432017-09-20 13:57:13 +02002240.23 2017-09-20
Akrone8ea0002017-06-28 18:51:52 +0200225 - Added query creator tool.
Akronb56986f2017-06-29 20:52:29 +0200226 - Fix visualization of empty contexts in KWIC.
Akronbd39a432017-09-20 13:57:13 +0200227 - Added announcement template.
Akrone8ea0002017-06-28 18:51:52 +0200228
Akron311ca652017-06-26 20:39:56 +02002290.22 2017-06-26
Akronaa7f9422017-04-24 20:49:32 +0200230 - Added user authentification using Kustvakts LDAP
231 connection.
232 - Added X-Forwarded-For.
Akron47787ca2017-05-17 16:00:10 +0200233 - Introduced proxy_prefix as a configuration option.
Akron117d0762017-06-01 17:31:07 +0200234 - Added support for more rewrite options in js.
Akron311ca652017-06-26 20:39:56 +0200235 - Fixed legacy sigle parsing.
Akronaa7f9422017-04-24 20:49:32 +0200236
Akronf65ad6c2017-02-01 14:36:38 +01002370.21 2017-02-01
Akron834e7612016-09-12 13:11:05 +0200238 - Use textSigle for API communication instead of
239 {corpus,doc,text}ID.
Akronc14cbfc2018-08-31 13:15:55 +0200240 - Added alert to annotation assistant.
Akron834e7612016-09-12 13:11:05 +0200241 - Improved menu creation.
242 - Introduced benchmark system.
243 - select elements are now improved menus.
Akronc14cbfc2018-08-31 13:15:55 +0200244 - Annotation menu do not append menus anymore.
Akron834e7612016-09-12 13:11:05 +0200245 - Updated dependency for bugfixed Localize.
246 - Improved readme for localization generation.
Akrond30e2002016-11-07 03:19:58 +0100247 - Fixed select menus to show selected item on
248 initialization.
249 - Improved compatibility for new text sigles.
250 - Fixed alert to not be correctly hidden.
Akron916ec252016-11-10 17:06:32 +0100251 - Added download of tree visualizations.
252 - Do not show multiple identical annotations
253 in table view.
Akron9a5b1e12016-12-06 18:18:23 +0100254 - Added preliminary support for metadata columns.
Akronf65ad6c2017-02-01 14:36:38 +0100255 - Added preliminary support for multimenus.
256 - Updated to more recent version of Mojolicious (7.23).
Akron9a5b1e12016-12-06 18:18:23 +0100257
Akron9c4d1ae2016-05-25 21:43:22 +02002580.20 2016-05-25
Akron834e7612016-09-12 13:11:05 +0200259 - Improved menu using sliders.
260 - Improved menu to make prefixes chooseable,
261 even if list can't be filtered.
262 - Improve pageup/pagedown behaviour in menus.
263 - Fixed multiple bugs in menu.
Akron6ed13992016-05-23 18:06:05 +0200264
Akron1ff3ac22016-04-28 16:30:45 +02002650.19 2016-04-28
Akronc59f7322016-04-20 13:46:05 +0200266 - Improved datepicker to enter date strings.
Akron834e7612016-09-12 13:11:05 +0200267 - Improved menus to have fixed length depending
268 on entry list.
Akronc59f7322016-04-20 13:46:05 +0200269
Akroncba9f322016-02-29 23:12:45 +01002700.18 2016-02-29
Akron9f64fd02016-02-13 05:51:38 +0100271 - Support for dashes in identifiers.
Akron834e7612016-09-12 13:11:05 +0200272 - Minor changes to the layout.
273 - Simplified configuration file.
Akron9f64fd02016-02-13 05:51:38 +0100274
Akron656c5d92015-11-13 21:17:03 +01002750.17 2015-11-13
276 - Support a larger template cache.
Akron834e7612016-09-12 13:11:05 +0200277 - Minor style adjustments.
Akron656c5d92015-11-13 21:17:03 +0100278
Akronf55504a2015-06-18 16:42:55 +02002790.16 2015-06-18
280 - Update to new KoralQuery API.
Akron834e7612016-09-12 13:11:05 +0200281 WARNING! This version is no longer compatible
282 with old responses of Krill.
283 - Introduced new notifications engine.
Akronf55504a2015-06-18 16:42:55 +0200284
Akron1c969e62015-05-21 23:05:55 +02002850.15 2015-05-21
Nils Diewaldb59f8012015-05-07 19:34:31 +0000286 - Cleanup for GitHub release
Akron834e7612016-09-12 13:11:05 +0200287 - First realease on GitHub.
Nils Diewaldb59f8012015-05-07 19:34:31 +0000288
Nils Diewaldab4d3ca2015-04-17 01:48:43 +00002890.14 2015-04-15
Nils Diewalda297f062015-04-02 00:23:46 +0000290 - Redesign of JS and Sass assets
Akron834e7612016-09-12 13:11:05 +0200291 - Introduced RequireJS
292 - Introduced VC
293 - Improved tutorial
294 - Localized client files
Nils Diewalda297f062015-04-02 00:23:46 +0000295
Nils Diewaldd2b57372015-03-10 20:09:48 +00002960.13 2015-03-10
Nils Diewald25a86442015-03-04 19:56:39 +0000297 - Project name is now "Kalamar"
Akron834e7612016-09-12 13:11:05 +0200298 - Removed Mr Crabs - introduced Karl
299 - Support semantic markup for KWIC
Akronc14cbfc2018-08-31 13:15:55 +0200300 - Fixed Click-bug in annotation menu
Akron834e7612016-09-12 13:11:05 +0200301 - Renamed "KorAP" classes to "Kalamar"
302 - Support proxy
Nils Diewald25a86442015-03-04 19:56:39 +0000303
Nils Diewald46e6f182015-02-04 15:22:49 +00003040.12 2015-01-28
Nils Diewald25a86442015-03-04 19:56:39 +0000305 - Fixed alignment bug
Nils Diewald46e6f182015-02-04 15:22:49 +0000306
Nils Diewald034ea702015-01-16 19:41:52 +00003070.11 2014-01-16
Nils Diewald25a86442015-03-04 19:56:39 +0000308 - Fixed paging bug with the async api
309 - Disabled Testing feature in tutorial
Akron834e7612016-09-12 13:11:05 +0200310 - Improved test suite
Nils Diewald034ea702015-01-16 19:41:52 +0000311
3120.10 2014-12-21
Akron834e7612016-09-12 13:11:05 +0200313 - Fixed time_exceeded bug
314 - Fixed test_port bug for inspection button
Nils Diewald0a3f5f92014-12-21 04:25:53 +0000315
Nils Diewald034ea702015-01-16 19:41:52 +00003160.09 2014-12-03
317 - Added new API module
318
Nils Diewald80d4c6e2014-11-19 02:53:16 +00003190.08 2014-11-19
320 - Added new suggestion module
321
Nils Diewald1d2903f2014-11-03 22:31:20 +00003220.07 2014-11-03
Nils Diewald80d4c6e2014-11-19 02:53:16 +0000323 - Added API-Response view
Nils Diewald1d2903f2014-11-03 22:31:20 +0000324
Nils Diewald94bae912014-09-22 13:40:31 +00003250.06 2014-09-22
Nils Diewaldca01b762014-09-08 02:35:20 +0000326 - Updated certain Notifications and AssetPack plugins
Akron834e7612016-09-12 13:11:05 +0200327 - Updated pagination plugin
Nils Diewaldca01b762014-09-08 02:35:20 +0000328
Nils Diewald4e9fbcb2014-07-15 11:45:09 +00003290.05 2014-07-15
330 - Improved tutorial support
Akron834e7612016-09-12 13:11:05 +0200331 - Added Exception mail system
Nils Diewald4e9fbcb2014-07-15 11:45:09 +0000332
Nils Diewald7cad8402014-07-08 17:06:56 +00003330.04 2014-07-08
334 - Fixed template view
Akron834e7612016-09-12 13:11:05 +0200335 - Preliminary match view
336 - Switched to asset pipeline wth sass
337 - Added syntax highlighting to JSON
338 - Update to Api 0.1
Nils Diewald7cad8402014-07-08 17:06:56 +0000339
Nils Diewald44a72782014-06-20 16:03:21 +00003400.03 2014-06-20
341 - Added preliminary autocompletion support (freetime project)
342
Nils Diewald1eba6572014-06-17 19:49:53 +00003430.02 2014-06-17
344 - Added morphological tables
345
Nils Diewalddd2d4e82014-05-31 17:08:33 +00003460.01 2014-05-31
347 - Simplifications:
Nils Diewald80d4c6e2014-11-19 02:53:16 +0000348 Notifications plugin is at
349 https://github.com/Akron/Mojolicious-Plugin-Notifications
Akron834e7612016-09-12 13:11:05 +0200350 All other plugins can be found at CPAN