1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-15 20:15:24 +01:00

5776 Commits

Author SHA1 Message Date
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
SecretR
e6146ae068 e-iframe css class 2013-10-18 14:14:42 +03:00
SecretR
6b627ac015 menu class template fix 2013-10-18 11:03:28 +03:00
SecretR
48f41709c8 Menu renders 'start' and 'end' templates now;
Comment about usage of SETIMAGE sc in menu template;
SETIMAGE: default - reset to default (TODO - site prefs)
2013-10-18 11:03:01 +03:00
SecretR
c49756982f Menu template fixes; Page template lan 2013-10-18 10:50:12 +03:00
SecretR
9b25fa3c61 Upload handler fix - handle non-latin filenames 2013-10-17 16:56:31 +03:00
SecretR
0f7c5b0a50 Fix core merge template arrays issue (fixes page templates issue as well) 2013-10-16 18:46:41 +03:00
SecretR
892bf211e4 Allow IE conditions when adding JS (theme and url only at this time) 2013-10-16 18:20:21 +03:00
SecretR
6ae99f2bfd Applying missing commits 2013-10-16 18:13:21 +03:00
SecretR
932be9aacb Merge branch 'master' of https://github.com/e107inc/e107 2013-10-14 15:39:11 +03:00
SecretR
2bdcceab9c Various bug fixes 2013-10-14 15:38:57 +03:00