SecretR
379d90b1b0
Fixed #545
2014-07-24 19:36:52 +03:00
SecretR
39e3e6ae97
Fixes #661- welcome message auto-shown on front page only
2014-07-24 19:08:55 +03:00
SecretR
2379ca154b
Merge branch 'master' of github.com:e107inc/e107
2014-07-24 18:24:27 +03:00
SecretR
c4c9afae99
Fixed #689 , reduced number of list queries (page administration)
2014-07-24 18:23:50 +03:00
Miroslav Yovchev
eb239b44c8
Merge pull request #691 from pricey1981/patch-1
...
User photo upload fix
2014-07-24 17:20:43 +03:00
SecretR
b7a66e137a
Merge branch 'master' of github.com:e107inc/e107
2014-07-24 17:14:37 +03:00
SecretR
a753989930
Fixed #694 , rewrite of URL configurations, admin linking fixed
2014-07-24 17:14:24 +03:00
SecretR
642bbed71d
Fixed #705 - default list view doesn't show chapters/pages list; number of improvements - render mods, broken views
2014-07-24 16:50:56 +03:00
Cameron
f91d750578
Basic support for Google Charts added.
2014-07-17 23:48:22 -07:00
SecretR
d2f88a462f
Merge branch 'master' of github.com:e107inc/e107
2014-07-10 13:37:45 +03:00
SecretR
32afe1f2a0
Fix custom page batch data overridden by custom menu (when menu is rendered before the page)
2014-07-10 13:36:58 +03:00
SecretR
f9f6197cad
Page cache never used
2014-07-10 13:15:19 +03:00
Cameron
eea43a8a88
Plugin Builder updated with new types and improved field-type detection.
2014-07-09 20:33:20 -07:00
Cameron
0075ece1fe
Fix for writeParms and textareas.
2014-07-09 16:05:25 -07:00
SecretR
f1fbeaa996
Closes #693 - custom pages quick view link broken
2014-07-09 19:24:07 +03:00
SecretR
965631d370
Closes #700 - double html parser call breaking HTML
2014-07-09 17:55:57 +03:00
SecretR
7eff43d8dc
Closes #692 - page title, chapter/page list SEO
2014-07-09 16:42:24 +03:00
SecretR
632e85745f
Simple parser supports arrays in a proper way
2014-07-09 16:32:17 +03:00
SecretR
0227c86fe6
Issue #692 - missing page title (thanks @Jimmi08)
2014-07-09 16:17:53 +03:00
Cameron
78db170598
Better handling of optgroups in <select> element.
2014-07-06 23:09:37 -07:00
Cameron
5bf9dc7f43
Added missing {FAQ_CATEGORY_DESCRIPTION} shortcode.
2014-07-06 23:08:50 -07:00
Cameron
f9658c529e
Automated clickable links can now be glyphs. eg. enter the following replacement text: 'fa-external-link.glyph'
2014-07-05 20:51:22 -07:00
Cameron
660b65af0b
Added getFiles() method to retrieve all files in the media-manager. (_common_file)
2014-07-05 20:27:37 -07:00
Cameron
5d46ffe410
Issue #619 - media-manager icon issue on non-image files.
2014-07-05 20:27:03 -07:00
Moc
d13c295a4d
Forum plugin - major clean up to admin area (preparation for convertion to new admin UI)
...
- Removal of obsolete code
- Updating to v2 functions
- Clean code structure
- LAN
- Fixed several issues with deleting forums
Still more to do ('reported posts' for example)
2014-07-05 16:40:09 +02:00
Cameron
7faa098d97
FAQs GUI field size fix.
2014-07-05 01:30:28 -07:00
pricey1981
5816c35828
Update usersettings.php
...
the '-upload-' prefix is not being added to user picture, but it is being saved in the upload folder. This means the picture is not displaying correctly
2014-07-04 08:34:33 +01:00
Cameron
de3cbe913d
Fixes #321 - custom folder names working again. JS/CSS comments shown during Debug mode only.
2014-07-03 19:45:50 -07:00
Cameron
9ccc6dd78b
Admin Notify - gui alignment fix for when selecting the 'email' option.
2014-07-02 21:38:47 -07:00
Cameron
4e4cc52215
Added missing css to $frm->email();
2014-07-01 18:32:14 -07:00
Cameron
c935211e17
Added default form class to $frm->open() method.
2014-07-01 18:24:40 -07:00
Cameron
d79d1c41aa
Fix: allow null as default value on $frm->number();
2014-06-30 18:48:58 -07:00
Cameron
ab6484be34
Fix for missing button when custom button url in use.
2014-06-28 21:01:51 -07:00
Cameron
e582703d5a
Moved "Submit News" preferences into it's own tab.
2014-06-28 20:44:02 -07:00
Cameron
cc3469ac59
Fixes #115 - unused news pref. Added option to set default news page to either standard or list view.
2014-06-28 20:32:13 -07:00
Cameron
8ded7c1fd1
Pages/Menu: Menu-Options tab added with custom button text and url.
2014-06-28 18:38:15 -07:00
Cameron
24c2cb33e9
Fixes #655 , Fixes #674 - duplicated news-extended issue.
2014-06-28 18:37:36 -07:00
Cameron
b6163e25e9
Fix default table value for page_class and menu_class. Correct pageList query.
2014-06-28 00:13:38 -07:00
Cameron
3faf3050d7
Independent menu_class added to custom pages/menus.
2014-06-28 00:08:35 -07:00
Cameron
64ad871e88
Check page userclass before displaying {CPAGEBUTTON}
2014-06-27 23:45:22 -07:00
Cameron
2106c37896
Reset git repo before pull.
2014-06-27 23:18:31 -07:00
Cameron
673bec02e3
added numbered list 'ol' to allowed tags.
2014-06-27 23:11:51 -07:00
Cameron
5d89f1fc08
Issue #656 - should remove PHP notice in PHP 5.5
2014-06-27 20:58:39 -07:00
Cameron
facbd4f236
Raw html as inline code (often used by google/bing analytics) now supported by js manager.
...
eg. Inside a plugin's e_header.php : e107::js('footer-inline', '<script>...</script><iframe>...</iframe>');
2014-06-27 20:05:01 -07:00
Cameron
0b437addda
Optimized 'new menu' detection.
2014-06-27 19:48:30 -07:00
SecretR
e3088a877f
Typo fix from previous commit
2014-06-27 20:57:31 +03:00
SecretR
f80e417bb3
Sanitize some request variables
2014-06-27 20:54:47 +03:00
Moc
072eeb565e
#614 - Temporary fix for TinyMCE4 not showing with PHP 5.3
2014-06-27 12:19:41 +02:00
Cameron
38b8d247fa
Form handler: Display only numeric keypad on smartphones when entering numbers.
2014-06-26 14:45:41 -07:00
Moc
88bd9796ef
YouTube BBcode - added https:// to allowed URLs
2014-06-26 12:46:29 +02:00