1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-11 21:15:09 +02:00
Commit Graph

2287 Commits

Author SHA1 Message Date
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
Cameron
ddbbfef54f Fix for font-awesome overlay issue. Renamed glyph() as toGlyph() for consistency. 2013-07-12 13:52:39 -07:00
Cameron
9d0f6ed3cf Added font-awesome to core. Now reads glyph-list directly from font-awesome file. 2013-07-12 08:16:56 -07:00
Cameron
475e46e748 Renamed {LINK_IMAGE} to {LINK_ICON} - more consistent with description in admin -> Site links. 2013-07-12 07:50:25 -07:00
Cameron
b896227ab8 Icon-picker styling. 2013-07-12 07:37:31 -07:00
Cameron
955bb78769 Added support for bootstrap glyphs (see admin-> Site-links icon for example) 2013-07-12 07:13:10 -07:00
Cameron
62f178f9bb Submitnews token added and set access to 'Members' during installation. 2013-07-12 03:21:27 -07:00
Cameron
a181e28f7f Additional native language titles added. 2013-07-10 02:30:22 -07:00
Cameron
04c187ee2b More consistent 'short' relative date 2013-07-08 10:41:23 -07:00
Moc
19d2834ee4 #275 - Added labels to prefs to improve accessibility (more to do) 2013-07-08 11:27:44 +02:00
Cameron
64c18067a6 Closes #405 and #414. Viewport Issue corrected. (thanks to Arun) 2013-07-08 01:37:43 -07:00
Cameron
941efbeadb Fix for rating mouse-over status 2013-06-25 16:02:37 -07:00
Cameron
709c1a80a6 Download plugin clean-up mostly complete. (cache still needs to be done) 2013-06-23 19:06:46 -07:00
Cameron
380f6de25b Added 'home' icon to breadcrumb 2013-06-23 19:06:00 -07:00
Cameron
b0922e3bae Use Bootstrap glyph for thumbs-up and thumbs-down. 2013-06-23 19:04:51 -07:00
Cameron
f4f45b442e Updated rating class 2013-06-23 17:43:54 -07:00
Cameron
fd5fbf6718 Download plugin cleanup and template upgrade. (Work in progress) 2013-06-22 18:24:43 -07:00
Cameron
a5c9ff2cb9 Fixed: Date wouldn't display under some circumstances. 2013-06-22 18:23:51 -07:00
Cameron
279abb0b2b Generic breadcrumb() function added. Removed front-end css styling from admin area. 2013-06-22 18:11:10 -07:00
Cameron
e5e5c1d12c New notify script added to front end. You can test with forum 'quick reply' for now. 2013-06-21 01:26:30 -07:00
Cameron
8d7971ec69 theme.xml now include <stylesheet> tags for determining which stylesheets should be options in the theme-manager.
Theme-Convert updated to include <stylesheet> tags.
2013-06-21 01:25:47 -07:00
Cameron
7c8bfff0e3 Close button dismiss added. 2013-06-20 02:06:49 -07:00
Cameron
f896c47af3 Bootstrap css changes (work in progress) 2013-06-20 02:04:18 -07:00
Cameron
6cd9edea4d Close button added to message alerts. 2013-06-20 02:03:34 -07:00