Commit graph

21 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 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 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 0fef945468 Added more comments to helper code 2015-03-26 08:37:54 +01:00
Simon DELAGE 4a101dedff Added getAnyPublicLink() 2015-02-23 03:01:03 +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 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 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 f838dc5c08 Commit bug? 2014-09-11 22:50:42 +02:00
Simon DELAGE bd43d21107 getButton() working
Fixed and added public page button
2014-09-07 19:21:19 +02:00
Simon DELAGE c9c0f489ec Trying to get Button ;) 2014-09-07 18:47:36 +02:00
Simon DELAGE 1842825773 Added basic getButton to helper 2014-09-07 18:44:26 +02:00
Simon DELAGE 97331956da Changed process to determine targets 2014-09-07 12:17:41 +02:00
Simon DELAGE 8488c1c86f Cleaned up files and checked indentation 2014-09-07 11:51:44 +02:00
Simon DELAGE 9f825ed647 Improved helper
Can now provide different types of link to private namespace or public
page
2014-09-06 10:16:04 +02:00
Simon DELAGE 55add7eb37 Got helper working 2014-09-03 04:32:55 +02:00
Simon DELAGE 45a8099bf3 Choosed to move outdated functions to helper
As comments for now
2014-09-03 03:52:47 +02:00
Simon DELAGE 33a1a0908d Added a very basic helper
And removed old equivalent and outdated functions
2014-09-03 03:50:59 +02:00