1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00
Commit graph

46 commits

Author SHA1 Message Date
Éric Gaspar
0e9ab85ef6
Fix 2022-08-20 13:32:35 +02:00
Gofannon
f5b13fce99 bump dokuwiki upstream version 2022-08-18 19:58:12 +02:00
Éric Gaspar
054162302a
Add config panel (#89)
* Add config panel
2022-01-18 19:11:29 +01:00
Alexandre Aubin
6d4b9dbf8d
Bump package version 2021-11-29 16:24:37 +01:00
Éric Gaspar
89fc6747b1
Template (#85) 2021-11-24 21:21:02 +01:00
Éric Gaspar
4b20b0401a
Remove ask on manifest (#78)
* Remove ask on manifest

* Add ynh_abort_if_errors

Co-authored-by: Gofannon <17145502+Gofannon@users.noreply.github.com>
2021-04-18 16:50:50 +02:00
yalh76
3fe2ebdbf7
Fix Using official helper ynh_legacy_permissions_delete_all implies requiring at least version 4.1.2, but manifest only requires 4.1.0 2021-04-17 14:56:26 +02:00
ljf (zamentur)
d36af12c32
Merge branch 'master' into testing 2021-01-19 13:44:59 +01:00
ljf (zamentur)
fdc2fc4e2e
Merge branch 'testing' into permissions 2021-01-19 13:30:29 +01:00
Éric Gaspar
e0f0fd4a05
Testing (#74)
* Add extra php dependencies (#73)
2021-01-06 17:43:00 +01:00
ericgaspar
1a3fbbebe4
Change version 2021-01-06 17:15:33 +01:00
Éric Gaspar
05c37a6443
Testing (#69)
- Upgrade PHP to version 7.3
- Upgrade to version 2020-07-29
2020-11-30 21:48:13 +01:00
ericgaspar
2e7ac608ed
Revert "Testing (#67)"
This reverts commit d3723298e2.
2020-10-24 06:46:41 +02:00
Éric Gaspar
d3723298e2
Testing (#67)
* Upgrade to upstream v.2020-07-29
2020-10-23 08:46:09 +02:00
Gofannon
851001f91a Bump new version number 2020-04-30 17:37:53 +02:00
Alexandre Aubin
ff984be3b5
Simplify description (#60) 2020-04-22 23:25:56 +02:00
Gofannon
9d12c49aae
2018 04 22b (#58)
* Upgrade template to latest version

* Upgrade dokuwiki version and version's location

* Delete "jessie" from READMEs

* Migrate to changelog file instead of READMEs

* Fix markdown syntax errors

* Add local screenshot

* Update manifest.json

Co-Authored-By: Kayou <pierre.moltess@gmail.com>

* Revert CI link

* Correct version number to match manifest

Co-authored-by: Gofannon <gofannon+github@riseup.net>
Co-authored-by: Kayou <pierre.moltess@gmail.com>
2020-04-22 23:24:55 +02:00
JimboJoe
7a70f8af76
Testing (#55)
* Remove unused code

* Add rewrite URL functionnality

* Fix subpath handling

* Fix nginx error

nginx: [emerg] named location "@dokuwiki" can be on the server level only in /etc/nginx/conf.d/sub.example.org.d/dokuwiki.conf:20

* [enh] Enforce URL rewrite

* Increment package version

Co-authored-by: Gofannon <17145502+Gofannon@users.noreply.github.com>
2020-03-14 09:08:38 +01:00
Gofannon
407180e2f2
Url rewriting (#54)
* Remove unused code

* Add rewrite URL functionnality

* Fix subpath handling

* Fix nginx error

nginx: [emerg] named location "@dokuwiki" can be on the server level only in /etc/nginx/conf.d/sub.example.org.d/dokuwiki.conf:20

* [enh] Enforce URL rewrite

* Increment package version
2020-02-29 09:56:13 +01:00
Maniack Crudelis
78c573822a Normalization from example_ynh 2019-05-11 01:13:45 +02:00
Maniack Crudelis
d884f34618 Use php7 2019-02-12 19:40:15 +01:00
Maniack Crudelis
c4ae1aacd0 Normalization from example_ynh 2019-02-12 19:39:23 +01:00
Gofannon
ef23b0046a [enh] Cleaning by changing Yunohost needed version
See https://github.com/YunoHost-Apps/dokuwiki_ynh/pull/37#issuecomment-404597751

Just one last thing, if you put the yunohost requirement at 2.7.14 (last jessie version), you can remove any reference to #sub_path_only in nginx into your install script, as well as upgrade and change_url scripts.
This fix, alias_traversal, is now handled by the helper itself.
2018-07-16 23:28:58 +02:00
Gofannon
adc5f446a1 [enh] change version number 2018-06-17 23:30:40 +02:00
Gofannon
166efb950c [enh] Add licence of Dokuwiki software to manifest 2018-06-17 22:26:41 +02:00
Gofannon
77992636db change maintainer of package after asking to Opi
Add list of previous maintenairs to the manifest too
2018-06-17 22:26:41 +02:00
Gofannon
3c587b3ac1 [enh] Add language choice + cleaning variables 2018-06-17 22:15:01 +02:00
ansible
42a170b60c refactor "install" script and use best practices
- migrate from custom helper '.fonctions' to official helpers
- Use '_common.sh' + various templates from 'example_ynh'
- update 'manifest' with new Yunohost version requirement
- redo 'install' script
2018-06-14 18:28:14 +02:00
__cyp
795059f383 [fix] Fix issue #25 #26 #27 (#28)
* [fix] Reactivate integrity check #26

* [fix] Use boolean type for is_public #25

* [fix] isolate user with php-fpm

* [fix] boolean is_public for check_process

* [fix] Create user for upgrade and restore

* [fix] delete choices manifest.json

* [fix] load generic function

* [fix] delete reload php5-fpm

* [fix] owner file with user dokuwiki

* [fix] correctly ssowat config for install

* [fix] Get file fonction if not been to the current directory

* [fix] owner file with user dokuwiki - upgrade

* [fix] Clean code

* Reload php-fpm et after remove user

* [fix] upgrade php5-fpm with a good user

* [fix] owner root for all files & owner dokuwiki for write access

* [fix] owner root for all files & owner dokuwiki for write access (upgrade script)

* [fix] owner read & write for plugins directory
2017-07-12 19:22:08 +02:00
__cyp
95b5d8a1ba Refactoring and upgrade to 2017-02-19b "Frusterick Manners" version 2017-04-15 13:16:21 +02:00
opi
39b0f5edda [fix] Use 2.3.15 version in requirements. 2016-05-07 01:55:31 +02:00
opi
a3fc2280a1 [enh] Use latest backup specification. 2016-05-07 01:32:32 +02:00
Laurent Peuch
0b7abc27b3 add "packaging_format" key to manifest.json
Following the decision taken during last meeting.

See "## Format version (packaging_version)" here http://pv.yunohost.org/meeting/63-yunohost-3-2016/
2016-03-28 18:43:12 +02:00
opi
b9fa96607b [enh] Add license. 2016-02-29 11:26:47 +01:00
opi
cc9b40b4a8 [enh] Enable multi-instance. 2016-01-25 13:13:09 +01:00
opi
bf757ac30a [fix] Extra comma in manifest services list. 2016-01-25 13:10:49 +01:00
opi
87dc1486b8 [enh] Add services list in manifest 2015-11-22 16:07:53 +01:00
opi
de2acedcc3 [fix] Maintainer email address 2015-02-19 12:51:38 +01:00
opi
eb9e22ea35 [fix] Upstream url 2015-01-06 09:31:15 +01:00
Julien Malik
0757e95b22 [enh] new manifest specs 2014-12-31 17:49:52 +01:00
Julien Malik
8cc93bad38 Update manifest.json 2014-12-31 00:57:24 +01:00
M5oul
9bf8143678 Add licence 2014-09-23 15:35:20 +02:00
opi
43fc9d006b [enh] Use LDAP auth, fix folders permissions. 2014-07-20 15:28:50 +02:00
L33tSheep
2564e13f34 Update manisfest.json : FR
Ajout de traductions FR.
2014-06-17 17:14:59 +02:00
opi
7832b469a7 Update manifest.json
- add descriptions (fr, de, es, it)
- update maintainer
- lowercase path
2014-05-28 10:09:28 +02:00
Adrien Beudin
6762867dac first commit 2014-02-11 14:56:25 +01:00