Cameron
|
d66a9f8d54
|
Minor GUI alignment fix
|
2014-01-01 18:58:54 -08:00 |
|
Cameron
|
977d87a57d
|
Fix for missing plugin install/uninstall log info.
|
2014-01-01 18:38:02 -08:00 |
|
Cameron
|
95ad45c8f5
|
System-Log page updated to use admin-ui.
|
2014-01-01 17:39:14 -08:00 |
|
Cameron
|
2e7232aa9a
|
Improved check for Bootstrap3
|
2013-12-24 02:24:14 -08:00 |
|
Cameron
|
332084d9c9
|
Add menu item of missing during page-menu update. BC fix for {e_IMAGE} path in [img] bbcode.
|
2013-12-23 03:56:25 -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
|
6baeb189c5
|
Added Rebuild option for SEF Urls.
|
2013-11-22 20:46:45 -08:00 |
|
Cameron
|
698bcc4e7c
|
Increase the width of some text fields in admin.
|
2013-11-22 17:18:20 -08:00 |
|
Cameron
|
6b1cc665ee
|
Generate datepicker() locale automatically
|
2013-11-21 22:30:03 -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
|
baa025db95
|
Added message about DB charset config.
|
2013-11-18 16:53:52 -08:00 |
|
Cameron
|
282fa42a9b
|
Fix for when the menu caption is missing during plugin building.
|
2013-11-08 22:38:09 -08:00 |
|
Cameron
|
2f50b43529
|
Added remote-url import to Media-Manager dialog
|
2013-11-06 16:36:48 -08:00 |
|
Cameron
|
4f470bde4c
|
Added import from URL to Media-Manager.
|
2013-11-06 16:07:58 -08:00 |
|
Cameron
|
6725cb4ffe
|
admin perms fix for language area.
|
2013-11-05 22:22:47 -08:00 |
|
Cameron
|
a7bf90dc03
|
Added XURLs for Vimeo and Pinterest
|
2013-11-04 18:36:49 -08:00 |
|
SecretR
|
1789f429e6
|
Page admin - automated URL SEF string typo
|
2013-11-04 13:07:26 +02: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
|
d318fee88f
|
Fix for admin language-page perms.
|
2013-11-02 02:21:37 -07:00 |
|
Cameron
|
f1ad895101
|
Fix for filepicker() not displaying the chosen file after selection.
|
2013-11-01 19:00:27 -07:00 |
|
Cameron
|
2474d63586
|
Remove alert on first admin view after upgrade.
|
2013-10-31 17:51:12 -07: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
|
cb29941bda
|
Feature-box image-category fix and language-redirect fix.
|
2013-10-28 22:20:29 -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
|
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
|
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 |
|
Cameron
|
5c7da64ea8
|
Replaced admin Twitter feed with blog feed. Added Total Users online count to tab description.
|
2013-09-11 11:08:50 -07:00 |
|
SecretR
|
3ad911ef2b
|
Fixes #418 and various inline edit issues
|
2013-08-31 16:42:23 +03:00 |
|
Moc
|
561610a324
|
#275 - Added more labels to pref, improving accessibility (more to do)
|
2013-07-25 22:12:41 +02:00 |
|
Moc
|
b92ddfecb4
|
Upload admin UI and code cleanup
|
2013-07-25 13:31:01 +02:00 |
|
Cameron
|
7b3af82b95
|
Only create database when checked.
|
2013-07-24 05:45:17 -07:00 |
|
Cameron
|
d55c60ba1d
|
Issue #385 and admin-language interface pref added. (requires testing)
|
2013-07-17 03:01:46 -07:00 |
|
Moc
|
8f03110a16
|
Fixes #338 and #419 - Reverse previous comments_disabled LAN change to match boolean
|
2013-07-15 12:28:19 +02:00 |
|
Cameron
|
8d4f1b97c8
|
Multi-site work in progress.
|
2013-07-14 09:45:01 -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
|
917bbef849
|
icon tweaks
|
2013-07-12 12:06:19 -07:00 |
|
Cameron
|
63deda350d
|
Glyph supported added to FAQs and Pages/Menus
|
2013-07-12 09:07:56 -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 |
|
Moc
|
2844db89a7
|
#275 - Added more labels to pref, improving accessibility (more to do)
|
2013-07-10 00:51:51 +02:00 |
|
Cameron
|
fd2c6cbb10
|
Fix for theme-style issue.
|
2013-07-09 02:38:30 -07:00 |
|