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
SecretR
37ee3f132a
Allow non-latin meta content
2013-10-14 15:32:50 +03:00
SecretR
7ab682d4fa
Allow non-latin meta content
2013-10-13 13:29:08 +03:00
SecretR
672af0df15
Format debug output (sql query)
2013-10-10 13:04:41 +03:00
Cameron
c9b1d0f1a9
Gallery slider category fix
2013-10-09 15:48:19 -07:00
Cameron
58f4ecafc9
Fix for gallery-slider category preference
2013-10-09 15:40:17 -07:00
SecretR
d5f9c298c3
UTF-8 aware text truncate
2013-10-09 09:31:24 +03:00
SecretR
e3c7337c64
Models could use load() without primary id
2013-10-06 18:03:49 +03:00
SecretR
055b26ac5c
Redirect no-cache option
2013-10-06 18:03:15 +03:00
SecretR
213e438f23
Debug mode for insert/update model routines added
2013-10-05 22:35:15 +03:00
Cameron
caa936f75e
Issue #450 - YouTube iframe arc attribute fix.
2013-10-04 14:13:23 -07:00
SecretR
74d8407279
Obsolete variable removal
2013-10-03 12:10:50 +03:00