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

2310 Commits

Author SHA1 Message Date
Cameron
791e62f85c Re-scan Theme layouts for changes during pref-saving. 2013-12-19 22:50:01 -08:00
Cameron
62509f09fb Issue #435 - More Bootstrap 3 tweaks 2013-12-19 22:45:09 -08:00
Cameron
7874cd1060 Issue #435 - start of Bootstrap 3 core support. Enable by adding the following to your theme.php file:
define("BOOTSTRAP", 3);
define("FONTAWESOME", 4); // optional

e107::js("url", "//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js");
e107::css('url', '//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css');
e107::css('url', "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css"); // optional
2013-12-17 11:12:42 -08:00
Cameron
d9f782b35f Multi-language table-notification in admin-ui. (help avoid default table overwrites) 2013-11-29 21:22:21 -08:00
Cameron
39786cb670 Fix for string to unix datestamp conversion on Linux machines. Tested with English and French. 2013-11-22 01:30:06 -08:00
Cameron
459ffe40de Language fix for datetimepicker() 2013-11-21 19:43:00 -08:00
Cameron
9ab74b665c Removed debug popup from menu-manager. 2013-11-21 19:42:12 -08:00
Cameron
c7db2141ca Fix for language-detection when using only sessions. 2013-11-11 03:23:07 -08:00
Cameron
5033689543 Fix - Dates where being increased by one month when editing in admin. 2013-11-09 20:08:41 -08:00
Cameron
dd24e913a7 Fix for incorrect page-count in pagination when using search and filters. 2013-11-08 22:36:42 -08:00
Cameron
8cca981949 Notice removal 2013-11-07 23:22:30 -08:00
Cameron
6265b1e48c Added link_active for use by e_sitelink custom dynamic navigation functions. 2013-11-06 17:31:02 -08:00
Cameron
4f470bde4c Added import from URL to Media-Manager. 2013-11-06 16:07:58 -08:00
Cameron
67f48571f4 Fix for session value-loss issue. 2013-11-05 14:15:12 -08:00
Cameron
cf18561926 Fix for xml class url conflicts. 2013-11-03 21:46:56 -08: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
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
af6174bf02 Added support for sitelink function parms. Added sitelink functions for Page books and book-chapters. 2013-10-28 21:30:24 -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
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
575973e10c Wrong max_file_count handling (upload handler) 2013-10-19 01:47:01 +03:00
SecretR
6b627ac015 menu class template fix 2013-10-18 11:03:28 +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
Cameron
c9b1d0f1a9 Gallery slider category fix 2013-10-09 15:48:19 -07:00
Cameron
caa936f75e Issue #450 - YouTube iframe arc attribute fix. 2013-10-04 14:13:23 -07:00
Axeia
80f0a16a87 ID clash, IDs should be unique - solved by removing one of them.
In no HTML version is or has it ever been allowed to use the same ID more than once. ID made unique as intended.
2013-09-26 16:11:41 +02:00
Cameron
9e6350cdbe CAPTCHA on admin login page css styling 2013-09-17 10:07:59 -07:00
Cameron
7678f3fecc Issue #439 CAPTCHA was difficult to read on some backgrounds. Added support for constant e_CAPTCHA_FONTCOLOR (use hex color) which may be used in theme.php 2013-09-16 14:13:38 -07:00
SecretR
3ad911ef2b Fixes #418 and various inline edit issues 2013-08-31 16:42:23 +03:00
SecretR
9464a40e70 Fixes Issue #424 2013-08-27 13:56:36 +03:00
SecretR
500ad596bc Reverting back e_QUERY definition - URLs working again. 2013-07-23 11:30:22 +03:00
Cameron
c01d8b10ef Option to test with local jquery framework added. 2013-07-17 03:08:40 -07:00
Cameron
d55c60ba1d Issue #385 and admin-language interface pref added. (requires testing) 2013-07-17 03:01:46 -07:00
Cameron
8d4f1b97c8 Multi-site work in progress. 2013-07-14 09:45:01 -07:00
Cameron
1294467225 New functions connect() and database() - to cleanly connect with other databases. 2013-07-14 09:41:30 -07:00