1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-16 10:29:46 +01:00

6369 Commits

Author SHA1 Message Date
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 - 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 - 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 - 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 , Fixes - 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 - 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 - 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
Moc
6eb07612c4 - Adds possibility to use glyphs for newscategory icons 2014-06-25 22:35:32 +02:00
Moc
f7810c6860 Forum plugin - Fixed glyphicons on BS3 2014-06-25 21:48:57 +02:00
Moc
78436982fa Glyphicons are now showing on user profile again when using BS3 2014-06-25 21:48:26 +02:00
Moc
cc4749c32c Forum plugin - bootstrap them was not detected properly (similar to a41e352a97dcef14b9f765393a63647da4fdf32a) therefore displaying v1 styling instead of BS 2014-06-25 21:29:12 +02:00
Moc
a24b87f022 Poll plugin - removes seemingly empty poll answers which may contain spaces 2014-06-25 21:10:17 +02:00
Moc
b36aa5088b - Poll input fields layout (also fixed 'Add another answer' button) 2014-06-25 20:32:21 +02:00
Moc
06b1935f61 Added missing blockquote image in bbcode editor 2014-06-24 19:09:23 +02:00
Moc
a41e352a97 Forum plugin - 'New topic' BS button now shows on BS3 theme (checked on BS2, BS3 and non-BS themes) 2014-06-24 18:39:25 +02:00
Moc
01329a1d8a Forum admin code clean-up ( - further tweaks) 2014-06-24 18:31:31 +02:00
Moc
622b6e8fb5 Forum post template consistency (breadcrumb) 2014-06-24 18:04:31 +02:00
Cameron
5be355a832 $frm->number() upgraded to Html5 spec. (when Bootstrap is active) 2014-06-23 18:55:44 -07:00
Cameron
dade841035 Bootstrap Tabs method added to form handler. 2014-06-23 18:26:37 -07:00
Moc
02c26784ab Minor LAN correction in forum plugin (poll related) 2014-06-24 01:07:31 +02:00
Moc
cbc353da97 - Poll not showing in forum 2014-06-24 01:03:46 +02:00
Moc
ce15bf1954 Cosmetic change to success message when leaving userclass in place after removing a plugin 2014-06-24 01:02:44 +02:00
Cameron
150b27e1c7 Upgraded chart scripts and added enhanced class so that options may be set. 2014-06-22 16:58:18 -07:00
Cameron
1e4c6eb11a Per page 'No Maintenance' constant added. ie. Add: define('NO_MAINTENANCE', true); to your script to disable maintenance redirection for that page. 2014-06-22 00:01:14 -07:00
Cameron
83080e603e Added {NAVIGATION=footer} to Bootstrap3 theme. 2014-06-16 22:43:02 -07:00
Cameron
c94a872ed6 Added usable default template for {NAVIGATION=footer} shortcode. 2014-06-16 22:04:04 -07:00