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

5836 Commits

Author SHA1 Message Date
Cameron
2d504efb7c More other-news tweaks 2013-11-03 22:39:19 -08:00
Cameron
4132b454ae Othernews and Othernews2 Menu templates updated. 2013-11-03 21:47:26 -08:00
Cameron
cf18561926 Fix for xml class url conflicts. 2013-11-03 21:46:56 -08:00
Cameron
d4de0a4af9 news-summary auto-gen correction. 2013-11-03 20:11:05 -08:00
Cameron
b9353e8a17 Auto-generate news-summary when missing. 2013-11-03 19:38:29 -08:00
Cameron
58435c2cc6 News template BC fixes and added news-list start and end templates. 2013-11-03 18:58:50 -08:00
Cameron
166043720c New pref added for news-listing pages. ie. news.php?all , news.php?cat.x and news.php?tag=xxx 2013-11-03 18:29:53 -08:00
Cameron
a0cd88dfe8 Fix for broken blog-calendar menu links 2013-11-03 03:12:54 -08:00
Cameron
95ee8cb8f3 Multi-language path fix for English_custom.php 2013-11-03 03:12:09 -08:00
Cameron
d318fee88f Fix for admin language-page perms. 2013-11-02 02:21:37 -07:00
Cameron
388eb63316 Issue #427 - Newsfeed fixes. Admin entries were not updating. BC fixes for cached v1 data. 2013-11-02 01:58:14 -07:00
Cameron
f1ad895101 Fix for filepicker() not displaying the chosen file after selection. 2013-11-01 19:00:27 -07:00
Cameron
611d469eed Fix SITENAME to check for constants. (as in v1) 2013-10-31 19:10:46 -07:00
Cameron
8915a2f406 Corrected last commit. 2013-10-31 18:35:04 -07:00
Cameron
cf1e04be96 BC Fix - shortcode in sitelink URLs again. 2013-10-31 18:27:35 -07:00
Cameron
e73df1134e BC Fix - shortcode in sitelink URLs 2013-10-31 18:09:00 -07:00
Cameron
2474d63586 Remove alert on first admin view after upgrade. 2013-10-31 17:51:12 -07:00
Cameron
a763ba72d1 BC fix for expandit() function 2013-10-31 17:50:41 -07:00
SecretR
a77246c01b Missing default method value 2013-10-31 15:44:32 +02:00
SecretR
1d9fe175fb Validator parse error fix 2013-10-31 15:20:21 +02:00
Cameron
433a1c65e3 Fix for admin language-pack area perms. 2013-10-30 13:55:19 -07:00
Cameron
1b3e70f8fd More language-file cleanup (sprintf removal) 2013-10-29 18:41:02 -07:00
Cameron
cd8ea2f67c Language file cleanup 2013-10-29 12:20:23 -07:00
Cameron
cb29941bda Feature-box image-category fix and language-redirect fix. 2013-10-28 22:20:29 -07:00
Cameron
aed12d1ae5 Added media-category for Feature-box images 2013-10-28 21:54:27 -07: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
02bc1e64a0 Prevent duplicate check on chapter update 2013-10-28 21:28:21 -07:00
Cameron
27a6e3c740 Auto-generate SEF Urls for Pages and Chapters when fields left empty 2013-10-28 19:40:07 -07:00
Cameron
bdf3fdef13 Fixed - admin language perms were not being checked. 2013-10-28 12:57:27 -07:00
Cameron
f8987b6cc2 Simplified Quick-Add-User success message. 2013-10-28 12:56:19 -07:00
Cameron
047bfeb48e Increased size of Page-title element to match that of News-title. 2013-10-28 11:52:54 -07:00
Cameron
0955c25265 Open {ADMINOPTIONS} news edit in new browser window by default 2013-10-28 10:44:44 -07:00
Cameron
0ea8117186 Ignore core prefs table during charset conversion. 2013-10-27 22:37:34 -07:00
Cameron
d87d01174d Language-Pack verification routines updated with code from e107 v1.x. Requires testing. v1->v2 LAN conflicts corrected. 2013-10-27 21:28:40 -07:00
Cameron
7e61dda748 Fix for legacy download-template header and footer. 2013-10-27 13:27:08 -07:00
Cameron
c976d6a791 Fix for broken link when using {DOWNLOAD_LIST_IMAGEFULL=link} 2013-10-27 13:18:37 -07:00
Cameron
d39ed3455a Fixed: Download sort pref was breaking download-list sql query. 2013-10-27 12:37:38 -07:00
SecretR
337cb70816 Fix remove match string from navigation URL
Refined submenu match (full URL only)
2013-10-25 21:46:01 +03:00
SecretR
c17a88e1a2 Missing alert-warning css class (bootstrap) in system messages 2013-10-25 12:23:20 +03:00
SecretR
a32d0b8ef6 Simple matching method for controlling main navigation active status
(match string inside the URL field)
2013-10-24 13:09:43 +03:00
SecretR
f56e9799b2 New navigation routine fix - link_open setting added to shortcodes
and templates
2013-10-24 11:33:37 +03:00
SecretR
5bae035cf6 UTF-8 aware search rendering
Search view supports glyph (former bullet)
Some old paths corrected
2013-10-24 04:15:25 +03:00
SecretR
db385a00d1 Base bb class added to the auto load array 2013-10-24 02:50:45 +03:00
SecretR
a29ec4735a Possible extract issue 2013-10-24 01:43:47 +03:00
SecretR
31c31c36ee Handle missing plugin icons (override bbcodes) 2013-10-24 01:32:42 +03:00
SecretR
a44401202b Plugin bbcodes fix 2013-10-24 01:04:40 +03:00
SecretR
f60b8f6e81 Error 403/404 templates;
Not Found redirect - set 404 error code;
404/403 actions - send proper HTTP status code;
Front controller now sets render mode to
module-controller-action by default (override from within individual
actions via setRenderMod() still possible)
2013-10-23 17:39:44 +03:00
SecretR
c3f9d98898 Missing 2 alt navigations in template/shortcode 2013-10-21 17:48:06 +03:00
SecretR
3fdfba98d2 jquery core js formatting 2013-10-19 09:53:42 +03:00
SecretR
575973e10c Wrong max_file_count handling (upload handler) 2013-10-19 01:47:01 +03:00