1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

58 Commits

Author SHA1 Message Date
Cameron
630a5aa147 Issue #2486 - e_url now supports multiple profiles. 2017-04-10 13:28:06 -07:00
Cameron
0935f7b858 Support for root namespaces using e_url addon configuration. 2017-03-27 10:38:51 -07:00
Gábor
a1542448d2 Update eurl.php 2017-02-13 07:47:03 +01:00
Cameron
28e8937845 Form switch styling. 2017-02-10 12:39:14 -08:00
Cameron
cdc23fb2d7 Admin-area navigation 2017-02-01 18:25:32 -08:00
Cameron
5d94c192b6 Styling fixes. 2017-01-31 16:39:00 -08:00
Lóna Lore
ac5f2ed3da Added Bootstrap Switch. 2017-01-28 10:23:53 +01: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
Cameron
626c1b2a4f SEF Urls can be enabled/disable on a per plugin basis. 2016-12-06 06:55:47 -08:00
Cameron
5273f41ab1 Start of work on SEF toggle-switches for plugins. 2016-12-05 21:30:54 -08:00
Lóna Lore
bc0d50b5c8 Fixed: Wrong parameter usages by setPostedData() method. 2016-12-03 09:24:41 +01:00
Cameron
b6194499ce Fix for Plugin/Theme git pull requests. 2016-06-25 10:38:05 -07:00
Cameron
3c0f501e43 Extra bootstrap styles added to default mail template. Precautions for legacy sitebutton resize. PM notify template clean up. 2016-04-22 16:11:47 -07:00
Cameron
ed5eb1ef74 Issue #1458 - Possible fix to admin perms issue. 2016-03-27 11:34:14 -07:00
Cameron
17b1f844a7 SEF URL added for gsitemap. URL aliases added for Statistics plugin. 2016-02-28 09:26:21 -08:00
Cameron
e5fbd82d5a Fixes #1326 URL Profiles were still displaying for plugins using new url system. 2016-02-05 19:05:55 -08:00
tgtje
a931c36021 Translation of hardcoded text, added new defines 2016-01-30 16:58:58 +01: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
d824f02838 Cleaned up Admin-UI in URL Aliases 2015-09-14 12:36:44 -07:00
Cameron
f2116a5d24 Some LAN cleanup. Admin Area caption issue (on legacy plugins) corrected. 2015-06-26 20:24:53 -07:00
Cameron
7e4c26e458 Improved editing of e_url custom aliases in admin area. 2015-06-18 18:23:25 -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
3aa5633533 TinyMce now includes e107 emoticons. 2015-04-10 18:58:13 -07:00
Cameron
872678aecd Issue #937 Allow for e_MOD_REWRITE in e107_config.php on servers which don't have the mod_env module. (needed for .htaccess detection to function.) 2015-04-01 02:09:25 -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
afb8d290e5 Fixes #937 - detect of mod-rewrite is possible. New constant: e_MOD_REWRITE 2015-03-31 07:25:39 -07:00
Cameron
9501745c07 Fixes for Private Messaging via the admin area. 2015-02-16 02:22:47 -08:00
Cameron
cb5c621a55 Issue #6 - LANs. 2015-02-15 18:19:25 -08:00
Cameron
cec216c613 Removed PHP warnings. Added Simple e_url.php redirect list to admin area. Removed debug info from db-verify. 2015-02-03 12:23:03 -08:00
Cameron
6baeb189c5 Added Rebuild option for SEF Urls. 2013-11-22 20:46:45 -08:00
Cameron
3058fc88d0 disable eUrl help page. 2013-04-15 14:06:53 -07: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
3d99e66961 eUrl admin rework 2013-02-26 01:30:13 -08:00
Cameron
d892fb0a85 Admin GUI refinements 2012-11-26 14:41:32 -08:00
CaMer0n
546d930311 More HTML cleanup 2012-05-13 05:50:32 +00:00
secretr
0d0fa1e2ca - Important URL assembling feature, all routes have now safe fallback option
- News configs updates and refactoring, introducing new config, various bugfixes
- News DB changes: news_sef and category_sef fields, titles no more used in URL assembling
- Aliases now not able to match existing URL module
- New URL setting - choose type of SEF string when auto-extracted from titles (implemented in News and Custom pages, leave SEF string empty to see it in action)
- Overall system stability bugfixes
2011-12-10 00:00:15 +00:00
secretr
6cf1f90711 URL config refactoring 2011-12-06 16:01:34 +00:00
secretr
f6c73c1868 Wrong category assembling (news, 'rewrite' config;
eURL Admin interface - no expanded items by default, more intuitive but flexible interface on discussion level
2011-12-05 15:44:16 +00:00
CaMer0n
a73dc8ed10 Refined eUrl admin example 2011-12-03 22:05:46 +00:00
CaMer0n
bb2fbe7969 Interface Example and Comments added. 2011-12-02 21:34:36 +00:00
secretr
e574d5f4f0 index.php is now system entry point, front page detection moved to index controller; various stabillity fixes and url admin interface improvements; htaccess template modfied to meet entry point changes; front page preference values (Front Page admin page) prefixed with 'url:' and 'route:' now accepted and recognized; full backward compatibility so far. 2011-12-01 22:08:23 +00:00
secretr
078816befe Better routing/URL assembling, inline documentation, large number of fixes, news area improvements - should work flowless with every URL configuration. Awaiting testing results for more stability fixes. 2011-11-30 15:14:02 +00:00
secretr
1580c47595 URL management administration 2011-11-25 17:48:24 +00:00
CaMer0n
98af91027f General cleanup 2011-06-08 03:18:50 +00:00
secretr
4fecfffddd svn keywords added (v0.8) 2010-02-10 18:18:01 +00:00
CaMer0n
1377b23532 Fix copyright info. 2009-11-18 01:06:08 +00:00
CaMer0n
d892e2c039 Some code cleanup 2009-11-05 09:15:19 +00:00
secretr
cd905122eb e107::getMessageHandler() renamed to e107::getMessage() 2009-09-29 17:43:13 +00:00
secretr
c32d6cc02e eURL and news administration cleanup, server caching added to various news related places, blog calendar fixes 2009-09-25 20:20:23 +00:00
marj
201b7e20f1 Add include_lan() to admin pages 2009-08-28 16:11:02 +00:00