1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

6263 Commits

Author SHA1 Message Date
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
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
Moc
6eb07612c4 #662 - 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 #647 - 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 (#647 - 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 #647 - 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
Cameron
b19d383e0d Fixed: {CPAGEMENU} could return the incorrect Menu under some conditions. 2014-06-16 18:21:51 -07:00
Cameron
5cbb38ad7f Clean empty TinyMce content when saving to database. 2014-06-16 18:18:29 -07:00
Cameron
2d9ef8629d Added missing caption on chapter-listing of custom pages. 2014-06-16 15:32:51 -07:00
Cameron
4f264a8563 Closes #638 - {BOOK_ID}, {CHAPTER_ID} and {BOOK_URL} shortcodes added to pages. 2014-06-16 15:05:45 -07:00
Cameron
150689482a Fixes #650 - legacy news tag urls. 2014-06-16 14:46:39 -07:00
Cameron
3e1f7498cc Fixes #648 - multiple images and og:image 2014-06-16 14:39:37 -07:00