1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-07 07:47:59 +01:00

120 Commits

Author SHA1 Message Date
Cameron
43d0211590 Code cleanup: deprecated include_lan() 2017-01-23 09:41:23 -08:00
Cameron
366d3fe5cf Styling fixes. Debug timer totals fix. 2016-12-12 08:12:16 -08:00
Cameron
e22eb860f1 Code cleanup 2016-12-02 12:04:08 -08:00
Cameron
8942412fb7 Fixes #1736 - Renamed constant which was already in use by PHP. 2016-06-26 08:50:46 -07:00
Cameron
17b1f844a7 SEF URL added for gsitemap. URL aliases added for Statistics plugin. 2016-02-28 09:26:21 -08:00
Cameron
0cb6b6724e Fixes #1387 - Log Stats Admin area. 2016-02-28 08:19:31 -08:00
Cameron
46e748f9d0 Should correct an issue where "Everybody" could be named "Search Bots" in the default user classes after upgrade. 2016-01-21 16:22:57 -08:00
Cameron
d98d46f337 Log Plugin - Remove Page Entries : UI cleanup. 2016-01-21 14:50:43 -08:00
Cameron
23ea03f73d Log: Improved batch upgrade script. 2016-01-21 14:04:29 -08:00
Cameron
a611fedd96 Fix for multi-language domain key detection. 2016-01-21 14:01:28 -08:00
Cameron
39aac804df Fix for corrupted page totals due to SEF URLs and shortened array keys. Requires more testing. BACKUP FIRST! 2016-01-21 13:36:02 -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
6ec85f5c0f Cleaned up stats logging class. Added options in admin area to rebuild monthly and all-time stats from raw Log files. Admin language file definitions were renamed to match v2.x standards. (was missing "LAN"). Frontend language-file correction pending. 2015-10-11 17:35:12 -07:00
Cameron
24939cec54 Plugin: Logstats - prevent broken array scenario. Allow e_footer.php to echo to browser when required. 2015-10-06 11:01:54 -07:00
Cameron
163cba3858 Log Stats plugin - SEF Url fix, HTML formatting and styling. 2015-09-27 10:07:12 -07:00
Cameron
daf89ae3ea Fixes #499 - Stats were not saving correctly. 2015-09-25 11:43:28 -07:00
Cameron
4660c4384c Issue #499 'PageTotal' data was not saving correctly. 2015-09-24 15:29:51 -07:00
Cameron
cf093cc34e Issue #499 - Log stats inconsistencies. Corrected raw logs of page visits. 2015-09-24 10:47:32 -07:00
Cameron
8b8e7b690c Log counter shortcode fix when 'www.' is in the URL. 2015-09-23 18:19:06 -07:00
Cameron
8c47bee60d New Shortcode added to Stats plugin. Use {LOG_PAGECOUNTER} or {LOG_PAGECOUNTER=unique} in any frontend template to show the total hits for that URL/page. 2015-09-23 12:54:07 -07:00
Cameron
1225105324 LogStats: Fix for duplicate-key issue when running log consolidation. 2015-07-28 10:19:32 -07:00
Cameron
6b5d95388f Issue #6 Language-file standards. Wrap definitions in double-quotes. 2015-07-07 17:43:49 -07:00
Cameron
02e0f7c548 Fixes #960 - Javascript alert issue. 2015-05-21 19:39:00 -07:00
Cameron
4a4e2447a1 Fixes #905 and other PHP notices. 2015-04-17 11:46:47 -07:00
Cameron
b7e6837e34 Code cleanup 2015-04-01 23:03:13 -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
027a74f5b0 Code cleanup 2015-02-15 02:37:36 -08:00
Cameron
ac56b5ca10 More $admin_log global removal. 2014-10-23 11:12:13 -07:00
Moc
9d031ee6e5 Log plugin - minor UI and code fixes 2013-07-08 14:10:41 +02:00
Cameron
a0aec4b210 Renamed bootstrap flag e_BOOTSTRAP to BOOTSTRAP. Set e_BOOTSTRAP as path of bootstrap folder. 2013-06-17 16:03:33 -07:00
Cameron
7c4043122a Site-Statistics plugin fixes, cleanup etc. 2013-06-03 14:17:08 -07:00
Cameron
4c63dab511 Some Log-Statistics GUI cleanup. 2013-06-03 12:19:51 -07:00
Cameron
1e9257ce5a Log plugin - Don't consolidate while in admin area. - prevents issues during upgrade also. 2013-04-19 03:05:15 -07:00
Moc
7e6b38cbe4 Log plugin - minor LAN, code and UI fixes 2013-03-05 15:20:37 +01:00
Cameron
d7b0dcc755 Various <select> css fixes. 2013-02-23 03:15:13 -08:00
Tijn Kuyper
31564ee3ca Log plugin - minor styling and code/LAN clean-up 2013-02-22 11:51:32 +01:00
SecretR
28020162e7 Fixed #92: Malformed style/CSS code on public statistics "Visits" page 2013-02-14 16:45:42 +02:00
Tijn Kuyper
8d2cdddf4e Log plugin - Code clean-up and $frm enhancements 2013-02-11 16:44:35 +01:00
Tijn Kuyper
b6c0069033 Follow up on previous commit, forgot one LAN fix 2013-02-04 01:04:30 +01:00
Tijn Kuyper
89b44c13ac Work on issue #90 - Log plugin 2013-02-04 01:03:08 +01:00
Tijn Kuyper
12f81df1ad Clean-up on log plugin (#90) - not completely fixed yet 2013-02-02 13:06:47 +01:00
SteveD
da79f95c3d Update stats logging to not load e107_class - eliminates a lot of overhead. 2012-12-23 16:31:10 +00:00
SteveD
b222b46ee0 Issue #68 - file at least loads now 2012-12-22 17:33:36 +00:00
Tijn Kuyper
9f3f37f3a1 GUI and backwards compatibility fixes 2012-12-22 11:42:16 +01:00
Cameron
87e225fc36 New language file types: English_global.php (for plugin.xml terms) and English_log.php (for admin-log terms). Auto-detected when present and loaded automatically when needed. 2012-12-12 18:46:34 -08:00
Tijn Kuyper
3793b27822 More notice removals, again. 2012-12-08 20:22:05 +01:00
Tijn Kuyper
f07434a3cb And more notice removals.
Also some plugin GUI clean-up (rss, tagwords, trackback)
2012-12-08 15:52:40 +01:00
Cameron
15c85a58ad plugin and theme .xml corrections 2012-12-05 19:27:59 -08:00
Cameron
956d0b2abd Updated the log plugin. Updated the bootstrap preview. 2012-12-04 21:02:47 -08:00
Cameron
eaac6875e9 Log Plugin improvements/fixes - now uses jQuery 2012-12-04 17:00:40 -08:00