1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-15 12:05:23 +01:00

7083 Commits

Author SHA1 Message Date
Cameron
20abcdf449 Forum: Added SEF URLs on subForums. 2015-06-27 12:07:41 -07:00
Cameron
ced9f6c55b Merge pull request #1087 from mcpeace-maw/patch-3
Remove forum icon definitions.
2015-06-27 01:04:16 -07:00
Cameron
46b9cc0375 Merge pull request #1086 from mcpeace-maw/patch-2
Support all themes using font-awesome by default.
2015-06-27 01:03:54 -07:00
mcpeace-maw
9f6704ac71 Update theme.php 2015-06-27 09:38:27 +03:00
Cameron
f2116a5d24 Some LAN cleanup. Admin Area caption issue (on legacy plugins) corrected. 2015-06-26 20:24:53 -07:00
Cameron
78b904924a Forum: Fixes #1085 - broken icon paths when using SEF Urls. 2015-06-26 18:14:52 -07:00
mcpeace-maw
66f68451c2 Update forum_icons_template.php
This is the support for font icons in the forum front end. I try it and works.
2015-06-27 00:51:46 +03:00
Cameron
dbd3b8be7c Merge pull request #1084 from mcpeace-maw/patch-1
blogcalendar_menu html validation fix.
2015-06-26 13:30:11 -07:00
mcpeace-maw
2878925571 Update blogcalendar_menu.php 2015-06-26 21:19:55 +03:00
Cameron
91efe837f3 Fixes #1081 - Html Validation 2015-06-26 10:55:20 -07:00
Cameron
84485c50da Forum: Fixes #1079 - broken 'move' url. 2015-06-26 10:26:47 -07:00
Cameron
1073171387 Merge pull request #1078 from tgtje/commit
LAN_ERROR usage
2015-06-25 18:36:28 -07:00
Cameron
ae20b9f703 Issue #1072 - Give subdomain priority over main domain when detecting language. 2015-06-25 18:22:47 -07:00
Cameron
f13e49ae6f Fix for PHP warning. 2015-06-25 18:20:49 -07:00
Cameron
b427af4f31 Fixes #1075, Fixes #441 - Forum permissions cache was stored incorrectly, causing incorrect permissions for some users. 2015-06-25 18:17:08 -07:00
leo
b547977dda this one slipped through 2015-06-25 21:27:30 +02:00
Cameron
6b7e1c06c3 Merge pull request #1076 from tgtje/commit
LAN_DELETE and LAN_ERROR replacements.
2015-06-25 11:34:20 -07:00
leo
3bc8dbdf83 2015-06-25 16:05:23 +02:00
Cameron
d0c3147f5a Issue #1072 - Language selection by domain name. 2015-06-24 15:23:41 -07:00
Moc
70381959b6 Fixes #1011 - Rewritten example theme content message. Less scary :) 2015-06-23 10:45:09 +02:00
Moc
18744253c3 Fixes #1069 - 'Post as' option is now correctly selected when editing the OP (missing thread_sticky var) 2015-06-22 19:30:31 +02:00
Cameron
a2c7368406 Issue #6 - Moved LAN_TYPE, LAN_DESCRIPTION, LAN_FILE from lan_admin.php (and added LAN_COMMENTS) to global English.php file. 2015-06-22 10:06:34 -07:00
Cameron
3d9c6f07ef Forum: Fixes #1068 Go-to-page button links. 2015-06-22 09:55:59 -07:00
Cameron
fab4d18485 Fixed issue where inline editing of a news item could remove other data. 2015-06-22 09:33:38 -07:00
Cameron
a64628e7ff Merge pull request #1065 from skcihmit/patch-1
Update forum_post.php redirection link.
2015-06-21 08:18:46 -07:00
skcihmit
690e197f69 Update forum_post.php
under function updateReply()
$url = e107::url('forum','topic',$this->data,true);
to
$url = e107::url('forum','topic',$this->data);

With true at the end, I get the redirect url creating a recursive e107_plugins/forum within the url and causing a 404.
2015-06-21 12:06:52 +10:00
Cameron
e8892454da Merge pull request #1064 from e107bg/master
Multi-language for Custom Pages
2015-06-19 10:50:10 -07:00
Cameron
ccc71a87a4 Removed debug info from FAQ cron. 2015-06-19 09:56:13 -07:00
Cameron
9964def818 Parser fix and FAQ 'ask a question' permissions fix. 2015-06-19 09:52:29 -07:00
Veselin Totev
93d3a35153 Multi-language for Custom Pages 2015-06-19 11:26:01 +03:00
Cameron
7e4c26e458 Improved editing of e_url custom aliases in admin area. 2015-06-18 18:23:25 -07:00
Cameron
a484abea38 Fixes #1061, Fixes #802 - Avatar files now deleted from within media folder. 2015-06-18 01:17:26 -07:00
Cameron
4da438c9e4 Forum: remove thread_sef from forum-update routine. 2015-06-17 20:20:23 -07:00
Cameron
aba237d826 Form Handler pagination() now accepts text for simple 'back' buttons etc. 2015-06-17 20:17:00 -07:00
Cameron
fa69e274c4 Fixes #1043 Options All causing problems on some servers. 2015-06-17 20:16:32 -07:00
Cameron
56321dfcf7 Fixes #1056 - Forum rules and statistics links added back to template and reworked for bootstrap. thread_sef removed from forum_thread database table and now generated on the fly. More testing required. 2015-06-17 20:09:26 -07:00
Cameron
1e174e2169 RSS validation fixes. 2015-06-17 11:26:48 -07:00
Moc
95e645d7d1 Forum plugin - Now correctly updates threadtype (sticky, announcement, normal) after updating OP 2015-06-17 19:43:37 +02:00
Moc
24a82eaaef Forum plugin - Allow changing the post type (normal, announcement, sticky) when editing the starting post 2015-06-17 16:23:19 +02:00
Moc
fef68b788c #1058 - Also show forum polls in poll plugin admin (needs admin UI rewrite) 2015-06-17 15:42:15 +02:00
Moc
7704b0e5fb #1058 - Fix poll submit button in the forum when using SEF URLs 2015-06-17 15:36:44 +02:00
Cameron
9dd48a02a5 Fix for inline editing issue. 2015-06-17 00:03:10 -07:00
Cameron
a36ba9521c Merge pull request #1060 from tgtje/master
Bootstrap and Bootstrap3 theme shortcode php
2015-06-16 17:29:56 -07:00
Cameron
b6a1d25c5e Support for e_url.php aliases added. (see faqs or rss_menu) 2015-06-16 15:14:39 -07:00
Cameron
a07dcdcb8f Removed unused np_class.php and added $frm->pagination() method for simple use of the nextprev shortcode, without having to parse {NEXTPREV} text. 2015-06-16 13:31:58 -07:00
leo
dda3135177 txt replaced by system own LANs 2015-06-16 20:33:40 +02:00
leo
c44073362c txt replaced by system own LANs 2015-06-16 20:33:20 +02:00
Cameron
8a22d10325 Issue #1054 - Inline editing was not triggering beforeUpdate and afterUpdate methods. 2015-06-16 11:02:57 -07:00
Cameron
9c27f20290 Fix for xml class being unable to parse media: and opensearch: xml tags. 2015-06-16 01:09:27 -07:00
Cameron
705e04dbda Fixes #1045 - Plugin Builder now functions correctly in generating admin_config.php for plugins which use only preferences (no plugin tables). 2015-06-15 23:27:36 -07:00