1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

6489 Commits

Author SHA1 Message Date
Cameron
a812d452d4 Issue #756 - User Profile addon standard for v2 added. Not yet fully implemented. 2014-10-03 16:39:21 -07:00
SecretR
e636fba0be Merge branch 'master' of github.com:e107inc/e107 2014-09-18 19:08:16 +03:00
SecretR
44d10ee5ce Glyph and link css options for plugin added bbcodes 2014-09-18 17:21:50 +03:00
Cameron
f9d521ad04 Fix for backup cron not working. 2014-09-14 17:40:02 -07:00
Moc
096f4d08db Featurebox plugin - Code cleanup 2014-09-11 20:57:52 +02:00
Moc
7987a15ec7 Apply USE_IMAGECODE check in fpw shortcodes.
Fixes fatal error when fpwcode pref is 0.
Removed unnecessary file require.
2014-09-11 18:30:52 +02:00
Cameron
6648dcb10b Fixed path to request.php (when using SEF Urls). 2014-09-11 03:43:46 -07:00
Cameron
bbc47da906 Fix for empty search results. 2014-09-09 20:51:55 -07:00
Cameron
58d18da177 Added basic FAQ breadcrumb. More work to do. 2014-09-09 20:22:59 -07:00
Cameron
542fe9252d Raw option added for {FAQ_CATEGORY} for name without link. 2014-09-09 04:38:06 -07:00
Moc
c778769556 Issue #195 - Incompatible plugin list updated 2014-09-07 16:34:17 +02:00
Cameron
7d5fa8ca70 Removed debug info from last commit. 2014-09-05 13:22:47 -07:00
Cameron
1096302c35 Fixed: missing maxlength attribute added to form handler. 2014-09-05 13:14:39 -07:00
Tijn Kuyper
673fa912ff Fix typo in signup.php (may help #755) 2014-09-04 15:15:36 +02:00
Cameron
ce539d82c4 Mailing now considered to be 'frontend' when loading templates. Fixes consistency issues. (eg. login notifications etc.) 2014-09-03 14:09:10 -07:00
Cameron
bb6ebd1732 Filepicker now saves media-manager id and name of file when array is used. 2014-08-31 14:54:47 -07:00
Cameron
d9cce6e21a 'files' option added to admin-ui. requires data='array'. 2014-08-30 21:00:17 -07:00
Moc
f912c88a80 #580 - Initial userclasses are now set after signing up (and after email activation) 2014-08-29 14:56:16 +02:00
Moc
8f0f9027a5 signup.php code clean-up 2014-08-29 14:17:37 +02:00
Cameron
2f9dae5eed Email admin->notify template working with new template standard. 2014-08-26 15:50:47 -07:00
Cameron
7cc591a180 Fix for featurebox bootstrap image-only template. 2014-08-26 15:50:36 -07:00
Jimako
c2168196c7 using separator that you can set in admin area 2014-08-26 21:39:16 +02:00
Moc
6b305e6ada #743 - Space fix between LAN and year 2014-08-26 18:48:02 +02:00
Moc
94dc5ab7f0 #743 - Temporary fix for LAN file loading 2014-08-26 18:48:01 +02:00
Tijn Kuyper
edc7ecb465 Merge pull request #744 from Jimmi08/patch-4
#741 - corrent month in calendar title
2014-08-26 15:56:59 +02:00
Jimako
63ebe9d251 corrent month in calendar title
This fixes #741
2014-08-26 09:11:17 +02:00
Moc
4265dc5171 #740 - IP address in contact email now displays in IPv4 format if possible 2014-08-24 13:34:00 +02:00
Cameron
361c471bc7 Admin -> users area now has a tab for extended fields. TODO: field-type detection for extended fields. 2014-08-21 14:21:49 -07:00
Cameron
d6dc4aa716 Fixes #698 - uploaded avatar was being removed unintentionally. 2014-08-21 13:15:47 -07:00
Cameron
339bd115d0 Removed pointless heading from usersettings template. 2014-08-20 22:27:36 -07:00
Cameron
8f4162ac5c Added option for default starting slide in carousel. 2014-08-20 22:27:03 -07:00
Cameron
5bf9d9bc7d Fix for custom shortcode use in usersettings template. 2014-08-20 22:23:48 -07:00
Cameron
3bd404b17f Fix for maintenance flag check. 2014-08-20 22:21:00 -07:00
Cameron
082f26c2b9 Fixes #590 - completely broken user -> edit admin area on fresh install. Upgraded to use admin-ui. Funtional for basic changes such as password, signature, admin perms etc. 2014-08-20 05:02:00 -07:00
Cameron
0408658901 Fixes #543 - extra 'OR' on avatar selection. Also correct radio button alignment in bootstrap. 2014-08-20 04:23:42 -07:00
Cameron
33e3ef5b3c Added option for 'registered members' while in maintenance mode. 2014-08-20 02:02:01 -07:00
Cameron
8c995fbbc8 global error fix. 2014-08-20 02:00:50 -07:00
Cameron
8aa40f3ce1 Fixes $frm->password() styling when used with bootstrap on the frontend. 2014-08-20 02:00:32 -07:00
Moc
bf2fa42da7 Forum plugin - fixed error message incorrectly displaying when creating topic/reply with no attachments 2014-08-20 00:32:57 +02:00
SecretR
b293dc71ef Auto fix extension parameter (allow disable auto-rename) 2014-08-19 14:03:42 +03:00
Cameron
9acc933dea Fixed - mail handler now embedding images with the {THEME} constant correctly. 2014-08-18 23:16:10 -07:00
Cameron
ceb0fff60d Fixes problem where {e_PLUGIN}, {THEME} etc. are replaced with empty values when using parseTemplate(). Now retains theme for use by replaceConstants() etc. 2014-08-18 22:57:18 -07:00
Cameron
3ca4734a18 Support for admin-ui multiple images in a single field.
Usage: 'type' => 'images', 'data' => 'array'
2014-08-18 05:22:51 -07:00
Cameron
f4bb971696 More email templates cleanup. /signup.php?preview working again. 2014-08-17 20:53:44 -07:00
SecretR
f9111fd5ca Admin UI better sort handling (thanks Dingjie Yang) 2014-08-17 16:38:58 +03:00
SecretR
ccf4dd7412 Merge branch 'master' of github.com:e107inc/e107 2014-08-17 15:57:07 +03:00
SecretR
ad52e0a673 Broken stristr utf8 support 2014-08-17 15:15:40 +03:00
Cameron
734a954228 Additional changes so email templates conform to v2 specifications. 2014-08-16 17:21:46 -07:00
Moc
5b473a1c75 #726 - Added CAPTCHA to forgotten password template 2014-08-16 15:55:22 +02:00
Moc
9def9025f5 #730 - PM template tweak 2014-08-16 11:14:00 +02:00