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

10048 Commits

Author SHA1 Message Date
Cameron
4fd79e4ae7 Issue #2683, Issue #2659 - Poll LANs. 2017-06-14 12:35:03 -07:00
Cameron
5ff66b3f37 Issue #2613 - possible fix for empty prefs issue. 2017-06-14 12:18:50 -07:00
Cameron
baaa766bc7 Merge pull request #2685 from arunshekher/newstags_shortcode_html_validation_fix
Fix 'Illegal character in query: space is not allowed.' html validation error
2017-06-14 11:46:25 -07:00
Cameron
49d5a8d37d Fixes #2687, Fixes #2680 - Featurebox admin area. 2017-06-14 11:44:50 -07:00
Arun S. Sekher
206c407724 Fix 'Illegal character in query: space is not allowed.' html validation error 2017-06-12 02:28:03 +04:00
Cameron
a2f7546e1f Fixes #1248 - min value in $frm->number() options. 2017-06-09 16:05:00 -07:00
Cameron
24f3750da6 Merge pull request #2680 from yesszus/patch-2
Issue #6 Update English_admin_featurebox.php
2017-06-07 12:35:24 -07:00
Cameron
f2348cddf4 Merge pull request #2679 from yesszus/patch-1
Issue #6 Update lan_image.php
2017-06-07 12:32:29 -07:00
Gábor
8ef792d066 Update image.php 2017-06-06 08:19:11 +02:00
Gábor
1b12340fea Update lan_image.php 2017-06-06 08:16:57 +02:00
Gábor
fb26fb194f Update lan_admin.php 2017-06-06 08:15:36 +02:00
Gábor
9c9b8bf7e3 Update admin.php 2017-06-06 08:12:39 +02:00
Gábor
7d16c13964 Update featurebox_menu.php 2017-06-06 07:16:42 +02:00
Gábor
6ace385e89 Update English_admin_featurebox.php 2017-06-06 07:13:29 +02:00
Gábor
7452aa9680 Update admin_config.php 2017-06-06 07:11:21 +02:00
Cameron
caea384495 Fixed Meta-Tag overwrite issue. Changed eResponse to singleton. May correct problems with Facebook app-id and custom og:image. Pages possibly affected: front-page (index.php) and news, custom-page and user pages. 2017-06-05 17:49:49 -07:00
Cameron
dce42f3e31 Fixes #2667 - Set default comment icon when none defined. 2017-06-05 14:35:25 -07:00
Gábor
4e3a89cf0c Add lang codes. 2017-06-05 09:49:41 +02:00
Gábor
d9a5e7bece Update English_admin_featurebox.php
Add phrases.
2017-06-05 09:43:21 +02:00
Gábor
ad6c4f9cfd Add lang codes 2017-06-05 09:14:14 +02:00
Gábor
481be26a15 Update lan_admin.php 2017-06-05 09:09:27 +02:00
Gábor
2388f05890 Add lang codes. 2017-06-05 07:15:39 +02:00
Gábor
65ac6b0c41 Update lan_image.php
Add phrases.
2017-06-05 07:08:57 +02:00
Tijn Kuyper
2d1894fb2a Merge pull request #2674 from arunshekher/update_polllan_28
[LAN] - Update POLLLAN_28 to more appropriate phrase in its context.
2017-06-05 00:36:36 +02:00
Arun S. Sekher
b5ee9beafc [LAN] - Update POLLLAN_28 to more appropriate phrase in its context.
Update 'Previous polls' to 'All Previous polls'
2017-06-03 02:50:52 +04:00
Cameron
e924b5a052 Merge pull request #2662 from tgtje/patch-6
Update poll_class.php
2017-05-30 11:42:45 -07:00
Cameron
1dce6a73d3 Merge pull request #2661 from yesszus/patch-1
Update credits.php
2017-05-30 11:42:24 -07:00
Cameron
bd30b59251 Merge pull request #2657 from arunshekher/pm_show_template_table_model_error_fix
[html] - Fix 'Table column 2 established by element td has no cells b…
2017-05-30 11:42:06 -07:00
Cameron
57181e32fb Merge pull request #2656 from arunshekher/sc_pm_reply_named_character_fix
[html] - Fix 'Named character reference was not terminated by a semicolon'
2017-05-30 11:41:50 -07:00
leo
874728d22e Update poll_class.php
Missing LAN call as being moved from English php (poll) to admin/lan_admin php
2017-05-29 14:12:58 +02:00
Gábor
69477ee414 Update credits.php
Removed missing link url.
2017-05-29 07:16:25 +02:00
Arun S. Sekher
6bb3e28a1e [html] - Fix 'Table column 2 established by element td has no cells beginning in it' html validation error 2017-05-28 23:53:48 +04:00
Arun S. Sekher
85b46cf410 [html] - Fix 'Named character reference was not terminated by a semicolon' validation error. 2017-05-28 23:38:32 +04:00
Cameron
77df665135 PM: Fix for outbox template load. BC styling fix for table width. 2017-05-25 14:43:39 -07:00
Cameron
ae5da61a3c Fix for empty PM page. 2017-05-25 14:37:56 -07:00
Cameron
bace8ebc53 Merge pull request #2623 from yesszus/patch-1
Update e107_admin/boot.php
2017-05-25 14:21:55 -07:00
Cameron
588aa1b91c Merge pull request #2649 from arunshekher/bootsrtap_usernave_pm_listitem_fix
Conditional check for PM plugin install status prior to 'li' generation for PM_NAV (bootstrap3 theme)
2017-05-25 14:17:06 -07:00
Cameron
30a6dcf23c Merge pull request #2651 from arunshekher/forum_sc_postoptions_markup_fix
Remove stray end anchor tag on the 'Move' link of 'sc_postoptions'
2017-05-25 14:10:29 -07:00
Arun S. Sekher
3016d2e29d Remove stray end anchor tag on the 'Move' link of 'sc_postoptions' which fix associated html validation error. 2017-05-25 09:27:52 +04:00
Cameron
4a06e277b0 Issue #2643 MySQL Backup 2017-05-24 12:58:30 -07:00
Cameron
79616af04c Issue #2322 News pagination missing category_sef. 2017-05-24 12:37:15 -07:00
Cameron
534646394f Merge pull request #2642 from arunshekher/htaccess_mod_headers
Add IfModule mod_headers.c conditional directive.
2017-05-23 13:17:51 -07:00
Cameron
a53293c98c Merge pull request #2648 from arunshekher/forum_admin_options_dropdown_fix
Fix invalid html for 'Delete' and 'Move' list items in forum Admin Options dropdown
2017-05-23 13:17:08 -07:00
Cameron
1db797a5e9 Merge pull request #2647 from arunshekher/forum_shortcodes_search_button_fix
[html] - Fix forum search button start tag using self closing syntax
2017-05-23 12:24:12 -07:00
Cameron
b536037c32 Merge pull request #2646 from arunshekher/forum_viewforum_template_markup
[html] - Fix end tag mix-up in forum_viewforum_template 'item' block.
2017-05-23 12:23:15 -07:00
Arun S. Sekher
82678939ee Add conditional check to see if PM plugin is installed before generating the list item markup for PM_NAV in BOOTSTRAP_USERNAV of bootstrap3 theme. 2017-05-23 14:25:15 +04:00
Arun S. Sekher
55c2291ac2 [html] - Fix invalid html for 'Delete' and 'Move' list items in forum 'Admin Options' dropdown menu.
Cleanup unclosed 'li' tag, unclosed 'a' tag, remove stray 'i' end tags in 'Delete' and 'Move' list items in the drop down menu.
2017-05-23 11:46:59 +04:00
Arun S. Sekher
3cd44c035f [html] - Fix forum search button start tag using self closing html syntax.
Should fix 'Self-closing syntax (/>) used on a non-void HTML element' html validation error.
2017-05-23 02:18:41 +04:00
Arun S. Sekher
1f1062e3af [html] - Fix end tag mix-up in forum_viewforum_template 'item' block.
Mixup caused unclosed div element in the generated markup.
2017-05-23 01:38:17 +04:00
Arun S. Sekher
d13d2e62e8 Add IfModule mod_headers.c conditional directive. 2017-05-20 05:16:04 +04:00