Query
Friday 12 January 2018
2018-01-12 11:17:47 (5 years ago) by Karl Gustav Sterneberg <kg@roxen.com>
- Roxen/server/base_server/wizard.pike (+0/-0)(0 lines)
- Roxen/server/etc/modules/Roxen.pmod (+0/-0)(0 lines)
branch: 6.1
Merge branch 'patches/WS-135-for-merge' into 6.1
* patches/WS-135-for-merge:
Documentation [Roxen.set_cookie]: Document all args.
Wizards: Set the secure flag on RoxenWizardId cookie if https.
Roxen: Improved type for set_cookie().
Wednesday 03 January 2018
2018-01-03 11:39:47 (5 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- Roxen/server/base_server/wizard.pike (+0/-0)(0 lines)
- Roxen/server/etc/modules/Roxen.pmod (+0/-0)(0 lines)
branch: 7.0
Merge branch 'patches/ws135' into devel
* patches/ws135:
Documentation [Roxen.set_cookie]: Document all args.
Wizards: Set the secure flag on RoxenWizardId cookie if https.
Roxen: Improved type for set_cookie().
- Roxen/server/etc/modules/Roxen.pmod (+41/-7)(48 lines)
branch: 832ed262751867b1d8e250c00c6f8b91bbfd6bdf
Documentation [Roxen.set_cookie]: Document all args.
Friday 29 April 2016
2016-04-29 14:01:23 (7 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- Roxen/server/etc/modules/Roxen.pmod (+0/-0)(0 lines)
branch: 5.2
Merge branch 'patches/cookies' into 5.2
* patches/cookies:
API [Roxen.set_cookie]: Fixed the function type.
- Roxen/server/etc/modules/Roxen.pmod (+0/-0)(0 lines)
branch: 5.4
Merge branch 'patches/cookies' into 5.4
* patches/cookies:
API [Roxen.set_cookie]: Fixed the function type.
- Roxen/server/etc/modules/Roxen.pmod (+0/-0)(0 lines)
branch: 5.5
Merge branch 'patches/cookies' into 5.5
* patches/cookies:
API [Roxen.set_cookie]: Fixed the function type.
2016-04-29 13:59:10 (7 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- Roxen/server/etc/modules/Roxen.pmod (+0/-0)(0 lines)
branch: 6.0
Merge branch 'patches/cookies' into 6.0
* patches/cookies:
API [Roxen.set_cookie]: Fixed the function type.
- Roxen/server/etc/modules/Roxen.pmod (+0/-0)(0 lines)
branch: 7.0
Merge branch 'patches/cookies' into devel
* patches/cookies:
API [Roxen.set_cookie]: Fixed the function type.
2016-04-29 13:53:41 (7 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- Roxen/.gitattributes (+1/-1)(2 lines)
- Roxen/server/etc/modules/Roxen.pmod (+5/-4)(9 lines)
branch: 4e27e70984bc15352c9dcbc4657ad32c8b3df2c8
API [Roxen.set_cookie]: Fixed the function type.
The last two arguments to Roxen.set_cookie() are flags, and should
thus accept the canonical true value (ie 1).