6a80c10f70
Support fallback on url_param()
2018-09-10 14:16:50 +01:00
d97936e258
Allow deactivation of html entity escape in validate_string
2018-07-15 18:39:27 +01:00
22b2ef875a
Improve reporting of odd tempalte behaviour
2017-03-27 10:25:35 +01:00
6182b9aec1
Fix stupidity about leading zeros
2017-03-27 10:22:24 +01:00
b2d16ed738
Allow '0' to appear as a path fragment
2017-01-06 11:23:35 +00:00
1263fa2f1f
Fix handling of password and actcode reset
2017-01-01 19:24:15 +00:00
4ce6ec6b5e
Fix Utils -> Util
2016-12-29 12:12:27 +00:00
a07d1f5120
Check whether refs are blessed before calling can()
2016-12-29 12:11:16 +00:00
29015e28a4
Cleanup argument handling
2016-09-25 15:01:20 +01:00
47e978c44a
Provide an array/arrayref utility function like hash_or_hashref
2016-09-23 09:02:07 +01:00
a0703c04a1
Allow '.' in module names, because why not?
2016-01-20 21:54:55 +00:00
bb79a21849
Restore the []s
2015-08-03 15:14:37 +01:00
276ca8e0cd
Ooops, need correct regex flags.
2015-08-03 15:03:56 +01:00
8ee9a2caa3
Fixed regex error.
2015-08-03 15:02:23 +01:00
f5db8d1a77
Link underscore fixes.
2015-08-03 15:00:49 +01:00
b1ecc2ac6e
Correct zero stripper.
2015-08-03 13:56:51 +01:00
35786934eb
Remove leading zeros, as they're not needed.
2015-08-03 13:16:36 +01:00
ffdd883731
Fix up ordinal handling.
2015-08-03 12:45:26 +01:00
992aed117c
Tweak to handle header differently.
2015-07-20 10:39:16 +01:00
37e7eaba34
Missing imports.
2015-07-20 10:23:33 +01:00
f83524b253
Typos.
2015-07-20 10:21:41 +01:00
2e9154d647
Support HTML emails.
2015-07-17 15:22:23 +01:00
adb96a3773
Support HMTL to markdown translation.
2015-07-17 15:19:59 +01:00
0df0e0f306
Constant exporting.
2015-05-12 13:02:14 +01:00
ff78d211fe
Support runtime dbh discovery
2015-05-12 13:01:54 +01:00
c214303007
Fixes to support direct email specification in queued messages.
2015-04-15 12:10:13 +01:00
3481b61cd0
Typo fix.
2015-03-26 11:20:59 +00:00
e1c198e853
More operator precedence fixes.
2015-03-26 11:16:46 +00:00
0f9ddffb7b
'Possible precedence issue with control flow operator' fixes.
2015-03-26 11:14:46 +00:00
7fa72054c0
Fix warnings about smartmatches.
2015-03-26 11:14:31 +00:00
917f78d024
Allow bare email addresses as message recipients.
...
BREAKING CHANGE: requires modification of messages_recipients table:
ALTER TABLE `messages_recipients` CHANGE `recipient_id` `recipient_id`
INT(10) UNSIGNED NULL DEFAULT NULL COMMENT 'ID of the user sho should
get the email';
ALTER TABLE `messages_recipients` ADD `email` TEXT CHARACTER SET utf8
COLLATE utf8_unicode_ci NULL AFTER `recipient_id`;
2015-03-19 14:51:50 +00:00
2c999f00de
Doc tweak
2015-03-19 14:49:08 +00:00
56b48d5e33
Allow cache subversion for css files as well as js files.
2015-01-21 14:56:56 +00:00
ca7973e384
Skip checks if not required and no default set.
2014-11-24 13:29:52 +00:00
1ecf0ab7f5
Ensure get_session_user() returns non-undef in normal use.
2014-11-12 10:42:34 +00:00
3370f057c4
Port internal variables from tardis
2014-11-10 14:01:57 +00:00
acdfbd2043
Support replace pass limiting.
2014-11-07 11:42:51 +00:00
b5a69ccf89
Fixed to avoid use of smartmatch (damn you 5.18)
2014-10-04 22:10:50 +01:00
d323829b69
Handle empty arrayrefs gracefully.
2014-06-24 15:07:39 +01:00
98b4d45a44
Check for empty arrays in array join.
2014-06-24 15:04:37 +01:00
5f1b2f1972
Support fetch of fullname and email from LDAP query.
2014-06-12 13:14:14 +01:00
a6ce3121fd
AuthMethods can return extra data to pass to the post_authenticate.
2014-06-12 13:13:54 +01:00
426a053d92
Fix error code.
2014-04-11 17:42:19 +01:00
2ff5d614df
Ensure trailing / on jspath
2014-04-11 14:53:46 +01:00
d25efbefe8
Allow version IDs for javascript path (allows cache bypass force)
2014-04-11 14:51:21 +01:00
661ded1ff6
Look in correct place for error messages.
2014-03-27 15:03:14 +00:00
aa8b67acd8
Fix spurious conversion of newlines to li in ul during tidying.
2014-03-20 10:57:26 +00:00
c4dda13372
Names can end in non-alphanumerics.
2014-03-19 13:07:26 +00:00
c1c9a153a2
Try to force utf into entities.
2014-03-10 13:47:04 +00:00
97340f55c8
Trying to improve handling of utf8. So much hate for character encodings.
2014-03-10 12:45:11 +00:00