Commit graph

171 commits

Author SHA1 Message Date
Simon DELAGE f1f64e3456 Added Public Namespace instead of page possibility 2015-11-22 09:01:29 +01:00
Simon DELAGE 1bcf1a2af4 Switched templates' strings like (//@TA...NS@//) to ''//@TA...NS@//''
To avoid a conflict with EmojiOne plugin's syntax
2015-11-22 08:58:04 +01:00
Simon DELAGE bebd766062 Minor improvements
Changed ACL system message to info type, fixed and simplified helper's
'getPublicID()'
2015-11-22 08:43:40 +01:00
Simon DELAGE 268e9a6f9d Fixed minor typo
Extra space in 'loggedinas' string when using Fontawesome
2015-10-04 13:04:51 +02:00
Simon DELAGE 50aa60436f Added private namespace skeleton feature 2015-10-04 11:21:48 +02:00
Simon DELAGE 3d8f6fbf30 Fixed issue #16
'DOKUWIKI_STARTED' event is never triggered on image details page. Added
'DETAIL_STARTED' event hook to initialize plugin.
2015-10-03 16:40:29 +02:00
Simon DELAGE 7058c20dcf Merge pull request #15 from dokuwiki-translate/lang_update_881
Translation update (ja)
2015-08-23 20:32:48 +02:00
Hideaki SAWADA 2298b25153 translation update 2015-08-23 19:35:05 +02:00
Simon DELAGE e50d12a083 Merge pull request #14 from dokuwiki-translate/lang_update_878
Translation update (ja)
2015-08-23 11:13:40 +02:00
Hideaki SAWADA ac7f76d1dd translation update 2015-08-23 10:10:33 +02:00
Simon DELAGE 56c7a885a1 Merge pull request #13 from dokuwiki-translate/lang_update_863
Translation update (de)
2015-08-22 20:11:25 +02:00
Padhie 5d1097a1de translation update 2015-08-22 10:55:47 +02:00
Simon DELAGE 4ca9086206 Date change 2015-08-20 02:11:20 +02:00
Simon DELAGE a2043af0ca Added function to get pages ID's and string
Return samples:
Array (
[private] => Array (
[id] => user:admin:start
[string] => Espace Privé
)
[public] => Array (
[id] => user:admin
[string] => Page Publique
)
)

Array (
[public] => Array (
[id] => user:admin
[string] => Page Publique
)
)
2015-08-20 02:10:37 +02:00
Simon DELAGE 9b4bfd546d Added an option to disable redirection 2015-08-20 00:35:29 +02:00
Simon DELAGE 798861e9bc Merge pull request #12 from dokuwiki-translate/lang_update_806
Translation update (ja)
2015-08-05 11:00:35 +02:00
Hideaki SAWADA 8794ff3d84 translation update 2015-08-05 02:00:31 +02:00
Simon DELAGE e3368abf3e Added a missing space 2015-07-17 22:51:31 +02:00
Simon DELAGE a9c6ce408b Added Fontawesome links on event 2015-07-10 21:53:41 +02:00
Simon DELAGE 09f56866c8 Minor typo in french settings.php 2015-07-10 01:51:14 +02:00
Simon DELAGE 69cfd16af0 Updated userlink_classes setting description 2015-07-10 01:18:13 +02:00
Simon DELAGE 1be48ccb43 Update plugin.info.txt 2015-06-27 16:30:12 +02:00
Simon DELAGE 0e53545242 Workaround for issue #10
ACL function shouldn't do anything when user is not authentified (was
previously triggering ACL update message)
2015-06-27 16:28:03 +02:00
Simon DELAGE 27c15b5d5c Date update 2015-06-22 18:52:19 +02:00
Simon DELAGE 22602c27b0 Added page ID's to event user links 2015-06-22 18:46:43 +02:00
Simon DELAGE 5599cac7f5 Update action.php
Removed enwanted 'break'
2015-06-20 18:36:20 +02:00
Simon DELAGE d9a64b6b0b Update README.md 2015-06-20 18:33:09 +02:00
Simon DELAGE fc51f65cdd Attempt to avoid any risk of infinite loop 2015-06-20 18:31:11 +02:00
Simon DELAGE 338db481a4 Update README.md
Match official page title
2015-06-19 09:49:28 +02:00
Simon DELAGE ca512439bb Added event to replace user interwiki link
Issue #11
2015-06-19 02:33:37 +02:00
Simon DELAGE f97060f118 Changed redirections to hopefully fix infinite loop 2015-06-18 09:14:39 +02:00
Simon DELAGE a8323791cf New option to choose action on page creation 2015-06-13 02:05:52 +02:00
Simon DELAGE e47db0748b Wrong date format :) 2015-06-05 00:10:34 +02:00
Simon DELAGE aa8d83c944 Fix about [savedir] option (pointed by BMolitor)
Destination folder was previously based on DOKU_CONF instead of
[savedir] option. This wasn't blocking anything but was incorrect. Also
added a lang string and changed text of [tempates_path] option.
2015-06-05 00:03:49 +02:00
Simon DELAGE 21ba3adfda Left a debuging message 2015-05-12 14:00:25 +02:00
Simon DELAGE bbbe4cb9ef Stupid syntax error correction
This was a non blocking bug just preventing a success/error message from
being shown and throwing an error.
2015-05-12 13:54:59 +02:00
Simon DELAGE 0fef945468 Added more comments to helper code 2015-03-26 08:37:54 +01:00
Simon DELAGE ba8739a2b5 Added German translation (B.Molitor contribution) 2015-03-25 22:50:05 +01:00
Simon DELAGE 4a101dedff Added getAnyPublicLink() 2015-02-23 03:01:03 +01:00
Simon DELAGE 1e30b8bfc0 Fixed a bug in folder creation(s)
Bug prevented plugin to create required base folders for templates,
users' namespaces or public pages (was tested at early dev stage but
forgot te test it again later)
2015-02-11 12:55:04 +01:00
Simon DELAGE 18f4b5eae8 Corrected a typo in english settings.php 2015-02-07 17:43:32 +01:00
Simon DELAGE d66ddee3c0 Forgot plugin.info.txt :) 2015-02-05 15:03:22 +01:00
Simon DELAGE 5dc591bf74 Fixed helper's getComplexLoggedInAs()
Should now correctly default to standard login string when neither page
exists
2015-02-02 09:57:09 +01:00
Simon DELAGE 7410099319 Major changes to ACL function
Only writing to ACL file when needed instead of rewriting every rules
each time and cleaning duplicate lines
2015-02-01 15:56:10 +01:00
Simon DELAGE 7fb70b83e2 Changed ACL file write process for DW function
Replaced file_put_contents with io_saveFile
2015-01-20 00:56:39 +01:00
Simon DELAGE 6bec5cbf2e Updated plugin.info.txt 2015-01-11 13:37:09 +01:00
Simon DELAGE 896f344cea Added a test on useacl option before any ACL action 2015-01-11 13:26:26 +01:00
Simon DELAGE 59e3545e3f Merge pull request #9 from geekitude/debug-(2014-12-18-version)
Debug (2014 12 18 version)
2014-12-20 08:39:01 +01:00
Simon DELAGE c03d701781 Update README.md 2014-12-20 08:38:11 +01:00
Simon DELAGE a096fd5563 Just a little warning added 2014-12-20 07:43:20 +01:00