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

113 Commits

Author SHA1 Message Date
Cameron
d2f311e511 Fixes #4639 - Added batchExport to Admin > Navigation 2022-03-10 13:13:48 -08:00
Cameron
0d8f3e9086 PHPDoc fixes and code optimization. 2021-12-03 14:58:33 -08:00
Cameron
5ecc0beca6 Issue #6 LANS added. Clear system cache before checking for updates. Extra checks to e_parse to avoid possible errors. 2021-09-28 08:13:27 -07:00
Cameron
66d8081580 Added new field to navigation links table: link_rel 2021-09-27 10:22:14 -07:00
Erdei Gábor
36ebe449a7
Update links.php 2021-03-17 23:44:32 +01:00
Erdei Gábor
02e4d3379a
Update links.php 2021-03-17 02:14:04 +01:00
Erdei Gábor
63c56cbcb7
Update links.php 2021-03-17 01:53:51 +01:00
Cameron
ba313c558c Option to filter navigation links in admin area by 'owner' ie. the plugin who installed it. 2021-01-17 20:31:25 -08:00
Cameron
04bbad449a Test admin scripts are parsing correctly. 2021-01-16 13:32:35 -08:00
Cameron
e66d3f32de Renamed "Site Links" admin area to "Navigation". Navigation shortcode names changed (see debug: 'deprecated' mode to check usage) 2020-12-27 14:28:19 -08:00
Cameron
402d1f4126 Closes #1801 Code cleanup. Deprecated method errors added. 2020-12-22 14:48:28 -08:00
Cameron
5b82c292b1 Code cleanup 2020-12-18 19:55:12 -08:00
Cameron
44e260b121 Code cleanup and optimization 2020-12-14 16:21:48 -08:00
Cameron
a6a98a82ad Code cleanup. Incompatible plugin alert now links directly to uninstall page for each plugin found. 2020-06-26 13:58:59 -07:00
Cameron
62863b4934 Issue #2146 PHP 7.3 class compatibility fix. More testing required. 2019-06-03 16:29:38 -07:00
Cameron
1dbc90143f Case cleanup toHtml() should be toHTML() 2019-02-26 12:22:36 -08:00
Cameron
9b2772b7ac media-picker work. Issue #6 Removed '...' from LAN_SELECT and added manually where appropriate. 2018-07-25 12:29:52 -07:00
Cameron
be44bc8f09 Theme shortcodes may now be used as content for sitelink functions. eg. To generate drop-down mega-menus. 2017-03-15 16:49:55 -07:00
Cameron
300cf6c94a BC Fix for Sitelink icons in admin-area. 2017-03-14 12:00:20 -07:00
Cameron
cdc23fb2d7 Admin-area navigation 2017-02-01 18:25:32 -08:00
Cameron
ff38b2ad07 Closes #2309 - AdminUI Batch Export option added. 2017-01-27 18:02:57 -08:00
Tijn Kuyper
347c9f9af0 Update methods to load LAN files in Admin Area
(fingers crossed there are no typo's...)
2017-01-17 01:33:03 +01:00
MikeyGMT
f1abb93d32 Lans Clean Up #6 - Site Links
Lans Clean Up #6 - Site Links
2017-01-14 16:08:13 +00:00
Gábor
da0eaace13 Update links.php
Add lang codes
2016-09-27 11:31:47 +02:00
Cameron
b82cfaea92 Fix for SEF URL generation selector. 2016-06-27 18:03:09 -07:00
Cameron
34a551c909 Issue #1698 - Admin Sitelinks relative URL issue. - display mode fix. 2016-06-10 08:33:39 -07:00
Cameron
6c490f4a8e Fixes #1698 - Admin Sitelinks relative URL issue. 2016-06-10 08:19:02 -07:00
Cameron
6952cb9272 Fix for SEF Url selection. Index or disabled only. 2016-05-20 19:06:30 -07:00
Cameron
daf5495214 Linkgen Fixes. Added e107::url() backward compatibility with earlier SEF creation method. 2016-03-08 13:53:58 -08:00
Cameron
7e55a677b3 Fix for Admin -> Sitelinks -> Sublink Generator. (no SEF URL support yet).
Bootstrap
2016-03-08 09:32:52 -08:00
Cameron
796f5fa95c Header location cleanup. From now, please use e107::redirect(); to redirect to the home page, or e107::redirect('admin'); to redirect to the admin start page or e107::redirect($url); 2016-01-13 19:18:12 -08:00
Cameron
35f225aa79 Issue #1138 - Bootstrap UI fixes. 2015-07-15 13:48:19 -07:00
Cameron
83ae31c001 Revert of 'tools' commit. Method moved to external plugin. 2015-06-10 14:37:10 -07:00
Cameron
33ed23e56d Removed link-name requirement, allowing for 'icon only' site-links. Added link-button column in default view. 2015-06-09 18:03:53 -07:00
Cameron
e434697590 Multilanguage fixes and sitelink tools update. 2015-06-04 17:01:27 -07:00
Lóna Lore
aacd91aff1 Issue #6: Remove and optimize (hardcoded) LANS 2015-05-01 17:54:44 +02:00
Cameron
8c205e3fe5 Fixes #911 - MySQL strict mode issue with sitelinks 2015-04-14 15:58:28 -07:00
Cameron
bacee553bc Fixes #945 - Broken sitelink path. 2015-04-01 23:03:11 -07:00
Cameron
20f2b552da Allow Sitelinks to be switched between auto-generated SEF Urls and regular URLs. Requires link_owner (plugin directory) field value with corresponding e_url.php configuration. 2015-03-31 10:21:50 -07:00
Cameron
71451c9640 New link_owner field added for improved tracking of plugin-related links. 2015-02-05 12:00:54 -08:00
Cameron
ee1623e747 Html5 validation fixes. Admin SiteLinks for admin-ui now using $frm->url(); for URLs. 2015-02-01 17:28:38 -08:00
Cameron
325c3f3f60 Glyph styling fix 2014-01-16 02:56:10 -08:00
Cameron
af6174bf02 Added support for sitelink function parms. Added sitelink functions for Page books and book-chapters. 2013-10-28 21:30:24 -07:00
Cameron
955bb78769 Added support for bootstrap glyphs (see admin-> Site-links icon for example) 2013-07-12 07:13:10 -07:00
SecretR
ee7a24bceb Closes #316 2013-06-10 17:55:43 +03:00
Cameron
d17a94924d Issue #241 - BC sublink name cleanup. Edit mode still needs to be cleaned. 2013-05-06 15:21:06 -07:00
Cameron
1c2dc80e93 Issue #210 Clear Cache after changes. Partial fix. Needs to also run after inline editing. 2013-05-04 01:41:36 -07:00
SecretR
c39ec36b6a Fixed #152: Site links -->Manage--->sub link~ 2013-04-02 10:07:15 +03:00
Moc
028ab0ddc8 #6 - LAN clean-up (HTML removal, double quotes, generic) - done upto lan_lx 2013-03-21 13:39:11 +01:00
Cameron
710b21823a Tweaks to admin-ui batch drop-down. 2013-02-26 17:18:37 -08:00