Cameron
d73fd69d1d
Improved Menu-Preset display
2013-12-31 00:59:30 -08:00
Cameron
b8724bc4bc
Fixes #465 - Bootstrap3 layout with sidebar panel added. Menu Preset added. Bootstrap3 styling tweaks to news menus.
2013-12-30 06:23:12 -08:00
Cameron
470b043739
Fixes #466 Download Category Icons path.
2013-12-30 03:56:27 -08:00
Cameron
7fa6fb4daa
Issue #459 related. Rating icon path fix.
2013-12-29 12:51:10 -08:00
Cameron
cd2e699638
Issue #460 - MembersOnly-mode fix.
2013-12-29 09:31:52 -08:00
Cameron
88188baec8
Menu Manager now also parses $LAYOUT
2013-12-25 02:00:46 -08:00
Cameron
3316c0aecc
Added bootstrap3 css to comments
2013-12-24 03:48:14 -08:00
Cameron
2e7232aa9a
Improved check for Bootstrap3
2013-12-24 02:24:14 -08:00
Cameron
442a96b7ef
Bootstrap3 tweaks
2013-12-21 21:56:34 -08:00
Cameron
c3e93fb34d
Issue #435 - More Bootstrap3 styling fixes. Login-menu shortcodes updated to v2 spec.
2013-12-21 06:23:22 -08:00
Cameron
e2d67d8ecd
Issue #435 - Initial Bootstrap3 theme added.
2013-12-21 01:32:39 -08:00
Cameron
34bbd17277
Fix for News SEF Url 'list/all'
2013-12-20 10:07:58 -08:00
Cameron
3030ca3570
News SEF URL for tags. Automatically switch URL path to lowercase when lowercase url template is used.
2013-12-20 09:45:27 -08:00
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