Commit Graph

198 Commits

Author SHA1 Message Date
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
Simon DELAGE 5a615a99a1 Fixing bug on Public pages ACL 2014-12-18 01:40:21 +01:00
Simon DELAGE 2e38729a9f Added an option to disable automated ACL 2014-12-06 18:08:11 +01:00
Simon DELAGE 8c3c622475 Replaced file_exists calls with is_file 2014-10-26 09:21:51 +01:00
Simon DELAGE 507d3850d1 Fixed wrong comment in lang files
And corrected mixed up comments on previous commit
2014-10-23 23:29:52 +02:00
Simon DELAGE d63fffeb93 Revert "Added namespaced topbar"
This reverts commit 549b2cda47.
2014-10-23 23:26:29 +02:00
Simon DELAGE 549b2cda47 Added namespaced topbar 2014-10-23 23:19:06 +02:00
Simon DELAGE eaa9b93772 Removed a typo
Same type as previous commit in getPrivateLink() and getPublicLink
2014-10-19 10:31:31 +02:00
Simon DELAGE 050575241d Removed a typo
":" wasn't needed in getComplexLoggedInAs()
2014-10-10 19:22:31 +02:00
Simon DELAGE 273933839f Made correction based on user problem
A user had a strange problem: plugin would not create the template and
there was some kind of infinite loop on login but he found a simple fix
that doesn't seem to have any side effect
2014-10-10 18:20:26 +02:00
Simon DELAGE ec14ae2f79 Corrected a major bug with farm setup
Duplicate lines in ACL file were not cleaned up, eventually leading to
it's corruption
2014-09-30 23:27:21 +02:00
Simon DELAGE 4e3b0577d8 Templates were not read from correct place
Because of preceding commit
2014-09-28 16:23:17 +02:00
Simon DELAGE 82148c514d Corrected templates destination in farm setup
If templates' destination was in data/pages, they where created in
farmer's folder instead of animal's
2014-09-27 14:31:56 +02:00
Simon DELAGE bc9a2a89c6 Fixed redirection when logging in through cookie
A timestamp is store in init() when a user is logged in. If user's
private namespace start page exists within 2 seconds he will be
redirected to it unless he requires any page other than wiki start page.
2014-09-21 19:17:21 +02:00
Simon DELAGE 9f5120bc1b Updated plugin.info.txt 2014-09-21 00:10:28 +02:00
Simon DELAGE 57d32f0e2c Merge pull request #5 from sawachan/master
Japanese language files added
2014-09-20 21:04:35 +02:00
Hideaki SAWADA 9a30421905 Create userhomepage_public.default 2014-09-20 19:52:05 +09:00
Hideaki SAWADA 9e54f110fe Create userhomepage_private.default 2014-09-20 19:50:30 +09:00
Hideaki SAWADA 1e33c875d4 Create settings.php 2014-09-20 19:48:30 +09:00
Hideaki SAWADA e470c482b9 Create lang.php 2014-09-20 19:45:15 +09:00
Simon DELAGE 242ee4b4eb Improved getComplexLoggedInAs()
Now shows both links if both private namespace and public page exist or
defaults back to a simple link to the one that exist or standard string
if none exist
2014-09-19 18:29:51 +02:00
Simon DELAGE e21925e236 Made new complex link as standalone function
Instead of a new parameter in getPrivateLink
2014-09-19 01:06:01 +02:00
Simon DELAGE 5baeced13a Added 'complex loggedinas' link
Logged is as: <name as link to private ns> (<user as link to public
page>)
2014-09-19 00:49:18 +02:00
Simon DELAGE 0f8621669e Updated plugin.info.txt
After correcting the previous
2014-09-14 19:42:51 +02:00