1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-20 04:19:51 +01:00

10182 Commits

Author SHA1 Message Date
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
c80254b24f [html] - Fix 'Element li not allowed as child of element div in this context.' validation error 2017-06-03 15:19:58 +04: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
Cameron
38d2c41bc4 Issue #2322 - SEF Missing on default news category. 2017-05-16 18:01:26 -07:00
Cameron
cd7b41cdb4 Issue #2455 'disabled' radio button parm workaround. 2017-05-16 14:59:40 -07:00
Cameron
65ca5afb2e Issue #2635 PM Fatal Error PHP 7.1 2017-05-16 14:42:03 -07:00
Cameron
3e88c01261 Issue #2638 - zlib compression content length. 2017-05-16 14:31:51 -07:00
Cameron
382d92f9a8 Merge pull request #2634 from yesszus/patch-2
Update signup.php
2017-05-15 13:54:14 -07:00
Cameron
c6e6e573f3 Merge pull request #2637 from drasehat/patch-2
Update Icon Selector
2017-05-15 13:49:25 -07:00
Indra
aa7eb26ed4 Update Icon Selector
make icon selector not disturb other field
2017-05-16 01:05:16 +07:00
Gábor
2386cfd89c Update signup.php
Some correction.
2017-05-14 10:21:15 +02:00
Cameron
d9cf9b8892 Closes #2632 - cPage delete item. 2017-05-12 12:08:29 -07:00
Cameron
37fb8f95d0 Merge pull request #2628 from yesszus/patch-2
Update lan_signup.php
2017-05-11 12:51:05 -07:00
Gábor
fffaf642b9 Add lang code 2017-05-10 14:21:08 +02:00
Gábor
399823609a Update lan_signup.php
Add phrases.
2017-05-10 14:19:37 +02:00
Cameron
f58e00c41b Admin-ui: Auto-display sort button when sortField is not empty and 'sort' parm is not set. 2017-05-08 18:47:51 -07:00
Cameron
ea9f998ed3 Upgrade Routine: check for empty 'themecss' value and place style.css if necessary. 2017-05-08 18:28:15 -07:00
Cameron
7b76eb7ae1 Merge pull request #2624 from rica-carv/rica-carv-user_typo
User LAN typo
2017-05-08 17:06:17 -07:00
rica-carv
2140ff1660 Update users.php 2017-05-08 20:22:49 +01:00